Metadata-Version: 2.1
Name: yaqd-core
Version: 2023.2.0
Summary: Core python package for implementing yaq deamons, and associated utilities.
Home-page: https://yaq.fyi
Author: yaq developers
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering
Requires-Dist: appdirs
Requires-Dist: tomli
Requires-Dist: tomli-w
Requires-Dist: fastavro>=1.4.0
Requires-Dist: black ; extra == "dev"
Requires-Dist: pre-commit ; extra == "dev"
Project-URL: Documentation, http://yaq-core-python.yaq.fyi/
Project-URL: Issues, https://github.com/yaq-project/yaq-python/-/issues
Project-URL: Source, https://github.com/yaq-project/yaq-python
Provides-Extra: dev

# yaqd-core-python

[![PyPI](https://img.shields.io/pypi/v/yaqd-core)](https://pypi.org/project/yaqd-core)
[![Conda](https://img.shields.io/conda/vn/conda-forge/yaqd-core)](https://anaconda.org/conda-forge/yaqd-core)
[![black](https://img.shields.io/badge/code--style-black-black)](https://black.readthedocs.io/)
[![ver](https://img.shields.io/badge/calver-YYYY.M.MICRO-blue)](https://calver.org/)
[![log](https://img.shields.io/badge/change-log-informational)](https://github.com/yaq-project/yaq-python/blob/main/yaqd-core/CHANGELOG.md)

Core python package for implementing yaq daemons, and associated utilities.

Documentation at https://yaqd-core-python.yaq.fyi

