Metadata-Version: 2.1
Name: flask-shell-ptpython2
Version: 1.0.7
Summary: Replace the default ``flask shell`` command with a similar one running PTPython.
Home-page: https://github.com/azmeuk/flask-shell-ptpython
Author: Jacopo Notarstefano
Author-email: jacopo.notarstefano@gmail.com
License: MIT
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python
Provides-Extra: docs
Provides-Extra: tests
Provides-Extra: all
License-File: LICENSE
License-File: AUTHORS

======================
 Flask-Shell-PTPython
======================

This is hopefully a temporary fork of https://github.com/jacquerie/flask-shell-ptpython

About
=====

Replace the default ``flask shell`` command with a similar one running PTPython.
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-ptpython`` is on PyPI, so all you have to do is:

.. code-block:: console

    $ pip install flask-shell-ptpython


Usage
=====

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

.. code-block:: console

  $ flask shell


Alternatives
============

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

.. _`flask-shell-bpython`: https://github.com/jacquerie/flask-shell-bpython


Author
======

Jacopo Notarstefano (`@Jaconotar`_)

.. _`@Jaconotar`: https://twitter.com/Jaconotar


License
=======

MIT
