Package ipython3: Information

    Binary package: ipython3
    Version: 8.24.0-alt1
    Architecture: noarch
    Build time:  Apr 27, 2024, 11:45 PM
    Source package: ipython3
    Report package bug
    License: BSD-3-Clause
    Summary: An enhanced interactive Python 3 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.

    Maintainer: Anton Vyatkin


    Last changed


    April 27, 2024 Anton Vyatkin 8.24.0-alt1
    - New version 8.24.0.
    - Build with check.
    April 9, 2024 Anton Vyatkin 8.23.0-alt1
    - New version 8.23.0.
    March 11, 2024 Anton Vyatkin 8.22.2-alt1
    - New version 8.22.2.
    - Drop gobject require used for obsoleted gtk2 (see ALT bug #41092).
    - Build without check (not ready for pytest 8).