An ASGI framework to build HTTP API's from a Python module structure.
Go to file
Maxime Alves LIRMM@home b879840491 uvicorn not optional 2020-07-04 05:15:49 +02:00
conf merge avec cli_update_db 2020-07-03 11:58:13 +02:00
halfapi uvicorn not optional 2020-07-04 05:15:49 +02:00
tests [WIP] Import halfapi OK dans test_jwt_middleware. 2020-07-03 21:39: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
__init__.py [WIP] Import halfapi OK dans test_jwt_middleware. 2020-07-03 21:39:59 +02:00
poetry.lock ajout de la gestion des paramètres pour halform 2020-07-03 21:39:57 +02:00
pyproject.toml uvicorn not optional 2020-07-03 22:15:25 +02:00
pytest.ini [WIP] Pb import halfapi dans test_jwt_middleware. 2020-07-03 21:39:59 +02:00
requirements.txt merge avec cli_update_db 2020-07-03 11:58:13 +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.