.. image:: https://travis-ci.org/jacquerie/flask-shell-bpython.svg?branch=master :target: https://travis-ci.org/jacquerie/flask-shell-bpython
Replace the default flask shell
command with a similar one running BPython.
Inspired by flask-shell-ipython
by @ei-grad
.
.. flask-shell-ipython
: https://github.com/ei-grad/flask-shell-ipython
.. @ei-grad
: https://github.com/ei-grad
flask-shell-bpython
is on PyPI, so all you have to do is:
.. code-block:: console
$ pip install flask-shell-bpython
flask-shell-bpython
hooks itself into Flask through an entry point, so all
you have to do is:
.. code-block:: console
$ flask shell
If you prefer IPython you can use flask-shell-ipython
, while if you prefer
PTPython you can use flask-shell-ptpython
.
.. _flask-shell-ptpython
: https://github.com/jacquerie/flask-shell-ptpython
Jacopo Notarstefano (@Jaconotar
_)
.. _@Jaconotar
: https://twitter.com/Jaconotar
MIT