Metadata-Version: 2.1
Name: fief-client
Version: 0.3.3
Summary: Fief client for Python.
Home-page: https://github.com/fief-dev/fief-python
Author: François Voron
Author-email: contact@fief.dev
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Dist: httpx >=0.21.3,<0.22.0
Requires-Dist: jwcrypto ==1.0
Requires-Dist: typing-extensions >=4.0.1; python_version < '3.8'
Project-URL: Documentation, https://github.com/fief-dev/fief-python

# Fief client for Python

[![build](https://github.com/fief-dev/fief-python/workflows/Build/badge.svg)](https://github.com/fief-dev/fief-python/actions)
[![codecov](https://codecov.io/gh/fief-dev/fief-python/branch/main/graph/badge.svg)](https://codecov.io/gh/fief-dev/fief-python)
[![PyPI version](https://badge.fury.io/py/fief-client.svg)](https://badge.fury.io/py/fief-client)

## Installation

```
pip install fief-client
```

## License

MIT

