Metadata-Version: 2.1
Name: asyncalchemy
Version: 1.0.0
Summary: A thin async wrapper for SQLAlchemy sessions.
Home-page: https://github.com/claroty/AsyncAlchemy
License: Apache-2.0
Author: Shaul Kramer
Author-email: shaulkr@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: sqlalchemy (>=1.3.0,<2.0.0)
Project-URL: Documentation, https://github.com/claroty/AsyncAlchemy
