Contents

Flask-PyMongo 2.3.0

0

PyMongo support for Flask applications

PyMongo support for Flask applications

Stars: 721, Watchers: 721, Forks: 175, Open Issues: 25

The mongodb/flask-pymongo repo was created 12 years ago and the last code push was 4 months ago.
The project is popular with 721 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 25 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

mongoengine 0.29.1

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.