Metadata-Version: 2.4
Name: hytale-api
Version: 1.0.0
Summary: A library for interaction with the Hytale API.
Author-email: DRags <mrags14508@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/DRagssss/hytale-api
Project-URL: Repository, https://github.com/DRagssss/hytale-api
Project-URL: Issues, https://github.com/DRagssss/hytale-api/issues
Keywords: hytale,api,game
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.31.0
Requires-Dist: attrs>=23.0.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Dynamic: license-file

# hytale-api

Unofficial Python library for interacting with the Hytale API.

⚠️ **This library is unofficial and based on publicly discovered endpoints.**
⚠️ **Endpoints may change without notice.**

## Installation

```bash
pip install git+https://github.com/DRagssss/hytale-api.git
```
