Metadata-Version: 2.1
Name: fief-client
Version: 0.14.5
Summary: Fief Client for Python
Project-URL: Documentation, https://docs.fief.dev/integrate/python/
Project-URL: Source, https://github.com/fief-dev/fief-python
Author-email: François Voron <contact@fief.dev>
License-File: LICENSE
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Requires-Dist: httpx<0.24.0,>=0.21.3
Requires-Dist: jwcrypto<2.0.0,>=1.4
Requires-Dist: typing-extensions>=4.0.1; python_version < '3.8'
Provides-Extra: fastapi
Requires-Dist: fastapi; extra == 'fastapi'
Requires-Dist: makefun<2.0.0,>=1.14.0; extra == 'fastapi'
Provides-Extra: flask
Requires-Dist: flask; extra == 'flask'
Description-Content-Type: text/markdown

# 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
```

## Getting started

* Official website: [https://www.fief.dev](https://www.fief.dev)
* Documentation: [https://docs.fief.dev](https://docs.fief.dev)

## Contributing

All contributions to improve the project are welcome! In particular, bug and documentation fixes are really appreciated.

For new features and larger improvements, we kindly ask you to [**open a discussion first**](https://github.com/orgs/fief-dev/discussions/new?category=ideas) about your idea, what motivates it and how you plan to implement it **before you start working**. It'll avoid frustration on both sides if we decide not to integrate your code in the project.

## License

MIT
