LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
src/stormwater_monitoring_datasheet_extraction/__init__.py
src/stormwater_monitoring_datasheet_extraction/py.typed
src/stormwater_monitoring_datasheet_extraction.egg-info/PKG-INFO
src/stormwater_monitoring_datasheet_extraction.egg-info/SOURCES.txt
src/stormwater_monitoring_datasheet_extraction.egg-info/dependency_links.txt
src/stormwater_monitoring_datasheet_extraction.egg-info/entry_points.txt
src/stormwater_monitoring_datasheet_extraction.egg-info/requires.txt
src/stormwater_monitoring_datasheet_extraction.egg-info/top_level.txt
src/stormwater_monitoring_datasheet_extraction/api/__init__.py
src/stormwater_monitoring_datasheet_extraction/api/internal.py
src/stormwater_monitoring_datasheet_extraction/api/public.py
src/stormwater_monitoring_datasheet_extraction/cli/__init__.py
src/stormwater_monitoring_datasheet_extraction/cli/run_etl.py
src/stormwater_monitoring_datasheet_extraction/lib/__init__.py
src/stormwater_monitoring_datasheet_extraction/lib/constants.py
src/stormwater_monitoring_datasheet_extraction/lib/load_datasheets.py
src/stormwater_monitoring_datasheet_extraction/lib/db/__init__.py
src/stormwater_monitoring_datasheet_extraction/lib/db/read.py
src/stormwater_monitoring_datasheet_extraction/lib/db/tables.py
src/stormwater_monitoring_datasheet_extraction/lib/schema/__init__.py
src/stormwater_monitoring_datasheet_extraction/lib/schema/schema.py
src/stormwater_monitoring_datasheet_extraction/lib/schema/checks/__init__.py
src/stormwater_monitoring_datasheet_extraction/lib/schema/checks/dataframe_checks.py
src/stormwater_monitoring_datasheet_extraction/lib/schema/checks/field_checks.py
src/stormwater_monitoring_datasheet_extraction/lib/schema/checks/relational.py