diskinfo


Namediskinfo JSON
Version 3.1.2 PyPI version JSON
download
home_pageNone
SummaryDisk information Python library for Linux
upload_time2024-04-13 08:43:35
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT License Copyright (c) 2022 Peter Sulyok Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords disk linux
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # diskinfo
[![Tests](https://github.com/petersulyok/smfc/actions/workflows/test.yml/badge.svg)](https://github.com/petersulyok/smfc/actions/workflows/tests.yml)
[![Codecov](https://codecov.io/gh/petersulyok/diskinfo/branch/main/graph/badge.svg)](https://app.codecov.io/gh/petersulyok/diskinfo)
[![Documentation Status](https://readthedocs.org/projects/diskinfo/badge/?version=latest)](https://diskinfo.readthedocs.io/en/latest/?badge=latest)
[![Issues](https://img.shields.io/github/issues/petersulyok/diskinfo)](https://github.com/petersulyok/diskinfo/issues)
[![Supported Python Versions](https://img.shields.io/pypi/pyversions/diskinfo)](https://pypi.org/project/diskinfo)
[![PyPI version](https://badge.fury.io/py/diskinfo.svg)](https://badge.fury.io/py/diskinfo)

Disk information Python library can assist in collecting disk information on Linux. In more details, it can:

- collect information about a specific disk
- explore all existing disks in the system
- translate between traditional and persistent disk names
- read current disk temperature
- read SMART data of a disk
- read partition list of a disk 

Installation
------------
Standard installation from [pypi.org](https://pypi.org):

    pip install diskinfo

See the complete list of dependencies and requirements in the 
[documentation](https://diskinfo.readthedocs.io/en/latest/intro.html#installation). 

Demo
----
The library contains a demo application with multiple screens:

    pip install rich
    python -m diskinfo.demo

![Demo screen](https://github.com/petersulyok/diskinfo/raw/main/docs/diskinfo_rich_demo.png)

See more demo screens in the [documentation](https://diskinfo.readthedocs.io/en/latest/intro.html#demo).

API documentation
-----------------
The detailed API documentation can be found on [readthedocs.io](https://diskinfo.readthedocs.io/en/latest/index.html).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "diskinfo",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "disk, linux",
    "author": null,
    "author_email": "Peter Sulyok <peter@sulyok.net>",
    "download_url": "https://files.pythonhosted.org/packages/6c/55/eb47933e79307ab798accd684d70c5ad223f60719cce8e7dcb53e513da5d/diskinfo-3.1.2.tar.gz",
    "platform": null,
    "description": "# diskinfo\n[![Tests](https://github.com/petersulyok/smfc/actions/workflows/test.yml/badge.svg)](https://github.com/petersulyok/smfc/actions/workflows/tests.yml)\n[![Codecov](https://codecov.io/gh/petersulyok/diskinfo/branch/main/graph/badge.svg)](https://app.codecov.io/gh/petersulyok/diskinfo)\n[![Documentation Status](https://readthedocs.org/projects/diskinfo/badge/?version=latest)](https://diskinfo.readthedocs.io/en/latest/?badge=latest)\n[![Issues](https://img.shields.io/github/issues/petersulyok/diskinfo)](https://github.com/petersulyok/diskinfo/issues)\n[![Supported Python Versions](https://img.shields.io/pypi/pyversions/diskinfo)](https://pypi.org/project/diskinfo)\n[![PyPI version](https://badge.fury.io/py/diskinfo.svg)](https://badge.fury.io/py/diskinfo)\n\nDisk information Python library can assist in collecting disk information on Linux. In more details, it can:\n\n- collect information about a specific disk\n- explore all existing disks in the system\n- translate between traditional and persistent disk names\n- read current disk temperature\n- read SMART data of a disk\n- read partition list of a disk \n\nInstallation\n------------\nStandard installation from [pypi.org](https://pypi.org):\n\n    pip install diskinfo\n\nSee the complete list of dependencies and requirements in the \n[documentation](https://diskinfo.readthedocs.io/en/latest/intro.html#installation). \n\nDemo\n----\nThe library contains a demo application with multiple screens:\n\n    pip install rich\n    python -m diskinfo.demo\n\n![Demo screen](https://github.com/petersulyok/diskinfo/raw/main/docs/diskinfo_rich_demo.png)\n\nSee more demo screens in the [documentation](https://diskinfo.readthedocs.io/en/latest/intro.html#demo).\n\nAPI documentation\n-----------------\nThe detailed API documentation can be found on [readthedocs.io](https://diskinfo.readthedocs.io/en/latest/index.html).\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2022 Peter Sulyok  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Disk information Python library for Linux",
    "version": "3.1.2",
    "project_urls": {
        "Documentation": "https://diskinfo.readthedocs.io/en/latest/index.html",
        "Homepage": "https://github.com/petersulyok/diskinfo"
    },
    "split_keywords": [
        "disk",
        " linux"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "259215b35c22ceb55fa8ed544d5fa6c83b92d009ec0edd7da486b6f42b7db7f6",
                "md5": "a3ff77e68678eee1836f8d0ce306402a",
                "sha256": "2b8606462b5783d18188ff1a8b7c5094dbc455e8361418033ffe2a823aa3d4b7"
            },
            "downloads": -1,
            "filename": "diskinfo-3.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a3ff77e68678eee1836f8d0ce306402a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 26440,
            "upload_time": "2024-04-13T08:43:34",
            "upload_time_iso_8601": "2024-04-13T08:43:34.080900Z",
            "url": "https://files.pythonhosted.org/packages/25/92/15b35c22ceb55fa8ed544d5fa6c83b92d009ec0edd7da486b6f42b7db7f6/diskinfo-3.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6c55eb47933e79307ab798accd684d70c5ad223f60719cce8e7dcb53e513da5d",
                "md5": "264c1e8e170d72138ceff1ccceb9de8b",
                "sha256": "3f60a6f7b72dbf079c7f828540d38078e977aa5f578aa80a6e50b5860ffeaaa1"
            },
            "downloads": -1,
            "filename": "diskinfo-3.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "264c1e8e170d72138ceff1ccceb9de8b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 42110,
            "upload_time": "2024-04-13T08:43:35",
            "upload_time_iso_8601": "2024-04-13T08:43:35.865905Z",
            "url": "https://files.pythonhosted.org/packages/6c/55/eb47933e79307ab798accd684d70c5ad223f60719cce8e7dcb53e513da5d/diskinfo-3.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-13 08:43:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "petersulyok",
    "github_project": "diskinfo",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "diskinfo"
}
        
Elapsed time: 0.22528s