Skip to content

Latest commit

 

History

History
60 lines (34 loc) · 1.11 KB

README.rst

File metadata and controls

60 lines (34 loc) · 1.11 KB

Flask-Shell-PTPython

https://travis-ci.org/jacquerie/flask-shell-ptpython.svg?branch=master

About

Replace the default flask shell command with a similar one running PTPython. Inspired by flask-shell-ipython by @ei-grad.

Install

flask-shell-ptpython is on PyPI, so all you have to do is:

$ pip install flask-shell-ptpython

Usage

flask-shell-ptpython hooks itself into Flask through an entry point, so all you have to do is:

$ flask shell

Alternatives

If you prefer BPython you can use flask-shell-bpython, while if you prefer IPython you can use flask-shell-ipython.

Author

Jacopo Notarstefano (@Jaconotar)

License

MIT