MANIFEST.in
README.md
TODO.md
requirements.txt
setup.cfg
setup.py
src/avicenna/__init__.py
src/avicenna/avicenna.py
src/avicenna/cli.py
src/avicenna/feature_collector.py
src/avicenna/feature_extractor.py
src/avicenna/features.py
src/avicenna/helpers.py
src/avicenna/learner.py
src/avicenna/performance_evaluator.py
src/avicenna.egg-info/PKG-INFO
src/avicenna.egg-info/SOURCES.txt
src/avicenna.egg-info/dependency_links.txt
src/avicenna.egg-info/entry_points.txt
src/avicenna.egg-info/requires.txt
src/avicenna.egg-info/top_level.txt
src/avicenna/execution/__init__.py
src/avicenna/execution/bug_class.py
src/avicenna/execution/docker.py
src/avicenna/execution/external_exec.py
src/avicenna/execution/helper.py
src/avicenna/execution/helpers.py
src/avicenna/execution/oracle.py
src/avicenna/execution/oracles.py
src/avicenna/execution/subject_class.py
src/avicenna/fuzzer/__init__.py
src/avicenna/fuzzer/generator.py
src/avicenna_formalizations/__init__.py
src/avicenna_formalizations/calculator.py
src/avicenna_formalizations/genson.py
src/avicenna_formalizations/heartbeat.py
src/avicenna_formalizations/patterns.toml
tests/test_features.py
tests/test_inputElementLearner.py
tests/test_relevant_input_extraction.py