Metadata-Version: 2.4
Name: roblox-speed-api
Version: 0.1.0
Summary: Fast, asyncio-friendly Roblox Web API client with retries and caching
Project-URL: Homepage, https://github.com/yourname/roblox-speed-api
Project-URL: Repository, https://github.com/yourname/roblox-speed-api
Project-URL: Issues, https://github.com/yourname/roblox-speed-api/issues
Author-email: Ваше Имя <you@example.com>
License: MIT
Keywords: api,asyncio,client,httpx,roblox
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.9
Requires-Dist: httpx>=0.27.0
Provides-Extra: dev
Requires-Dist: build>=1.2; extra == 'dev'
Requires-Dist: mypy>=1.8; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.21; extra == 'dev'
Requires-Dist: pytest>=7; extra == 'dev'
Requires-Dist: ruff>=0.4; extra == 'dev'
Requires-Dist: twine>=5.0; extra == 'dev'
Description-Content-Type: text/markdown

# roblox-speed-api

Fast, asyncio-friendly Roblox Web API client with retries and caching.

- Async-first (`httpx`)
- Retries with exponential backoff (handles 429 and 5xx; respects `Retry-After`)
- Optional in-memory TTL cache for GETs
- Minimal, typed-friendly return dicts

PyPI name: `roblox-speed-api`  
Import: `import roblox_speed_api`

## Install

```bash
pip install roblox-speed-api