Metadata-Version: 2.1
Name: identity-client
Version: 1.0.34
Summary: A middleware and a set of handlers to handle Code Grant authentication.
Home-page: https://github.com/hatch-studio/identity-client
License: MIT
Author: stitchdev
Author-email: dev@stitchdesignlab.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: Django (>=2.2.3)
Requires-Dist: boto3 (>=1.26.133,<2.0.0)
Requires-Dist: cryptography (>=40.0.2,<41.0.0)
Requires-Dist: djangorestframework (>=3.9.3)
Requires-Dist: lxml (>=4.9.2,<5.0.0)
Requires-Dist: netaddr (>=0.7.19)
Requires-Dist: python-jose (>=3.3.0,<4.0.0)
Requires-Dist: requests (>=2.30.0,<3.0.0)
Project-URL: Repository, https://github.com/hatch-studio/identity-client
Description-Content-Type: text/markdown

# identity-client
Client lib for the identity service

## Creating a new release

Update the version in pyproject.toml and create a new tag with that version number and push it,
this will trigger the release.yml GitHub Action.

```bash
git push origin <tag_name>
```
