sigmashake-linux-x64 0.4.0__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,6 @@
1
+ Metadata-Version: 2.4
2
+ Name: sigmashake-linux-x64
3
+ Version: 0.4.0
4
+ Summary: ssg binary for Linux x86_64
5
+ License: MIT
6
+ Requires-Python: >=3.8
@@ -0,0 +1,6 @@
1
+ ssg_linux_x64/__init__.py,sha256=aFo2rKPLhDoatRkeWUVrFfiXF-l7_qSF1-QvB6qdlKs,139
2
+ ssg_linux_x64/ssg,sha256=pk0khpGi2hIUR2mRegADqk-ow1Wpxyp341c3almMoH8,99590759
3
+ sigmashake_linux_x64-0.4.0.dist-info/METADATA,sha256=t6o1bA1foJNNY3s436eXew52Alkn8qi3nvTb4PHXRFY,137
4
+ sigmashake_linux_x64-0.4.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
5
+ sigmashake_linux_x64-0.4.0.dist-info/top_level.txt,sha256=VmKB_ZFkNFp7vDuOWwfwiN2ELro8hQnspQBxSRjMWhk,14
6
+ sigmashake_linux_x64-0.4.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ ssg_linux_x64
@@ -0,0 +1,6 @@
1
+ """ssg binary for Linux x86_64."""
2
+ import os
3
+
4
+ __version__ = "0.4.0"
5
+
6
+ BIN = os.path.join(os.path.dirname(os.path.abspath(__file__)), "ssg")
ssg_linux_x64/ssg ADDED
Binary file