chess-env-rl 0.0.2__cp314-cp314-musllinux_1_2_x86_64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,26 @@
1
+ Metadata-Version: 2.4
2
+ Name: chess_env_rl
3
+ Version: 0.0.2
4
+ Summary: Bitboard chess engine python library for RL.
5
+ Home-page: https://github.com/natkinson1/chess-env2
6
+ Author: Nikhil Atkinson
7
+ Author-email:
8
+ License: MIT
9
+ Requires-Python: >=3.9
10
+ License-File: LICENSE.md
11
+ Provides-Extra: test
12
+ Requires-Dist: pytest; extra == "test"
13
+ Dynamic: author
14
+ Dynamic: description
15
+ Dynamic: home-page
16
+ Dynamic: license
17
+ Dynamic: license-file
18
+ Dynamic: provides-extra
19
+ Dynamic: requires-python
20
+ Dynamic: summary
21
+
22
+
23
+ Python chess environment written in c++ to simulate chess games. Implementation uses bitboards,
24
+ magic numbers, and precomputed attack tables for fast simulations of games.
25
+ The board state and action representation is of shape (119, 64), (73, 64) as described in the
26
+ AlphaZero implementation.
@@ -0,0 +1,9 @@
1
+ chess_env_rl.cpython-314-x86_64-linux-musl.so,sha256=vuLIy2UarFAynvAdugCUDEfZsDob0X0GSRgrxO8oerI,345681
2
+ chess_env_rl.libs/libgcc_s-0cd532bd.so.1,sha256=yPk0-VjyKzucjnkP3mvC0vVaua6Ln17qZUJbICcXgtA,181737
3
+ chess_env_rl.libs/libstdc++-5d72f927.so.6.0.33,sha256=fogxHsmB1_D6C-a_-uHh8Ei_6Qh52a8vLlicJRM3ehk,3562401
4
+ chess_env_rl-0.0.2.dist-info/METADATA,sha256=1elG8eRhnB7yD6ASmkMtyod-JevlJ72u7_Gk1SRMQpY,793
5
+ chess_env_rl-0.0.2.dist-info/WHEEL,sha256=K2_TehZnioJBDmm5baDVfhoCxaclJzJsPrng3hg7WD0,112
6
+ chess_env_rl-0.0.2.dist-info/top_level.txt,sha256=YF5NLORrobt5Ani4HqOT16C-e1dUqXE-7-vUcqhssuA,13
7
+ chess_env_rl-0.0.2.dist-info/RECORD,,
8
+ chess_env_rl-0.0.2.dist-info/licenses/LICENSE.md,sha256=naXbdMTpP5Il3iIzc-AMq_89MOEOTYSc9Lm7QZBEYmw,1071
9
+ chess_env_rl-0.0.2.dist-info/sboms/auditwheel.cdx.json,sha256=Q0w_zo6GxPFhczpPqzZdArFRwuTYtufKKGdYNLl8G44,1738
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: false
4
+ Tag: cp314-cp314-musllinux_1_2_x86_64
5
+
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Nikhil Atkinson
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1 @@
1
+ {"bomFormat": "CycloneDX", "specVersion": "1.4", "version": 1, "metadata": {"component": {"type": "library", "bom-ref": "pkg:pypi/chess_env_rl@0.0.2?file_name=chess_env_rl-0.0.2-cp314-cp314-musllinux_1_2_x86_64.whl", "name": "chess_env_rl", "version": "0.0.2", "purl": "pkg:pypi/chess_env_rl@0.0.2?file_name=chess_env_rl-0.0.2-cp314-cp314-musllinux_1_2_x86_64.whl"}, "tools": [{"name": "auditwheel", "version": "6.6.0"}]}, "components": [{"type": "library", "bom-ref": "pkg:pypi/chess_env_rl@0.0.2?file_name=chess_env_rl-0.0.2-cp314-cp314-musllinux_1_2_x86_64.whl", "name": "chess_env_rl", "version": "0.0.2", "purl": "pkg:pypi/chess_env_rl@0.0.2?file_name=chess_env_rl-0.0.2-cp314-cp314-musllinux_1_2_x86_64.whl"}, {"type": "library", "bom-ref": "pkg:apk/alpine/libstdc%2B%2B@14.2.0-r6#76f023cbc3d7b369d6008f354e88aa983d13e4bd8f06e4e49a01686039fe1509", "name": "libstdc++", "version": "14.2.0-r6", "purl": "pkg:apk/alpine/libstdc%2B%2B@14.2.0-r6"}, {"type": "library", "bom-ref": "pkg:apk/alpine/libgcc@14.2.0-r6#933a623c9e323e83b1734e630a342f206999adc096732a3fea9896fa0181ea29", "name": "libgcc", "version": "14.2.0-r6", "purl": "pkg:apk/alpine/libgcc@14.2.0-r6"}], "dependencies": [{"ref": "pkg:pypi/chess_env_rl@0.0.2?file_name=chess_env_rl-0.0.2-cp314-cp314-musllinux_1_2_x86_64.whl", "dependsOn": ["pkg:apk/alpine/libstdc%2B%2B@14.2.0-r6#76f023cbc3d7b369d6008f354e88aa983d13e4bd8f06e4e49a01686039fe1509", "pkg:apk/alpine/libgcc@14.2.0-r6#933a623c9e323e83b1734e630a342f206999adc096732a3fea9896fa0181ea29"]}, {"ref": "pkg:apk/alpine/libstdc%2B%2B@14.2.0-r6#76f023cbc3d7b369d6008f354e88aa983d13e4bd8f06e4e49a01686039fe1509"}, {"ref": "pkg:apk/alpine/libgcc@14.2.0-r6#933a623c9e323e83b1734e630a342f206999adc096732a3fea9896fa0181ea29"}]}
@@ -0,0 +1 @@
1
+ chess_env_rl
Binary file