Metadata-Version: 2.1
Name: hypeapi
Version: 0.1.0.2
Summary: UNKNOWN
Home-page: https://github.com/Neruxov/HypeAPI
Author: Neruxov
Author-email: k.neruxov@gmail.com
License: MIT
Keywords: hypixel hypixel_api hypixel_api_python
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown

<img style="align-items: center" src="https://media.discordapp.net/attachments/852666380541231114/970228441561563176/reworked_hypeapi.png?width=787&height=466" alt="HypeAPI Logo">

<p align="center">
    <img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/Neruxov/HypeAPI">
    <img alt="Made by" src="https://img.shields.io/badge/made%20with%20%E2%9D%A4%20by%20-Neruxov%20%26%20TheQuiu-red">
    <img alt="GitHub release (latest by date including pre-releases)" src="https://img.shields.io/github/v/release/Neruxov/HypeAPI?display_name=tag&include_prereleases">
</p>

<h3 align="center"> HypeAPI is an unofficial free-to-use open-source python library to work with the API. </h3>

<hr>

## How to install
### If you are using Windows:

```
pip install hypeapi
```

### If you are using Linux:

```
python -m pip install -U hypeapi
```

### If you are using Mac:
```
pip3 install hypeapi
```

# FAQ

## How to use HypeAPI?
Here an example:
```python
from hypeapi import API
api = API('your_api_key')
# Do the things you want.
# You can see more examples at https://github.com/Neruxov/HypeAPI/tree/master/examples
```

## Are the any examples?
Yessir! You can look at the examples at <a href="https://github.com/Neruxov/HypeAPI/tree/master/examples">Examples</a>.

## Got any issues or have any suggestions?
Please tell us about them at <a href="https://github.com/Neruxov/HypeAPI/issues">Issues</a>!

