Metadata-Version: 2.1
Name: speedrun.py
Version: 21.8.1a0
Summary: An asynchronous API wrapper for speedrun.com
License: MIT
Author: null2264
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: aiohttp (>=3.6.2,<4.0.0)
Description-Content-Type: text/markdown

# speedrun.py

An asynchronous API wrapper for speedrun.com

## Coverage

| Name           | Status | Comments                                 |
|----------------|--------|------------------------------------------|
| Authentication | ?      |                                          |
| Categories     | ?      | Class only                               |
| Games          | ?      | Covered: `GET /games`, `GET /games/{id}` |
| Guests         | ?      |                                          |
| Leaderboards   | ?      |                                          |
| Levels         | ?      | Class only                               |
| Notifications  | ?      |                                          |
| Platforms      | ?      |                                          |
| Profile        | ?      | No auth yet                              |
| Publishers     | ?      |                                          |
| Regions        | ?      |                                          |
| Runs           | ?      |                                          |
| Series         | ?      |                                          |
| Users          | ?      | TODO: check the coverage                 |
| Variables      | ?      | Class only                               |

