Metadata-Version: 2.4
Name: phoenix-bot-api
Version: 0.0.2
Summary: Python client for Phoenix API
Project-URL: GitHub, https://github.com/hatz2/PhoenixAPI
Author: Hatz
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# Phoenix API

This is the Python client for the Phoenix API.

## Installation

You can install the package using pip:

```
pip install phoenix-bot-api
```

## Usage

Here is a simple example of how to use the Phoenix API client:

```python
```
