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-3

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-3[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-3[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-3[toolbar]

Installation with all features together

# With Flask-WTF, WTFForms and FlaskDebugToolbar dependencies
pip install flask-mongoengine-3[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-3-1.0.8.tar.gz (239.4 kB view details)

Uploaded Source

Built Distribution

flask_mongoengine_3-1.0.8-py3-none-any.whl (36.7 kB view details)

Uploaded Python 3

File details

Details for the file flask-mongoengine-3-1.0.8.tar.gz.

File metadata

  • Download URL: flask-mongoengine-3-1.0.8.tar.gz
  • Upload date:
  • Size: 239.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for flask-mongoengine-3-1.0.8.tar.gz
Algorithm Hash digest
SHA256 beec779f9c9214fa3d7b6db0de15c2dcda4f6a4608f8383ff67f20d5207abd1a
MD5 5b192fa9654566aedced2cb51a4aa9a6
BLAKE2b-256 0918027d387deef09cbf36c4102e9530b00859be3a64f1a2e97b46b77e1b5906

See more details on using hashes here.

File details

Details for the file flask_mongoengine_3-1.0.8-py3-none-any.whl.

File metadata

File hashes

Hashes for flask_mongoengine_3-1.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 8ad808e729025e9545fc2de9aa71499587e21c05329c81fb996edab34a437062
MD5 b2f94d25014dd975efff2b8b7570d950
BLAKE2b-256 c201bf07b0d4934a55b1a4023a9c8da716eddcfaa7c1631403ac5373a8022af9

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