.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
.github/workflows/cicd.yaml
airbase/__init__.py
airbase/__version__.py
airbase/airbase.py
airbase/fetch.py
airbase/resources.py
airbase/util.py
airbase.egg-info/PKG-INFO
airbase.egg-info/SOURCES.txt
airbase.egg-info/dependency_links.txt
airbase.egg-info/requires.txt
airbase.egg-info/top_level.txt
airbase/summary/__init__.py
airbase/summary/db.py
airbase/summary/summary.sqlite
data/.gitkeep
docs/Makefile
docs/requirements.txt
docs/source/airbase.rst
docs/source/conf.py
docs/source/index.rst
scripts/check_broken_links.py
scripts/create_summary_db.py
tests/__init__.py
tests/conftest.py
tests/test_airbase.py
tests/test_fetch.py
tests/test_summary.py
tests/test_utils.py
tests/test_version.py
tests/integration/__init__.py
tests/integration/test_airbase.py
tests/integration/test_summary.py
tests/resources/__init__.py
tests/resources/csv_links_response.txt
tests/resources/csv_response.csv
tests/resources/metadata.tsv