Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diamond-org/flask-diamond
:gem: Flask-Diamond is a batteries-included Flask framework.
https://github.com/diamond-org/flask-diamond
diamond-methods flask python
Last synced: 5 days ago
JSON representation
:gem: Flask-Diamond is a batteries-included Flask framework.
- Host: GitHub
- URL: https://github.com/diamond-org/flask-diamond
- Owner: diamond-org
- Created: 2015-09-22T16:38:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-10T20:20:57.000Z (almost 7 years ago)
- Last Synced: 2024-08-01T22:55:52.919Z (3 months ago)
- Topics: diamond-methods, flask, python
- Language: Python
- Homepage: http://flask-diamond.org/
- Size: 1.35 MB
- Stars: 176
- Watchers: 9
- Forks: 11
- Open Issues: 13
-
Metadata Files:
- Readme: Readme.rst
Awesome Lists containing this project
README
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
- testing
- documentation
- deployment
- and moreUsage
^^^^^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 serverPlease read the `Introduction Documentation `_ 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: 560pxLength: 3:17