Skip to content

Releases: sochdb/sochdb-python-sdk

Release v0.8.3

Choose a tag to compare

@github-actions github-actions released this 30 Jun 05:10
a1cd58f

SochDB Python SDK v0.8.3

Python SDK wrapping pre-built binaries from sochdb/sochdb v2.1.0

Installation

pip install sochdb==0.8.3

What's Included

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

  • sochdb-bulk: CLI tool for bulk data operations
  • sochdb-server: Standalone database server
  • sochdb-grpc-server: gRPC server implementation
  • libsochdb_storage: Native storage FFI library
  • libsochdb_index: Native indexing FFI library

Supported Platforms

  • Linux x86_64 (manylinux_2_17_x86_64)
  • Linux ARM64 (manylinux_2_17_aarch64)
  • macOS ARM64 (Apple Silicon, macosx_11_0_arm64)
  • macOS x86_64 (Intel, macosx_10_15_x86_64)
  • 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 (sochdb package)
  • Platform-specific binaries in _bin/<platform>/
  • Shared libraries in lib/<platform>/

Source Distribution

The source distribution (.tar.gz) is attached to the GitHub release for maintainers and custom builds, but it is intentionally not uploaded to PyPI while unsupported platform combinations can still fall back to a broken binary mix.


Binary Source: These Python wheels bundle pre-compiled binaries from the SochDB main repository release v2.1.0.

Release v0.8.2

Choose a tag to compare

@github-actions github-actions released this 30 Jun 03:31
ef71eb1

SochDB Python SDK v0.8.2

Python SDK wrapping pre-built binaries from sochdb/sochdb v2.1.0

Installation

pip install sochdb==0.8.2

What's Included

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

  • sochdb-bulk: CLI tool for bulk data operations
  • sochdb-server: Standalone database server
  • sochdb-grpc-server: gRPC server implementation
  • libsochdb_storage: Native storage FFI library
  • libsochdb_index: Native indexing FFI library

Supported Platforms

  • Linux x86_64 (manylinux_2_17_x86_64)
  • Linux ARM64 (manylinux_2_17_aarch64)
  • macOS ARM64 (Apple Silicon, macosx_11_0_arm64)
  • macOS x86_64 (Intel, macosx_10_15_x86_64)
  • 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 (sochdb package)
  • Platform-specific binaries in _bin/<platform>/
  • Shared libraries in lib/<platform>/

Source Distribution

The source distribution (.tar.gz) is attached to the GitHub release for maintainers and custom builds, but it is intentionally not uploaded to PyPI while unsupported platform combinations can still fall back to a broken binary mix.


Binary Source: These Python wheels bundle pre-compiled binaries from the SochDB main repository release v2.1.0.

Release v0.8.1

Choose a tag to compare

@github-actions github-actions released this 24 Jun 01:53
bd00481

SochDB Python SDK v0.8.1

Python SDK wrapping pre-built binaries from sochdb/sochdb v2.0.12

Installation

pip install sochdb==0.8.1

What's Included

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

  • sochdb-bulk: CLI tool for bulk data operations
  • sochdb-server: Standalone database server
  • sochdb-grpc-server: gRPC server implementation
  • libsochdb_storage: Native storage FFI library
  • libsochdb_index: Native indexing FFI library

Supported Platforms

  • Linux x86_64 (manylinux_2_17_x86_64)
  • Linux ARM64 (manylinux_2_17_aarch64)
  • macOS ARM64 (Apple Silicon, macosx_11_0_arm64)
  • macOS x86_64 (Intel, macosx_10_15_x86_64)
  • 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 (sochdb package)
  • Platform-specific binaries in _bin/<platform>/
  • Shared libraries in lib/<platform>/

Source Distribution

The source distribution (.tar.gz) is attached to the GitHub release for maintainers and custom builds, but it is intentionally not uploaded to PyPI while unsupported platform combinations can still fall back to a broken binary mix.


Binary Source: These Python wheels bundle pre-compiled binaries from the SochDB main repository release v2.0.12.

Release v0.8.0

Choose a tag to compare

@github-actions github-actions released this 21 Jun 09:03
63366dd

SochDB Python SDK v0.8.0

Python SDK wrapping pre-built binaries from sochdb/sochdb v2.0.11

Installation

pip install sochdb==0.8.0

