Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
ipython: An enhanced interactive Python shell
- Summary
-
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.
Arch: src
| Download: | ipython-0.6.12-1.src.rpm |
| Build Date: | Wed Apr 27 16:41:40 2005 |
| Packager: | Karanbir Singh <kbsingh{%}karan{*}org> |
| Size: | 854 KiB |
Changelog
- * Fri Mar 25 12:00:00 2005 Shahms E. King <shahms{%}shahms{*}com> 0.6.12-1
- Update to 0.6.12
- Removed unused python_sitearch define
- * Tue Mar 1 12:00:00 2005 Shahms E. King <shahms{%}shahms{*}com> 0.6.11-2
- Fix up %doc file specifications
- Use offical .tar.gz, not upstream .src.rpm .tar.gz
- * Tue Mar 1 12:00:00 2005 Shahms E. King <shahms{%}shahms{*}com> 0.6.11-1
- Initial release to meet Fedora packaging guidelines