This is an example application featured in my Flask Mega-Tutorial. See the tutorial for instructions on how to work with it.
http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-worldTags | flask webapp |
Implementation | Python |
License | MIT |
Platform | Windows Linux |
There is a cookiecutter version of this repo at https://github.com/JackStouffer/cookiecutter-Flask-Foundation. Flask Foundation is a solid foundation for flask applications, built with best practices, that you can easily construct your website/webapp off of. Flask Foundation is different from most Flask frameworks as it does not assume anything about your development or production environments. Flask Foundation is platform agnostic in this respect.
Docker image with uWSGI and Nginx for Flask web applications in Python 3.6, Python 3.5 and Python 2.7 running in a single container. Optionally using Alpine Linux. This Docker image allows you to create Flask web applications in Python that run with uWSGI and Nginx in a single container.
uwsgi-nginx flask-application docker-image python-flask docker-container flask dockerfile uwsgi nginx nginx-server python-3 python3 python-2 python2 flask-image web alpine webapp debianYou can mount your model into the container. Python 2.7 or 3.5+ are supported and tested.
keras tensorflow flask deployment webapp deep-learning pre-trainedAMicroBlogAPI is a C# implementation, a strong-typed deep encapsulation, a easy-to-use .net lib of SINA microblog APIs. App developers no longer need to parse various HTTP responses -- all responses are parsed into strong types; No longer need to construt the request query ...
api library microblogMicroMonitor is a light weight Twitter monitoring and updating client which resides in your system tray and displays microblog updates in a balloon tip window. In the future I will be adding other microblog sources such as Facebook.
facebook http-authentication microblog rest rest-client twitterOtherwise follow install instructions for Yarn for your OS. Available here.
dashboard interactive visualization webapp flask react socket-io plotly data-scienceFlask-RESTPlus is an extension for Flask that adds support for quickly building REST APIs. Flask-RESTPlus encourages best practices with minimal setup. If you are familiar with Flask, Flask-RESTPlus should be easy to pick up. It provides a coherent collection of decorators and tools to describe your API and expose its documentation properly using Swagger. Flask-RestPlus requires Python 2.7 or 3.4+.
api swagger flask rest json restful restplusflask-apispec is a lightweight tool for building REST APIs in Flask. flask-apispec uses webargs for request parsing, marshmallow for response formatting, and apispec to automatically generate Swagger markup. You can use flask-apispec with vanilla Flask or a fuller-featured framework like Flask-RESTful. flask-apispec generates Swagger markup for your view functions and classes. By default, Swagger JSON is served at /swagger/, and Swagger-UI at /swagger-ui/.
Flask-swagger provides a method (swagger) that inspects the Flask app for endpoints that contain YAML docstrings with Swagger 2.0 Operation objects. Flask-swagger supports docstrings in methods of MethodView classes (ala Flask-RESTful) and regular Flask view functions.
This is a Flask extension for adding blog support to your site using Markdown. Please see Flask-Blogging documentation for more details. You can extend Flask-Blogging by using plugins from here. Check out the Serverless Blog demo running on AWS Lambda.
flask blog-engine flask-extensions python2 python3 webframeworkFlask-Migrate is an extension that handles SQLAlchemy database migrations for Flask applications using Alembic. The database operations are provided as command line arguments for Flask-Script. Note that the FLASK_APP environment variable must be set according to the Flask documentation for this command to work. This will add a migrations folder to your application. The contents of this folder need to be added to version control along with your other source files.
flask database sqlalchemy-database-migrations alembic migrationsWeibo for SharePoint 2010 is a microblog application based on SharePoint 2010. "Weibo" is the Mandarin pronounce of microblog.
Designed for the Real Python course.What is Flask? Flask is a microframework for Python based on Werkzeug and Jinja2.
While the maintainers are willing to merge PR's, they are not actively developing features. As of Flask 0.11, Flask includes a built-in CLI tool, and that may fit your needs better. A set of utilities for use with the Flask framework which provide decorators, classes and helpers for writing your own script commands.
Designed for the Real Python course. What is Flask? Flask is a microframework for Python based on Werkzeug and Jinja2.
The project was recently moved into its own organization. Please update your references to git@github.com:flask-admin/flask-admin.git. Flask-Admin is a batteries-included, simple-to-use Flask extension that lets you add admin interfaces to Flask applications. It is inspired by the django-admin package, but implemented in such a way that the developer has total control of the look, feel and functionality of the resulting application.
Flask-Marshmallow is a thin integration layer for Flask (a Python web framework) and marshmallow (an object serialization/deserialization library) that adds additional features to marshmallow, including URL and Hyperlinks fields for HATEOAS-ready APIs. It also (optionally) integrates with Flask-SQLAlchemy. Create your app.
flask marshmallow rest-api python-3 python-2 sqlalchemyFlask-Potion is a powerful Flask extension for building RESTful JSON APIs. Potion features include validation, model resources and routes, relations, object permissions, filtering, sorting, pagination, signals, and automatic API schema generation. Potion ships with backends for SQLAlchemy, peewee and MongoEngine models. It is possible to add backends for other data stores, or even to use a subset of Potion without any data store at all.
flask flask-extensions sqlalchemy peewee mongoengineFlask extension to help writing external scripts for Flask applications
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.