Ñò
ÎÑAHc           @   s  d  Z  d d k Z e i d d !d j  o e d ƒ ‚ n d d k Z e i i e i i e ƒ d ƒ d d	 d
 d d g Z	 e
 ƒ  e ƒ  Z Z x! e	 D] Z e e e e g  ƒ q” Wd d k Z d d k l Z d e i d e i d e i d Z e i Z e i Z e i Z [ [ [ d S(   s  
IPython -- An enhanced Interactive Python

One of Python's nicest features is its interactive interpreter. This allows
very fast testing of ideas without the overhead of creating test files as is
typical in most programming languages. However, the interpreter supplied with
the standard Python distribution is fairly primitive (and IDLE isn't really
much better).

IPython tries to:

  i - provide an efficient environment for interactive work in Python
  programming. It tries to address what we see as shortcomings of the standard
  Python prompt, and adds many features to make interactive work much more
  efficient.

  ii - offer a flexible framework so that it can be used as the base
  environment for other projects and problems where Python can be the
  underlying language. Specifically scientific environments like Mathematica,
  IDL and Mathcad inspired its design, but similar ideas can be useful in many
  fields. Python is a fabulous language for implementing this kind of system
  (due to its dynamic and introspective features), and with suitable libraries
  entire systems could be built leveraging Python's power.

  iii - serve as an embeddable, ready to go interpreter for your own programs.

IPython requires Python 2.3 or newer.

$Id: __init__.py 2399 2007-05-26 10:23:10Z vivainio $iÿÿÿÿNi    i   s   2.3s4   Python Version 2.3 or above is required for IPython.s   /Extensionst   ipapit   genericst   ipstructt   Releaset   Shell(   R   s   %s <%s>
%s <%s>
%s <%s>t   Fernandot   Jankot   Nathan(   t   __doc__t   syst   versiont   ImportErrort   ost   patht   appendt   dirnamet   __file__t   __all__t   globalst   localst   globt   loct   namet
   __import__R   t   IPythonR   t   authorst
   __author__t   licenset   __license__t   __version__t   revisiont   __revision__(    (    (    sH   /u/d/b/dbachman/web/work/lib/python2.3/site-packages/IPython/__init__.pyt   <module>   s&   
  			