Metadata-Version: 1.1
Name: flask-shell-bpython
Version: 0.0.3
Summary: Replace the default ``flask shell`` command with a similar one running BPython.
Home-page: https://github.com/jacquerie/flask-shell-bpython
Author: Jacopo Notarstefano
Author-email: jacopo.notarstefano@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: =====================
         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
        =======
        
        .. code-block:: console
        
            $ pip install flask-shell-bpython
        
        
        Usage
        =====
        
        .. code-block:: console
        
            $ flask shell
            Python 2.7.12 (default, Jun 29 2016, 14:04:44)
            [GCC 4.2.1 Compatible Apple LLVM 7.0.2 (clang-700.1.81)] on darwin
            BPython: 0.15
            App: hello
            Instance: /Users/jacquerie/Code/flask-shell-bpython/instance
        
            >>>
        
        
        Author
        ======
        
        Jacopo Notarstefano (`@Jaconotar`_)
        
        .. _`@Jaconotar`: https://twitter.com/Jaconotar
        
        
        License
        =======
        
        MIT
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python
