Metadata-Version: 2.1 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 Requires-Dist: psutil # 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.