gabbro-inversion 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,17 @@
1
+ Metadata-Version: 2.4
2
+ Name: gabbro-inversion
3
+ Version: 0.0.0
4
+ Summary: Placeholder. inversion: bayesian and deterministic (tier 3). See https://github.com/gabbro-ca/gabbro.
5
+ Author-email: Aaron Girard <aaron.j.girard@gmail.com>
6
+ License-Expression: Apache-2.0
7
+ Project-URL: Homepage, https://github.com/gabbro-ca/gabbro
8
+ Requires-Python: >=3.10
9
+ Description-Content-Type: text/markdown
10
+
11
+ # gabbro-inversion
12
+
13
+ Placeholder for the gabbro-inversion package. inversion: bayesian and deterministic (tier 3).
14
+
15
+ See https://github.com/gabbro-ca/gabbro.
16
+
17
+ The project is in Phase 0. This slot is reserved against squatters.
@@ -0,0 +1,7 @@
1
+ # gabbro-inversion
2
+
3
+ Placeholder for the gabbro-inversion package. inversion: bayesian and deterministic (tier 3).
4
+
5
+ See https://github.com/gabbro-ca/gabbro.
6
+
7
+ The project is in Phase 0. This slot is reserved against squatters.
@@ -0,0 +1,17 @@
1
+ Metadata-Version: 2.4
2
+ Name: gabbro-inversion
3
+ Version: 0.0.0
4
+ Summary: Placeholder. inversion: bayesian and deterministic (tier 3). See https://github.com/gabbro-ca/gabbro.
5
+ Author-email: Aaron Girard <aaron.j.girard@gmail.com>
6
+ License-Expression: Apache-2.0
7
+ Project-URL: Homepage, https://github.com/gabbro-ca/gabbro
8
+ Requires-Python: >=3.10
9
+ Description-Content-Type: text/markdown
10
+
11
+ # gabbro-inversion
12
+
13
+ Placeholder for the gabbro-inversion package. inversion: bayesian and deterministic (tier 3).
14
+
15
+ See https://github.com/gabbro-ca/gabbro.
16
+
17
+ The project is in Phase 0. This slot is reserved against squatters.
@@ -0,0 +1,6 @@
1
+ README.md
2
+ pyproject.toml
3
+ gabbro_inversion.egg-info/PKG-INFO
4
+ gabbro_inversion.egg-info/SOURCES.txt
5
+ gabbro_inversion.egg-info/dependency_links.txt
6
+ gabbro_inversion.egg-info/top_level.txt
@@ -0,0 +1,15 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "gabbro-inversion"
7
+ version = "0.0.0"
8
+ description = "Placeholder. inversion: bayesian and deterministic (tier 3). See https://github.com/gabbro-ca/gabbro."
9
+ readme = "README.md"
10
+ requires-python = ">=3.10"
11
+ license = "Apache-2.0"
12
+ authors = [ { name = "Aaron Girard", email = "aaron.j.girard@gmail.com" } ]
13
+
14
+ [project.urls]
15
+ Homepage = "https://github.com/gabbro-ca/gabbro"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+