Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deacondesperado/cookiecutter-flaskapp
Basic skeleton of a flask application
https://github.com/deacondesperado/cookiecutter-flaskapp
Last synced: 2 days ago
JSON representation
Basic skeleton of a flask application
- Host: GitHub
- URL: https://github.com/deacondesperado/cookiecutter-flaskapp
- Owner: DeaconDesperado
- Created: 2015-02-11T15:48:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-11T18:17:33.000Z (almost 10 years ago)
- Last Synced: 2025-01-07T22:39:35.563Z (3 days ago)
- Language: Python
- Size: 184 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
======================
cookiecutter-flaskapp
======================Cookiecutter template for a minimal flask application. See https://github.com/audreyr/cookiecutter.
* Free software: BSD license
* Vanilla testing setup with `unittest` and `python setup.py test`
* Travis-CI_: Ready for Travis Continuous Integration testing
* Tox_ testing: Setup to easily test for Python 2.6, 2.7, 3.3
* Sphinx_ docs: Documentation ready for generation with, for example, ReadTheDocs_Usage
-----Generate a Python package project::
cookiecutter https://github.com/mgthesecond/cookiecutter-flaskapp.git