Metadata-Version: 2.4
Name: blox.api
Version: 0.0.1
Summary: blox.api is an asynchronous Python wrapper for Roblox Web & Open Cloud APIs
Home-page: https://github.com/TychoTeam/blox.api-py
Author: Tycho
Author-email: mail@tycho.team
License: MIT
Keywords: roblox,blox,ropy
Classifier: Framework :: AsyncIO
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx
Requires-Dist: asyncio
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

`blox.api` is an asynchronous Python wrapper for Roblox Web and Open Cloud APIS.  
It provides a convenient way to interact with Roblox APIs.

### 📖 [Documentation](https://github.com/TychoTeam/blox.api-py/wiki) | [PyPI](https://pypi.org/project/blox.api) | [Supported Endpoints](https://github.com/TychoTeam/blox.api-py/blob/main/SUPPORTED.md)

## Install Latest Release (`pip`)

```sh
pip install blox.api
```

The package has been tested for Python `v3.8+`. It may not work on older versions.
