README.md
pyproject.toml
src/py_poker_equity/__init__.py
src/py_poker_equity/__main__.py
src/py_poker_equity/equity.py
src/py_poker_equity/evaluator.py
src/py_poker_equity/generate_preflop_table.py
src/py_poker_equity.egg-info/PKG-INFO
src/py_poker_equity.egg-info/SOURCES.txt
src/py_poker_equity.egg-info/dependency_links.txt
src/py_poker_equity.egg-info/requires.txt
src/py_poker_equity.egg-info/top_level.txt
src/py_poker_equity/data/preflop_table.json
tests/test_against_known_values.py
tests/test_best_five_selection.py
tests/test_card_parsing.py
tests/test_equity.py
tests/test_equity_exhaustive.py
tests/test_evaluator.py
tests/test_hand_classification.py
tests/test_preflop_comprehensive.py
tests/test_rank_vs_rank.py
tests/test_tiebreakers.py