Metadata-Version: 2.4
Name: yophonepy
Version: 0.1.0
Summary: A synchronous Python library for interacting with the YoPhone API.
Author-email: David Kocharyan <davidkocharyan94@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/david-kocharyan/yophonepy
Project-URL: Bug Tracker, https://github.com/david-kocharyan/yophonepy/issues
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Dynamic: license-file

# YoPhone Async Python Library

Python library to interact with the YoPhone API.

## Installation

You can install the library from PyPI using pip:

```bash
pip install yophonepy
```

## Usage

Here's a basic example of how to use the YoPhoneBot class:

## Getting Started

* Obtain an API Key: You'll need an API key from the YoPhone platform to use this library.
* Set Environment Variable: Set the YOPHONE_API_KEY environment variable with your API key.
* Install the Library: Install yophonepy using pip.
* Write Your Bot: Use the YoPhoneBot class and its methods to interact with the API.

## License

This project is licensed under the MIT License.
