Metadata-Version: 2.4
Name: psutil-home-assistant
Version: 0.0.1
Summary: Wrapper for psutil to allow it to be used several times in the same process.
Home-page: https://github.com/home-assistant-libs/psutil-home-assistant
Author: Erik Montnemery
License: Apache License 2.0
Platform: any
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: psutil
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 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.
