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.0.tar.gz (11.6 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.0-py3-none-any.whl (10.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: tetrix_sdk-0.3.0.tar.gz
  • Upload date:
  • Size: 11.6 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.0.tar.gz
Algorithm Hash digest
SHA256 2acc3ef0f3d4f370f8463f2fc2d5f4628d53fa23b3b5b5ad8df3edd99bd30020
MD5 2d89b7e1216c20288ec0b0b6c562fbf9
BLAKE2b-256 b21c6fe8cd6d59f7ac4f978015ac46af951590d6a3c9502a5f24824767c6ebbd

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: tetrix_sdk-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 10.2 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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0650a77aefacf7f4b5cd504ecca8da36560d57aa138470390d085708d7422ba3
MD5 e9be9ca750fd7f04c2a1bf14a8b9e379
BLAKE2b-256 435ef846a043a5338edf6a16270743ee028cf9d7131491a18d4dbe896f9db7ec

See more details on using hashes here.

Provenance

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