.gitignore
LICENSE
README.md
pyproject.toml
requirements-base.txt
requirements.txt
setup.cfg
setup.py
tox.ini
aiohook/__init__.py
aiohook/type_inference.py
aiohook.egg-info/PKG-INFO
aiohook.egg-info/SOURCES.txt
aiohook.egg-info/dependency_links.txt
aiohook.egg-info/not-zip-safe
aiohook.egg-info/requires.txt
aiohook.egg-info/top_level.txt
tests/examine_types.py
tests/functional/text_processing_app/setup.py
tests/functional/text_processing_app/tests/input_file_1.txt
tests/functional/text_processing_app/tests/features/textproc_plugin.feature
tests/functional/text_processing_app/tests/step_defs/__init__.py
tests/functional/text_processing_app/textproc/__init__.py
tests/functional/text_processing_app/textproc/main.py
tests/functional/text_processing_app/textproc/pluginspecs.py
tests/functional/text_processing_app/textproc_plugin/__init__.py
tests/functional/text_processing_app/textproc_plugin/rudin_shapiro_xor.py
tests/functional/text_processing_app/textproc_plugin/rudin_sharpio_seq.py
tests/functional/text_processing_app/textproc_plugin/settings.py
tests/functional/text_processing_app/textproc_plugin/tokenizer.py