Skip to main content

High-performance Gaussian Splatting format conversion library

Project description

GaussForge Python Binding

High-performance Gaussian Splatting format conversion library for Python.

Installation

pip install gaussforge

Quick Start

import gaussforge

# Create instance
gf = gaussforge.GaussForge()

# Read a PLY file
with open("model.ply", "rb") as f:
    data = f.read()

result = gf.read(data, "ply")
if "error" not in result:
    print(f"Loaded {result['data']['numPoints']} points")

# Convert to another format
converted = gf.convert(data, "ply", "splat")
if "error" not in converted:
    with open("output.splat", "wb") as f:
        f.write(converted["data"])

Supported Formats

  • ply - Standard PLY format
  • compressed.ply - Compressed PLY format
  • splat - Splat format
  • ksplat - K-Splat format
  • spz - SPZ compressed format
  • sog - SOG format

API Reference

GaussForge()

Create a new GaussForge instance.

read(data: bytes, format: str, strict: bool = False) -> dict

Read Gaussian data from bytes.

  • data: Raw file data as bytes
  • format: Input format name
  • strict: Enable strict validation (default: False)

Returns a dict with data key containing the parsed Gaussian data, or error key on failure.

write(ir: dict, format: str, strict: bool = False) -> dict

Write Gaussian IR to bytes.

  • ir: Gaussian intermediate representation dict
  • format: Output format name
  • strict: Enable strict validation (default: False)

Returns a dict with data key containing the encoded bytes, or error key on failure.

convert(data: bytes, in_format: str, out_format: str, strict: bool = False) -> dict

Convert between formats directly.

  • data: Input file data as bytes
  • in_format: Input format name
  • out_format: Output format name
  • strict: Enable strict validation (default: False)

Returns a dict with data key containing the converted bytes, or error key on failure.

get_model_info(data: bytes, format: str, file_size: int = 0) -> dict

Get detailed model information.

  • data: Raw file data as bytes
  • format: Input format name
  • file_size: Optional file size for reporting

Returns a dict with data key containing model info, or error key on failure.

get_supported_formats() -> list[str]

Get list of supported format names.

get_version() -> str

Get library version string.

Building from Source

cd python
pip install -e .

License

Apache-2.0

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

