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.
- pysplashsurf-0.0.0/PKG-INFO +10 -0
- pysplashsurf-0.0.0/README.md +4 -0
- pysplashsurf-0.0.0/pyproject.toml +6 -0
- pysplashsurf-0.0.0/pysplashsurf/__init__.py +0 -0
- pysplashsurf-0.0.0/pysplashsurf.egg-info/PKG-INFO +10 -0
- pysplashsurf-0.0.0/pysplashsurf.egg-info/SOURCES.txt +7 -0
- pysplashsurf-0.0.0/pysplashsurf.egg-info/dependency_links.txt +1 -0
- pysplashsurf-0.0.0/pysplashsurf.egg-info/top_level.txt +1 -0
- pysplashsurf-0.0.0/setup.cfg +4 -0
|
@@ -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
|
+
# 
|
|
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
|
+
# 
|
|
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.
|
|
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
|
+
# 
|
|
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 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
pysplashsurf
|