Contents

Flask-PyMongo 2.3.0

0

PyMongo support for Flask applications

PyMongo support for Flask applications

Stars: 717, Watchers: 717, Forks: 174, Open Issues: 22

The dcrosta/flask-pymongo repo was created 12 years ago and the last code push was 9 months ago.
The project is popular with 717 github stars!

How to Install flask-pymongo

You can install flask-pymongo using pip

pip install flask-pymongo

or add it to a project with poetry

poetry add flask-pymongo

Package Details

Author
Dan Crosta
License
BSD
Homepage
http://flask-pymongo.readthedocs.org/
PyPi:
https://pypi.org/project/Flask-PyMongo/
GitHub Repo:
https://github.com/dcrosta/flask-pymongo

Classifiers

  • Internet/WWW/HTTP/Dynamic Content
  • Software Development/Libraries/Python Modules
No  flask-pymongo  pypi packages just yet.

Errors

A list of common flask-pymongo errors.

Code Examples

Here are some flask-pymongo code examples and snippets.

GitHub Issues

The flask-pymongo package has 22 open issues on GitHub

  • send_file throwing an error in werkzeug by passing a None-type to function that requires str

See more issues on GitHub

Related Packages & Articles

pymongo 4.6.3

Python driver for MongoDB <http://www.mongodb.org>

mongoengine 0.28.2

MongoEngine is a Python Object-Document Mapper for working with MongoDB.

flask-mongoengine 1.0.0

Flask-MongoEngine is a Flask extension that provides integration with MongoEngine and WTF model forms.