Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitsuhiko/flask-extension-wizard
Helper script to create Flask Extension Packages
https://github.com/mitsuhiko/flask-extension-wizard
Last synced: 3 months ago
JSON representation
Helper script to create Flask Extension Packages
- Host: GitHub
- URL: https://github.com/mitsuhiko/flask-extension-wizard
- Owner: mitsuhiko
- License: other
- Created: 2010-05-08T00:18:55.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-07-11T11:31:45.000Z (over 14 years ago)
- Last Synced: 2024-05-08T21:52:58.262Z (8 months ago)
- Language: Python
- Homepage: http://flask.pocoo.org/
- Size: 96.7 KB
- Stars: 33
- Watchers: 4
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Flask Extension Wizard
======================A script that can generate Flask Extensions. Just make sure to
have Flask installed before running that script. It will prompt
you for a few things and then generate the basic stuff for you.If you have Sphinx installed, it can create Sphinx documentation.
(It will automatically set up the Sphinx themes as a Git submodule
if you are using Git.)If you have Git or Mercurial installed, it can initialize a
repository, and add a link to the development version if you plan
to host it on Github, Gitorious, or Bitbucket.By default, extensions are listed as BSD licensed, but you can
select the MIT license or use a different license by selecting
"none" when the wizard asks.Installation with a fresh virtualenv:
$ virtualenv env
$ . env/bin/activate
$ easy_install Flask Sphinx
$ wget http://bit.ly/flask-extension-wizard
$ python make-flaskext.pyThen follow the instructions.