Metadata-Version: 2.1
Name: flaat
Version: 1.1.0
Summary: User authorization for OIDC authenticated python web APIs.
Home-page: https://github.com/indigo-dc/flaat
Author: Marcus Hardt
Author-email: hardt@kit.edu
License: MIT
Project-URL: Bug Tracker, https://github.com/indigo-dc/flaat/issues
Project-URL: Documentation, https://flaat.readthedocs.io/en/latest/
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory
Description-Content-Type: text/markdown; charset=UTF-8
Provides-Extra: flask
Provides-Extra: aiohttp
Provides-Extra: fastapi
Provides-Extra: test
License-File: LICENSE

[![eosc-synergy-logo](https://readthedocs.org/projects/flaat/badge/?version=latest)](https://flaat.readthedocs.io/)
[![CI](https://github.com/indigo-dc/flaat/actions/workflows/ci.yml/badge.svg)](https://github.com/indigo-dc/flaat/actions/workflows/ci.yml)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

# FLAAT
Use decorators for authorising access to OIDC authenticated REST APIs.
Supports [Flask](https://flask.palletsprojects.com/en/2.0.x/), [FastAPI](https://fastapi.tiangolo.com/) and [AIOHTTP](https://docs.aiohttp.org/en/stable/).

## Installation
FLAAT is available on [PyPI](https://pypi.org/project/flaat/). Install using `pip`:

```
pip install flaat
```

You can also install from the git repository:
```
git clone https://github.com/indigo-dc/flaat
pip install -e ./flaat
```

## Documentation
The documentation is available at [readthedocs](https://flaat.readthedocs.io/en/latest/).

## Development
Instructions on development, testing and releasing versions can be found [here](https://flaat.readthedocs.io/en/latest/flaat/development.html).

## License
FLAAT is provided under the [MIT License](https://opensource.org/licenses/MIT).



