Metadata-Version: 2.1
Name: platforminfo
Version: 1.0.0b1
Summary: System info made easy - Python library to find system info on your computer.
Author-email: Tejas Raman <tejasraman@icloud.com>
Project-URL: Homepage, https://github.com/platforminfo/platforminfo
Project-URL: Bug Tracker, https://github.com/platforminfo/platforminfo/issues
Project-URL: Documentation, https://platforminfo.github.io
Keywords: system,os,sysinfo,winver,osver,osversion
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: yapf ; extra == 'dev'
Requires-Dist: coverage ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: codacy-coverage ; extra == 'dev'

<span> <p align="center"> <img src="https://platforminfo.github.io/img/docusaurus.png"><h1>PlatformInfo</h1></span>
<span>![CircleCI](https://img.shields.io/circleci/build/github/platforminfo/platforminfo/development?style=for-the-badge&label=DEVELOPMENT%20BUILD&labelColor=6f6f6f)
![CircleCI](https://img.shields.io/circleci/build/github/platforminfo/platforminfo/main?style=for-the-badge&label=STABLE%20BUILD&labelColor=%236f6f6f)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/platforminfo?style=for-the-badge&labelColor=ad9b00)

</span>


**This is alpha quality code. Do not use this code in its current form unless you are ok with severely restricted functionality**

System info for Python made simple.


Features:

* Return kernel AND kernel version for Mac, Windows, Linux
* Return OS versions for Windows, Mac, Linux
* Return OS build numbers for Windows, Mac
* Return architecture (Linux/Mac only, Windows planned)

If you have a suggestion, [feel free to submit a feature request](https://github.com/platforminfo/platforminfo/issues)

</p>

You can grab the nightly builds on our [Development CI](https://app.circleci.com/pipelines/github/platforminfo/platforminfo?branch=development) (you need to sign in to CircleCI to download these builds)
