psutil-home-assistant


Namepsutil-home-assistant JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/home-assistant-libs/psutil-home-assistant
SummaryWrapper for psutil to allow it to be used several times in the same process.
upload_time2022-08-25 14:28:39
maintainer
docs_urlNone
authorErik Montnemery
requires_python>=3.8
licenseApache License 2.0
keywords
VCS
bugtrack_url
requirements psutil
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # psutil-home-assistant

The `psutil` library relies on global variable to maintain state between calls. This wrapper 
allows making local copies of the `psutil` library, wrapped in an object to allow `psutil` to
be used more than once in a process.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/home-assistant-libs/psutil-home-assistant",
    "name": "psutil-home-assistant",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "Erik Montnemery",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/01/4f/32a51f53d645044740d0513a6a029d782b35bdc51a55ea171ce85034f5b7/psutil-home-assistant-0.0.1.tar.gz",
    "platform": "any",
    "description": "# psutil-home-assistant\n\nThe `psutil` library relies on global variable to maintain state between calls. This wrapper \nallows making local copies of the `psutil` library, wrapped in an object to allow `psutil` to\nbe used more than once in a process.\n\n\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "Wrapper for psutil to allow it to be used several times in the same process.",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/home-assistant-libs/psutil-home-assistant"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cb488a0acb683d1fee78b966b15e78143b673154abb921061515254fb573aacd",
                "md5": "8a033e8933b1197ced00c9e2df293f89",
                "sha256": "35a782e93e23db845fc4a57b05df9c52c2d5c24f5b233bd63b01bae4efae3c41"
            },
            "downloads": -1,
            "filename": "psutil_home_assistant-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8a033e8933b1197ced00c9e2df293f89",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 6300,
            "upload_time": "2022-08-25T14:28:38",
            "upload_time_iso_8601": "2022-08-25T14:28:38.083478Z",
            "url": "https://files.pythonhosted.org/packages/cb/48/8a0acb683d1fee78b966b15e78143b673154abb921061515254fb573aacd/psutil_home_assistant-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "014f32a51f53d645044740d0513a6a029d782b35bdc51a55ea171ce85034f5b7",
                "md5": "f6116c9ee248e517c02070aec7add6a2",
                "sha256": "ebe4f3a98d76d93a3140da2823e9ef59ca50a59761fdc453b30b4407c4c1bdb8"
            },
            "downloads": -1,
            "filename": "psutil-home-assistant-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f6116c9ee248e517c02070aec7add6a2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 6045,
            "upload_time": "2022-08-25T14:28:39",
            "upload_time_iso_8601": "2022-08-25T14:28:39.926396Z",
            "url": "https://files.pythonhosted.org/packages/01/4f/32a51f53d645044740d0513a6a029d782b35bdc51a55ea171ce85034f5b7/psutil-home-assistant-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-08-25 14:28:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "home-assistant-libs",
    "github_project": "psutil-home-assistant",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "psutil",
            "specs": []
        }
    ],
    "lcname": "psutil-home-assistant"
}
        
Elapsed time: 0.21643s