.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
dhis2_probe_summary.json
image.png
pyproject.toml
pytest.ini
reproduce.sh
.github/workflows/ci.yml
Anonymous_ Reproduction_ Package/README_REVIEWERS.md
examples/demo_test.py
examples/my_analysis.py
examples/quick_demo.py
examples/real_health_data_demo.py
experiment/Methods.md
pydhis2/__init__.py
pydhis2/__main__.py
pydhis2.egg-info/PKG-INFO
pydhis2.egg-info/SOURCES.txt
pydhis2.egg-info/dependency_links.txt
pydhis2.egg-info/entry_points.txt
pydhis2.egg-info/requires.txt
pydhis2.egg-info/top_level.txt
pydhis2/cli/__init__.py
pydhis2/cli/main.py
pydhis2/core/__init__.py
pydhis2/core/auth.py
pydhis2/core/cache.py
pydhis2/core/client.py
pydhis2/core/errors.py
pydhis2/core/rate_limit.py
pydhis2/core/retry.py
pydhis2/core/types.py
pydhis2/dqr/__init__.py
pydhis2/dqr/config.yml
pydhis2/dqr/metrics.py
pydhis2/endpoints/__init__.py
pydhis2/endpoints/analytics.py
pydhis2/endpoints/datavaluesets.py
pydhis2/endpoints/metadata.py
pydhis2/endpoints/tracker.py
pydhis2/io/__init__.py
pydhis2/io/arrow.py
pydhis2/io/schema.py
pydhis2/io/to_pandas.py
pydhis2/observe/__init__.py
pydhis2/observe/logging.py
pydhis2/observe/telemetry.py
pydhis2/pipeline/__init__.py
pydhis2/pipeline/config.py
pydhis2/pipeline/executor.py
pydhis2/pipeline/steps.py
pydhis2/templates/cookiecutter.json
pydhis2/templates/{{cookiecutter.project_slug}}/Makefile.cmd
pydhis2/templates/{{cookiecutter.project_slug}}/README.md
pydhis2/templates/{{cookiecutter.project_slug}}/env.example
pydhis2/templates/{{cookiecutter.project_slug}}/requirements.txt
pydhis2/templates/{{cookiecutter.project_slug}}/configs/dhis2.yml
pydhis2/templates/{{cookiecutter.project_slug}}/configs/dqr.yml
pydhis2/templates/{{cookiecutter.project_slug}}/pipelines/example.yml
pydhis2/templates/{{cookiecutter.project_slug}}/scripts/run_pipeline.py
pydhis2/testing/__init__.py
pydhis2/testing/benchmark_utils.py
pydhis2/testing/data_generator.py
pydhis2/testing/demo_test.py
pydhis2/testing/mock_server.py
pydhis2/testing/network_simulator.py
tests/__init__.py
tests/conftest.py
tests/integration/__init__.py
tests/integration/test_full_workflow.py
tests/unit/__init__.py
tests/unit/test_auth.py
tests/unit/test_cache.py
tests/unit/test_client.py
tests/unit/test_config.py
tests/unit/test_dqr_metrics.py
tests/unit/test_endpoints.py
tests/unit/test_errors.py
tests/unit/test_io.py
tests/unit/test_metadata.py
tests/unit/test_rate_limit.py
tests/unit/test_retry.py
tests/unit/test_tracker.py