Metadata-Version: |
2.1 |
Name: |
flask-mongoengine2 |
Version: |
2.2.0 |
Summary: |
Flask extension that provides integration with MongoEngine. |
Maintainer-Email: |
Ahmet Elgün <ahmetelgn[at]gmail.com> |
Project-Url: |
Homepage, https://github.com/ahmetelgun/flask-mongoengine2 |
Project-Url: |
Documentation, https://flask-mongoengine2.readthedocs.io |
Project-Url: |
Repository, https://github.com/ahmetelgun/flask-mongoengine2 |
Project-Url: |
Changelog, https://github.com/ahmetelgun/flask-mongoengine2/releases |
License: |
BSD 3-Clause License |
Keywords: |
flask,forms,mongo,pymongo,mongoengine,extension |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Environment :: Web Environment |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: BSD License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Topic :: Internet :: WWW/HTTP :: Dynamic Content |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Framework :: Flask |
Platform: |
any |
Requires-Python: |
>=3.8 |
Requires-Dist: |
Flask (>=2.3.0) |
Requires-Dist: |
mongoengine (<0.28,>=0.21) |
Requires-Dist: |
pymongo (<=4.8) |
Requires-Dist: |
importlib-metadata; python_version < "3.8" |
Requires-Dist: |
black (==22.6.0); extra == "dev" |
Requires-Dist: |
pre-commit; extra == "dev" |
Requires-Dist: |
pytest; extra == "dev" |
Requires-Dist: |
pytest-cov; extra == "dev" |
Requires-Dist: |
pytest-mock; extra == "dev" |
Requires-Dist: |
nox; extra == "dev" |
Requires-Dist: |
Pillow (>=7.0.0); extra == "dev" |
Requires-Dist: |
blinker; extra == "dev" |
Requires-Dist: |
Flask-DebugToolbar (>=0.11.0); extra == "toolbar" |
Provides-Extra: |
dev |
Provides-Extra: |
toolbar |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE.md |
License-File: |
AUTHORS.md |