session-info2


Namesession-info2 JSON
Version 0.2.3 PyPI version JSON
download
home_pageNone
SummaryPrint versions of imported packages.
upload_time2025-10-09 12:51:28
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords jupyter session-info
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # session-info2

[![PyPI - Version](https://img.shields.io/pypi/v/session-info2.svg)](https://pypi.org/project/session-info2)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/session-info2.svg)](https://pypi.org/project/session-info2)
[![Docs](https://readthedocs.org/projects/session-info2/badge/)](https://session-info2.readthedocs.io/)

## Installation

```console
pip install session-info2
```

## Usage

See <https://session-info2.readthedocs.io/>
In short:

Import whayever your script/notebook relies on,
as well as [session_info][].

```pycon
>>> httpx
>>> from session_info2 import session_info
```

Some usage examples (see links above for more).
Minimal output:

```pycon
>>> session_info(os=False)
httpx	0.28.1
----	----
Python	3.12.5 (main, Aug  6 2024, 19:08:49) [Clang 16.0.6 ]
Updated	2024-12-20 14:22
```

With indirect dependencies:

```pycon
>>> session_info(dependencies=True)
httpx	0.28.1
----	----
anyio	4.7.0
h11	0.14.0
sniffio	1.3.1
session-info2	0.1.2
certifi	2024.12.14
httpcore	1.0.7
appdirs	1.4.4
----	----
Python	3.12.5 (main, Aug  6 2024, 19:08:49) [Clang 16.0.6 ]
OS	macOS-15.1.1-arm64-arm-64bit
Updated	2024-12-20 14:24
```

[session_info]: https://session-info2.readthedocs.io/en/stable/api.html#session_info2.session_info

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "session-info2",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "jupyter, session-info",
    "author": null,
    "author_email": "\"Philipp A.\" <flying-sheep@web.de>",
    "download_url": "https://files.pythonhosted.org/packages/45/4f/6333d79d97ccfea6d2199b7e666f8c53c5a31b64968c948a750a0b5c748a/session_info2-0.2.3.tar.gz",
    "platform": null,
    "description": "# session-info2\n\n[![PyPI - Version](https://img.shields.io/pypi/v/session-info2.svg)](https://pypi.org/project/session-info2)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/session-info2.svg)](https://pypi.org/project/session-info2)\n[![Docs](https://readthedocs.org/projects/session-info2/badge/)](https://session-info2.readthedocs.io/)\n\n## Installation\n\n```console\npip install session-info2\n```\n\n## Usage\n\nSee <https://session-info2.readthedocs.io/>\nIn short:\n\nImport whayever your script/notebook relies on,\nas well as [session_info][].\n\n```pycon\n>>> httpx\n>>> from session_info2 import session_info\n```\n\nSome usage examples (see links above for more).\nMinimal output:\n\n```pycon\n>>> session_info(os=False)\nhttpx\t0.28.1\n----\t----\nPython\t3.12.5 (main, Aug  6 2024, 19:08:49) [Clang 16.0.6 ]\nUpdated\t2024-12-20 14:22\n```\n\nWith indirect dependencies:\n\n```pycon\n>>> session_info(dependencies=True)\nhttpx\t0.28.1\n----\t----\nanyio\t4.7.0\nh11\t0.14.0\nsniffio\t1.3.1\nsession-info2\t0.1.2\ncertifi\t2024.12.14\nhttpcore\t1.0.7\nappdirs\t1.4.4\n----\t----\nPython\t3.12.5 (main, Aug  6 2024, 19:08:49) [Clang 16.0.6 ]\nOS\tmacOS-15.1.1-arm64-arm-64bit\nUpdated\t2024-12-20 14:24\n```\n\n[session_info]: https://session-info2.readthedocs.io/en/stable/api.html#session_info2.session_info\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Print versions of imported packages.",
    "version": "0.2.3",
    "project_urls": {
        "Documentation": "https://github.com/flying-sheep/session-info2#readme",
        "Issues": "https://github.com/flying-sheep/session-info2/issues",
        "Source": "https://github.com/flying-sheep/session-info2"
    },
    "split_keywords": [
        "jupyter",
        " session-info"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9db77d4c95c7b8525dabea23c548a1bb068d7a61635d544e8c92c51e784dad63",
                "md5": "4c5f8f3b2d3a0a50e02859a0be8b607d",
                "sha256": "f211d9930f73b485b727b6c4d8b964fa1b634351b3079393738f42be9b4c7f5e"
            },
            "downloads": -1,
            "filename": "session_info2-0.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4c5f8f3b2d3a0a50e02859a0be8b607d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 16347,
            "upload_time": "2025-10-09T12:51:26",
            "upload_time_iso_8601": "2025-10-09T12:51:26.413667Z",
            "url": "https://files.pythonhosted.org/packages/9d/b7/7d4c95c7b8525dabea23c548a1bb068d7a61635d544e8c92c51e784dad63/session_info2-0.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "454f6333d79d97ccfea6d2199b7e666f8c53c5a31b64968c948a750a0b5c748a",
                "md5": "3ded9feadbea2f348ee87b75a0cc853b",
                "sha256": "6d16e3c6bb72ea52e589da4d722d24798aa3511c34ab8446a131d655cba2e2c9"
            },
            "downloads": -1,
            "filename": "session_info2-0.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "3ded9feadbea2f348ee87b75a0cc853b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 23859,
            "upload_time": "2025-10-09T12:51:28",
            "upload_time_iso_8601": "2025-10-09T12:51:28.070904Z",
            "url": "https://files.pythonhosted.org/packages/45/4f/6333d79d97ccfea6d2199b7e666f8c53c5a31b64968c948a750a0b5c748a/session_info2-0.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-09 12:51:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "flying-sheep",
    "github_project": "session-info2#readme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "session-info2"
}
        
Elapsed time: 1.03131s