README.md
pyproject.toml
setup.cfg
phevaluator/__init__.py
phevaluator/card.py
phevaluator/evaluator.py
phevaluator/evaluator_omaha.py
phevaluator/hash.py
phevaluator/utils.py
phevaluator.egg-info/PKG-INFO
phevaluator.egg-info/SOURCES.txt
phevaluator.egg-info/dependency_links.txt
phevaluator.egg-info/requires.txt
phevaluator.egg-info/top_level.txt
phevaluator/tables/__init__.py
phevaluator/tables/dptables.py
phevaluator/tables/hashtable.py
phevaluator/tables/hashtable5.py
phevaluator/tables/hashtable6.py
phevaluator/tables/hashtable7.py
phevaluator/tables/hashtable_omaha.py
phevaluator/tables/omaha_flush.dat
phevaluator/tables/omaha_noflush.dat
tests/__init__.py
tests/test_card.py
tests/test_evalator_omaha.py
tests/test_evaluator.py
tests/table_tests/__init__.py
tests/table_tests/test_dptables.py
tests/table_tests/test_hashtable.py
tests/table_tests/test_hashtable5.py
tests/table_tests/test_hashtable6.py
tests/table_tests/test_hashtable7.py
tests/table_tests/utils.py