jcassee / flask-shell-bpython

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask-Shell-BPython

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

About

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

Install

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

$ pip install flask-shell-bpython

Usage

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

$ flask shell

Alternatives

If you prefer IPython you can use flask-shell-ipython, while if you prefer PTPython you can use flask-shell-ptpython.

Author

Jacopo Notarstefano (@Jaconotar)

License

MIT

About

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

License:MIT License


Languages

Language:Python 93.2%Language:Shell 6.8%