petit-kernel 0.0.0__tar.gz

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.
@@ -0,0 +1,6 @@
1
+ Metadata-Version: 2.4
2
+ Name: petit_kernel
3
+ Version: 0.0.0
4
+ Summary: Coming soon
5
+ Author-email: Haohui Mai <haohui@causalflow.ai>
6
+ Maintainer-email: Haohui Mai <haohui@causalflow.ai>
File without changes
@@ -0,0 +1,6 @@
1
+ Metadata-Version: 2.4
2
+ Name: petit_kernel
3
+ Version: 0.0.0
4
+ Summary: Coming soon
5
+ Author-email: Haohui Mai <haohui@causalflow.ai>
6
+ Maintainer-email: Haohui Mai <haohui@causalflow.ai>
@@ -0,0 +1,6 @@
1
+ pyproject.toml
2
+ petit_kernel/__init__.py
3
+ petit_kernel.egg-info/PKG-INFO
4
+ petit_kernel.egg-info/SOURCES.txt
5
+ petit_kernel.egg-info/dependency_links.txt
6
+ petit_kernel.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ petit_kernel
@@ -0,0 +1,11 @@
1
+ [project]
2
+ name = "petit_kernel"
3
+ version = "0.0.0"
4
+ description = "Coming soon"
5
+ authors = [
6
+ {name = "Haohui Mai", email = "haohui@causalflow.ai"}
7
+ ]
8
+ maintainers = [
9
+ {name = "Haohui Mai", email = "haohui@causalflow.ai"}
10
+ ]
11
+
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+