ó
&9_[c        	   @   sA  d  Z  d Z d Z d Z d Z d Z d Z d Z e e e g Z d j e	 e
 e ƒ ƒ Z e rj e e Z n  e Z e e e e f Z d; Z d e Z d	 Z d
 Z d Z i	 d< d 6d= d 6d> d 6d? d 6d@ d 6dA d 6dB d  6dC d# 6dD d& 6Z d' Z d( Z d) Z d* d+ d, g Z d- d. d/ d0 g Z d1 d2 d3 d4 d5 d6 d7 d8 d9 g	 Z d: S(E   s%   Release data for the IPython project.t   ipythoni   i   i    s   .devt    t   .s   %i.%is)   IPython: Productive Interactive ComputingsY  
IPython provides a rich toolkit to help you make the most out of using Python
interactively.  Its main components are:

* A powerful interactive Python shell
* A `Jupyter <http://jupyter.org/>`_ kernel to work with Python code in Jupyter
  notebooks and other interactive frontends.

The enhanced interactive Python shells have the following main features:

* Comprehensive object introspection.

* Input history, persistent across sessions.

* Caching of output results during a session with automatically generated
  references.

* Extensible tab completion, with support by default for completion of python
  variables and keywords, filenames and function keywords.

* Extensible system of 'magic' commands for controlling the environment and
  performing many tasks related either to IPython or the operating system.

* A rich configuration system with easy switching between different setups
  (simpler than changing $PYTHONSTARTUP environment variables every time).

* Session logging and reloading.

* Extensible syntax processing for special purpose situations.

* Access to the system shell with user-extensible alias system.

* Easily embeddable in other Python programs and GUIs.

* Integrated access to the pdb debugger and the Python profiler.

The latest development version is always available from IPython's `GitHub
site <http://github.com/ipython>`_.
t   BSDs   Fernando Perezs   fperez.net@gmail.comt   Fernandos   Janko Hausers   jhauser@zscout.det   Jankos   Nathaniel Grays   n8gray@caltech.edut   Nathans   Ville Vainios   vivainio@gmail.comt   Villes   Brian E Grangers   ellisonbg@gmail.comt   Brians   Min Ragan-Kelleys   benjaminrk@gmail.comt   Mins   Thomas A. Kluyvers   takowl@gmail.comt   Thomass   Jorgen Stenarsons   jorgen.stenarson@bostream.nut   Jorgens   Matthias Bussonniers   bussonniermatthias@gmail.comt   Matthiass   The IPython Development Teams   ipython-dev@python.orgs   https://ipython.orgt   Linuxs   Mac OSXt   Windowst   Interactivet   Interpretert   Shellt	   Embeddings   Framework :: IPythons   Intended Audience :: Developerss%   Intended Audience :: Science/Researchs&   License :: OSI Approved :: BSD Licenses   Programming Language :: Pythons#   Programming Language :: Python :: 2s%   Programming Language :: Python :: 2.7s#   Programming Language :: Python :: 3s   Topic :: System :: ShellsN(   i   i    (   s   Fernando Perezs   fperez.net@gmail.com(   s   Janko Hausers   jhauser@zscout.de(   s   Nathaniel Grays   n8gray@caltech.edu(   s   Ville Vainios   vivainio@gmail.com(   s   Brian E Grangers   ellisonbg@gmail.com(   s   Min Ragan-Kelleys   benjaminrk@gmail.com(   s   Thomas A. Kluyvers   takowl@gmail.com(   s   Jorgen Stenarsons   jorgen.stenarson@bostream.nu(   s   Matthias Bussonniers   bussonniermatthias@gmail.com(   t   __doc__t   namet   _version_majort   _version_minort   _version_patcht   _version_extrat   codenamet   _vert   joint   mapt   strt   __version__t   versiont   version_infot   kernel_protocol_version_infot   kernel_protocol_versiont   descriptiont   long_descriptiont   licenset   authorst   authort   author_emailt   urlt	   platformst   keywordst   classifiers(    (    (    s3   lib/python2.7/site-packages/IPython/core/release.pyt   <module>   sR   
)

