Metadata-Version: 2.1
Name: serena
Version: 0.7.1
Summary: An AMQP 0-9-1 client using AnyIO.
License: LGPL-3.0-or-later
Author: Lura Skye
Author-email: l@veriny.tf
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: AnyIO
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: docs
Requires-Dist: Sphinx (>=4.3.2,<5.0.0); extra == "docs"
Requires-Dist: anyio (>=3.5.0,<4.0.0)
Requires-Dist: attrs (>=21.4.0,<22.0.0)
Requires-Dist: backports.strenum; python_version < "3.11"
Requires-Dist: sphinx-autodoc-typehints (>=1.15.2,<2.0.0); extra == "docs"
Requires-Dist: sphinx-inline-tabs (>=2022.1.2-beta.11,<2023.0.0); extra == "docs"
Requires-Dist: sphinx-rtd-theme (>=1.0.0,<2.0.0); extra == "docs"
Requires-Dist: sphinxcontrib-trio (>=1.1.2,<2.0.0); extra == "docs"
Description-Content-Type: text/x-rst

Serena
======

*Serena* is a pure-Python, structually concurrent AMQP 0-9-1 client.

See https://amqp.py.veriny.tf/ for more information.