What's Included

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

  • sochdb-bulk: CLI tool for bulk data operations
  • sochdb-server: Standalone database server
  • sochdb-grpc-server: gRPC server implementation
  • libsochdb_storage: Native storage FFI library
  • libsochdb_index: Native indexing FFI library

Supported Platforms

  • Linux x86_64 (manylinux_2_17_x86_64)
  • Linux ARM64 (manylinux_2_17_aarch64)
  • macOS ARM64 (Apple Silicon, macosx_11_0_arm64)
  • macOS x86_64 (Intel, macosx_10_15_x86_64)
  • 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 (sochdb package)
  • Platform-specific binaries in _bin/<platform>/
  • Shared libraries in lib/<platform>/

Source Distribution

The source distribution (.tar.gz) is attached to the GitHub release for maintainers and custom builds, but it is intentionally not uploaded to PyPI while unsupported platform combinations can still fall back to a broken binary mix.


Binary Source: These Python wheels bundle pre-compiled binaries from the SochDB main repository release v2.0.11.

Release v0.6.4

Choose a tag to compare

@github-actions github-actions released this 17 Jun 07:22
0904caa

SochDB Python SDK v0.6.4

Python SDK wrapping pre-built binaries from sochdb/sochdb v2.0.9

Installation

pip install sochdb==0.6.4

What's Included

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

  • sochdb-bulk: CLI tool for bulk data operations
  • sochdb-server: Standalone database server
  • sochdb-grpc-server: gRPC server implementation
  • libsochdb_storage: Native storage FFI library
  • libsochdb_index: Native indexing FFI library

Supported Platforms

  • Linux x86_64 (manylinux_2_17_x86_64)
  • Linux ARM64 (manylinux_2_17_aarch64)
  • macOS ARM64 (Apple Silicon, macosx_11_0_arm64)
  • macOS x86_64 (Intel, macosx_10_15_x86_64)
  • 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 (sochdb package)
  • Platform-specific binaries in _bin/<platform>/
  • Shared libraries in lib/<platform>/

Source Distribution

The source distribution (.tar.gz) is attached to the GitHub release for maintainers and custom builds, but it is intentionally not uploaded to PyPI while unsupported platform combinations can still fall back to a broken binary mix.


Binary Source: These Python wheels bundle pre-compiled binaries from the SochDB main repository release v2.0.9.

Release v0.6.3

Choose a tag to compare

@github-actions github-actions released this 15 Jun 05:24
1c09065

SochDB Python SDK v0.6.3

Python SDK wrapping pre-built binaries from sochdb/sochdb v2.0.8

Installation

pip install sochdb==0.6.3

What's Included

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

  • sochdb-bulk: CLI tool for bulk data operations
  • sochdb-server: Standalone database server
  • sochdb-grpc-server: gRPC server implementation
  • libsochdb_storage: Native storage FFI library
  • libsochdb_index: Native indexing FFI library

Supported Platforms

  • Linux x86_64 (manylinux_2_17_x86_64)
  • Linux ARM64 (manylinux_2_17_aarch64)
  • macOS ARM64 (Apple Silicon, macosx_11_0_arm64)
  • macOS x86_64 (Intel, macosx_10_15_x86_64)
  • 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 (sochdb package)
  • Platform-specific binaries in _bin/<platform>/
  • Shared libraries in lib/<platform>/

Source Distribution

The source distribution (.tar.gz) is attached to the GitHub release for maintainers and custom builds, but it is intentionally not uploaded to PyPI while unsupported platform combinations can still fall back to a broken binary mix.


Binary Source: These Python wheels bundle pre-compiled binaries from the SochDB main repository release v2.0.8.

Release v0.6.2

Choose a tag to compare

@github-actions github-actions released this 14 Jun 20:27
31482b6

SochDB Python SDK v0.6.2

Python SDK wrapping pre-built binaries from sochdb/sochdb v2.0.7

Installation

pip install sochdb==0.6.2

What's Included

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

  • sochdb-bulk: CLI tool for bulk data operations
  • sochdb-server: Standalone database server
  • sochdb-grpc-server: gRPC server implementation
  • libsochdb_storage: Native storage FFI library
  • libsochdb_index: Native indexing FFI library

Supported Platforms

  • Linux x86_64 (manylinux_2_17_x86_64)
  • Linux ARM64 (manylinux_2_17_aarch64)
  • macOS ARM64 (Apple Silicon, macosx_11_0_arm64)
  • macOS x86_64 (Intel, macosx_10_15_x86_64)
  • 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 (sochdb package)
  • Platform-specific binaries in _bin/<platform>/
  • Shared libraries in lib/<platform>/

