File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change 2
2
Flask-PyMongo
3
3
-------------
4
4
5
- PyMongo support for Flask applications.
6
-
7
- Installation
8
- ============
5
+ MongoDB support for Flask applications.
9
6
10
7
Flask-PyMongo is pip-installable:
11
8
12
- pip install Flask-PyMongo
13
-
14
- You can install the latest development snapshot like so:
15
-
16
- pip install http://github.com/dcrosta/flask-pymongo/tarball/master#egg=Flask-PyMongo-dev
9
+ $ pip install Flask-PyMongo
17
10
18
- Development
19
- ===========
11
+ Documentation for Flask-PyMongo is available on `ReadTheDocs
12
+ <http://flask-pymongo.readthedocs.io/en/latest/>`_.
20
13
21
- Source code is hosted in `GitHub <https://github.com/dcrosta/flask-pymongo>`_.
14
+ Source code is hosted on `GitHub <https://github.com/dcrosta/flask-pymongo>`_.
22
15
Contributions are welcome!
23
16
"""
24
17
You can’t perform that action at this time.
0 commit comments