supply-chain-graph 0.1.0__cp312-cp312-manylinux_2_28_x86_64.whl

Sign up to get free protection for your applications and to get access to all the features.
supply/__init__.py ADDED
@@ -0,0 +1,5 @@
1
+ from .supply import *
2
+
3
+ __doc__ = supply.__doc__
4
+ if hasattr(supply, "__all__"):
5
+ __all__ = supply.__all__
@@ -0,0 +1,4 @@
1
+ Metadata-Version: 2.4
2
+ Name: supply-chain-graph
3
+ Version: 0.1.0
4
+ Requires-Python: >=3.10
@@ -0,0 +1,5 @@
1
+ supply_chain_graph-0.1.0.dist-info/METADATA,sha256=X4VnlO06D-jOjh2X2rVwQTU3XKREqbRRwiYJ3NEbRek,86
2
+ supply_chain_graph-0.1.0.dist-info/WHEEL,sha256=K2xz3NBpWGLwNYBuy8TYeZ7sFgu3-uY4jhmchsrBW1M,108
3
+ supply/__init__.py,sha256=NQo03Ua6nKZQyy1kIhqQhPW5HrxIEQyYmjWSWxdoexI,107
4
+ supply/supply.cpython-312-x86_64-linux-gnu.so,sha256=GOWiQnw7rPxhzTo0LUt3bzXz7ZU3ZnrqX3keT1us3sE,1515760
5
+ supply_chain_graph-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: maturin (1.8.2)
3
+ Root-Is-Purelib: false
4
+ Tag: cp312-cp312-manylinux_2_28_x86_64