pysplashsurf 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,10 @@
1
+ Metadata-Version: 2.2
2
+ Name: pysplashsurf
3
+ Version: 0.0.0
4
+ Summary: Coming soon
5
+ Description-Content-Type: text/markdown
6
+
7
+ # ![splashsurf logo](https://raw.githubusercontent.com/InteractiveComputerGraphics/splashsurf/main/logos/logo_small.svg "splashsurf")
8
+
9
+ This is a placeholder for the Python bindings to splashsurf, an open source surface reconstruction library for particle data from SPH simulations.
10
+ In the meantime, please refer to the [project website (splashsurf.physics-simulation.org)](https://splashsurf.physics-simulation.org/) or the [main repository](https://github.com/InteractiveComputerGraphics/splashsurf) for more information.
@@ -0,0 +1,4 @@
1
+ # ![splashsurf logo](https://raw.githubusercontent.com/InteractiveComputerGraphics/splashsurf/main/logos/logo_small.svg "splashsurf")
2
+
3
+ This is a placeholder for the Python bindings to splashsurf, an open source surface reconstruction library for particle data from SPH simulations.
4
+ In the meantime, please refer to the [project website (splashsurf.physics-simulation.org)](https://splashsurf.physics-simulation.org/) or the [main repository](https://github.com/InteractiveComputerGraphics/splashsurf) for more information.
@@ -0,0 +1,6 @@
1
+ [project]
2
+ name = "pysplashsurf"
3
+ version = "0.0.0"
4
+ description = "Coming soon"
5
+ readme = "README.md"
6
+
File without changes
@@ -0,0 +1,10 @@
1
+ Metadata-Version: 2.2
2
+ Name: pysplashsurf
3
+ Version: 0.0.0
4
+ Summary: Coming soon
5
+ Description-Content-Type: text/markdown
6
+
7
+ # ![splashsurf logo](https://raw.githubusercontent.com/InteractiveComputerGraphics/splashsurf/main/logos/logo_small.svg "splashsurf")
8
+
9
+ This is a placeholder for the Python bindings to splashsurf, an open source surface reconstruction library for particle data from SPH simulations.
10
+ In the meantime, please refer to the [project website (splashsurf.physics-simulation.org)](https://splashsurf.physics-simulation.org/) or the [main repository](https://github.com/InteractiveComputerGraphics/splashsurf) for more information.
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ pysplashsurf/__init__.py
4
+ pysplashsurf.egg-info/PKG-INFO
5
+ pysplashsurf.egg-info/SOURCES.txt
6
+ pysplashsurf.egg-info/dependency_links.txt
7
+ pysplashsurf.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ pysplashsurf
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+