معرفی شرکت ها


flask-mongoengine-tschaume-1.1.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Flask extension that provides integration with MongoEngine and WTF model forms.
ویژگی مقدار
سیستم عامل -
نام فایل flask-mongoengine-tschaume-1.1.0
نام flask-mongoengine-tschaume
نسخه کتابخانه 1.1.0
نگهدارنده []
ایمیل نگهدارنده ['Andrey Shpak <ashpak@ashpak.ru>, Patrick Huck <phuck@lbl.gov>']
نویسنده -
ایمیل نویسنده Ross Lawley <ross.lawley@gmail.com>
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/flask-mongoengine-tschaume/
مجوز BSD 3-Clause License
# Flask-MongoEngine [![PyPI version](https://badge.fury.io/py/flask-mongoengine.svg)](https://badge.fury.io/py/flask-mongoengine) [![CI Tests](https://github.com/MongoEngine/flask-mongoengine/actions/workflows/tests.yml/badge.svg)](https://github.com/MongoEngine/flask-mongoengine/actions/workflows/tests.yml) [![Documentation Status](https://readthedocs.org/projects/flask-mongoengine/badge/?version=latest)](http://docs.mongoengine.org/projects/flask-mongoengine/en/latest/?badge=latest) [![Maintainability](https://api.codeclimate.com/v1/badges/6fb8ae00b1008f5f1b20/maintainability)](https://codeclimate.com/github/MongoEngine/flask-mongoengine/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/6fb8ae00b1008f5f1b20/test_coverage)](https://codeclimate.com/github/MongoEngine/flask-mongoengine/test_coverage) ![PyPI - Downloads](https://img.shields.io/pypi/dm/flask-mongoengine) 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 ```bash # 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. ```bash # 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. ```bash # 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: ```bash # With FlaskDebugToolbar dependencies pip install flask-mongoengine[toolbar] ``` ### Installation with all features together ```bash # 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]. [MongoEngine]: https://github.com/MongoEngine/mongoengine [WTFForms]: https://github.com/wtforms/wtforms [Flask-WTF]: https://github.com/wtforms/flask-wtf [FlaskDebugToolbar]: https://github.com/flask-debugtoolbar/flask-debugtoolbar [read the docs]: http://docs.mongoengine.org/projects/flask-mongoengine/ [Flask]: https://github.com/pallets/flask [BSD 3-Clause License]: LICENSE.md [Contribution guidelines]: CONTRIBUTING.md [nox]: https://nox.thea.codes/en/stable/usage.html [complete connection settings description]: http://docs.mongoengine.org/projects/flask-mongoengine/flask_config.html


نیازمندی

مقدار نام
>=1.1.4 Flask
>=0.21 mongoengine
- importlib-metadata
==22.6.0 black
- pre-commit
- pytest
- pytest-cov
- pytest-mock
- nox
>=7.0.0 Pillow
- blinker
==2.0.1 MarkupSafe
- pytest
- pytest-cov
- pytest-mock
>=7.0.0 Pillow
- blinker
>=0.11.0 Flask-DebugToolbar
>=3.0.0 WTForms[email]
>=0.14.3 Flask-WTF


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl flask-mongoengine-tschaume-1.1.0:

    pip install flask-mongoengine-tschaume-1.1.0.whl


نصب پکیج tar.gz flask-mongoengine-tschaume-1.1.0:

    pip install flask-mongoengine-tschaume-1.1.0.tar.gz