Metadata-Version: 2.1
Name: devstat
Version: 0.0.1
Summary: A system status library
Home-page: https://github.com/prashantdivate/devstat
Author: Prashant Divate
Author-email: diwateprashant44@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# devstat

devstat is the tool to get device/system status information.
It will automatically detect the OS and is specially designed to run on Linux OS. You can use pip to install packages from the Python Package Index.

# Installing
Install using pip:

``` pip install devstat```

There is no dependency of any other package for this.

This package will collect system information, CPU/Memory Usage and Disk usage of system.


