chess-ant

View on PyPIReverse Dependencies (1)

0.1.0 chess_ant-0.1.0-py3-none-any.whl

Wheel Details

Project: chess-ant
Version: 0.1.0
Filename: chess_ant-0.1.0-py3-none-any.whl
Download: [link]
Size: 19718
MD5: 4fe7647cf40ae4285d9d77a13a622545
SHA256: 0916d87f19e5a2704bb05b4722442a702f1f5355b568f1cd5af5a807e93c2595
Uploaded: 2024-06-23 13:54:54 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: chess-ant
Version: 0.1.0
Summary: Simulator to solve chess problems with MCTS Solver and Genetic Programming.
Author: Akihiro Kuroiwa, ChatGPT of OpenAI
Author-Email: akuroiwa[at]env-reform.com,
Home-Page: https://github.com/akuroiwa/chess-ant
License: GNU/GPLv3+
Keywords: evolutionary algorithms,genetic programming,gp,chess,fen,pgn
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Topic :: Games/Entertainment :: Board Games
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Platform: any
Requires-Python: >=3.7, !=3.10.*
Requires-Dist: chess
Requires-Dist: deap
Requires-Dist: mcts
Requires-Dist: mcts-solver
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: chess-classification; extra == "classification"
Requires-Dist: transformers; extra == "classification"
Provides-Extra: classification
Description-Content-Type: text/markdown
License-File: LICENSE.txt
[Description omitted; length: 998 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.42.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
chess_ant/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
chess_ant/chess_ant.py sha256=G9WFv61jRMXO84H88-s7VWRpBfE7df0ugUOwQ6smtkA 17384
chess_ant/chess_mcts.py sha256=QV-oEw_d2W2uL4nyfTQuabZz2JR11e7tFwC_EHlLzjU 2116
chess_ant-0.1.0.dist-info/LICENSE.txt sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY 35149
chess_ant-0.1.0.dist-info/METADATA sha256=uWTE13NwpWsoLBTprQAVwz5pVcCpzh1LvPQBUecUex0 2376
chess_ant-0.1.0.dist-info/WHEEL sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM 92
chess_ant-0.1.0.dist-info/entry_points.txt sha256=TN-tqInEr-o7Ew3-Le3eocewcpzwZ5uDyfSZZgC-aoE 114
chess_ant-0.1.0.dist-info/top_level.txt sha256=RSYImuv24g9NwubVROGWYHkpYfp77rVrepGkG-vE5cY 10
chess_ant-0.1.0.dist-info/RECORD

top_level.txt

chess_ant

entry_points.txt

chess-ant = chess_ant.chess_ant:console_script
chess-mcts = chess_ant.chess_mcts:console_script