Metadata-Version: 2.1
Name: exrc
Version: 0.19.0
Summary: Reddit OAuth2 client
Home-page: https://github.com/eXhumer/pyeXRC
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

# eXRC
<!-- [![eXRC Release](https://github.com/eXhumer/pyeXRC/actions/workflows/release.yml/badge.svg?branch=dev)](https://github.com/eXhumer/pyeXRC/actions/workflows/release.yml) -->

Reddit OAuth2 client to access Reddit resources via [OAuth2](https://github.com/reddit-archive/reddit/wiki/OAuth2), powered by [httpx](https://pypi.org/project/httpx/) & [websocket-client](https://pypi.org/project/websocket-client/). 

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

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

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

## Licensing
This project is licensed under OSI Approved [GNU AGPLv3 **ONLY**](https://github.com/eXhumer/pyeXRC/blob/python3/COPYING.md).
