Metadata-Version: 2.4
Name: omgstatus
Version: 1.0.0
Summary: A CLI tool to publish status on status.lol
Project-URL: Homepage, https://git.ache.one/omgstatus
Author-email: ache <ache@ache.one>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: emoji
Requires-Dist: humanize
Requires-Dist: requests
Requires-Dist: rich
Requires-Dist: tomli
Description-Content-Type: text/markdown

# omgstatus

[![PyPI - Version](https://img.shields.io/pypi/v/omgstatus.svg)](https://pypi.org/project/omgstatus)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/omgstatus.svg)](https://pypi.org/project/omgstatus)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install omgstatus
```

## License

`omgstatus` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
