pciw.py


Namepciw.py JSON
Version 0.9.10 PyPI version JSON
download
home_pagehttps://github.com/romanin-rf/pciw.py
SummaryModule for obtaining system information.
upload_time2023-10-19 08:18:00
maintainer
docs_urlNone
authorRomanin
requires_python>=3.9,<4.0
licenseMIT
keywords pciw pciw.py info system os bios videocard motherboard ram
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pciw.py
This module can obtain __full information__ about the `CPU`, `RAM`, `GPU`, `Monitors`, `Motherboard`, `Videocards` and `BIOS`.

So far, it __only works fully__ on a `Windows` system.
## Install
```
pip install -U pciw.py
```
## Example
For the example made by `__main__.py`:
```
python -m pciw
```
## Author
- Roman Slabicky
    - [Vkontakte](https://vk.com/romanin2)
    - [GitHub](https://github.com/romanin-rf)


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/romanin-rf/pciw.py",
    "name": "pciw.py",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "pciw,pciw.py,info,system,os,bios,videocard,motherboard,ram",
    "author": "Romanin",
    "author_email": "semina054@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d3/14/e9c3def04646c9eb87d124b08c6f183867bfdd194b1eb27b31d56ebf157e/pciw_py-0.9.10.tar.gz",
    "platform": null,
    "description": "# pciw.py\nThis module can obtain __full information__ about the `CPU`, `RAM`, `GPU`, `Monitors`, `Motherboard`, `Videocards` and `BIOS`.\n\nSo far, it __only works fully__ on a `Windows` system.\n## Install\n```\npip install -U pciw.py\n```\n## Example\nFor the example made by `__main__.py`:\n```\npython -m pciw\n```\n## Author\n- Roman Slabicky\n    - [Vkontakte](https://vk.com/romanin2)\n    - [GitHub](https://github.com/romanin-rf)\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Module for obtaining system information.",
    "version": "0.9.10",
    "project_urls": {
        "Homepage": "https://github.com/romanin-rf/pciw.py",
        "Repository": "https://github.com/romanin-rf/pciw.py"
    },
    "split_keywords": [
        "pciw",
        "pciw.py",
        "info",
        "system",
        "os",
        "bios",
        "videocard",
        "motherboard",
        "ram"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e8b3acd5a804e157353264605e5cb0ae130e885777d23555dc44cf51ca205a91",
                "md5": "94092f4b7ad3b7bb76e729e240b322e9",
                "sha256": "3a21e30f3e67f2465f1adc82e580d06b12a3a1c097257f1b983ee449ff7332a5"
            },
            "downloads": -1,
            "filename": "pciw_py-0.9.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "94092f4b7ad3b7bb76e729e240b322e9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 145477,
            "upload_time": "2023-10-19T08:17:58",
            "upload_time_iso_8601": "2023-10-19T08:17:58.409208Z",
            "url": "https://files.pythonhosted.org/packages/e8/b3/acd5a804e157353264605e5cb0ae130e885777d23555dc44cf51ca205a91/pciw_py-0.9.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d314e9c3def04646c9eb87d124b08c6f183867bfdd194b1eb27b31d56ebf157e",
                "md5": "750b23999c91bdd281210b3df3725ac6",
                "sha256": "787db0f45b91d24e9f547789f6664131ddcbd6158e256f268b037f758834139e"
            },
            "downloads": -1,
            "filename": "pciw_py-0.9.10.tar.gz",
            "has_sig": false,
            "md5_digest": "750b23999c91bdd281210b3df3725ac6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 140227,
            "upload_time": "2023-10-19T08:18:00",
            "upload_time_iso_8601": "2023-10-19T08:18:00.594461Z",
            "url": "https://files.pythonhosted.org/packages/d3/14/e9c3def04646c9eb87d124b08c6f183867bfdd194b1eb27b31d56ebf157e/pciw_py-0.9.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-19 08:18:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "romanin-rf",
    "github_project": "pciw.py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pciw.py"
}
        
Elapsed time: 0.12638s