An ASGI framework to build HTTP API's from a Python module structure.
Go to file
Maxime Alves LIRMM@home 3021bd5f28 ajout de pyproject.toml 2020-07-03 11:54:44 +02:00
halfapi gestion des variables d'environement dans le cli 2020-07-03 11:49:59 +02:00
.gitignore Ajout JWTAuthenticationBackend (from https://github.com/amitripshtos/starlette-jwt/blob/master/starlette_jwt/middleware.py). 2020-07-02 15:11:11 +02:00
README.md commit initial 2020-06-30 17:50:35 +02:00
pyproject.toml ajout de pyproject.toml 2020-07-03 11:54:44 +02:00
requirements.txt màj des dépendances 2020-07-02 16:32:55 +02:00
setup.py.1 ajout de pyproject.toml 2020-07-03 11:54:44 +02:00

README.md

halfAPI

This Python-based ASGI application aims to provide the core functionality to multiple API domains.

It's developed at the LIRMM in Montpellier, France.

The name "halfAPI" comes from the deep relationship between it and halfORM, a project authored by Joël Maizi.