HandStudio 0.0.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.
HandStudio/__init__.py ADDED
@@ -0,0 +1,2 @@
1
+ __all__ = ["__version__"]
2
+ __version__ = "0.0.1"
@@ -0,0 +1,16 @@
1
+ Metadata-Version: 2.4
2
+ Name: HandStudio
3
+ Version: 0.0.1
4
+ Summary: Placeholder package for HandStudio.
5
+ Author: StellarRobot
6
+ License: MIT
7
+ Classifier: Development Status :: 3 - Alpha
8
+ Classifier: Intended Audience :: Developers
9
+ Classifier: License :: OSI Approved :: MIT License
10
+ Classifier: Programming Language :: Python :: 3
11
+ Requires-Python: >=3.8
12
+ Description-Content-Type: text/markdown
13
+
14
+ # HandStudio
15
+
16
+ This is a placeholder package for `HandStudio` to reserve the PyPI name.
@@ -0,0 +1,5 @@
1
+ HandStudio/__init__.py,sha256=A2bbPOnR8tJALQzQ9XteSypAk2x5DOKG1t5xBe8cV5E,50
2
+ handstudio-0.0.1.dist-info/METADATA,sha256=fTM64V7OqVl6WY_wcqoa1Fl2aT010NkJA69Gr8huYm4,487
3
+ handstudio-0.0.1.dist-info/WHEEL,sha256=wXxTzcEDnjrTwFYjLPcsW_7_XihufBwmpiBeiXNBGEA,91
4
+ handstudio-0.0.1.dist-info/top_level.txt,sha256=EoVUnBJHsK0BI5YEx1dYO3_alAl6Q3vM_40o3xDqeNE,11
5
+ handstudio-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.1.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ HandStudio