ó
æNXc        	   @   sQ  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 rh e d e Z n  e Z e e e e f Z dA Z d	 e Z d
 Z d Z d Z i	 dB d 6dC d 6dD d 6dE d 6dF d 6dG d 6dH d! 6dI d$ 6dJ d' 6Z d( Z d) Z d* Z d+ Z d, d- d. g Z d/ d0 d1 d2 d3 d4 d5 d6 g Z d7 d8 d9 d: d; d< d= d> d? g	 Z d@ S(K   s%   Release data for the IPython project.t   ipythoni   i    i   t    t   .t   -i   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@scipy.orgs   http://ipython.orgs,   https://github.com/ipython/ipython/downloadst   Linuxs   Mac OSXs   Windows XP/Vista/7/8t   Interactivet   Interpretert   Shellt   Parallelt   Distributeds   Web-based computings
   Qt consolet	   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   download_urlt	   platformst   keywordst   classifiers(    (    (    sL   /data/av2000/mvv/env_mvv/lib/python2.7/site-packages/IPython/core/release.pyt   <module>   sT   
)

