Metadata-Version: 2.1
Name: exrc
Version: 0.20.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=python3)][release-yml]

Reddit OAuth2 client to access Reddit resources via [OAuth2][reddit-oauth2], powered by [httpx][httpx] & [websocket-client][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**][project-license].

[release-yml]: https://github.com/eXhumer/pyeXRC/actions/workflows/release.yml "Release Action"
[reddit-oauth2]: <https://github.com/reddit-archive/reddit/wiki/OAuth2> "Reddit OAuth2 wiki"
[httpx]: <https://pypi.org/project/httpx/> "httpx"
[websocket-client]: <https://pypi.org/project/websocket-client/> "websocket-client"
[project-license]: <https://github.com/eXhumer/pyeXRC/blob/python3/COPYING.md> "Project License"
