Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 504 Bytes

File metadata and controls

13 lines (9 loc) · 504 Bytes

ausmash-python

Python wrapper for Ausmash API

Wraps the API for Ausmash, with type hints and automatic rate limit respecting and other nice things.

You will need to provide your own API key, see AusmashAPISettings or Pydantic docs for configuring it: Set the ausmash_api_key environment variable, or you should be able to do:

from ausmash.settings import AusmashAPISettings
settings

More to come, I'm bad at readmes