home-assistant-libs / psutil-home-assistant

Wrapper of psutil that removes reliance on globals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Wrapper of psutil that removes reliance on globals

License:Apache License 2.0


Languages

Language:Python 100.0%