44 lines
1.4 KiB
Plaintext
44 lines
1.4 KiB
Plaintext
|
Metadata-Version: 2.0
|
||
|
Name: Flask-SQLAlchemy
|
||
|
Version: 2.3.2
|
||
|
Summary: Adds SQLAlchemy support to your Flask application
|
||
|
Home-page: http://github.com/mitsuhiko/flask-sqlalchemy
|
||
|
Author: Phil Howell
|
||
|
Author-email: phil@quae.co.uk
|
||
|
License: BSD
|
||
|
Description-Content-Type: UNKNOWN
|
||
|
Platform: any
|
||
|
Classifier: Environment :: Web Environment
|
||
|
Classifier: Intended Audience :: Developers
|
||
|
Classifier: License :: OSI Approved :: BSD License
|
||
|
Classifier: Operating System :: OS Independent
|
||
|
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
|
||
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
||
|
Classifier: Programming Language :: Python
|
||
|
Classifier: Programming Language :: Python :: 2
|
||
|
Classifier: Programming Language :: Python :: 2.6
|
||
|
Classifier: Programming Language :: Python :: 2.7
|
||
|
Classifier: Programming Language :: Python :: 3
|
||
|
Classifier: Programming Language :: Python :: 3.3
|
||
|
Classifier: Programming Language :: Python :: 3.4
|
||
|
Classifier: Programming Language :: Python :: 3.5
|
||
|
Classifier: Programming Language :: Python :: 3.6
|
||
|
Requires-Dist: Flask (>=0.10)
|
||
|
Requires-Dist: SQLAlchemy (>=0.8.0)
|
||
|
|
||
|
|
||
|
Flask-SQLAlchemy
|
||
|
----------------
|
||
|
|
||
|
Adds SQLAlchemy support to your Flask application.
|
||
|
|
||
|
Links
|
||
|
`````
|
||
|
|
||
|
* `documentation <http://flask-sqlalchemy.pocoo.org>`_
|
||
|
* `development version
|
||
|
<http://github.com/mitsuhiko/flask-sqlalchemy/zipball/master#egg=Flask-SQLAlchemy-dev>`_
|
||
|
|
||
|
|
||
|
|