instro 0.0.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: instro
3
+ Version: 0.0.0
4
+ Summary: Minimal distribution scaffold for Nominal Instrumentation
5
+ Author-email: John Hoehner <john.hoehner@nominal.io>
6
+ Requires-Python: <4.0,>=3.10
@@ -0,0 +1,4 @@
1
+ nominal/__init__.py,sha256=7NMg75XxJBWubbVvVpk_OryBywTLdnZtcyL66RJOEKE,40
2
+ instro-0.0.0.dist-info/METADATA,sha256=recb9QYsH-I_8frpA9VJpyY8VEjm3bjB1dsNwimJwVE,199
3
+ instro-0.0.0.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
4
+ instro-0.0.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.29.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
nominal/__init__.py ADDED
@@ -0,0 +1 @@
1
+ """Distribution scaffold for instro."""