LICENCE
README.md
pyproject.toml
src/aeolus/__init__.py
src/aeolus/api.py
src/aeolus/api_old.py
src/aeolus/database_operations.py
src/aeolus/decorators.py
src/aeolus/downloader.py
src/aeolus/meteorology.py
src/aeolus/registry.py
src/aeolus/transforms.py
src/aeolus/types.py
src/aeolus/networks/__init__.py
src/aeolus/networks/api.py
src/aeolus/portals/__init__.py
src/aeolus/portals/api.py
src/aeolus/sources/__init__.py
src/aeolus/sources/breathe_london.py
src/aeolus/sources/openaq.py
src/aeolus/sources/regulatory.py
src/aeolus_aq.egg-info/PKG-INFO
src/aeolus_aq.egg-info/SOURCES.txt
src/aeolus_aq.egg-info/dependency_links.txt
src/aeolus_aq.egg-info/requires.txt
src/aeolus_aq.egg-info/top_level.txt
tests/test_api.py
tests/test_breathe_london.py
tests/test_networks_portals_api.py
tests/test_openaq_fetcher.py
tests/test_openaq_normalizer.py
tests/test_registry.py
tests/test_transforms.py