sachin-chess-utils 0.1.1__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.
@@ -0,0 +1 @@
1
+ from .main import hello
@@ -0,0 +1,4 @@
1
+
2
+ def hello():
3
+ """Test function to greet the user."""
4
+ return "Hello from sachin_chess_utils!"
@@ -0,0 +1,12 @@
1
+ Metadata-Version: 2.1
2
+ Name: sachin-chess-utils
3
+ Version: 0.1.1
4
+ Summary: UNKNOWN
5
+ Home-page: UNKNOWN
6
+ Author: Sachin Chauhan Infocusp
7
+ License: UNKNOWN
8
+ Platform: UNKNOWN
9
+ Requires-Dist: numpy (>=1.11.0)
10
+
11
+ UNKNOWN
12
+
@@ -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.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,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: bdist_wheel (0.38.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,3 @@
1
+ [console_scripts]
2
+ sachin_hello = sachin_chess_utils:hello
3
+
@@ -0,0 +1 @@
1
+ sachin_chess_utils