Metadata-Version: 1.1
Name: ibpykernel
Version: 4.7.0.dev
Summary: Python Brackets Kernel for Jupyter
Home-page: http://python-brackets.org
Author: Pouya Eghbali
Author-email: UNKNOWN
License: BSD
Description: Brackets Python Kernel for Jupyter
        ==================================
        
        This package provides the Brackets Python kernel for Jupyter, Originally
        modified from ipykernel source code.
        
        Installation
        ------------
        
        This package is hosted on PyPI to install:
        
        ::
        
            pip install ibpykernel
        
        and to activate:
        
        ::
        
            python -m ibpykernel install --user
        
        to launch qtconsole:
        
        ::
        
            jupyter qtconsole --kernel brackets
        
        `Read more <http://python-brackets.org>`__ about Python brackets
        
Keywords: Interactive,Interpreter,Shell,Web
Platform: Linux
Platform: Mac OS X
Platform: Windows
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
