Metadata-Version: 2.1
Name: snowiecaster
Version: 0.1.2
Summary: An easy pub/sub python library
Author: AndreiErshov
Author-email: mtaprovince04@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: mypy (>=0.991,<0.992)
Requires-Dist: pylint (>=2.16.1,<3.0.0)
Requires-Dist: pytest (>=7.2.1,<8.0.0)
Requires-Dist: pytest-asyncio (>=0.20.3,<0.21.0)
Requires-Dist: pytest-cov (>=4.0.0,<5.0.0)
Requires-Dist: pytest-order (>=1.0.1,<2.0.0)
Requires-Dist: pytest-profiling (>=1.7.0,<2.0.0)
Description-Content-Type: text/markdown

# SnowieCaster
This library was made for Snowie project to use Ariadne library.

It currently supports only in-memory backend, but it isn't release version

## Requirements
Python 3.6+
## Installation
* `pip install snowiecaster`


