Commit graph

3 commits

Author SHA1 Message Date
kleink
e00a0276da Update py-flask-script to 0.6.2.
Version 0.6.2
-----------------

Released on August 10, 2013

- FIXED: 0.6.1 fails to embed ipython at all

Version 0.6.1
-----------------

Released on August 9, 2013

- FIXED: IPython Shell embedding fails after upgrade to IPython 1.0
2013-08-17 16:09:36 +00:00
kleink
5cd987a027 Update py-flask-script to 0.6.0.
Version 0.6.0
-------------

Released on August 7, 2013.

- Drop support for Python 2.5
- Support Python 2.6/2.7 and >= 3.3 using same source code.
  Import necessary compatibility code from flask._compat module of current
  Flask repo code.
- Use proper argparse subparsers
- Tab completion using `argcomplete`
- Remove question marks from automatically being appended to
  prompt_bool and prompt_choices
- FIXED: ipython with disabled bpython
- FIXED: debug parameter no longer passed in from flask_script
2013-08-08 17:59:30 +00:00
kleink
ce86f9f2ea Import Flask-Script-0.5.3 as www/py-flask-script.
The Flask-Script extension provides support for writing external
scripts in Flask. This includes running a development server, a
customised Python shell, scripts to set up your database, cronjobs,
and other command-line tasks that belong outside the web application
itself.
2013-07-28 17:47:18 +00:00