ipython


Nameipython JSON
Version 8.24.0 PyPI version JSON
download
home_pageNone
SummaryIPython: Productive Interactive Computing
upload_time2024-04-26 09:10:30
maintainerNone
docs_urlNone
authorThe IPython Development Team
requires_python>=3.10
licenseBSD-3-Clause
keywords interactive interpreter shell embedding
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            IPython provides a rich toolkit to help you make the most out of using Python
interactively.  Its main components are:

 * A powerful interactive Python shell
 * A `Jupyter <https://jupyter.org/>`_ kernel to work with Python code in Jupyter
   notebooks and other interactive frontends.

The enhanced interactive Python shells have the following main features:

 * Comprehensive object introspection.

 * Input history, persistent across sessions.

 * Caching of output results during a session with automatically generated
   references.

 * Extensible tab completion, with support by default for completion of python
   variables and keywords, filenames and function keywords.

 * Extensible system of 'magic' commands for controlling the environment and
   performing many tasks related either to IPython or the operating system.

 * A rich 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 and GUIs.

 * Integrated access to the pdb debugger and the Python profiler.

The latest development version is always available from IPython's `GitHub
site <http://github.com/ipython>`_.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ipython",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "Interactive, Interpreter, Shell, Embedding",
    "author": "The IPython Development Team",
    "author_email": "ipython-dev@python.org",
    "download_url": "https://files.pythonhosted.org/packages/f0/49/02663ec5fcfe3a8c9c17b2b6195db30c182749d14ae1bb7f91944b8f4f69/ipython-8.24.0.tar.gz",
    "platform": "Linux",
    "description": "IPython provides a rich toolkit to help you make the most out of using Python\ninteractively.  Its main components are:\n\n * A powerful interactive Python shell\n * A `Jupyter <https://jupyter.org/>`_ kernel to work with Python code in Jupyter\n   notebooks and other interactive frontends.\n\nThe enhanced interactive Python shells have the following main features:\n\n * Comprehensive object introspection.\n\n * Input history, persistent across sessions.\n\n * Caching of output results during a session with automatically generated\n   references.\n\n * Extensible tab completion, with support by default for completion of python\n   variables and keywords, filenames and function keywords.\n\n * Extensible system of 'magic' commands for controlling the environment and\n   performing many tasks related either to IPython or the operating system.\n\n * A rich configuration system with easy switching between different setups\n   (simpler than changing $PYTHONSTARTUP environment variables every time).\n\n * Session logging and reloading.\n\n * Extensible syntax processing for special purpose situations.\n\n * Access to the system shell with user-extensible alias system.\n\n * Easily embeddable in other Python programs and GUIs.\n\n * Integrated access to the pdb debugger and the Python profiler.\n\nThe latest development version is always available from IPython's `GitHub\nsite <http://github.com/ipython>`_.\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "IPython: Productive Interactive Computing",
    "version": "8.24.0",
    "project_urls": {
        "Documentation": "https://ipython.readthedocs.io/",
        "Funding": "https://numfocus.org/",
        "Homepage": "https://ipython.org",
        "Source": "https://github.com/ipython/ipython",
        "Tracker": "https://github.com/ipython/ipython/issues"
    },
    "split_keywords": [
        "interactive",
        " interpreter",
        " shell",
        " embedding"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "711bc7bbd3e03ee6f3580a8afbdf8d6fd38279da03bd5c4bc431907ea3246f9a",
                "md5": "e5aee84608947dc73df25af04e540a54",
                "sha256": "d7bf2f6c4314984e3e02393213bab8703cf163ede39672ce5918c51fe253a2a3"
            },
            "downloads": -1,
            "filename": "ipython-8.24.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e5aee84608947dc73df25af04e540a54",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 816522,
            "upload_time": "2024-04-26T09:10:25",
            "upload_time_iso_8601": "2024-04-26T09:10:25.853378Z",
            "url": "https://files.pythonhosted.org/packages/71/1b/c7bbd3e03ee6f3580a8afbdf8d6fd38279da03bd5c4bc431907ea3246f9a/ipython-8.24.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f04902663ec5fcfe3a8c9c17b2b6195db30c182749d14ae1bb7f91944b8f4f69",
                "md5": "86a4d59accc60f5591605be23c8a9cf3",
                "sha256": "010db3f8a728a578bb641fdd06c063b9fb8e96a9464c63aec6310fbcb5e80501"
            },
            "downloads": -1,
            "filename": "ipython-8.24.0.tar.gz",
            "has_sig": false,
            "md5_digest": "86a4d59accc60f5591605be23c8a9cf3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 5491819,
            "upload_time": "2024-04-26T09:10:30",
            "upload_time_iso_8601": "2024-04-26T09:10:30.077849Z",
            "url": "https://files.pythonhosted.org/packages/f0/49/02663ec5fcfe3a8c9c17b2b6195db30c182749d14ae1bb7f91944b8f4f69/ipython-8.24.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-26 09:10:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ipython",
    "github_project": "ipython",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ipython"
}
        
Elapsed time: 0.31219s