Metadata-Version: 2.4
Name: setch-py
Version: 1.0.4
Summary: A utility for retrieving system information on Linux
Project-URL: Source, https://github.com/mentiferous/setch.git
Author: mentiferous
License-Expression: GPL-3.0-or-later
License-File: LICENSE
Keywords: linux,setch,setch-py,utility
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3.15
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# setch

[![PyPI - Version](https://img.shields.io/pypi/v/setch-py?pypiBaseUrl=https%3A%2F%2Fpypi.org&style=for-the-badge&logo=pypi&logoColor=%23ffffff&labelColor=%230f0f0f&color=%230f0f0f)](https://pypi.org/project/setch-py)
[![PyPI - License](https://img.shields.io/pypi/l/setch-py?pypiBaseUrl=https%3A%2F%2Fpypi.org&style=for-the-badge&logo=gplv3&logoColor=%23ffffff&logoSize=auto&labelColor=%230f0f0f&color=%230f0f0f)](https://github.com/mentiferous/setch/blob/main/LICENSE)

[![Banner](https://raw.githubusercontent.com/mentiferous/setch/refs/heads/main/assets/images/banner.png)](https://github.com/mentiferous/setch)

[![Preview](https://raw.githubusercontent.com/mentiferous/setch/refs/heads/main/assets/images/preview.png)](https://github.com/mentiferous/setch)

## Installation

### Prerequisites

- Python >= 3.10
- [pipx](https://pipx.pypa.io/stable/installation/#on-linux)

```sh
pipx install setch-py
```

## Usage

```sh
setch
```

## License

[GNU General Public License v3.0 or later](https://github.com/mentiferous/setch/blob/main/LICENSE)
