Skip to main content

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

Project description

Flask-MongoEngine

PyPI version CI Tests Documentation Status Maintainability Test Coverage PyPI - Downloads

Flask-MongoEngine is a Flask extension that provides integration with MongoEngine, WtfForms and FlaskDebugToolbar.

Installation

By default, Flask-MongoEngine will install integration only between Flask and MongoEngine. Integration with WTFForms and FlaskDebugToolbar are optional and should be selected as extra option, if required. This is done by users request, to limit amount of external dependencies in different production setup environments.

All methods end extras described below are compatible between each other and can be used together.

Installation with MongoEngine only support

# For Flask >= 2.0.0
pip install flask-mongoengine

We still maintain special case for Flask = 1.1.4 support (the latest version in 1.x.x branch). To install flask-mongoengine with required dependencies use legacy extra option.

# With Flask 1.1.4 dependencies
pip install flask-mongoengine[legacy]

Installation with WTFForms and Flask-WTF support

Flask-mongoengine can be installed with Flask-WTF and WTFForms support. This will extend project dependencies with Flask-WTF, WTFForms and related packages.

# With Flask-WTF and WTFForms dependencies
pip install flask-mongoengine[wtf]

Installation with Flask Debug Toolbar support

Flask-mongoengine provide beautiful extension to FlaskDebugToolbar allowing to monitor all database requests. To use this extension FlaskDebugToolbar itself required. If you need to install flask-mongoengine with related support, use:

# With FlaskDebugToolbar dependencies
pip install flask-mongoengine[toolbar]

Installation with all features together

# With Flask-WTF, WTFForms and FlaskDebugToolbar dependencies
pip install flask-mongoengine[wtf,toolbar]

Flask configuration

Flask-mongoengine does not provide any configuration defaults. User is responsible for setting up correct database settings, to exclude any possible misconfiguration and data corruption.

There are several options to set connection. Please note, that all except recommended are deprecated and may be removed in future versions, to lower code base complexity and bugs. If you use any deprecated connection settings approach, you should update your application configuration.

Please refer to complete connection settings description for more info.

Usage and API documentation

Full project documentation available on read the docs.

Contributing and testing

We are welcome for contributors and testers! Check Contribution guidelines.

License

Flask-MongoEngine is distributed under BSD 3-Clause License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flask-mongoengine-tschaume-1.1.0.tar.gz (235.2 kB view details)

Uploaded Source

Built Distribution

flask_mongoengine_tschaume-1.1.0-py3-none-any.whl (33.6 kB view details)

Uploaded Python 3

File details

Details for the file flask-mongoengine-tschaume-1.1.0.tar.gz.

File metadata

File hashes

Hashes for flask-mongoengine-tschaume-1.1.0.tar.gz
Algorithm Hash digest
SHA256 0c020feb12bb0317a4848e7b191489f89ad0589c9728d4907f5e9635474dd055
MD5 39cc44e16310224433b636d9ba35ddf0
BLAKE2b-256 46e9224508e946b975dab42f185ecca6c044a465ebd6fdc23bdc27a85330ea0c

See more details on using hashes here.

File details

Details for the file flask_mongoengine_tschaume-1.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for flask_mongoengine_tschaume-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 01fcb556bb616bc4b4bbe83fb019787dc58e565790226182bf9a60ed9fada65d
MD5 b49caee21b74a480fbc256a72331dd75
BLAKE2b-256 9f5bd947b061b81b25ee061f1eae068c98d0491f990d24d3ad9f16de9c05cd56

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page