Skip to main content

Python client for the Subnoto Public API

Project description

Subnoto Python SDK

Python client for the Subnoto Public API

Note: the SDK is only available on the linux/amd64 platform for now

Installation

pip install subnoto-api-client

Usage

Basic Example

import asyncio
from subnoto_api_client import SubnotoClient, SubnotoConfig

async def main():
    # Create client with configuration
    config = SubnotoConfig(
        api_base_url="https://enclave.subnoto.com",
        access_key="your-access-key",
        secret_key="your-secret-key-hex"
    )

    async with SubnotoClient(config) as client:
        # List workspaces
        response = await client.post("/public/workspace/list", json={})
        workspaces = response.json()
        print(f"Workspaces: {workspaces}")

        # Get current user info
        response = await client.post("/public/utils/whoami", json={})
        user_info = response.json()
        print(f"User: {user_info}")

if __name__ == "__main__":
    asyncio.run(main())

Configuration

Option Type Required Description
api_base_url str Yes API base URL (e.g., https://enclave.subnoto.com)
access_key str Yes API access key from your team settings
secret_key str Yes API secret key (hex-encoded) from your team settings
unattested bool No Use unattested mode for development (default: False)
attester_key bytes No Public key for attestation verification

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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file subnoto_api_client-2.0.7-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for subnoto_api_client-2.0.7-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d790fd3a422827b2a073266d14563cec61ca7375af741482d1569e0363915600
MD5 c9d9fd8a2432d1de270a06ff588dd44b
BLAKE2b-256 219ba00b93c3aedce7212d03804356ea043226e006bdb6d8e37eff42eef65f42

See more details on using hashes here.

Provenance

The following attestation bundles were made for subnoto_api_client-2.0.7-py3-none-manylinux2014_x86_64.whl:

Publisher: .gitlab-ci.yml on subnoto/subnoto-monorepo-public

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page