Skip to main content

TetrixAIDb Python SDK — AI-native database client

Project description

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

Project details


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.3.1.tar.gz (14.1 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.3.1-py3-none-any.whl (11.5 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for tetrix_sdk-0.3.1.tar.gz
Algorithm Hash digest
SHA256 f35ada2e9768371244166dd44dc53011aebb913418f5c7e929f78eb6639ff51e
MD5 eb77dfb3e5dae814c45f44f42b2be02d
BLAKE2b-256 5053dd6a116fcdf9b14a1c7c4668bef0b7c38c6b4945a3f9004a0e0c0b1e3766

See more details on using hashes here.

Provenance

The following attestation bundles were made for tetrix_sdk-0.3.1.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.3.1-py3-none-any.whl.

File metadata

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

File hashes

Hashes for tetrix_sdk-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8920121bfa715dcd86a084af1060224f9f1d6cf27e720240401d4f9d11421939
MD5 4977c56f300d7f76e053fb3300c08e89
BLAKE2b-256 259b23a74592c001157c3881f6480cecb80bd3110f4015311d15e1fce2acee2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for tetrix_sdk-0.3.1-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 Pingdom Monitoring Sentry Error logging StatusPage Status page