Skip to content
Snippets Groups Projects
Select Git revision
  • cd9fc6723e5535ba48baba668dd39bbb39f3ba97
  • master default protected
  • uv
  • 0.1.451
  • 0.1.450
  • 0.1.449
  • 0.1.448
  • 0.1.447
  • 0.1.446
  • 0.1.445
  • 0.1.444
  • 0.1.443
  • 0.1.442
  • 0.1.441
  • 0.1.440
  • 0.1.439
  • 0.1.438
  • 0.1.437
  • 0.1.436
  • 0.1.435
  • 0.1.434
  • 0.1.433
  • 0.1.432
23 results

leximpact-socio-fiscal-api

user avatar
Leximpact socio-fiscal API CI authored
openfisca-france-reforms@1.0.304
cd9fc672
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