supply-chain-graph 0.1.0__cp37-abi3-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__
supply/supply.abi3.so ADDED
Binary file
@@ -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=fWfQWv78qaxUBMVgcsPMpIf8dxk9DuRQnlJ_x6XDZ20,106
3
+ supply/__init__.py,sha256=NQo03Ua6nKZQyy1kIhqQhPW5HrxIEQyYmjWSWxdoexI,107
4
+ supply/supply.abi3.so,sha256=Hb_KunqDeGGXu3cL1eAD0RyvYvr5KPQDlfP-LtH6zls,1521664
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: cp37-abi3-manylinux_2_28_x86_64