Flask Extension Wizard
- From:
- Armin Ronacher
- Date:
- 2010-05-08 @ 00:25
Hi,
To simplify Flask extension development I created a little script that
can do that for you. It requires Flask to be on your PYTHONPATH and
ideally you also have sphinx-quickstart around so that it can create
some docs for you. It can also initialize a git repository for you.
Example usage:
$ virtualenv env
$ env/bin/activate
$ easy_install Flask Sphinx
$ wget http://bit.ly/flask-extension-wizard
$ python make_flaskext.py
Then just follow the instructions.
Regards,
Armin