LICENSE
README.md
pyproject.toml
src/featurevisor/__init__.py
src/featurevisor/__main__.py
src/featurevisor/bucketer.py
src/featurevisor/child.py
src/featurevisor/cli.py
src/featurevisor/compare_versions.py
src/featurevisor/conditions.py
src/featurevisor/datafile_reader.py
src/featurevisor/emitter.py
src/featurevisor/evaluate.py
src/featurevisor/events.py
src/featurevisor/helpers.py
src/featurevisor/instance.py
src/featurevisor/logger.py
src/featurevisor/modules.py
src/featurevisor/murmurhash.py
src/featurevisor/project.py
src/featurevisor/tester.py
src/featurevisor/types.py
src/featurevisor.egg-info/PKG-INFO
src/featurevisor.egg-info/SOURCES.txt
src/featurevisor.egg-info/dependency_links.txt
src/featurevisor.egg-info/entry_points.txt
src/featurevisor.egg-info/top_level.txt
tests/test_cli.py
tests/test_conditions_parity.py
tests/test_conformance.py
tests/test_datafile_reader_parity.py
tests/test_helpers_parity.py
tests/test_instance_parity.py
tests/test_sdk.py