Skip to content

Releases: sochdb/sochdb-python-sdk

Release v0.3.3

06 Jan 08:33
e233e7e

Choose a tag to compare

ToonDB Python SDK v0.3.3

Python SDK wrapping pre-built binaries from toondb/toondb v0.3.3

Installation

pip install toondb-client==0.3.3

What's Included

This release contains platform-specific wheels with pre-compiled ToonDB binaries:

  • toondb-bulk: CLI tool for bulk data operations
  • toondb-server: Standalone database server
  • toondb-grpc-server: gRPC server implementation
  • libtoondb_storage: Native storage FFI library
  • libtoondb_index: Native indexing FFI library

Supported Platforms

  • Linux x86_64 (manylinux_2_17_x86_64)
  • macOS ARM64 (Apple Silicon, macosx_11_0_arm64)
  • Windows x64 (win_amd64)

Python Version Support

  • Python 3.9
  • Python 3.10
  • Python 3.11
  • Python 3.12
  • Python 3.13

Package Contents

Each wheel includes:

  • Python SDK code (toondb package)
  • Platform-specific binaries in _bin/<platform>/
  • Shared libraries in lib/<platform>/

Source Distribution

The source distribution (.tar.gz) is also available for custom builds, though binaries are not included and would need to be obtained separately from the main ToonDB repository.


Binary Source: These Python wheels bundle pre-compiled binaries from the ToonDB main repository release v0.3.3.

Release v0.3.2

04 Jan 22:41

Choose a tag to compare

ToonDB Python SDK v0.3.2

Python SDK wrapping pre-built binaries from toondb/toondb v0.3.1

Installation

pip install toondb-client==0.3.2

What's Included

This release contains platform-specific wheels with pre-compiled ToonDB binaries:

  • toondb-bulk: CLI tool for bulk data operations
  • toondb-server: Standalone database server
  • toondb-grpc-server: gRPC server implementation
  • libtoondb_storage: Native storage FFI library
  • libtoondb_index: Native indexing FFI library

Supported Platforms

  • Linux x86_64 (manylinux_2_17_x86_64)
  • macOS ARM64 (Apple Silicon, macosx_11_0_arm64)
  • Windows x64 (win_amd64)

Python Version Support

  • Python 3.9
  • Python 3.10
  • Python 3.11
  • Python 3.12
  • Python 3.13

Package Contents

Each wheel includes:

  • Python SDK code (toondb package)
  • Platform-specific binaries in _bin/<platform>/
  • Shared libraries in lib/<platform>/

Source Distribution

The source distribution (.tar.gz) is also available for custom builds, though binaries are not included and would need to be obtained separately from the main ToonDB repository.


Binary Source: These Python wheels bundle pre-compiled binaries from the ToonDB main repository release v0.3.1.