Skip to content

iorseth/openfisca-web-api

 
 

Repository files navigation

OpenFisca Web-API

Build Status

More build status

OpenFisca is a versatile microsimulation free software. This is the source code of the Web-API module.

Please consult http://doc.openfisca.fr/

Install

Assuming you are in an openfisca working directory:

git clone https://github.com/openfisca/openfisca-web-api.git
cd openfisca-web-api
git checkout next
pip install --editable . --user # Microsoft Windows users must not use the `--user` option
python setup.py compile_catalog

Contributing

See CONTRIBUTING.md

Packages

No packages published

Languages

  • Python 99.4%
  • Makefile 0.6%