Metadata-Version: 2.4
Name: jupyterhub-oauthenticator-authz-helpers
Version: 0.0.5
Summary: A series of helper utilities for interacting with OAuth providers
Project-URL: Documentation, https://github.com/Angus Hollands/jupyterhub-oauthenticator-authz-helpers#readme
Project-URL: Issues, https://github.com/Angus Hollands/jupyterhub-oauthenticator-authz-helpers/issues
Project-URL: Source, https://github.com/Angus Hollands/jupyterhub-oauthenticator-authz-helpers
Author-email: Angus Hollands <goosey15@gmail.com>
License-Expression: MIT
License-File: LICENSE
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Requires-Dist: aiohttp
Requires-Dist: escapism
Description-Content-Type: text/markdown

# jupyterhub-oauthenticator-authz-helpers

[![PyPI - Version](https://img.shields.io/pypi/v/jupyterhub-oauthenticator-authz-helpers.svg)](https://pypi.org/project/jupyterhub-oauthenticator-authz-helpers)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/jupyterhub-oauthenticator-authz-helpers.svg)](https://pypi.org/project/jupyterhub-oauthenticator-authz-helpers)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install jupyterhub-oauthenticator-authz-helpers
```

## License

`jupyterhub-oauthenticator-authz-helpers` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.

The original inspiration and reference for this set of helpers is https://raw.githubusercontent.com/berkeley-dsep-infra/canvasoauthenticator, which is BSD-3 licensed.