Source Distribution

The source distribution (.tar.gz) is attached to the GitHub release for maintainers and custom builds, but it is intentionally not uploaded to PyPI while unsupported platform combinations can still fall back to a broken binary mix.


Binary Source: These Python wheels bundle pre-compiled binaries from the SochDB main repository release v2.0.7.

Release v0.6.1

Choose a tag to compare

@github-actions github-actions released this 14 Jun 17:47

SochDB Python SDK v0.6.1

Python SDK wrapping pre-built binaries from sochdb/sochdb v2.0.6

Installation

pip install sochdb==0.6.1

What's Included

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

  • sochdb-bulk: CLI tool for bulk data operations
  • sochdb-server: Standalone database server
  • sochdb-grpc-server: gRPC server implementation
  • libsochdb_storage: Native storage FFI library
  • libsochdb_index: Native indexing FFI library

Supported Platforms

  • Linux x86_64 (manylinux_2_17_x86_64)
  • Linux ARM64 (manylinux_2_17_aarch64)
  • macOS ARM64 (Apple Silicon, macosx_11_0_arm64)
  • macOS x86_64 (Intel, macosx_10_15_x86_64)
  • 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 (sochdb package)
  • Platform-specific binaries in _bin/<platform>/
  • Shared libraries in lib/<platform>/

Source Distribution

The source distribution (.tar.gz) is attached to the GitHub release for maintainers and custom builds, but it is intentionally not uploaded to PyPI while unsupported platform combinations can still fall back to a broken binary mix.


Binary Source: These Python wheels bundle pre-compiled binaries from the SochDB main repository release v2.0.6.

Release v0.6.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 06:31
c7a9a0d

SochDB Python SDK v0.6.0

Python SDK wrapping pre-built binaries from sochdb/sochdb v2.0.5

Installation

pip install sochdb==0.6.0

What's Included

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

  • sochdb-bulk: CLI tool for bulk data operations
  • sochdb-server: Standalone database server
  • sochdb-grpc-server: gRPC server implementation
  • libsochdb_storage: Native storage FFI library
  • libsochdb_index: Native indexing FFI library

Supported Platforms

  • Linux x86_64 (manylinux_2_17_x86_64)
  • Linux ARM64 (manylinux_2_17_aarch64)
  • macOS ARM64 (Apple Silicon, macosx_11_0_arm64)
  • macOS x86_64 (Intel, macosx_10_15_x86_64)
  • 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 (sochdb package)
  • Platform-specific binaries in _bin/<platform>/
  • Shared libraries in lib/<platform>/

Source Distribution

The source distribution (.tar.gz) is attached to the GitHub release for maintainers and custom builds, but it is intentionally not uploaded to PyPI while unsupported platform combinations can still fall back to a broken binary mix.


Binary Source: These Python wheels bundle pre-compiled binaries from the SochDB main repository release v2.0.5.

Release v0.5.9

Choose a tag to compare

@github-actions github-actions released this 13 Jun 22:31
7118262

SochDB Python SDK v0.5.9

Python SDK wrapping pre-built binaries from sochdb/sochdb v2.0.4

Installation

pip install sochdb==0.5.9

What's Included

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

  • sochdb-bulk: CLI tool for bulk data operations
  • sochdb-server: Standalone database server
  • sochdb-grpc-server: gRPC server implementation
  • libsochdb_storage: Native storage FFI library
  • libsochdb_index: Native indexing FFI library

Supported Platforms

  • Linux x86_64 (manylinux_2_17_x86_64)
  • Linux ARM64 (manylinux_2_17_aarch64)
  • macOS ARM64 (Apple Silicon, macosx_11_0_arm64)
  • macOS x86_64 (Intel, macosx_10_15_x86_64)
  • 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 (sochdb package)
  • Platform-specific binaries in _bin/<platform>/
  • Shared libraries in lib/<platform>/

Source Distribution

The source distribution (.tar.gz) is attached to the GitHub release for maintainers and custom builds, but it is intentionally not uploaded to PyPI while unsupported platform combinations can still fall back to a broken binary mix.


Binary Source: These Python wheels bundle pre-compiled binaries from the SochDB main repository release v2.0.4.