gabbro-passive 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.
- gabbro_passive-0.0.0/PKG-INFO +17 -0
- gabbro_passive-0.0.0/README.md +7 -0
- gabbro_passive-0.0.0/gabbro_passive.egg-info/PKG-INFO +17 -0
- gabbro_passive-0.0.0/gabbro_passive.egg-info/SOURCES.txt +6 -0
- gabbro_passive-0.0.0/gabbro_passive.egg-info/dependency_links.txt +1 -0
- gabbro_passive-0.0.0/gabbro_passive.egg-info/top_level.txt +1 -0
- gabbro_passive-0.0.0/pyproject.toml +15 -0
- gabbro_passive-0.0.0/setup.cfg +4 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: gabbro-passive
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: Placeholder. passive-seismic gpu kernels (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-passive
|
|
12
|
+
|
|
13
|
+
Placeholder for the gabbro-passive package. passive-seismic gpu kernels (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,17 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: gabbro-passive
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: Placeholder. passive-seismic gpu kernels (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-passive
|
|
12
|
+
|
|
13
|
+
Placeholder for the gabbro-passive package. passive-seismic gpu kernels (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 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=61"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "gabbro-passive"
|
|
7
|
+
version = "0.0.0"
|
|
8
|
+
description = "Placeholder. passive-seismic gpu kernels (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"
|