systore


Namesystore JSON
Version 1.0.2 PyPI version JSON
download
home_pageNone
SummaryGet information about your system.
upload_time2024-05-25 10:05:04
maintainerNone
docs_urlNone
authorSchkimansky
requires_pythonNone
licenseNone
keywords python system information get information get get info system info get sys infoget system info
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Donations
It takes me a long time to make these libraries. If you would like to support my work, Then you can follow my patreon :)

https://www.patreon.com/Schkimansky

# Library
This is a easy to use python library to get information about your system! Such as how much ram you have, Cpu cores etc.

```python
import systore
result = systore.get_disk_partitions()
print(result) # All disk partitions on your system
```

# Installation
```bash
pip install systore
```

# Documentation
These are all the functions, They are pretty much self explanatory.
More functions coming in future updates. Also, this library is based on psutils. This library is way easier than psutil too.

| Function              | Info                                              |
| --------------------- | ------------------------------------------------- |
| get_cpu_cores         | Get how many cores your cpu has.                  |
| get_virtual_cpu_cores | Virtual cores are made to increase speed of cpu.  |
| get_max_cpu_speed     | Get your cpu speed in Megahertz. (Not gigahertz). |
| get_min_cpu_speed     | Get minimum cpu speed.                            |
| get_cpu_usage         | Get current cpu usage.                            |
| get_ram               | Get how much ram you have.                        |
| get_available_ram     | Get how much ram you have available.              |
| get_used_ram          | Get how much ram you have used.                   |
| get_swap_ram          | Get how much swap ram you have.                   |
| get_used_swap_ram     | Get how much swap ram is being used currently.    |
| get_disk_partitions   | Get how many disk partitions you have.            |
| get_file_system_type  | Get the file system type of a disk partition.     |
| get_mount_point       | Get the mount point of a disk partition.          |

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "systore",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, system, information, get information, get, get info, system info, get sys infoget system info",
    "author": "Schkimansky",
    "author_email": "<ahmadchawla1432@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/80/de/752a5761e8102ebcb2fce44a11f3441289e33f2f2adb2af5ecd6cc8602b4/systore-1.0.2.tar.gz",
    "platform": null,
    "description": "\n# Donations\nIt takes me a long time to make these libraries. If you would like to support my work, Then you can follow my patreon :)\n\nhttps://www.patreon.com/Schkimansky\n\n# Library\nThis is a easy to use python library to get information about your system! Such as how much ram you have, Cpu cores etc.\n\n```python\nimport systore\nresult = systore.get_disk_partitions()\nprint(result) # All disk partitions on your system\n```\n\n# Installation\n```bash\npip install systore\n```\n\n# Documentation\nThese are all the functions, They are pretty much self explanatory.\nMore functions coming in future updates. Also, this library is based on psutils. This library is way easier than psutil too.\n\n| Function              | Info                                              |\n| --------------------- | ------------------------------------------------- |\n| get_cpu_cores         | Get how many cores your cpu has.                  |\n| get_virtual_cpu_cores | Virtual cores are made to increase speed of cpu.  |\n| get_max_cpu_speed     | Get your cpu speed in Megahertz. (Not gigahertz). |\n| get_min_cpu_speed     | Get minimum cpu speed.                            |\n| get_cpu_usage         | Get current cpu usage.                            |\n| get_ram               | Get how much ram you have.                        |\n| get_available_ram     | Get how much ram you have available.              |\n| get_used_ram          | Get how much ram you have used.                   |\n| get_swap_ram          | Get how much swap ram you have.                   |\n| get_used_swap_ram     | Get how much swap ram is being used currently.    |\n| get_disk_partitions   | Get how many disk partitions you have.            |\n| get_file_system_type  | Get the file system type of a disk partition.     |\n| get_mount_point       | Get the mount point of a disk partition.          |\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Get information about your system.",
    "version": "1.0.2",
    "project_urls": null,
    "split_keywords": [
        "python",
        " system",
        " information",
        " get information",
        " get",
        " get info",
        " system info",
        " get sys infoget system info"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f18be73c53d5b73a06a0eb0d9c323ac2072cb352cf9c32681c8065a3ed04e4ad",
                "md5": "76c7522d93da8658c1adad717ebed9d6",
                "sha256": "dc56ae07b0cd46fb5da9c3c1bc9324d4fd96cf8a64365e05f460afb7da7f1a6b"
            },
            "downloads": -1,
            "filename": "systore-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "76c7522d93da8658c1adad717ebed9d6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 10342,
            "upload_time": "2024-05-25T10:05:02",
            "upload_time_iso_8601": "2024-05-25T10:05:02.635733Z",
            "url": "https://files.pythonhosted.org/packages/f1/8b/e73c53d5b73a06a0eb0d9c323ac2072cb352cf9c32681c8065a3ed04e4ad/systore-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "80de752a5761e8102ebcb2fce44a11f3441289e33f2f2adb2af5ecd6cc8602b4",
                "md5": "07ee3fd0665eaca68a2b3d4df01cb290",
                "sha256": "73efd21804ba141ab871064957c8dcd18e09b13bd8227a4ac4cd54501418dde0"
            },
            "downloads": -1,
            "filename": "systore-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "07ee3fd0665eaca68a2b3d4df01cb290",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 9791,
            "upload_time": "2024-05-25T10:05:04",
            "upload_time_iso_8601": "2024-05-25T10:05:04.534902Z",
            "url": "https://files.pythonhosted.org/packages/80/de/752a5761e8102ebcb2fce44a11f3441289e33f2f2adb2af5ecd6cc8602b4/systore-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-25 10:05:04",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "systore"
}
        
Elapsed time: 0.29466s