LICENSE
README.md
pyproject.toml
telemachus/__init__.py
telemachus/_api.py
telemachus/_validate_legacy.py
telemachus/cli.py
telemachus/dataset.py
telemachus/io.py
telemachus/io_export.py
telemachus/io_import.py
telemachus/models.py
telemachus.egg-info/PKG-INFO
telemachus.egg-info/SOURCES.txt
telemachus.egg-info/dependency_links.txt
telemachus.egg-info/entry_points.txt
telemachus.egg-info/requires.txt
telemachus.egg-info/top_level.txt
telemachus/adapters/__init__.py
telemachus/adapters/aegis.py
telemachus/adapters/pvs.py
telemachus/adapters/stride.py
telemachus/core/dataset.py
telemachus/core/errors.py
telemachus/core/models.py
telemachus/core/schemas.py
telemachus/core/semantics.py
telemachus/core/validate_tables.py
telemachus/metrics/__init__.py
telemachus/metrics/basic.py
telemachus/pandas/__init__.py
telemachus/pandas/frame.py
telemachus/pandas/io.py
telemachus/pandas/validate.py
telemachus/schemas/manifest_schema.py
tests/test_adapters.py
tests/test_core_negative.py
tests/test_dataset.py
tests/test_export.py
tests/test_io.py
tests/test_manifest.py
tests/test_pandas_bridge.py
tests/test_parquet.py
tests/test_tcs.py