LICENSE
README.md
pyproject.toml
src/bdo_toolkit/__init__.py
src/bdo_toolkit/_async_sessions.py
src/bdo_toolkit/_capture_backend.py
src/bdo_toolkit/_capture_options.py
src/bdo_toolkit/_capture_runtime.py
src/bdo_toolkit/_deposit_origin.py
src/bdo_toolkit/_engine.py
src/bdo_toolkit/_framing.py
src/bdo_toolkit/_profile_runtime.py
src/bdo_toolkit/_protocol.py
src/bdo_toolkit/_reassembly.py
src/bdo_toolkit/_specs.py
src/bdo_toolkit/_storage_destination_validation.py
src/bdo_toolkit/_storage_hydration.py
src/bdo_toolkit/_version.py
src/bdo_toolkit/calibration.py
src/bdo_toolkit/capture.py
src/bdo_toolkit/character_state.py
src/bdo_toolkit/cli.py
src/bdo_toolkit/diagnostics.py
src/bdo_toolkit/events.py
src/bdo_toolkit/filters.py
src/bdo_toolkit/item_state.py
src/bdo_toolkit/origin_learning.py
src/bdo_toolkit/profiles.py
src/bdo_toolkit/py.typed
src/bdo_toolkit/remote_profiles.py
src/bdo_toolkit/writers.py
src/bdo_toolkit.egg-info/PKG-INFO
src/bdo_toolkit.egg-info/SOURCES.txt
src/bdo_toolkit.egg-info/dependency_links.txt
src/bdo_toolkit.egg-info/entry_points.txt
src/bdo_toolkit.egg-info/requires.txt
src/bdo_toolkit.egg-info/top_level.txt
src/bdo_toolkit/solare/__init__.py
src/bdo_toolkit/solare/_constants.py
src/bdo_toolkit/solare/_detail_learning.py
src/bdo_toolkit/solare/_details.py
src/bdo_toolkit/solare/_discovery.py
src/bdo_toolkit/solare/_live_tracker.py
src/bdo_toolkit/solare/_replay_capture.py
src/bdo_toolkit/solare/_result.py
src/bdo_toolkit/solare/_scanner.py
src/bdo_toolkit/solare/_validation.py
src/bdo_toolkit/solare/async_session.py
src/bdo_toolkit/solare/models.py
src/bdo_toolkit/solare/replay.py
src/bdo_toolkit/solare/session.py
tests/test_async_sessions.py
tests/test_calibration.py
tests/test_calibration_conveniences.py
tests/test_calibration_lifecycle.py
tests/test_calibration_retention.py
tests/test_capture_runtime.py
tests/test_character_state.py
tests/test_cli.py
tests/test_decoder_diagnostics.py
tests/test_deposit_origin.py
tests/test_direction.py
tests/test_dynamic_storage_calibration_matrix.py
tests/test_engine.py
tests/test_examples_and_writers.py
tests/test_explicit_profile.py
tests/test_fixture_regressions.py
tests/test_hardening.py
tests/test_initial_load_storage.py
tests/test_inventory_snapshots.py
tests/test_item_state.py
tests/test_live_capture_session.py
tests/test_origin_learning.py
tests/test_reassembly.py
tests/test_remote_profiles.py
tests/test_solare_api.py
tests/test_solare_details.py
tests/test_solare_learning.py
tests/test_solare_learning_adversarial.py
tests/test_solare_real_captures.py
tests/test_solare_replay.py
tests/test_solare_session.py
tests/test_storage_destination_validation.py
tests/test_storage_events.py
tests/test_storage_hydration_tracker.py
tests/test_storage_unknown_destination_calibration.py
tests/test_toolkit_api.py