graaf 0.0.1__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.
graaf/__init__.py ADDED
@@ -0,0 +1,4 @@
1
+ raise ImportError(
2
+ "graaf is not yet released — this PyPI name is reserved for the upcoming "
3
+ "graph & causal-inference engine. See https://github.com/seemeai/graaf"
4
+ )
@@ -0,0 +1,13 @@
1
+ Metadata-Version: 2.4
2
+ Name: graaf
3
+ Version: 0.0.1
4
+ Summary: Reserved — full release coming soon.
5
+ Project-URL: Homepage, https://github.com/seemeai/graaf
6
+ Author: Jan Van de Poel
7
+ License: AGPL-3.0-or-later
8
+ Requires-Python: >=3.9
9
+ Description-Content-Type: text/markdown
10
+
11
+ # graaf
12
+
13
+ This name is reserved. The full release is coming soon.
@@ -0,0 +1,4 @@
1
+ graaf/__init__.py,sha256=tPROsKNVXSHigulYyi9a9FP9zhZnvD8GtfGEp4Dt93Q,178
2
+ graaf-0.0.1.dist-info/METADATA,sha256=d5bdg491CQvEyHu90UHbtlKyrv_-RgxkJCyb6qvK46E,333
3
+ graaf-0.0.1.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
4
+ graaf-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.30.1
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any