flask-shell-ptpython

Replace the default ``flask shell`` command with a similar one running PTPython.


Keywords
flask, ptpython, python
License
MIT
Install
pip install flask-shell-ptpython==1.0.2

Documentation

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