Python library for token-based authentication with MuckRock and DocumentCloud APIs. Current version 0.3.1, compatible with Python 3.8 to 3.12. Low release cadence.
pip install squareletNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize client with API token from environment.
client = Client(api_token=..., base_url='https://api.documentcloud.org')
Generate a token with proper scopes from your service's settings.
Use Python 3.8–3.12, or pin version.
No dependency data recorded yet.