feat: add RobloxClient and package exports

- Add client.py with RobloxClient class (migrated from clothing-upload-bot)
- Credentials passed via constructor instead of module-level env globals
- Supports async context manager and manual close()
- Add __init__.py exporting RobloxClient, RateLimitError, and models
- Add .gitignore
This commit is contained in:
2026-02-18 09:36:31 -05:00
parent d2c69fa3a3
commit 6d15b06cc2
4 changed files with 267 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ requires-python = ">=3.13"
dependencies = [
"httpx>=0.25.0",
]
license = "MIT"
[build-system]
requires = ["hatchling"]