.dockerignore
.gitignore
.readthedocs.yml
Dockerfile
LICENSE
README.md
pyproject.toml
requirements.txt
setup.cfg
test-requirements.txt
.github/workflows/build.yml
.github/workflows/run-python-tests.yml
doc/main.md
src/hdx/freshness/__init__.py
src/hdx/freshness/_version.py
src/hdx/freshness/app/__init__.py
src/hdx/freshness/app/__main__.py
src/hdx/freshness/app/datafreshness.py
src/hdx/freshness/app/project_configuration.yml
src/hdx/freshness/database/__init__.py
src/hdx/freshness/database/dbdataset.py
src/hdx/freshness/database/dbinfodataset.py
src/hdx/freshness/database/dborganization.py
src/hdx/freshness/database/dbresource.py
src/hdx/freshness/database/dbrun.py
src/hdx/freshness/dbactions/__init__.py
src/hdx/freshness/dbactions/__main__.py
src/hdx/freshness/dbactions/dbclean.py
src/hdx/freshness/dbactions/dbclone.py
src/hdx/freshness/emailer/app/__init__.py
src/hdx/freshness/emailer/app/__main__.py
src/hdx/freshness/emailer/app/datafreshnessstatus.py
src/hdx/freshness/emailer/app/project_configuration.yml
src/hdx/freshness/emailer/utils/__init__.py
src/hdx/freshness/emailer/utils/databasequeries.py
src/hdx/freshness/emailer/utils/freshnessemail.py
src/hdx/freshness/emailer/utils/hdxhelper.py
src/hdx/freshness/emailer/utils/sheet.py
src/hdx/freshness/testdata/__init__.py
src/hdx/freshness/testdata/dbtestdataset.py
src/hdx/freshness/testdata/dbtestdate.py
src/hdx/freshness/testdata/dbtesthashresult.py
src/hdx/freshness/testdata/dbtestresource.py
src/hdx/freshness/testdata/dbtestresult.py
src/hdx/freshness/testdata/serialize.py
src/hdx/freshness/utils/__init__.py
src/hdx/freshness/utils/ratelimiter.py
src/hdx/freshness/utils/retrieval.py
src/hdx/freshness/utils/retry.py
src/hdx_data_freshness.egg-info/PKG-INFO
src/hdx_data_freshness.egg-info/SOURCES.txt
src/hdx_data_freshness.egg-info/dependency_links.txt
src/hdx_data_freshness.egg-info/requires.txt
src/hdx_data_freshness.egg-info/top_level.txt
src/hdx_data_freshness.egg-info/zip-safe
stack/.common.yml
stack/.env.example
stack/crontab
stack/docker-compose.yml
stack/logrotate
stack/rundbbackup.sh
stack/runemail.sh
stack/runfresh.sh
stack/postgres-init/init-datadir.sh
tests/fixtures/datasets.pickle
tests/fixtures/CKAN/hdx_dataset_static.yml
tests/fixtures/day0/test_freshness.db
tests/fixtures/day0/test_serialize.db
tests/fixtures/dayN/test_freshness.db
tests/fixtures/dayN/test_serialize.db
tests/fixtures/dbactions/runs.csv
tests/fixtures/dbactions/runs2.csv
tests/fixtures/dbactions/runs3.csv
tests/fixtures/dbactions/runs4.csv
tests/fixtures/dbactions/runs5.csv
tests/fixtures/dbactions/runs_broken1351.csv
tests/fixtures/dbactions/test_freshness.db
tests/fixtures/dbactions/test_freshness_brokenrun1351.db
tests/fixtures/emailer/curators.csv
tests/fixtures/emailer/curators_multipleowners.csv
tests/fixtures/emailer/datagrids.csv
tests/fixtures/emailer/dutyroster.csv
tests/fixtures/emailer/project_configuration.yml
tests/fixtures/emailer/project_configuration_multiple.yml
tests/fixtures/emailer/test_freshness_broken.db
tests/fixtures/emailer/test_freshness_failure.db
tests/fixtures/emailer/test_freshness_maintainer.db
tests/fixtures/emailer/test_freshness_modified_yesterday.db
tests/fixtures/emailer/test_freshness_noresources.db
tests/fixtures/emailer/test_freshness_status.db
tests/fixtures/retrieve/ACLED-Country-Coverage-and-ISO-Codes_8.2019.xlsx
tests/fixtures/retrieve/COD_MOZ_Admin0.geojson
tests/fixtures/retrieve/Dataset.csv
tests/fixtures/retrieve/hotosm_nic_airports_lines_shp.zip
tests/fixtures/retrieve/hrp_adm1_4pc.geojson
tests/fixtures/retrieve/list_one.xls
tests/fixtures/retrieve/response.html
tests/hdx/freshness/conftest.py
tests/hdx/freshness/app/test_freshness_CKAN.py
tests/hdx/freshness/app/test_freshness_by_frequency.py
tests/hdx/freshness/app/test_freshness_day0.py
tests/hdx/freshness/app/test_freshness_dayN.py
tests/hdx/freshness/app/test_process_results.py
tests/hdx/freshness/dbactions/test_dbactions.py
tests/hdx/freshness/emailer/conftest.py
tests/hdx/freshness/emailer/app/test_datafreshnessstatus.py
tests/hdx/freshness/emailer/utils/test_databasequeries.py
tests/hdx/freshness/emailer/utils/test_sheet.py
tests/hdx/freshness/testdata/test_serialize.py
tests/hdx/freshness/utils/test_retrieval.py