terrakio-admin-api 0.4.8__py3-none-any.whl → 0.4.93__py3-none-any.whl
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/__init__.py +1 -1
- {terrakio_admin_api-0.4.8.dist-info → terrakio_admin_api-0.4.93.dist-info}/METADATA +5 -18
- terrakio_admin_api-0.4.93.dist-info/RECORD +4 -0
- {terrakio_admin_api-0.4.8.dist-info → terrakio_admin_api-0.4.93.dist-info}/WHEEL +1 -2
- terrakio_admin_api-0.4.8.dist-info/RECORD +0 -5
- terrakio_admin_api-0.4.8.dist-info/top_level.txt +0 -1
terrakio_admin_api/__init__.py
CHANGED
|
@@ -1,23 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: terrakio-admin-api
|
|
3
|
-
Version: 0.4.
|
|
4
|
-
Summary: Admin
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
Project-URL: Bug Tracker, https://github.com/HaizeaAnalytics/terrakio-python-api/issues
|
|
8
|
-
Classifier: Programming Language :: Python :: 3
|
|
9
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
10
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
11
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
12
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
13
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
14
|
-
Classifier: Operating System :: OS Independent
|
|
15
|
-
Classifier: Development Status :: 4 - Beta
|
|
16
|
-
Requires-Python: >3.11
|
|
3
|
+
Version: 0.4.93
|
|
4
|
+
Summary: Admin version of the terrakio-python-api
|
|
5
|
+
Requires-Python: >=3.11
|
|
6
|
+
Requires-Dist: terrakio-core==0.4.93
|
|
17
7
|
Description-Content-Type: text/markdown
|
|
18
|
-
Requires-Dist: terrakio-core==0.4.8
|
|
19
|
-
Provides-Extra: ml
|
|
20
|
-
Requires-Dist: terrakio-core[ml]==0.4.8; extra == "ml"
|
|
21
8
|
|
|
22
9
|
# Terrakio Admin API Client
|
|
23
10
|
|
|
@@ -63,4 +50,4 @@ users = admin_client.users.list_users()
|
|
|
63
50
|
print(f"✓ Listed {len(users)} users")
|
|
64
51
|
```
|
|
65
52
|
|
|
66
|
-
For more documentation, see the [main repository](https://github.com/HaizeaAnalytics/terrakio-python-api).
|
|
53
|
+
For more documentation, see the [main repository](https://github.com/HaizeaAnalytics/terrakio-python-api).
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
terrakio_admin_api/__init__.py,sha256=1tErgycAIIAg-L3MYS9PbPMb3K7W9uqYQXtZpEvuSew,762
|
|
2
|
+
terrakio_admin_api-0.4.93.dist-info/METADATA,sha256=epAaHx-014jlyWfx_Px34LbaC1VKAgTX0easugJUXZY,1530
|
|
3
|
+
terrakio_admin_api-0.4.93.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
4
|
+
terrakio_admin_api-0.4.93.dist-info/RECORD,,
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
terrakio_admin_api/__init__.py,sha256=nIuA2C1vvflcMu97HOeLjZIQm52hMWyUcFPU7fL5eLw,761
|
|
2
|
-
terrakio_admin_api-0.4.8.dist-info/METADATA,sha256=oUYVubNfj897CSBUsFK_izavo0TQee-hvd2Ywnb-ekI,2205
|
|
3
|
-
terrakio_admin_api-0.4.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
4
|
-
terrakio_admin_api-0.4.8.dist-info/top_level.txt,sha256=748j-dWRk6ZzvitoF8KKmeRij-jNohN1ESi8ePDz0os,19
|
|
5
|
-
terrakio_admin_api-0.4.8.dist-info/RECORD,,
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
terrakio_admin_api
|