Metadata-Version: 2.1
Name: gt-webcore
Version: 0.2.1
Summary: A Web Service Framework Base On Flask And Sqlalchemy
Home-page: https://github.com/Genetalks/gt-webcore
Author: wunan
Author-email: wunan799@163.com
License: MIT
Keywords: flask,sqlalchemy,restful
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
Requires-Dist: Flask-Cors (>=3.0.8)
Requires-Dist: Flask-SQLAlchemy (>=2.4.3)
Requires-Dist: Flask (>=1.1.2)
Requires-Dist: PyMySQL (>=0.9.3)
Requires-Dist: SQLAlchemy (>=1.3.17)
Requires-Dist: flask-restful
Requires-Dist: flexible-dotdict
Requires-Dist: requests

gt-webcore
=================

Features:

- To add

Install
-------

With pip:

:: pip install gt-webcore


