Metadata-Version: 2.1
Name: gino-sanic
Version: 0.1.0
Summary: An extension for GINO to integrate with Sanic
Home-page: https://github.com/python-gino/gino-sanic
License: BSD-3-Clause
Keywords: sqlalchemy,python3,sanic,gino
Author: Samuel Li
Author-email: lbhsot@163.com
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: gino (>=1.0.0rc2,<2.0.0)
Requires-Dist: sanic (>=19.12.2,<20.0.0)
Project-URL: Documentation, https://python-gino.org/docs/
Project-URL: Repository, https://github.com/python-gino/gino-sanic
Description-Content-Type: text/markdown

# gino-sanic

An extension for GINO to support Sanic server.

**This project "gino-sanic" is currently not maintained and needs adoption.** 

Since GINO 1.0, the built-in extensions are now separate projects supported by
the community. This project is copied here directly from GINO 0.8.x for
compatibility. Help is needed to:

* Keep this project maintained - follow Sanic releases, fix issues, etc.
* Add more examples and documentation.
* Answer questions in the community.

