An Enhanced Interactive Python Shell
IPython provides a replacement for the interactive python (Python)
interpreter with extra functionality.
Main features:
* Comprehensive object introspection.
* Input history that is 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.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout SUSE:SLE-12:GA/IPython && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
IPython.changes | 0000008680 8.48 KB | |
IPython.spec | 0000005904 5.77 KB | |
ipython-0.13.2.tar.gz | 0005982733 5.71 MB | |
python3-IPython.changes | 0000003470 3.39 KB | |
python3-IPython.spec | 0000006811 6.65 KB |
Revision 30 (latest revision is 36)
- Install .desktop files - Add buildrequires so there is proper detection of dependencies at build-time - Add python-distribute buildrequires for proper dependency detection - Build full documentation in python 2 version (not yet working with python 3) - Include license file and README file - Change suggests to recommends since suggests are not well supported - Manually-specify executable and manual file names to better identify conflicts between python 2 and python 3 versions
Comments 0