Metadata-Version: 2.1
Name: exdc
Version: 0.6.2
Summary: Discord Gateway & REST client
Home-page: https://github.com/eXhumer/pyeXDC
Author: eXhumer
Author-email: exhumer@exhumer.cc
License: AGPL-3.0-only
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Provides-Extra: http2
License-File: COPYING.md

# eXDC
[![eXDC Release](https://github.com/eXhumer/pyeXDC/actions/workflows/release.yml/badge.svg?branch=python3)][release-yml]

Discord [Gateway][discord-gateway] client (powered by [websocket-client][websocket-client]), and HTTP / REST client (powered by [httpx][httpx]).

## Package Installation Guide
### Requires
* Python 3.11+
* pip package manager

### Install from source
```console
pip install -e git+https://github.com/eXhumer/pyeXDC.git@python3#egg=exdc
```

### Install from PyPI
```console
pip install exrc
```

## Licensing
This project is licensed under OSI Approved [GNU AGPLv3 **ONLY**][project-license].

[release-yml]: https://github.com/eXhumer/pyeXDC/actions/workflows/release.yml
[discord-gateway]: https://discord.com/developers/docs/topics/gateway
[websocket-client]: https://pypi.org/project/websocket-client/
[httpx]: https://pypi.org/project/httpx/
[project-license]: https://github.com/eXhumer/pyeXDC/blob/python3/COPYING.md
