Package ipython: Information

    Source package: ipython
    Version: 0.10-alt1.1
    Build time:  Dec 3, 2009, 11:17 PM
    Report package bug
    License: BSD
    Summary: An enhanced interactive Python shell
    Description: 
    IPython provides a replacement for the interactive Python interpreter with
    extra functionality.
    
    Main features:
    * Comprehensive object introspection.
    * Input history, persistent across sessions.
    * Caching of output results during a session with automatically generated
      references.
    * Readline based name completion.
    * Extensible system of 'magic' commands for controlling the environment and
      performing many tasks related either to IPython or the operating system.
    * 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.
    * Integrated access to the pdb debugger and the Python profiler.

    List of rpms provided by this srpm:
    ipython (noarch)
    ipython-doc (noarch)
    ipython-examples (noarch)

    Maintainer: Andrey Rahmatullin


      1. python-devel = 2.6
      2. rpm-build-python >= 0.8

    Last changed


    Nov. 12, 2009 Eugeny A. Rostovtsev 0.10-alt1.1
    - Rebuilt with python 2.6
    Aug. 11, 2009 Andrey Rahmatullin 0.10-alt1
    - 0.10
    March 29, 2009 Andrey Rahmatullin 0.9.1-alt2
    - fix default indent bindings (vsu@)