tic-tac-toe-game

View on PyPIReverse Dependencies (0)

0.2.0 tic_tac_toe_game-0.2.0-py3-none-any.whl

Wheel Details

Project: tic-tac-toe-game
Version: 0.2.0
Filename: tic_tac_toe_game-0.2.0-py3-none-any.whl
Download: [link]
Size: 14488
MD5: 6b91c47c19a9777a6dc1b8808ce326e2
SHA256: b0f6e487c635685e6e2bf3a246ce8c46bb0d18975ac9717051796db5855e4bbf
Uploaded: 2022-12-23 13:18:52 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: tic-tac-toe-game
Version: 0.2.0
Summary: Tic Tac Toe Game
Author: Alexis Torelli
Author-Email: alexis.torelli.treanton[at]gmail.com
Home-Page: https://github.com/alexistli/tic-tac-toe-game
Project-Url: Changelog, https://github.com/alexistli/tic-tac-toe-game/releases
Project-Url: Documentation, https://tic-tac-toe-game.readthedocs.io
Project-Url: Repository, https://github.com/alexistli/tic-tac-toe-game
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8,<4.0
Requires-Dist: Flask (<3.0.0,>=2.2.2)
Requires-Dist: Flask-Assets (<3.0,>=2.0)
Requires-Dist: Flask-Migrate (<5.0.0,>=4.0.0)
Requires-Dist: Flask-SQLAlchemy (<4.0.0,>=3.0.2)
Requires-Dist: Flask-Session (<0.5.0,>=0.4.0)
Requires-Dist: Flask-SocketIO (<6.0.0,>=5.3.2)
Requires-Dist: Flask-WTF (<2.0.0,>=1.0.1)
Requires-Dist: click (<9.0.0,>=8.1.3)
Requires-Dist: easyAI (<3.0.0,>=2.0.12)
Requires-Dist: eventlet (<0.34.0,>=0.33.2)
Requires-Dist: gunicorn (<21.0.0,>=20.1.0)
Requires-Dist: mctspy (<0.2.0,>=0.1.1)
Requires-Dist: python-dotenv (<0.22.0,>=0.21.0)
Requires-Dist: redis (<5.0.0,>=4.4.0)
Requires-Dist: rich (<13.0.0,>=12.6.0)
Requires-Dist: structlog (<23.0.0,>=22.3.0)
Description-Content-Type: text/markdown
[Description omitted; length: 2457 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.4.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
tic_tac_toe_game/AI/__init__.py sha256=5dhSii_tSIiAtTDIZJ65gjVsYQdH0vwdD1Cy5Dyabus 24
tic_tac_toe_game/AI/mcts.py sha256=4ARnQg7mc92EkIDGpNF47b3MENDxYNZxSur5G0BUAns 5640
tic_tac_toe_game/AI/naive.py sha256=bgsPPNzqtT7-8xky-CxL8DdcI86FIp5rNWYlnu2VbV4 630
tic_tac_toe_game/AI/negamax.py sha256=lmDwMTHAG4XIwRgIxqH_ab9IXrdHsuKm0YrjNs3TeJI 3996
tic_tac_toe_game/__init__.py sha256=cLdWw3kmPnf-_LYZDflKSnYNnU6DCzSJOrVzE5_AS5g 21
tic_tac_toe_game/__main__.py sha256=eHwbgkeLBEJARv0vRyOiqvAHAL0jCsuGi7u_RJuxnFQ 1839
tic_tac_toe_game/engine.py sha256=dnTtzg2OUdCyfrSczY1iUZfL_yWNOjF3qHNNQ8StgLg 20401
tic_tac_toe_game/errors.py sha256=pye7XcVRmbt_aXDXJK4fdwrt-gRNgDW9glDdCDN6-1c 476
tic_tac_toe_game/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tic_tac_toe_game/state.py sha256=w9i2oMItDgPwuUCjamV9tzKJkQmh-EYvurj_e2d8tnw 643
tic_tac_toe_game/typing.py sha256=_OJUTU2hHcNJfNykC17mLQWCUuOC6muHH6Q4Qy5trLs 134
tic_tac_toe_game-0.2.0.dist-info/entry_points.txt sha256=cP8FmEQHi_FSzKvBSFSVcRbU-2PuPh205PPEG2MxPNU 90
tic_tac_toe_game-0.2.0.dist-info/METADATA sha256=q-4czl3eZlxuG2F0cQvHYjIqnKz3gTnHdgokZVVNasc 3996
tic_tac_toe_game-0.2.0.dist-info/LICENSE sha256=5YWmrO1BN0-GlFNaa4K8AmLbRVry-NFx3xTpoS99uZw 1087
tic_tac_toe_game-0.2.0.dist-info/WHEEL sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY 88
tic_tac_toe_game-0.2.0.dist-info/RECORD

entry_points.txt

game = app.__main__:main
tic-tac-toe-game = tic_tac_toe_game.__main__:main