Metadata-Version: 2.1
Name: elz-py-tools
Version: 0.1.1
Summary: Python components compliant with Synaptix framework
Home-page: https://gitlab.com/elzeard/elz-py-tools
License: Apache-2.0
Author: Hervé
Author-email: herve.descombe@elzeard.co
Requires-Python: >=3.8,<4.0
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: aio-pika (>=6.8.0,<7.0.0)
Requires-Dist: pymongo (>=3.11.4,<4.0.0)
Project-URL: Repository, https://gitlab.com/elzeard/elz-py-tools
Description-Content-Type: text/markdown

# Python tools

Requires Python 3.8+

PyPI : https://pypi.org/project/elz-py-tools/

This repository contains some Python components used in Elzeard project.
These components contain AMQP client and drivers for connecting databases. They are made to be working along with synaptix framework created by Mnemotix (https://gitlab.com/mnemotix).

This repository uses Poetry for package dependencies (https://python-poetry.org/).

For working on these components or new ones, install poetry and install package dependencies by running :

> poetry install

For using it locally from another repository :

> poetry build

> pip install <local_path_to_this_repo>
