Skip to main content

TetrixAIDb Python SDK

Async Python client for TetrixAIDb, the AI-native database daemon that unifies vector, keyword, graph, and object storage behind a single binary protocol.

Installation

pip install tetrix-aidb

Requires Python 3.11+.

Quick Start

import asyncio
from tetrix_aidb import ClientConfig, TetrixClient

async def main():
    client = TetrixClient(ClientConfig(
        endpoint="tcp://localhost:7779",
        username="admin",
        password="secret",
    ))
    await client.connect()

    health = await client.health()
    print(f"Status: {health.status}")

    await client.close()

asyncio.run(main())

Features

  • Async-first API built on asyncio
  • TCP, TLS, and Unix socket transports
  • Auth-on-connect with automatic session handling
  • Entity indexing, semantic search, and batch operations
  • IAM operations: organizations, users
  • Category management
  • Typed request/response models

License

MIT

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tetrix_sdk-0.5.0.tar.gz (22.9 kB view details)

Uploaded Source

Built Distribution

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

tetrix_sdk-0.5.0-py3-none-any.whl (15.3 kB view details)

Uploaded Python 3

File details

Details for the file tetrix_sdk-0.5.0.tar.gz.

File metadata

  • Download URL: tetrix_sdk-0.5.0.tar.gz
  • Upload date:
  • Size: 22.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for tetrix_sdk-0.5.0.tar.gz
Algorithm Hash digest
SHA256 a326a902e6c5130fbd3d3c91c03fb0bb05b749cdd1f8a335d3366367eb0bdee9
MD5 7ee05ab2d24be8b967dc1e0251f2c5bc
BLAKE2b-256 82a99d48af67011f136bf26409e9ca2d3b87c2a1f6e07ce06daf404960ecd301

See more details on using hashes here.

Provenance

The following attestation bundles were made for tetrix_sdk-0.5.0.tar.gz:

Publisher: publish-sdk-python.yaml on deskree-inc/tetrix-ee

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

File details

Details for the file tetrix_sdk-0.5.0-py3-none-any.whl.

File metadata

  • Download URL: tetrix_sdk-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 15.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for tetrix_sdk-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0267ac854b9687fca305d27fd67f93ab0a985e23e7b88411bb9865546ad99396
MD5 ec55a9f5013c61bfcfaa6356dd6b7a7a
BLAKE2b-256 c6fb7000235ca692a21cf94aa62b09a00d13c73d6fb632977ea3e32abbee9dd5

See more details on using hashes here.

Provenance

The following attestation bundles were made for tetrix_sdk-0.5.0-py3-none-any.whl:

Publisher: publish-sdk-python.yaml on deskree-inc/tetrix-ee

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 Sentry Error logging StatusPage Status page