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.1.1.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.1.1-py3-none-any.whl (10.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: tetrix_sdk-0.1.1.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.1.1.tar.gz
Algorithm Hash digest
SHA256 8e26d6429b260ec895d697410a10d8ce2b08f7f683249a6c08c5a62352b2e00e
MD5 0c10135b2ab07cb8dea18c4954e4c687
BLAKE2b-256 dba3dbe2860b0a36377383c6cb79a3bd36136b7a23803c56b7def0720d18dbdf

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: tetrix_sdk-0.1.1-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.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3bf48d03f20a65349e1cc50f40aac441400a3a386c5203eb40ea6780c4dd1d13
MD5 ba5bad6d298bc1f4851a523cf2965c07
BLAKE2b-256 0f6eeda15558b70818eb2fb8ad35df630641fcba8e030cde4f371df122902efb

See more details on using hashes here.

Provenance

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