All Projects โ†’ diamond-org โ†’ Flask Diamond

diamond-org / Flask Diamond

๐Ÿ’Ž Flask-Diamond is a batteries-included Flask framework.

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Flask Diamond

Zappa
Serverless Python
Stars: โœญ 11,859 (+6875.88%)
Mutual labels:  flask
Hey Jetson
Deep Learning based Automatic Speech Recognition with attention for the Nvidia Jetson.
Stars: โœญ 161 (-5.29%)
Mutual labels:  flask
Flusk
Boilerplate API on how to structure big Flask applications (includes SQLAlchemy, Docker, nginx)
Stars: โœญ 165 (-2.94%)
Mutual labels:  flask
Pervane
Plain text file based note taking and knowledge base building tool, markdown editor, simple browser IDE.
Stars: โœญ 159 (-6.47%)
Mutual labels:  flask
Flask Restless Security
Concise skeleton for development of Flask, Flask-Restless, SQLAlchemy, JWT based REST APIs.
Stars: โœญ 159 (-6.47%)
Mutual labels:  flask
Yublog
Person blog powered by flask.
Stars: โœญ 164 (-3.53%)
Mutual labels:  flask
Flask Simpleldap
LDAP authentication extension for the Flask web framework
Stars: โœญ 156 (-8.24%)
Mutual labels:  flask
Flaskr Tdd
Flaskr: Intro to Flask, Test-Driven Development (TDD), and JavaScript
Stars: โœญ 2,103 (+1137.06%)
Mutual labels:  flask
Flask Blueprint Tutorial
๐Ÿ“˜ ๐Ÿ“ฆ Structure your Flask apps in a scalable and intelligent way using Blueprints.
Stars: โœญ 162 (-4.71%)
Mutual labels:  flask
Flask Msearch
Full text search for flask.
Stars: โœญ 164 (-3.53%)
Mutual labels:  flask
Dash Flask Login
Implementation of Flask-login on top of Dash.
Stars: โœญ 158 (-7.06%)
Mutual labels:  flask
Awesome Python
ํŒŒ์ด์ฌ์— ๋Œ€ํ•œ ๊ฐ„๋‹จํ•œ ํŠœํ† ๋ฆฌ์–ผ + ํŒŒ์ด์ฌ์— ๊ด€ํ•œ ์˜ˆ์ œ ๋ชจ์•„๋‘๊ธฐ
Stars: โœญ 158 (-7.06%)
Mutual labels:  flask
Flask Redis Queue
Example of how to handle background processes with Flask, Redis Queue, and Docker
Stars: โœญ 163 (-4.12%)
Mutual labels:  flask
Python rest flask
Flask Rest API
Stars: โœญ 157 (-7.65%)
Mutual labels:  flask
Vue Admin Flask Example
vue-adminๅ’ŒๅŽ็ซฏ(flask)ๅˆ†็ฆป็ป“ๅˆ็š„่ถ…็ฎ€ๅ•ๆจกๆฟDemo
Stars: โœญ 165 (-2.94%)
Mutual labels:  flask
Flask Ask
Alexa Skills Kit for Python
Stars: โœญ 1,877 (+1004.12%)
Mutual labels:  flask
Flask Sqlalchemy Tutorial
๐Ÿ โ„น๏ธ Create and manage data in your Flask app via a SQL database.
Stars: โœญ 162 (-4.71%)
Mutual labels:  flask
Pyrollbar
Error tracking and logging from Python to Rollbar
Stars: โœญ 169 (-0.59%)
Mutual labels:  flask
Docker Flask Celery Redis
Docker-Compose template for orchestrating a Flask app with a Celery queue using Redis
Stars: โœญ 165 (-2.94%)
Mutual labels:  flask
Flask Sphinx Themes
Sphinx themes for Pallets projects
Stars: โœญ 164 (-3.53%)
Mutual labels:  flask

Flask-Diamond

Flask-Diamond is a batteries-included Python Flask framework, sortof like Django but radically decomposable. Flask-Diamond offers some opinions about network information systems that process data. Using Flask-Diamond, you can scaffold a working application with sensible defaults, then easily override those defaults to meet your own goals. Flask-Diamond provides a shared vocabulary that helps teams coordinate as they scale up to develop multiple Flask applications while maintaining good code reuse and learning transfer. Flask-Diamond goes beyond a "project scaffold" by providing a complete architecture and team solution, including documentation, tutorials, and other learning support.

Overview

A Flask-Diamond application consists of facets, which are common facilities that many applications eventually need to provide. The facets provided by Flask-Diamond include:

  • account management
  • administrative access
  • databases
  • Model object CRUD
  • email
  • testing
  • documentation
  • deployment
  • and more

Usage ^^^^^

The following steps will create a new Flask-Diamond application.

::

pip install Flask-Diamond
mkdir my-application
cd my-application
flask-diamond scaffold app
make install docs test db server

Please read the Introduction Documentation <http://flask-diamond.readthedocs.io/en/latest/#get-started>_ to get started.

Documentation ^^^^^^^^^^^^^

http://flask-diamond.org

Quick Start Screencast ^^^^^^^^^^^^^^^^^^^^^^

.. image:: https://img.youtube.com/vi/dFp-YtV4898/0.jpg :alt: Flask-Diamond Quick Start :target: https://www.youtube.com/watch?v=dFp-YtV4898 :align: center :height: 315px :width: 560px

Length: 3:17

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].