CHANGELOG.md
CONTRIBUTING.md
INSTALL.md
LICENSE
MANIFEST.in
NOTICE.md
README.md
ROADMAP.md
SECURITY.md
THIRD_PARTY_NOTICES.md
pyproject.toml
docs/SPEC.md
docs/agent-interface.md
docs/api-baseline.md
docs/bandwidth.md
docs/calibration.md
docs/capture-format.md
docs/cli-reference.md
docs/decimation.md
docs/decoders.md
docs/energy-analysis.md
docs/faq.md
docs/logic-port.md
docs/protocol-spec.md
docs/releasing.md
docs/sources.md
docs/triggers.md
examples/agent_workflow.md
examples/async_stream.py
examples/basic_capture.py
examples/power_assertion.py
examples/spi_transaction.py
examples/uart_energy.py
src/ppk2lab/__init__.py
src/ppk2lab/_version.py
src/ppk2lab/aio.py
src/ppk2lab/calibration.py
src/ppk2lab/device.py
src/ppk2lab/diagnostics.py
src/ppk2lab/discovery.py
src/ppk2lab/errors.py
src/ppk2lab/py.typed
src/ppk2lab/session.py
src/ppk2lab/types.py
src/ppk2lab/units.py
src/ppk2lab.egg-info/PKG-INFO
src/ppk2lab.egg-info/SOURCES.txt
src/ppk2lab.egg-info/dependency_links.txt
src/ppk2lab.egg-info/entry_points.txt
src/ppk2lab.egg-info/requires.txt
src/ppk2lab.egg-info/top_level.txt
src/ppk2lab/analysis/__init__.py
src/ppk2lab/analysis/assertions.py
src/ppk2lab/analysis/measure.py
src/ppk2lab/capture/__init__.py
src/ppk2lab/capture/artifact.py
src/ppk2lab/capture/model.py
src/ppk2lab/capture/runner.py
src/ppk2lab/capture/stats.py
src/ppk2lab/cli/__init__.py
src/ppk2lab/cli/commands.py
src/ppk2lab/cli/main.py
src/ppk2lab/decoders/__init__.py
src/ppk2lab/decoders/base.py
src/ppk2lab/decoders/feasibility.py
src/ppk2lab/decoders/registry.py
src/ppk2lab/decoders/spi.py
src/ppk2lab/decoders/uart.py
src/ppk2lab/exports/__init__.py
src/ppk2lab/exports/_atomic.py
src/ppk2lab/exports/csv.py
src/ppk2lab/exports/decimate.py
src/ppk2lab/exports/jsonl.py
src/ppk2lab/logic/__init__.py
src/ppk2lab/logic/transitions.py
src/ppk2lab/logic/vcd.py
src/ppk2lab/protocol/__init__.py
src/ppk2lab/protocol/commands.py
src/ppk2lab/protocol/metadata.py
src/ppk2lab/protocol/samples.py
src/ppk2lab/schemas/__init__.py
src/ppk2lab/testing/__init__.py
src/ppk2lab/testing/profiles.py
src/ppk2lab/testing/signals.py
src/ppk2lab/transport/__init__.py
src/ppk2lab/transport/base.py
src/ppk2lab/transport/mock.py
src/ppk2lab/transport/serial.py
src/ppk2lab/triggers/__init__.py
src/ppk2lab/triggers/engine.py
tests/__init__.py
tests/conftest.py
tests/test_aio.py
tests/test_api_baseline.py
tests/test_artifact.py
tests/test_assertions.py
tests/test_calibration.py
tests/test_capture_model.py
tests/test_cli.py
tests/test_device.py
tests/test_docs_cli_surface.py
tests/test_logic.py
tests/test_measure_exports.py
tests/test_measurement_integrity.py
tests/test_metadata.py
tests/test_protocol_commands.py
tests/test_samples_parser.py
tests/test_schemas.py
tests/test_spi_decoder.py
tests/test_stats_distribution.py
tests/test_transport_discovery.py
tests/test_triggers.py
tests/test_uart_decoder.py
tests/test_uncertainty.py
tests/test_units.py