https://github.com/jacquerie/flask-shell-bpython
Replace the default flask shell command with a similar one running BPython.
https://github.com/jacquerie/flask-shell-bpython
bpython flask python
Last synced: 17 days ago
JSON representation
Replace the default flask shell command with a similar one running BPython.
- Host: GitHub
- URL: https://github.com/jacquerie/flask-shell-bpython
- Owner: jacquerie
- License: mit
- Created: 2016-06-20T19:02:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T00:29:59.000Z (over 5 years ago)
- Last Synced: 2024-11-15T06:04:24.720Z (about 1 year ago)
- Topics: bpython, flask, python
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
=====================
Flask-Shell-BPython
=====================
.. image:: https://travis-ci.org/jacquerie/flask-shell-bpython.svg?branch=master
:target: https://travis-ci.org/jacquerie/flask-shell-bpython
About
=====
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
Install
=======
``flask-shell-bpython`` is on PyPI, so all you have to do is:
.. code-block:: console
$ pip install flask-shell-bpython
Usage
=====
``flask-shell-bpython`` hooks itself into Flask through an entry point, so all
you have to do is:
.. code-block:: console
$ flask shell
Alternatives
============
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
Author
======
Jacopo Notarstefano (`@Jaconotar`_)
.. _`@Jaconotar`: https://twitter.com/Jaconotar
License
=======
MIT