Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deacondesperado/cookiecutter-flaskext

A basic skeleton for a flask extension
https://github.com/deacondesperado/cookiecutter-flaskext

Last synced: about 1 month ago
JSON representation

A basic skeleton for a flask extension

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