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.
@@ -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.10
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.10"
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.10
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
@@ -0,0 +1,2 @@
1
+ from .transform import TransformPlugin
2
+ __version__ = '0.0.2.post1' # 2026.05.07
@@ -1,2 +0,0 @@
1
- from .transform import TransformPlugin
2
- __version__ = '0.0.2' # 2026.05.06