Metadata-Version: 2.1
Name: rivalz-py-client
Version: 0.1.0
Summary: A Python client for interacting with Rivalz API
Home-page: https://github.com/yourusername/rivalz-py-client
Author: Your Name
Author-email: your.email@example.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-dotenv (>=1.0.0)
Requires-Dist: requests (>=2.28.2)

# rivalz-py-client

`rivalz-py-client` is a Python client for interacting with the Rivalz API.

## Installation

```sh
pip install rivalz-py-client

