File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1
1
Flask-SQLAlchemy
2
2
################
3
3
4
+ .. image :: https://travis-ci.org/pallets/flask-sqlalchemy.svg?branch=2.x-maintenance
5
+ :target: https://travis-ci.org/pallets/flask-sqlalchemy
6
+
7
+ .. image :: https://codecov.io/github/level12/flask-sqlalchemy/coverage.svg?branch=2.x-maintenance
8
+ :target: https://codecov.io/github/level12/flask-sqlalchemy?branch=2.x-maintenance
9
+
10
+ .. image :: https://img.shields.io/pypi/v/flask-sqlalchemy.svg
11
+ :target: https://pypi.org/project/Flask-SQLAlchemy
12
+
13
+ .. image :: https://img.shields.io/pypi/pyversions/flask-sqlalchemy.svg
14
+ :target: https://pypi.org/project/Flask-SQLAlchemy
15
+
16
+ .. image :: https://img.shields.io/pypi/l/flask-sqlalchemy.svg
17
+ :target: https://pypi.org/project/Flask-SQLAlchemy
18
+
19
+ .. image :: https://img.shields.io/pypi/status/flask-sqlalchemy.svg
20
+ :target: https://pypi.org/project/Flask-SQLAlchemy
21
+
22
+
4
23
Flask-SQLAlchemy is a Flask _ extension which adds support for the SQLAlchemy _ ORM/toolkit.
5
24
6
25
Original file line number Diff line number Diff line change 33
33
],
34
34
test_suite = 'test_sqlalchemy.suite' ,
35
35
classifiers = [
36
+ 'Development Status :: 5 - Production/Stable' ,
36
37
'Environment :: Web Environment' ,
37
38
'Intended Audience :: Developers' ,
38
39
'License :: OSI Approved :: BSD License' ,
You can’t perform that action at this time.
0 commit comments