py4D-browser-transform 0.0.2__tar.gz → 0.0.2.post1__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.
- {py4d_browser_transform-0.0.2/src/py4D_browser_transform.egg-info → py4d_browser_transform-0.0.2.post1}/PKG-INFO +2 -2
- {py4d_browser_transform-0.0.2 → py4d_browser_transform-0.0.2.post1}/pyproject.toml +1 -1
- {py4d_browser_transform-0.0.2 → py4d_browser_transform-0.0.2.post1/src/py4D_browser_transform.egg-info}/PKG-INFO +2 -2
- py4d_browser_transform-0.0.2.post1/src/py4d_browser_plugin/transform/__init__.py +2 -0
- py4d_browser_transform-0.0.2/src/py4d_browser_plugin/transform/__init__.py +0 -2
- {py4d_browser_transform-0.0.2 → py4d_browser_transform-0.0.2.post1}/LICENSE.txt +0 -0
- {py4d_browser_transform-0.0.2 → py4d_browser_transform-0.0.2.post1}/README.md +0 -0
- {py4d_browser_transform-0.0.2 → py4d_browser_transform-0.0.2.post1}/setup.cfg +0 -0
- {py4d_browser_transform-0.0.2 → py4d_browser_transform-0.0.2.post1}/src/py4D_browser_transform.egg-info/SOURCES.txt +0 -0
- {py4d_browser_transform-0.0.2 → py4d_browser_transform-0.0.2.post1}/src/py4D_browser_transform.egg-info/dependency_links.txt +0 -0
- {py4d_browser_transform-0.0.2 → py4d_browser_transform-0.0.2.post1}/src/py4D_browser_transform.egg-info/requires.txt +0 -0
- {py4d_browser_transform-0.0.2 → py4d_browser_transform-0.0.2.post1}/src/py4D_browser_transform.egg-info/top_level.txt +0 -0
- {py4d_browser_transform-0.0.2 → py4d_browser_transform-0.0.2.post1}/src/py4d_browser_plugin/transform/transform.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: py4D-browser-transform
|
|
3
|
-
Version: 0.0.2
|
|
3
|
+
Version: 0.0.2.post1
|
|
4
4
|
Summary: py4D-browser plugin that adds utility functions which transform the datacube
|
|
5
5
|
Author-email: Chia-Hao Lee <chia-hao.lee@cornell.edu>
|
|
6
6
|
Project-URL: Homepage, https://github.com/chiahao3/py4D-browser-transform
|
|
@@ -9,7 +9,7 @@ Project-URL: Bug Tracker, https://github.com/chiahao3/py4D-browser-transform/iss
|
|
|
9
9
|
Project-URL: Changelog, https://github.com/chiahao3/py4D-browser-transform/blob/main/CHANGELOG.md
|
|
10
10
|
Classifier: Programming Language :: Python :: 3
|
|
11
11
|
Classifier: Operating System :: OS Independent
|
|
12
|
-
Requires-Python: >=3.
|
|
12
|
+
Requires-Python: >=3.11
|
|
13
13
|
Description-Content-Type: text/markdown
|
|
14
14
|
License-File: LICENSE.txt
|
|
15
15
|
Requires-Dist: py4d-browser>=1.5.0
|
|
@@ -10,7 +10,7 @@ authors = [
|
|
|
10
10
|
]
|
|
11
11
|
description = "py4D-browser plugin that adds utility functions which transform the datacube"
|
|
12
12
|
readme = "README.md"
|
|
13
|
-
requires-python = ">=3.
|
|
13
|
+
requires-python = ">=3.11"
|
|
14
14
|
classifiers = [
|
|
15
15
|
"Programming Language :: Python :: 3",
|
|
16
16
|
"Operating System :: OS Independent",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: py4D-browser-transform
|
|
3
|
-
Version: 0.0.2
|
|
3
|
+
Version: 0.0.2.post1
|
|
4
4
|
Summary: py4D-browser plugin that adds utility functions which transform the datacube
|
|
5
5
|
Author-email: Chia-Hao Lee <chia-hao.lee@cornell.edu>
|
|
6
6
|
Project-URL: Homepage, https://github.com/chiahao3/py4D-browser-transform
|
|
@@ -9,7 +9,7 @@ Project-URL: Bug Tracker, https://github.com/chiahao3/py4D-browser-transform/iss
|
|
|
9
9
|
Project-URL: Changelog, https://github.com/chiahao3/py4D-browser-transform/blob/main/CHANGELOG.md
|
|
10
10
|
Classifier: Programming Language :: Python :: 3
|
|
11
11
|
Classifier: Operating System :: OS Independent
|
|
12
|
-
Requires-Python: >=3.
|
|
12
|
+
Requires-Python: >=3.11
|
|
13
13
|
Description-Content-Type: text/markdown
|
|
14
14
|
License-File: LICENSE.txt
|
|
15
15
|
Requires-Dist: py4d-browser>=1.5.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|