infraweave 0.0.1__cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.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.

Potentially problematic release.


This version of infraweave might be problematic. Click here for more details.

@@ -0,0 +1,14 @@
1
+ Metadata-Version: 2.3
2
+ Name: infraweave
3
+ Version: 0.0.1
4
+ Summary: Implement InfraWeave in Python
5
+ Author-email: InfraWeave Team <opensource@infraweave.com>
6
+ Requires-Python: >=3.10
7
+ Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
8
+
9
+ # InfraWeave
10
+
11
+ This enables deploying modules and stacks in InfraWeave
12
+
13
+ > Note: this is a preview version
14
+
@@ -0,0 +1,5 @@
1
+ infraweave-0.0.1.dist-info/RECORD,,
2
+ infraweave-0.0.1.dist-info/METADATA,sha256=2Llld5D0DRFGyu_IeA98ZQNubnkPhjT9Qfb_ocfROCk,351
3
+ infraweave-0.0.1.dist-info/WHEEL,sha256=AEwoxUZcnuXB60a-AcAOJ6U1r7EwvIGsZKf75BwULAY,147
4
+ infraweave_py/__init__.py,sha256=Irc2zx9d74rTsewjVcr6BdIyR8BFd0HQb9Wnf3pwVdg,61
5
+ infraweave_py/infraweave_py.cpython-311-x86_64-linux-gnu.so,sha256=f3QcxTka4bNY9adL14gfBwS3D8_7P4h4yFqtO8CGjt8,15686496
@@ -0,0 +1,6 @@
1
+ Wheel-Version: 1.0
2
+ Generator: maturin (1.7.4)
3
+ Root-Is-Purelib: false
4
+ Tag: cp311-cp311-manylinux_2_17_x86_64
5
+ Tag: cp311-cp311-manylinux2014_x86_64
6
+
@@ -0,0 +1,2 @@
1
+ from .infraweave import Deployment
2
+ from .infraweave import *