Skip to content
Snippets Groups Projects
user avatar
Leximpact socio-fiscal API CI authored
openfisca-france-reforms@1.0.304
22286cc4
History

LexImpact Socio-Fiscal API

HTTP + WebSocket API for OpenFisca

Used by LexImpact Socio-Fiscal UI, a simulator of the French tax-benefit system.

Installation

git clone https://git.leximpact.dev/leximpact/leximpact-socio-fiscal-api.git
cd leximpact-socio-fiscal-api/
poetry install

poetry shell
# Create environment configuration file and then edit it to reference country package et its JSON output.
cp example.env .env

Usage

Start web API server:

poetry shell
uvicorn --reload leximpact_socio_fiscal_api.main:app