All Projects → MongoEngine → Flask Mongoengine

MongoEngine / Flask Mongoengine

Licence: other
MongoEngine flask extension with WTF model forms support

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Flask Mongoengine

Hellogithub.com
HelloGitHub.com 网站源码
Stars: ✭ 624 (-16.8%)
Mutual labels:  flask
Frozen Flask
Freezes a Flask application into a set of static files.
Stars: ✭ 680 (-9.33%)
Mutual labels:  flask
Bowtie
Create a dashboard with python!
Stars: ✭ 724 (-3.47%)
Mutual labels:  flask
Lin Cms Flask
🎀A simple and practical CMS implememted by flask
Stars: ✭ 642 (-14.4%)
Mutual labels:  flask
Flask Marshmallow
Flask + marshmallow for beautiful APIs
Stars: ✭ 666 (-11.2%)
Mutual labels:  flask
Build A Saas App With Flask
Learn how to build a production ready web app with Flask and Docker.
Stars: ✭ 694 (-7.47%)
Mutual labels:  flask
Flask Blogging
A Markdown Based Python Blog Engine as a Flask Extension.
Stars: ✭ 609 (-18.8%)
Mutual labels:  flask
Mixer
Mixer -- Is a fixtures replacement. Supported Django, Flask, SqlAlchemy and custom python objects.
Stars: ✭ 743 (-0.93%)
Mutual labels:  flask
Flaskex
Simple flask example for quick prototypes and small applications
Stars: ✭ 679 (-9.47%)
Mutual labels:  flask
Sparrow
运维管理平台(python3+flask+pycharts+apscheduler+gunicorn),模块化结构设计,底层依托mysql、influxdb、elasticsearch、zabbix、k8s等数据源数据
Stars: ✭ 723 (-3.6%)
Mutual labels:  flask
Blockchain
A simple Blockchain in Python
Stars: ✭ 6,496 (+766.13%)
Mutual labels:  flask
Python24
网上搜集的自学python语言的资料集合,包括整套代码和讲义集合,这是至今为止所开放网上能够查找到的最新视频教程,网上找不到其他最新的python整套视频了,. 具体的无加密的mp4视频教程和讲义集合可以在更新的Readme文件中找到,下载直接打开就能播放,项目从零基础的Python教程到深度学习,总共30章节,其中包含Python基础中的飞机大战项目,WSGI项目,Flask新经资讯项目, Django的电商项目(本应该的美多商城项目因为使用的是Vue技术,所以替换为Django天天生鲜项目)等等,希望能够帮助大家。资源搜集劳神费力,能帮到你的话是我的福分,望大家多多支持,喜欢本仓库的话,记得Star哦。
Stars: ✭ 650 (-13.33%)
Mutual labels:  flask
Chartkick.py
Create beautiful Javascript charts with minimal code
Stars: ✭ 695 (-7.33%)
Mutual labels:  flask
Flask Restful Swagger
A Swagger spec extractor for flask-restful
Stars: ✭ 629 (-16.13%)
Mutual labels:  flask
Flask Peewee
flask integration for peewee, including admin, authentication, rest api and more
Stars: ✭ 739 (-1.47%)
Mutual labels:  flask
Flask Profiler
a flask profiler which watches endpoint calls and tries to make some analysis.
Stars: ✭ 622 (-17.07%)
Mutual labels:  flask
Gae Boilerplate
Google App Engine Boilerplate
Stars: ✭ 688 (-8.27%)
Mutual labels:  flask
Spark Movie Lens
An on-line movie recommender using Spark, Python Flask, and the MovieLens dataset
Stars: ✭ 745 (-0.67%)
Mutual labels:  flask
Flask Apscheduler
Adds APScheduler support to Flask
Stars: ✭ 741 (-1.2%)
Mutual labels:  flask
Yacht
A web interface for managing docker containers with an emphasis on templating to provide 1 click deployments. Think of it like a decentralized app store for servers that anyone can make packages for.
Stars: ✭ 712 (-5.07%)
Mutual labels:  flask

================= Flask-MongoEngine

:Info: MongoEngine for Flask web applications. :Repository: https://github.com/MongoEngine/flask-mongoengine

.. image:: https://travis-ci.org/MongoEngine/flask-mongoengine.svg?branch=master :target: https://travis-ci.org/MongoEngine/flask-mongoengine

.. image:: https://coveralls.io/repos/github/MongoEngine/flask-mongoengine/badge.svg?branch=master :target: https://coveralls.io/github/MongoEngine/flask-mongoengine?branch=master

About

Flask-MongoEngine is a Flask extension that provides integration with MongoEngine. It handles connection management for your app. You can also use WTForms as model forms for your models.

Documentation

You can find the documentation at https://flask-mongoengine.readthedocs.io

Installation

You can install this package using pypi: pip install flask-mongoengine

Tests

To run the test suite, ensure you are running a local copy of Flask-MongoEngine and simply run: pytest.

To run the test suite on every supported versions of Python, PyPy and MongoEngine you can use tox. Ensure tox and each supported Python, PyPy versions are installed in your environment:

.. code-block:: shell

# Install tox
$ pip install tox
# Run the test suites
$ tox

To run a single or selected test suits, use pytest -k option.

Contributing

We welcome contributions! see the Contribution guidelines <https://github.com/MongoEngine/flask-mongoengine/blob/master/CONTRIBUTING.rst>_

Community

  • #flask-mongoengine IRC channel <http://webchat.freenode.net/?channels=flask-mongoengine>_

License

Flask-MongoEngine is distributed under MIT license, see LICENSE for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].