diff options
author | Lukasz Strzygowski <lucass@gentoo.org> | 2004-09-10 10:43:17 +0000 |
---|---|---|
committer | Lukasz Strzygowski <lucass@gentoo.org> | 2004-09-10 10:43:17 +0000 |
commit | c363d39f72e5aaebedea3481a2e4a6b8f2857b11 (patch) | |
tree | 21c4d71705a84754678b630f7c9dc2ffe7dc2bf4 /dev-python/ipython/metadata.xml | |
parent | New ebuild, fixes bug #63386. (Manifest recommit) (diff) | |
download | gentoo-2-c363d39f72e5aaebedea3481a2e4a6b8f2857b11.tar.gz gentoo-2-c363d39f72e5aaebedea3481a2e4a6b8f2857b11.tar.bz2 gentoo-2-c363d39f72e5aaebedea3481a2e4a6b8f2857b11.zip |
Version bump.
Diffstat (limited to 'dev-python/ipython/metadata.xml')
-rw-r--r-- | dev-python/ipython/metadata.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/ipython/metadata.xml b/dev-python/ipython/metadata.xml index de483c53568f..97f03a370b03 100644 --- a/dev-python/ipython/metadata.xml +++ b/dev-python/ipython/metadata.xml @@ -2,4 +2,24 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>python</herd> +<longdescription> +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. +</longdescription> </pkgmetadata> |