Metadata-Version: 2.1
Name: alise
Version: 0.1.0
Summary: Tool to link accounts
Home-page: https://github.com/marcvs/alise
Author: Marcus Hardt
Author-email: hardt@kit.edu
License: MIT license
Project-URL: Bug Tracker, https://github.com/marcvs/alise/issues
Project-URL: Documentation, https://alise.readthedocs.io/en/latest/
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown; charset=UTF-8
License-File: LICENSE
Requires-Dist: fastapi
Requires-Dist: flaat
Requires-Dist: fastapi-oauth2
Requires-Dist: addict
Requires-Dist: uvicorn
Requires-Dist: python-dotenv
Requires-Dist: jinja2-time

[![PyPI Badge](https://img.shields.io/pypi/v/alise.svg)](https://pypi.python.org/pypi/alise)
[![Read the Docs](https://readthedocs.org/projects/alise/badge/?version=latest)](https://alise.readthedocs.io/en/latest/?version=latest)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

# Account LInking SErvice
Tool to link accounts 

## Installation
Account LInking SErvice is available on [PyPI](https://pypi.org/project/alise/). Install using `pip`:
```
pip install alise
```

You can also install from the git repository:
```
git clone https://github.com/marcvs/alise
pip install -e ./alise
```

