Admin version of the terrakio-python-api
Project description
Terrakio Admin API Client
Administrative API client for Terrakio services. This package extends the regular Terrakio API client with additional administrative capabilities.
Features
- All features from the regular API client
- User management (create, view, edit, delete users)
- Dataset management (create, edit, update, delete datasets)
- Mass stats functionality (create pyramid)
Installation
pip install terrakio-admin-api
Usage Example
from terrakio_admin_api import Client
# Initialize the admin client, default url is https://api.terrak.io
admin_client = Client(url = "https://dev-au.terrak.io")
# Login to your admin account
token = admin_client.auth.login(email = "XXX", password = "XXX")
print(f"✓ Login successful, personal token: {token[:10]}...")
# The login account will automatically be used for the requests
# View API key
api_key = admin_client.auth.view_api_key()
print(f"✓ Current API key: {api_key[:10]}...")
# List number of datasets
datasets = admin_client.datasets.list_datasets()
print(f"✓ Listed {len(datasets)} datasets")
# List number of users
users = admin_client.users.list_users()
print(f"✓ Listed {len(users)} users")
For more documentation, see the main repository.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file terrakio_admin_api-0.5.9.tar.gz.
File metadata
- Download URL: terrakio_admin_api-0.5.9.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.10 {"installer":{"name":"uv","version":"0.9.10"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
852735a4d9de694ea0e59a8c8e029bcbc8e4c34adb66a27f96de068a7b004b4d
|
|
| MD5 |
ed5b2c7a6c9b61d738ebaf4e2f28a3e0
|
|
| BLAKE2b-256 |
b88f2c7d31b3ac5fc78dcc78e0c3382c83e446058770a458941834396e5a0f0c
|
File details
Details for the file terrakio_admin_api-0.5.9-py3-none-any.whl.
File metadata
- Download URL: terrakio_admin_api-0.5.9-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.10 {"installer":{"name":"uv","version":"0.9.10"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be34c536d28fda5e565189f15de13ca1e722d0dfaed1b7b7302dbd9f7e315a7d
|
|
| MD5 |
4f305b6a5b1787245e5674ecec523c78
|
|
| BLAKE2b-256 |
a754cb595ac21cc4b357835d193255b71d7e56002c8614828061344155bf4c33
|