Metadata-Version: 2.4
Name: aiodiscourse
Version: 0.1.0
Summary: Async client for Discourse API
Author-email: Andrew Sawyers <andrew@sawdog.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click
Requires-Dist: aiohttp
Requires-Dist: arrow
Requires-Dist: dotenv
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-asyncio; extra == "dev"
Dynamic: license-file

# aiodiscourse

Async Discourse API client (Python 3.13+).
See QUICKSTART.md and docs/API_REFERENCE.md.
