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, teams, permissions
  • 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.2.0.tar.gz (12.3 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.2.0-py3-none-any.whl (10.4 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for tetrix_sdk-0.2.0.tar.gz
Algorithm Hash digest
SHA256 35b5905fd36332237b0886e870006c0b3601a17d802aa54c072b994db7caafaa
MD5 0240dd97aa6ce0fbbdcee674c625ca94
BLAKE2b-256 f41be3ed0f52de3343e5492c9e223cec45ae19654eb98975dbef91598bc2d834

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for tetrix_sdk-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d914b845f3e0054ac8f6ad5ca19f53e9bc7a93838a8feb46a332c02ade64f2c6
MD5 2f89b3cdafaaf669f821ba098fd2d9ec
BLAKE2b-256 d3825fa82f626f5aaf25b5ef83c8e1b04fc77d51577d2c7c586450ec8c87f1fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for tetrix_sdk-0.2.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