Metadata-Version: 2.1
Name: chaster-sdk
Version: 0.1.4
Summary: Chaster python sdk
Author-email: Poofy <poofy.enigma@gmail.com>
Project-URL: Homepage, https://github.com/PoofyEnigma/chaster-python-sdk
Project-URL: Issues, https://github.com/PoofyEnigma/chaster-python-sdk/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-dateutil
Requires-Dist: requests

# Chaster Python SDK
`pip install --upgrade chaster-sdk`

```python
from chaster import api
import os
chaster_api = api.ChasterAPI(os.environ.get('CHASTER_BEARER_TOKEN'), user_agent='your_username/1.0')
```

See the Demos folder for examples of utilizing the SDK. 

[pypi project](https://pypi.org/project/chaster-sdk/)

# Contributing

You want to? Nice! Hmu on Discord, username PupHimbo

# Credits

Repository started by copying [this python boilerplate](https://github.com/AlexanderWillner/python-boilerplate)