gaussforge-0.5.3.tar.gz (60.6 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

gaussforge-0.5.3-cp314-cp314-win_amd64.whl (412.1 kB view details)

Uploaded CPython 3.14Windows x86-64

gaussforge-0.5.3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

gaussforge-0.5.3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

gaussforge-0.5.3-cp314-cp314-macosx_11_0_arm64.whl (433.4 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

gaussforge-0.5.3-cp313-cp313-win_amd64.whl (398.2 kB view details)

Uploaded CPython 3.13Windows x86-64

gaussforge-0.5.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

gaussforge-0.5.3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

gaussforge-0.5.3-cp313-cp313-macosx_11_0_arm64.whl (433.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

gaussforge-0.5.3-cp312-cp312-win_amd64.whl (398.3 kB view details)

Uploaded CPython 3.12Windows x86-64

gaussforge-0.5.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

gaussforge-0.5.3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

gaussforge-0.5.3-cp312-cp312-macosx_11_0_arm64.whl (433.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

gaussforge-0.5.3-cp311-cp311-win_amd64.whl (398.9 kB view details)

Uploaded CPython 3.11Windows x86-64

gaussforge-0.5.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

gaussforge-0.5.3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

gaussforge-0.5.3-cp311-cp311-macosx_11_0_arm64.whl (434.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

gaussforge-0.5.3-cp310-cp310-win_amd64.whl (399.1 kB view details)

Uploaded CPython 3.10Windows x86-64

gaussforge-0.5.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

gaussforge-0.5.3-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

gaussforge-0.5.3-cp310-cp310-macosx_11_0_arm64.whl (434.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

gaussforge-0.5.3-cp39-cp39-win_amd64.whl (399.4 kB view details)

Uploaded CPython 3.9Windows x86-64

gaussforge-0.5.3-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

gaussforge-0.5.3-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

gaussforge-0.5.3-cp39-cp39-macosx_11_0_arm64.whl (435.1 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

Details for the file gaussforge-0.5.3.tar.gz.

File metadata

  • Download URL: gaussforge-0.5.3.tar.gz
  • Upload date:
  • Size: 60.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gaussforge-0.5.3.tar.gz
Algorithm Hash digest
SHA256 37e2930e31b51e36e74d7c66ab1487f18bf18509b0a530eefebe5c3ee8857a59
MD5 be35e575bf744220319f95c5959d7c1c
BLAKE2b-256 fad32b9872a7167cf6aab06a7fcfada282fcd6a98dc3a4e06e8e54b44f98fb76

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.3.tar.gz:

Publisher: pip.yml on 3dgscloud/GaussForge

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gaussforge-0.5.3-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: gaussforge-0.5.3-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 412.1 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gaussforge-0.5.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 e24a85da161c2084fc50249ad6eee3f67706505ce2d4b3dcedcd439434ca4ffc
MD5 a8846e5478e51bf76895f92c61096de8
BLAKE2b-256 f68afb060fd37e94bfbd1a312fd8168b4e2267a68581352e9cf28defb81276fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.3-cp314-cp314-win_amd64.whl:

Publisher: pip.yml on 3dgscloud/GaussForge

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gaussforge-0.5.3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gaussforge-0.5.3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3c9c4457e5f96fe0a2bd84cc3d7800d8fed5403b97a227b71998caefa5327c16
MD5 07f651c6833de73119b15c04b6b456b9
BLAKE2b-256 cebcbf76c51db1522c8a8866eeda0759495d6ffabd62a8bf07c1705093f015a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pip.yml on 3dgscloud/GaussForge

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gaussforge-0.5.3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gaussforge-0.5.3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a5b64b84cb9d209c4cd2469d9894f845d66c63eb8a3e7f3c5c7ec1f8eb86bcc4
MD5 5c590e8e236e5d1c3e2776ade3dd3ae1
BLAKE2b-256 3548673075f27a90cca751db2728271e555cfac9dcf77e04cb0115548cda6e1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: pip.yml on 3dgscloud/GaussForge

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gaussforge-0.5.3-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gaussforge-0.5.3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b7f3333920d5ac9e9ed46f07379fe99ee43bba4ed39ed006d8b2585e9c8ac0b4
MD5 2d31ab471abb3399879037e0d2d4c5b0
BLAKE2b-256 92689ce829728bbe262040681367871b719a9edface46f90616e402a19605f4a

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.3-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: pip.yml on 3dgscloud/GaussForge

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gaussforge-0.5.3-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: gaussforge-0.5.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 398.2 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gaussforge-0.5.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8f783e8ea3b1f8fcd1d9c67662bdef23a7c0068b7ac13c33951a191e755b6e3a
MD5 53d12ce6558427d114a0853f19d35f33
BLAKE2b-256 3fe5c6cac540c34e66300cbf4d0549dacb96234b05b5b359f15e10bd53c6e3df

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.3-cp313-cp313-win_amd64.whl:

Publisher: pip.yml on 3dgscloud/GaussForge

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gaussforge-0.5.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gaussforge-0.5.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e127c6427ecc48f792757e68b3cd719ee76de16c37f1c15589b0141d23616b95
MD5 1f75ce808bef151c1e906c88edf7a46f
BLAKE2b-256 0798c0d0a4f5bca71af14457fbf0f6217b04099e6cc939e6e41a8a49ef527b5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pip.yml on 3dgscloud/GaussForge

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gaussforge-0.5.3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gaussforge-0.5.3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e12c50b09409c4939d722f054d8bc895bc3e5129ee5eeef245cbf2f1e926a1a0
MD5 79b939bccec2ce7bbc2500dbc639989b
BLAKE2b-256 c2dfe86b574fb4003a727b630758337c9974620b2d9a1afa568edbea124e68d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: pip.yml on 3dgscloud/GaussForge

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gaussforge-0.5.3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gaussforge-0.5.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8c25b20bdc58016fc01bef552be21976efc2791aee4435e7fbc1b2cc3c21d194
MD5 fc75cc86c54f06e0e0a09ae7725a9665
BLAKE2b-256 dc38c1cdf2940d93e41a00b3aad023bdd44ad18d7f183ca6f44a50c68980381c

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.3-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: pip.yml on 3dgscloud/GaussForge

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gaussforge-0.5.3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: gaussforge-0.5.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 398.3 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gaussforge-0.5.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e5c618c730e5a7cc819597eabb1759ccf2e45bcf97f264211af415ba0a80eb5d
MD5 587bdc98bdee8a97016e881c67993835
BLAKE2b-256 0016b8544c31ea1a8c590fa605a83f7b80eb5241c23d7e59a28e9f1c7e14af27

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.3-cp312-cp312-win_amd64.whl:

Publisher: pip.yml on 3dgscloud/GaussForge

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gaussforge-0.5.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gaussforge-0.5.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 08b2f7c10dc9685b3c44746531400d74ff3632032170631b7ef02dc28480e0b2
MD5 6fcc8fd3e270f205bd42c0e6c22897bf
BLAKE2b-256 6573f688ef24dfd81f152549e7c82342d04fd9308dab59283eb7bed1992be71d

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pip.yml on 3dgscloud/GaussForge

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gaussforge-0.5.3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gaussforge-0.5.3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8f013e6ff10594b352da61199cba2a7e8cdc836c180227e5d9ccd064e84e2d76
MD5 0220d8f61d715c0d8972116db0d0822d
BLAKE2b-256 cc701fafe7255978eb8d12ed1da27f6626e0ce43ea0fa916db240f201e567f78

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: pip.yml on 3dgscloud/GaussForge

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gaussforge-0.5.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gaussforge-0.5.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 692534db4539a0ed0ef21c2718b1f66f0ab99c37e887301e5a2711d3d51147bb
MD5 00b3225fc6e413a76777026372c945d3
BLAKE2b-256 7995bb3147bb94dd594e80a912ba3ec53f672447090ab5e1b230d136cb59ad10

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.3-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: pip.yml on 3dgscloud/GaussForge

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gaussforge-0.5.3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: gaussforge-0.5.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 398.9 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gaussforge-0.5.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 09aa7ddab613658a9e0360f2a38618a3b9d9591bac601c17536e715825335712
MD5 3b2a0f3f176f692270d89f0d2cc14d11
BLAKE2b-256 448f2c02b07cecf566713b555cb872a4a872d0dbc5c8a4575e58f2fb36f9d72a

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.3-cp311-cp311-win_amd64.whl:

Publisher: pip.yml on 3dgscloud/GaussForge

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gaussforge-0.5.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gaussforge-0.5.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 80038da537fd870c23f1ae2b7d3f982a0a8dd29d9db7c7c8e5a6c6bad34f5d9e
MD5 2b0a0acbf002589bc1dc1daf93e83160
BLAKE2b-256 6c6bc1cdc95128e81a980de5e4057261ea35cadbd67116f03738112797bb508e

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pip.yml on 3dgscloud/GaussForge

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gaussforge-0.5.3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gaussforge-0.5.3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1ccf5fefdfd885fa78b51fcadb799f0038878113a133e6f880174d1871d3a3d1
MD5 8830ab0f94b83019ae8ec021d2d0e13c
BLAKE2b-256 558691b1d3fbbbb49c41b1ab906e2d1cff629287f6d58e326e29c2235edd57eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: pip.yml on 3dgscloud/GaussForge

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gaussforge-0.5.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gaussforge-0.5.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b49e26f2f231dc6d86bfc1b6f19c9a2c607770e75cb50759161333b6e562230b
MD5 f7a9ad30020900386fc8e52a1f385c94
BLAKE2b-256 f8a6257050ff8540e9284cc39afb0152933a9287e86af52f4a3efec1e35fa480

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.3-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: pip.yml on 3dgscloud/GaussForge

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gaussforge-0.5.3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: gaussforge-0.5.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 399.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gaussforge-0.5.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6aebf7a46e32df87c3ddee15f1ed1ab0150e13a742d33baf7f5401519d8632ab
MD5 06346cca99da0b8c79210c3e04fe11f6
BLAKE2b-256 8daac6d26b504a598043035d05e4152adcaaa3622a0931ce401f9e35ce505039

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.3-cp310-cp310-win_amd64.whl:

Publisher: pip.yml on 3dgscloud/GaussForge

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gaussforge-0.5.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gaussforge-0.5.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f3c84c072f7c2eef3df1576942f9d16d8f51f69c610fdbb6fe11519161eb16ff
MD5 7ada92bb50a7988fa5e3b88094e98ed0
BLAKE2b-256 a37a5360b05f7a24beee23c321c6b4729f0fc7895c5daa3772eb6f6f32d87ef1

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pip.yml on 3dgscloud/GaussForge

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gaussforge-0.5.3-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gaussforge-0.5.3-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 da038e746f099b3f6d5f779720bd6eb1817965119e21d717047ff93533ce305e
MD5 f7a2e1fd54199d3d66ef13ef1b9cf71b
BLAKE2b-256 80d4fdd8f1201c6fa3c24832a9aa31f7f6286d4a216c747753bb5fa2351fa073

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.3-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: pip.yml on 3dgscloud/GaussForge

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gaussforge-0.5.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gaussforge-0.5.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e3d19f17f7f1ca94cee2f4784ad2e20bcc8b198acf84e2f089a026c6932f07c5
MD5 72d95f7cf1450d4a2c7ad43323976c1a
BLAKE2b-256 539328b8ede0acd8185cfcc1e29c1f524aa761d243b43982167e739a79eb9913

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.3-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: pip.yml on 3dgscloud/GaussForge

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gaussforge-0.5.3-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: gaussforge-0.5.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 399.4 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gaussforge-0.5.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6dc014d0e5cdb142074df92601069adca78fba5aebc167679618bfb2a710eb3e
MD5 3ba23da536e86c9bdfb9af85d54de4e0
BLAKE2b-256 b5c86f7e5a349a5840a6fba21c875db4d4776d02fca2e62a076d8b3f33aa3e01

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.3-cp39-cp39-win_amd64.whl:

Publisher: pip.yml on 3dgscloud/GaussForge

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gaussforge-0.5.3-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gaussforge-0.5.3-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3ec65c8b19ac3a1d7729909b55cefc5f3c31e7dbaa0462e72d83836a7e131bd7
MD5 92582d94b87ae4c342ed1c2ab3bcdc01
BLAKE2b-256 502cffe1d43753335fc8110c51bacb3f776a0e397cc74711631e682381998829

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.3-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pip.yml on 3dgscloud/GaussForge

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gaussforge-0.5.3-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gaussforge-0.5.3-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 879136c1bc67011c3baab4cdfd4d6df790fa8132f088ed555a7f3897bad4b713
MD5 3b0e082d0b44180bb1be85eff8e97b81
BLAKE2b-256 7e9b194f5f1dc34ce28690879dc9d8344d3b83160c47136eeb618d2de94722e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.3-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: pip.yml on 3dgscloud/GaussForge

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gaussforge-0.5.3-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gaussforge-0.5.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 224fefb4da8018a9b277c514564be3b85f3531f926f8bf5a1e46bb9c4e9392c4
MD5 aa63681682b068718e09b4734e82e390
BLAKE2b-256 3d47a7ddcc76c4c0ddfcab46ad48a0a3845dcbbdfec5a0c8e3cccb5274976384

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.3-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: pip.yml on 3dgscloud/GaussForge

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