infraweave 0.1.4rc1__cp313-cp313-macosx_11_0_arm64.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.
infraweave/__init__.py ADDED
@@ -0,0 +1,5 @@
1
+ from .infraweave import *
2
+
3
+ __doc__ = infraweave.__doc__
4
+ if hasattr(infraweave, "__all__"):
5
+ __all__ = infraweave.__all__
@@ -0,0 +1,21 @@
1
+ Metadata-Version: 2.3
2
+ Name: infraweave
3
+ Version: 0.1.4rc1
4
+ Classifier: License :: OSI Approved :: Apache Software License
5
+ Classifier: Development Status :: 3 - Alpha
6
+ Summary: Interact with InfraWeave using Python
7
+ Author-email: InfraWeave Team <opensource@infraweave.com>
8
+ License: Apache-2.0
9
+ Requires-Python: >=3.10
10
+ Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
11
+ Project-URL: Homepage, https://preview.infraweave.io
12
+ Project-URL: Documentation, https://infraweave-io.github.io/infraweave/infraweave.html
13
+
14
+ # InfraWeave-Py
15
+
16
+ This package is a minimal python wrapper to interface with InfraWeave to set up you modules and stacks
17
+
18
+ > Note: this is a preview version
19
+
20
+ Read the [docs here](https://infraweave-io.github.io/infraweave/infraweave.html)
21
+
@@ -0,0 +1,5 @@
1
+ infraweave-0.1.4rc1.dist-info/RECORD,,
2
+ infraweave-0.1.4rc1.dist-info/WHEEL,sha256=7A_7ENzOdFlhcINtxdkJMtDWHNinghatALq5fnLBlBI,132
3
+ infraweave-0.1.4rc1.dist-info/METADATA,sha256=0hfLSWdjLH-549wFjMl_RyVr5ePxMzd9AhSPVtTiIRM,760
4
+ infraweave/infraweave.cpython-313-darwin.so,sha256=ayD9nhhsBm3iVTd1S7rn3y9XBmInYxaj8J_4FcX9IpY,23500560
5
+ infraweave/__init__.py,sha256=B5G_Rd5K79M5-tOsU_4v0CvUvR087Gdao5ttufgeY1U,123
@@ -0,0 +1,6 @@
1
+ Wheel-Version: 1.0
2
+ Generator: maturin (1.7.5)
3
+ Root-Is-Purelib: false
4
+ Tag: cp313-cp313-macosx_11_0_arm64
5
+ Generator: delocate 0.13.0
6
+