Metadata-Version: 2.4
Name: discourses
Version: 0.0.1
Summary: Official Python SDK for Discourses
Author-email: Discourses <contact@discourses.dev>
License-Expression: MIT
Project-URL: Homepage, https://github.com/discourses/discourses-python
Project-URL: Issues, https://github.com/discourses/discourses-python/issues
Keywords: discourses,sdk
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Discourses

Official Python SDK for Discourses.

## Installation

```bash
pip install discourses
```

## Usage

```python
import discourses
```

## License

MIT

