Metadata-Version: 2.1
Name: sqlalchemy-rest
Version: 0.8.0
Summary: Rest tools based on sqlalchemy.
Home-page: https://bitbucket.org/p-app/sqlalchemy_rest
License: MIT
Author: Vladimir V. Pivovarov
Author-email: admin@p-app.ru
Maintainer: Vladimir V. Pivovarov
Maintainer-email: admin@p-app.ru
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: aiohttp
Provides-Extra: pyramid
Requires-Dist: SQLAlchemy (<1.4.0)
Requires-Dist: aiohttp (>=3.7,<4.0); extra == "aiohttp"
Requires-Dist: inflection (>=0.5.1,<0.6.0)
Requires-Dist: pyramid (>=2.0,<3.0); extra == "pyramid"
Requires-Dist: ujson; extra == "aiohttp"
Project-URL: Repository, https://bitbucket.org/p-app/sqlalchemy_rest
Description-Content-Type: text/markdown

# SQLAlchemy REST

Various abstract classes and mixins for REST-like 
implementation with sqlalchemy orm-based queries.

[Pyramid](https://trypyramid.com/) and [aiohttp](https://docs.aiohttp.org) 
framework mixins are implemented out of the box.

Another frameworks can use implemented abstract classes.

