catala/french_law/python/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
358 B
Makefile
Raw Normal View History

SOURCES=../../runtimes/python/catala/src/catala/runtime.py \
src/allocations_familiales.py \
src/aides_logement.py \
main.py src/api.py
2021-06-21 18:33:29 +03:00
2021-06-21 13:31:46 +03:00
dependencies:
pip install -r requirements.txt
2021-06-21 13:31:46 +03:00
type:
2021-06-21 18:33:29 +03:00
mypy $(SOURCES)
2021-06-21 17:51:02 +03:00
2021-06-24 23:55:27 +03:00
format:
2021-06-25 01:47:12 +03:00
autopep8 --in-place $(SOURCES)
2021-06-26 18:09:47 +03:00
bench:
2022-09-22 15:14:54 +03:00
python main.py bench_family
python main.py bench_housing
2021-06-26 19:04:36 +03:00
show_log:
python main.py show_log