flatisfy/flatisfy
Lucas Verney b187a106e4 Avoid loading multiple times the same data
There was a bug in `data.py` which made it load the same data as many
times as the number of postal codes in constraints. This is now fixed.
2017-06-19 12:01:10 +02:00
..
data_files Handle multiple constraints in the config 2017-06-16 16:22:02 +02:00
database Rewrite data files management, to make it more modular 2017-06-15 15:48:16 +02:00
filters Rewrite doc and frontend to match new constraints in config 2017-06-16 16:56:59 +02:00
models Rewrite doc and frontend to match new constraints in config 2017-06-16 16:56:59 +02:00
web Rewrite doc and frontend to match new constraints in config 2017-06-16 16:56:59 +02:00
__init__.py Initial commit 2017-04-13 20:03:59 +02:00
__main__.py Handle multiple constraints in the config 2017-06-16 16:22:02 +02:00
cmds.py Handle multiple constraints in the config 2017-06-16 16:22:02 +02:00
config.py Handle multiple constraints in the config 2017-06-16 16:22:02 +02:00
data.py Avoid loading multiple times the same data 2017-06-19 12:01:10 +02:00
exceptions.py Initial commit 2017-04-13 20:03:59 +02:00
fetch.py Handle multiple constraints in the config 2017-06-16 16:22:02 +02:00
tools.py Handle multiple constraints in the config 2017-06-16 16:22:02 +02:00