Metadata-Version: 2.1
Name: pasee
Version: 21.3.16
Summary: HTTP server managing users.
Home-page: https://github.com/meltygroup/pasee
Author: Julien Palard
Author-email: julien@python.org
License: MIT License
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/markdown; charset=UTF-8
Requires-Dist: aioauth-client
Requires-Dist: aiohttp
Requires-Dist: aiohttp-cors
Requires-Dist: asyncpg
Requires-Dist: jinja2
Requires-Dist: pyjwt[crypto] (>=2.0.0)
Requires-Dist: pytoml
Requires-Dist: shortuuid
Provides-Extra: sentry
Requires-Dist: sentry-sdk (>=0.19) ; extra == 'sentry'
Requires-Dist: aiocontextvars ; extra == 'sentry'

# Pasee — Identity Managment Server

[![Documentation Status](https://readthedocs.org/projects/pasee/badge/?version=latest)](https://pasee.readthedocs.io/en/latest/?badge=latest)
[![Package on PyPI](https://img.shields.io/pypi/v/pasee.svg)](https://pypi.org/project/pasee/)
[![Build status](https://travis-ci.org/meltygroup/pasee.svg?branch=master)](https://travis-ci.org/meltygroup/pasee)


Pasee is a simple layer over multiple IdMs, typically a Kisee
and other identity providers like Twitter, Github, …

Documentation: [https://pasee.readthedocs.io](https://pasee.readthedocs.io)


