Metadata-Version: 2.1
Name: exdc
Version: 0.6.0
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)](https://github.com/eXhumer/pyeXDC/actions/workflows/release.yml)

Discord [Gateway](https://discord.com/developers/docs/topics/gateway) client (powered by [websocket-client](https://pypi.org/project/websocket-client/)), and HTTP / REST client (powered by [httpx](https://pypi.org/project/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**](https://github.com/eXhumer/pyeXDC/blob/python3/COPYING.md).
