catala/french_law/python/Makefile

16 lines
249 B
Makefile
Raw Normal View History

2021-06-26 18:09:47 +03:00
SOURCES=src/catala.py src/allocations_familiales.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 dependencies.txt
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:
2021-06-26 19:04:36 +03:00
python main.py bench
show_log:
python main.py show_log