Metadata-Version: 2.4
Name: omgstatus
Version: 1.0.1
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

A cli utility to manage status from status.lol.

## Table of Contents

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

## Installation

```console
pip install omgstatus
```

## TODO:

 - [ ] Add the ability to read global status
 - [ ] Add an helper
 - [ ] Add a real README.md
   - [ ] Define use-cases
   - [ ] Details configuration options


## License

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