home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 November / maximum-cd-2010-11.iso / DiscContents / calibre-0.7.13.msi / file_1954 < prev    next >
Encoding:
Python egg package info  |  2009-08-04  |  2.7 KB  |  75 lines

  1. Metadata-Version: 1.0
  2. Name: ipython
  3. Version: 0.10
  4. Summary: An interactive computing environment for Python
  5. Home-page: http://ipython.scipy.org
  6. Author: The IPython Development Team
  7. Author-email: ipython-dev@scipy.org
  8. License: BSD
  9. Download-URL: http://ipython.scipy.org/dist
  10. Description: 
  11.         The goal of IPython is to create a comprehensive environment for
  12.         interactive and exploratory computing.  To support this goal, IPython
  13.         has two main components:
  14.         
  15.         * An enhanced interactive Python shell.
  16.         
  17.         * An architecture for interactive parallel computing.
  18.         
  19.         The enhanced interactive Python shell has the following main features:
  20.         
  21.         * Comprehensive object introspection.
  22.         
  23.         * Input history, persistent across sessions.
  24.         
  25.         * Caching of output results during a session with automatically generated
  26.         references.
  27.         
  28.         * Readline based name completion.
  29.         
  30.         * Extensible system of 'magic' commands for controlling the environment and
  31.         performing many tasks related either to IPython or the operating system.
  32.         
  33.         * Configuration system with easy switching between different setups (simpler
  34.         than changing $PYTHONSTARTUP environment variables every time).
  35.         
  36.         * Session logging and reloading.
  37.         
  38.         * Extensible syntax processing for special purpose situations.
  39.         
  40.         * Access to the system shell with user-extensible alias system.
  41.         
  42.         * Easily embeddable in other Python programs and wxPython GUIs.
  43.         
  44.         * Integrated access to the pdb debugger and the Python profiler.
  45.         
  46.         The parallel computing architecture has the following main features:
  47.         
  48.         * Quickly parallelize Python code from an interactive Python/IPython session.
  49.         
  50.         * A flexible and dynamic process model that be deployed on anything from
  51.         multicore workstations to supercomputers.
  52.         
  53.         * An architecture that supports many different styles of parallelism, from
  54.         message passing to task farming.
  55.         
  56.         * Both blocking and fully asynchronous interfaces.
  57.         
  58.         * High level APIs that enable many things to be parallelized in a few lines
  59.         of code.
  60.         
  61.         * Share live parallel jobs with other users securely.
  62.         
  63.         * Dynamically load balanced task farming system.
  64.         
  65.         * Robust error handling in parallel code.
  66.         
  67.         The latest development version is always available from IPython's `Launchpad
  68.         site <http://launchpad.net/ipython>`_.
  69.         
  70. Keywords: Interactive,Interpreter,Shell,Parallel,Distributed
  71. Platform: Linux
  72. Platform: Mac OSX
  73. Platform: Windows XP/2000/NT
  74. Platform: Windows 95/98/ME
  75.