README.md
license.txt
pyproject.toml
src/devicer/__init__.py
src/devicer.py.egg-info/PKG-INFO
src/devicer.py.egg-info/SOURCES.txt
src/devicer.py.egg-info/dependency_links.txt
src/devicer.py.egg-info/requires.txt
src/devicer.py.egg-info/top_level.txt
src/devicer/benchmarks/__init__.py
src/devicer/benchmarks/accuracy_bench.py
src/devicer/benchmarks/data_generator.py
src/devicer/benchmarks/metrics.py
src/devicer/benchmarks/performance_bench.py
src/devicer/core/__init__.py
src/devicer/core/adapter_factory.py
src/devicer/core/manager.py
src/devicer/libs/__init__.py
src/devicer/libs/comparators.py
src/devicer/libs/confidence.py
src/devicer/libs/default_observability.py
src/devicer/libs/default_plugins.py
src/devicer/libs/hashing.py
src/devicer/libs/registry.py
src/devicer/libs/adapters/__init__.py
src/devicer/libs/adapters/inmemory.py
src/devicer/libs/adapters/postgres.py
src/devicer/libs/adapters/redis.py
src/devicer/libs/adapters/sqlite.py
src/devicer/types/__init__.py
src/devicer/types/data.py
src/devicer/types/observability.py
src/devicer/types/storage.py
tests/test_data_generator.py