terrakio-admin-api 0.2.2__tar.gz → 0.2.4__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.
Potentially problematic release.
This version of terrakio-admin-api might be problematic. Click here for more details.
- {terrakio_admin_api-0.2.2 → terrakio_admin_api-0.2.4}/PKG-INFO +3 -8
- {terrakio_admin_api-0.2.2 → terrakio_admin_api-0.2.4}/pyproject.toml +3 -3
- {terrakio_admin_api-0.2.2 → terrakio_admin_api-0.2.4}/terrakio_admin_api/__init__.py +1 -1
- {terrakio_admin_api-0.2.2 → terrakio_admin_api-0.2.4}/terrakio_admin_api.egg-info/PKG-INFO +3 -8
- {terrakio_admin_api-0.2.2 → terrakio_admin_api-0.2.4}/terrakio_admin_api.egg-info/SOURCES.txt +0 -1
- terrakio_admin_api-0.2.4/terrakio_admin_api.egg-info/requires.txt +1 -0
- terrakio_admin_api-0.2.2/setup.py +0 -26
- terrakio_admin_api-0.2.2/terrakio_admin_api.egg-info/requires.txt +0 -1
- {terrakio_admin_api-0.2.2 → terrakio_admin_api-0.2.4}/README.md +0 -0
- {terrakio_admin_api-0.2.2 → terrakio_admin_api-0.2.4}/setup.cfg +0 -0
- {terrakio_admin_api-0.2.2 → terrakio_admin_api-0.2.4}/terrakio_admin_api.egg-info/dependency_links.txt +0 -0
- {terrakio_admin_api-0.2.2 → terrakio_admin_api-0.2.4}/terrakio_admin_api.egg-info/top_level.txt +0 -0
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: terrakio-admin-api
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
4
4
|
Summary: Admin API client for Terrakio services
|
|
5
|
-
Home-page: https://github.com/HaizeaAnalytics/terrakio-python-api
|
|
6
|
-
Author: Yupeng Chao
|
|
7
5
|
Author-email: Yupeng Chao <yupeng@haizea.com.au>
|
|
8
6
|
Project-URL: Homepage, https://github.com/HaizeaAnalytics/terrakio-python-api
|
|
9
7
|
Project-URL: Bug Tracker, https://github.com/HaizeaAnalytics/terrakio-python-api/issues
|
|
@@ -15,12 +13,9 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
15
13
|
Classifier: License :: OSI Approved :: MIT License
|
|
16
14
|
Classifier: Operating System :: OS Independent
|
|
17
15
|
Classifier: Development Status :: 4 - Beta
|
|
18
|
-
Requires-Python:
|
|
16
|
+
Requires-Python: >3.11
|
|
19
17
|
Description-Content-Type: text/markdown
|
|
20
|
-
Requires-Dist: terrakio-core
|
|
21
|
-
Dynamic: author
|
|
22
|
-
Dynamic: home-page
|
|
23
|
-
Dynamic: requires-python
|
|
18
|
+
Requires-Dist: terrakio-core==0.2.4
|
|
24
19
|
|
|
25
20
|
# Terrakio Admin API Client
|
|
26
21
|
|
|
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "terrakio-admin-api"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.4"
|
|
8
8
|
authors = [
|
|
9
9
|
{name = "Yupeng Chao", email = "yupeng@haizea.com.au"},
|
|
10
10
|
]
|
|
11
11
|
description = "Admin API client for Terrakio services"
|
|
12
12
|
readme = "README.md"
|
|
13
|
-
requires-python = "
|
|
13
|
+
requires-python = ">3.11"
|
|
14
14
|
classifiers = [
|
|
15
15
|
"Programming Language :: Python :: 3",
|
|
16
16
|
"Programming Language :: Python :: 3.7",
|
|
@@ -22,7 +22,7 @@ classifiers = [
|
|
|
22
22
|
"Development Status :: 4 - Beta",
|
|
23
23
|
]
|
|
24
24
|
dependencies = [
|
|
25
|
-
"terrakio-core
|
|
25
|
+
"terrakio-core==0.2.4",
|
|
26
26
|
]
|
|
27
27
|
|
|
28
28
|
[project.urls]
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: terrakio-admin-api
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
4
4
|
Summary: Admin API client for Terrakio services
|
|
5
|
-
Home-page: https://github.com/HaizeaAnalytics/terrakio-python-api
|
|
6
|
-
Author: Yupeng Chao
|
|
7
5
|
Author-email: Yupeng Chao <yupeng@haizea.com.au>
|
|
8
6
|
Project-URL: Homepage, https://github.com/HaizeaAnalytics/terrakio-python-api
|
|
9
7
|
Project-URL: Bug Tracker, https://github.com/HaizeaAnalytics/terrakio-python-api/issues
|
|
@@ -15,12 +13,9 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
15
13
|
Classifier: License :: OSI Approved :: MIT License
|
|
16
14
|
Classifier: Operating System :: OS Independent
|
|
17
15
|
Classifier: Development Status :: 4 - Beta
|
|
18
|
-
Requires-Python:
|
|
16
|
+
Requires-Python: >3.11
|
|
19
17
|
Description-Content-Type: text/markdown
|
|
20
|
-
Requires-Dist: terrakio-core
|
|
21
|
-
Dynamic: author
|
|
22
|
-
Dynamic: home-page
|
|
23
|
-
Dynamic: requires-python
|
|
18
|
+
Requires-Dist: terrakio-core==0.2.4
|
|
24
19
|
|
|
25
20
|
# Terrakio Admin API Client
|
|
26
21
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
terrakio-core==0.2.4
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
from setuptools import setup
|
|
2
|
-
|
|
3
|
-
setup(
|
|
4
|
-
name="terrakio_admin_api",
|
|
5
|
-
version="0.2.2",
|
|
6
|
-
author="Yupeng Chao",
|
|
7
|
-
author_email="yupeng@haizea.com.au",
|
|
8
|
-
description="Admin API client for Terrakio services",
|
|
9
|
-
url="https://github.com/HaizeaAnalytics/terrakio-python-api",
|
|
10
|
-
packages=["terrakio_admin_api"],
|
|
11
|
-
classifiers=[
|
|
12
|
-
"Programming Language :: Python :: 3",
|
|
13
|
-
"Programming Language :: Python :: 3.7",
|
|
14
|
-
"Programming Language :: Python :: 3.8",
|
|
15
|
-
"Programming Language :: Python :: 3.9",
|
|
16
|
-
"Programming Language :: Python :: 3.10",
|
|
17
|
-
"License :: OSI Approved :: MIT License",
|
|
18
|
-
"Operating System :: OS Independent",
|
|
19
|
-
"Development Status :: 4 - Beta",
|
|
20
|
-
],
|
|
21
|
-
python_requires=">=3.7",
|
|
22
|
-
install_requires=[
|
|
23
|
-
"terrakio-core>=0.1.0",
|
|
24
|
-
],
|
|
25
|
-
metadata_version='2.2'
|
|
26
|
-
)
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
terrakio-core>=0.1.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{terrakio_admin_api-0.2.2 → terrakio_admin_api-0.2.4}/terrakio_admin_api.egg-info/top_level.txt
RENAMED
|
File without changes
|