LICENSE
README.md
pyproject.toml
telemachus/__init__.py
telemachus/_api.py
telemachus/_validate_legacy.py
telemachus/cli.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/csv_mapping.py
telemachus/adapters/gpx.py
telemachus/adapters/nmea.py
telemachus/adapters/pvs.py
telemachus/adapters/stride.py
telemachus/analysis/__init__.py
telemachus/analysis/derived.py
telemachus/analysis/describe.py
telemachus/analysis/sampling.py
telemachus/analysis/trips.py
telemachus/core/accounting.py
telemachus/core/breaks.py
telemachus/core/carrier.py
telemachus/core/corrections.py
telemachus/core/dataset.py
telemachus/core/errors.py
telemachus/core/models.py
telemachus/core/multirate.py
telemachus/core/plausibility.py
telemachus/core/privacy.py
telemachus/core/provenance.py
telemachus/core/schemas.py
telemachus/core/semantics.py
telemachus/core/units.py
telemachus/core/validate_tables.py
telemachus/metrics/__init__.py
telemachus/metrics/basic.py
telemachus/metrics/sampling.py
telemachus/pandas/__init__.py
telemachus/pandas/frame.py
telemachus/pandas/io.py
telemachus/pandas/validate.py
telemachus/schemas/manifest_schema.py
tests/test_accounting.py
tests/test_adapters.py
tests/test_adapters_format.py
tests/test_breaks_and_corrections.py
tests/test_carrier_profile.py
tests/test_core_negative.py
tests/test_dataset.py
tests/test_derived.py
tests/test_export.py
tests/test_heading_convention.py
tests/test_io.py
tests/test_manifest.py
tests/test_metrics_describe.py
tests/test_metrics_sampling.py
tests/test_metrics_trips.py
tests/test_multirate.py
tests/test_pandas_bridge.py
tests/test_parquet.py
tests/test_plausibility.py
tests/test_provenance.py
tests/test_publication_hygiene.py
tests/test_tcs.py
tests/test_temporal_plausibility.py
tests/test_units.py