terrakit 0.0.1__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,16 @@
1
+ Metadata-Version: 2.4
2
+ Name: terrakit
3
+ Version: 0.0.1
4
+ Summary: Data utils for geospatial data
5
+ Author: Benedikt Blumenstiel
6
+ Maintainer: Benedikt Blumenstiel
7
+ Classifier: Programming Language :: Python :: 3
8
+ Classifier: Operating System :: OS Independent
9
+ Requires-Python: >=3.10
10
+ Description-Content-Type: text/markdown
11
+ Requires-Dist: xarray
12
+ Requires-Dist: geopandas
13
+
14
+ # TerraFetch
15
+
16
+ Package work in progress.
@@ -0,0 +1,3 @@
1
+ # TerraFetch
2
+
3
+ Package work in progress.
@@ -0,0 +1,27 @@
1
+ [build-system]
2
+ requires = ["setuptools >= 77.0.3"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "terrakit"
7
+ version = "0.0.1"
8
+ description = "Data utils for geospatial data"
9
+ authors = [
10
+ { name="Benedikt Blumenstiel"},
11
+ ]
12
+ maintainers = [
13
+ { name="Benedikt Blumenstiel"},
14
+ ]
15
+ readme = "README.md"
16
+ requires-python = ">=3.10"
17
+ classifiers = [
18
+ "Programming Language :: Python :: 3",
19
+ "Operating System :: OS Independent",
20
+ ]
21
+ dependencies = [
22
+ 'xarray',
23
+ 'geopandas',
24
+ ]
25
+
26
+ [tool.setuptools.packages.find]
27
+ where = ["src"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,16 @@
1
+ Metadata-Version: 2.4
2
+ Name: terrakit
3
+ Version: 0.0.1
4
+ Summary: Data utils for geospatial data
5
+ Author: Benedikt Blumenstiel
6
+ Maintainer: Benedikt Blumenstiel
7
+ Classifier: Programming Language :: Python :: 3
8
+ Classifier: Operating System :: OS Independent
9
+ Requires-Python: >=3.10
10
+ Description-Content-Type: text/markdown
11
+ Requires-Dist: xarray
12
+ Requires-Dist: geopandas
13
+
14
+ # TerraFetch
15
+
16
+ Package work in progress.
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ src/terrakit.egg-info/PKG-INFO
4
+ src/terrakit.egg-info/SOURCES.txt
5
+ src/terrakit.egg-info/dependency_links.txt
6
+ src/terrakit.egg-info/requires.txt
7
+ src/terrakit.egg-info/top_level.txt
@@ -0,0 +1,2 @@
1
+ xarray
2
+ geopandas