sachin-chess-utils 0.1.1__py3-none-any.whl → 0.1.2__py3-none-any.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.
- sachin_chess_utils-0.1.2.dist-info/METADATA +28 -0
- sachin_chess_utils-0.1.2.dist-info/RECORD +7 -0
- sachin_chess_utils-0.1.1.dist-info/METADATA +0 -12
- sachin_chess_utils-0.1.1.dist-info/RECORD +0 -7
- {sachin_chess_utils-0.1.1.dist-info → sachin_chess_utils-0.1.2.dist-info}/WHEEL +0 -0
- {sachin_chess_utils-0.1.1.dist-info → sachin_chess_utils-0.1.2.dist-info}/entry_points.txt +0 -0
- {sachin_chess_utils-0.1.1.dist-info → sachin_chess_utils-0.1.2.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,28 @@
|
|
1
|
+
Metadata-Version: 2.1
|
2
|
+
Name: sachin-chess-utils
|
3
|
+
Version: 0.1.2
|
4
|
+
Summary: UNKNOWN
|
5
|
+
Home-page: UNKNOWN
|
6
|
+
Author: Sachin Chauhan Infocusp
|
7
|
+
License: UNKNOWN
|
8
|
+
Platform: UNKNOWN
|
9
|
+
Description-Content-Type: text/markdown
|
10
|
+
Requires-Dist: numpy (>=1.11.0)
|
11
|
+
|
12
|
+
# sachin-chess-utils
|
13
|
+
|
14
|
+
General propose Chess related utility functions.
|
15
|
+
|
16
|
+
# Build
|
17
|
+
|
18
|
+
python3 setup.py sdist bdist_wheel
|
19
|
+
|
20
|
+
# Local Test
|
21
|
+
|
22
|
+
pip install dist/sachin_chess_utils-0.1.1-py3-none-any.whlhttps://www.youtube.com/watch?v=Kz6IlDCyOUY&t=377s&ab_channel=pixegami
|
23
|
+
|
24
|
+
# Publish
|
25
|
+
|
26
|
+
twine upload dist/\*
|
27
|
+
|
28
|
+
|
@@ -0,0 +1,7 @@
|
|
1
|
+
sachin_chess_utils/__init__.py,sha256=317xV69t_woOlT69eParPy7mRhbHqlcEWNHX_01HEsg,24
|
2
|
+
sachin_chess_utils/main.py,sha256=Hg4BBo12oTsUeANHQ4t77WcK-lvUaMFrtkc0azI0qkI,97
|
3
|
+
sachin_chess_utils-0.1.2.dist-info/METADATA,sha256=otAp4J8CFxhwCezB3pOPNW-Edwe_kq8PptGXQE341II,533
|
4
|
+
sachin_chess_utils-0.1.2.dist-info/WHEEL,sha256=00yskusixUoUt5ob_CiUp6LsnN5lqzTJpoqOFg_FVIc,92
|
5
|
+
sachin_chess_utils-0.1.2.dist-info/entry_points.txt,sha256=hGJ3J_tepCGzSrdCfH8OplmaMPvCVDKvDKMrWfVYgac,59
|
6
|
+
sachin_chess_utils-0.1.2.dist-info/top_level.txt,sha256=7rW6areR0D7SZ19i5nqaKF9L_NeM_7jeqvOXnqx1iBc,19
|
7
|
+
sachin_chess_utils-0.1.2.dist-info/RECORD,,
|
@@ -1,7 +0,0 @@
|
|
1
|
-
sachin_chess_utils/__init__.py,sha256=317xV69t_woOlT69eParPy7mRhbHqlcEWNHX_01HEsg,24
|
2
|
-
sachin_chess_utils/main.py,sha256=Hg4BBo12oTsUeANHQ4t77WcK-lvUaMFrtkc0azI0qkI,97
|
3
|
-
sachin_chess_utils-0.1.1.dist-info/METADATA,sha256=MmYRKOxCJlKXlvpRQr80-uzppptXXAPAAYP4tobHrRg,207
|
4
|
-
sachin_chess_utils-0.1.1.dist-info/WHEEL,sha256=00yskusixUoUt5ob_CiUp6LsnN5lqzTJpoqOFg_FVIc,92
|
5
|
-
sachin_chess_utils-0.1.1.dist-info/entry_points.txt,sha256=hGJ3J_tepCGzSrdCfH8OplmaMPvCVDKvDKMrWfVYgac,59
|
6
|
-
sachin_chess_utils-0.1.1.dist-info/top_level.txt,sha256=7rW6areR0D7SZ19i5nqaKF9L_NeM_7jeqvOXnqx1iBc,19
|
7
|
-
sachin_chess_utils-0.1.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|