Metadata-Version: 2.1
Name: red-sysinfo
Version: 0.1.0
Summary: Compile platform information from 'sys' and 'platform' modules into a single PLATFORM class.
Author-email: redjax <none@none.com>, redjax <jackenyon@gmail.com>
License: MIT
Project-URL: Repository, https://github.com/redjax/red-sysinfo
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# Red-SYS

The `red-sys` module provides a `PLATFORM` object, with properties composed from the `sys` and `platform` Python modules.

## Description

*TODO*

## Usage

*TODO*

# Links

- [Get the OS and its version where Python is running](https://note.nkmk.me/en/python-platform-system-release-version/)
- [Platform Module Docs](https://docs.python.org/3/library/platform.html)
