LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
todo.md
.github/workflows/codeql.yml
.github/workflows/publish.yml
.github/workflows/python-testrun.yml
.vscode/settings.json
game_theory/__init__.py
game_theory/exceptions.py
game_theory/algorithms/__init__.py
game_theory/algorithms/auction.py
game_theory/algorithms/bankruptcy.py
game_theory/gameTheory.egg-info/PKG-INFO
game_theory/gameTheory.egg-info/SOURCES.txt
game_theory/gameTheory.egg-info/dependency_links.txt
game_theory/gameTheory.egg-info/top_level.txt
game_theory/utils/__init__.py
tests/algorithms/__init__.py
tests/algorithms/test_auction.py
tests/algorithms/test_bankruptcy.py
tests/classes/__init__.py
tests/utils/__init__.py