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.4.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.4-cp314-cp314-win_amd64.whl (419.8 kB view details)

Uploaded CPython 3.14Windows x86-64

gaussforge-0.5.4-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.4-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.4-cp314-cp314-macosx_11_0_arm64.whl (439.6 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

gaussforge-0.5.4-cp313-cp313-win_amd64.whl (405.5 kB view details)

Uploaded CPython 3.13Windows x86-64

gaussforge-0.5.4-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.4-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.4-cp313-cp313-macosx_11_0_arm64.whl (439.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

gaussforge-0.5.4-cp312-cp312-win_amd64.whl (405.7 kB view details)

Uploaded CPython 3.12Windows x86-64

gaussforge-0.5.4-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.4-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.4-cp312-cp312-macosx_11_0_arm64.whl (439.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

gaussforge-0.5.4-cp311-cp311-win_amd64.whl (406.3 kB view details)

Uploaded CPython 3.11Windows x86-64

gaussforge-0.5.4-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.4-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.4-cp311-cp311-macosx_11_0_arm64.whl (440.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

gaussforge-0.5.4-cp310-cp310-win_amd64.whl (406.4 kB view details)

Uploaded CPython 3.10Windows x86-64

gaussforge-0.5.4-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.4-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.4-cp310-cp310-macosx_11_0_arm64.whl (440.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

gaussforge-0.5.4-cp39-cp39-win_amd64.whl (406.8 kB view details)

Uploaded CPython 3.9Windows x86-64

gaussforge-0.5.4-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.4-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.4-cp39-cp39-macosx_11_0_arm64.whl (441.0 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for gaussforge-0.5.4.tar.gz
Algorithm Hash digest
SHA256 a009d0fbb3f712f00ce62039e569ca05c60c08d99e30b222c460373e7c6255eb
MD5 ef0ac46bd4408f02a53ce44912e739fb
BLAKE2b-256 e3ac4af71b6a3e3a239f36e1bebb4475c880de5bf43f481d3790da7a514cd585

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.4.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.4-cp314-cp314-win_amd64.whl.

File metadata

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

File hashes

Hashes for gaussforge-0.5.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 fe6968d7f658ee467dafb1c290d917622a40fa3b730c73c9bad22d91c47490a2
MD5 b8156e80bd95faad0163e9db109b5c34
BLAKE2b-256 b793491198e3bb834117f8300eb8035d7b016b81821bf921a97fb1e914059964

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.4-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.4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gaussforge-0.5.4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bf78442bfa3d6794411e8867b202518f41c66443b6f34322c8fbcb58e69037d1
MD5 dc5f4ad43164bd43d3f1d2a8e91ae2cb
BLAKE2b-256 d3383359f90bcf64ef629249c07ee014367d86d25c2a46d77873125664ec166b

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.4-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.4-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gaussforge-0.5.4-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9972d369beb15a89d642b8fa91d8792c197816ca19748b56708f2d079a0e6f5f
MD5 bb64342973c47d1ddd40c0480b491ad9
BLAKE2b-256 643cf36135028895cb5b6ee4523fae557be7aa258d4bf70f41d3b6633c6915ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.4-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.4-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gaussforge-0.5.4-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3daed0d6c6da3551da15126c5536af0ccf7ce6f6ec6bc556cc9f66fce5b7e50b
MD5 d4730268d78770a1ef3ebee5390b054e
BLAKE2b-256 7c71a5c43f2c73b4b4500719da79dad4338c2b22fa700f9d078d8fb5b0a64d1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.4-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.4-cp313-cp313-win_amd64.whl.

File metadata

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

File hashes

Hashes for gaussforge-0.5.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 cfa7908c24a755a747609950bb54b4e68ba249171fe873aae4850c12d055ccfd
MD5 354e7b5b73cec5a7377ba921b0e38681
BLAKE2b-256 d3074bd906811d6579a6b71af3d64c014da260dea3951e4d4422f30fbcfca6fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.4-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.4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gaussforge-0.5.4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 276fcbc971ce845ed742275261e90cf5f641e8e85d9cda1cff0b72c68ed57fdb
MD5 30dcabe2296b7cef86e675e98d98b436
BLAKE2b-256 d4b6056f43cc094593641492bde434d859677cc52afa473d242fbcc4814633cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.4-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.4-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gaussforge-0.5.4-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 82dab9fdf2dec555d0ea5ea9d9c0ade424310b5795ee635627e237b3372d780f
MD5 81e775da2cff65c6c7874a0b942ef415
BLAKE2b-256 864690734a6313828d2fec648fa70f017690bf25e79e90f1ed49079e46a48bb4

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.4-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.4-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gaussforge-0.5.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9824fac2a836888073faec5b0469c0f0bc29e908cff4a5ca32b177a969cd1012
MD5 7488b133d3ed08a51d6e5097afac978a
BLAKE2b-256 1a416de4a384baf8955eb7b63b6b775afe128d39f8b36d31a4da6d2f09ec31c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.4-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.4-cp312-cp312-win_amd64.whl.

File metadata

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

File hashes

Hashes for gaussforge-0.5.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 fef505a3f14bfe40cfb3c28a04ba8142bc8c4edfee67b83fb64e2ab1d5d10eae
MD5 da0fbd7f80909c28d0ed275c8553b83b
BLAKE2b-256 b3ff8b5f79e5162b8d9362d5e45fe736c7db57e51ddcc8a2245bcc746bae25f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.4-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.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gaussforge-0.5.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0ca330f560c7eaa9eba17640505325ab8e929718fabbd79111bf952e1820511e
MD5 e03100f5406d073dbaedd7c6fdb318db
BLAKE2b-256 d2389009165985d436f805504229be0fcc145848777fe8e853cfc5764543ef69

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.4-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.4-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gaussforge-0.5.4-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d80d2866e7900e37be20f8d08507a138c7bd47139ff2ffc606577799e342d432
MD5 f487842f7d1283d9278bfbbd499cb596
BLAKE2b-256 4cbd171c2cd7738ed741c9c11ea8631acb37a9b556ccb1decd26fe813a3bb246

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.4-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.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gaussforge-0.5.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6be7b1970e5b3a1c5c8fe6409645fd5f9d0b88e00f115693573fd5fbdc2331b9
MD5 8dc4bb54225b79b46d078fdab4f0c0a4
BLAKE2b-256 3b8abbdd0ecc69770f598051d21961facb2b9d42d24ed3bc821121e7f255fe38

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.4-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.4-cp311-cp311-win_amd64.whl.

File metadata

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

File hashes

Hashes for gaussforge-0.5.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 69b7792eef288616e99b2c078ee427f24ba09efae21f60a6b484826078da1704
MD5 54d0608b7ae0700f18ca2576af947fb1
BLAKE2b-256 ced48c1566cc0359274ef1cb7b08752871e74350098ad9ac420de1bb8ebf05f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.4-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.4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gaussforge-0.5.4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 57ef4eb4f9575bfd64d39a2414e0b1d340d9b305efd1a4db2abf44e276c92619
MD5 463c99fbb05bf10ae8a1e272eae01b58
BLAKE2b-256 b7f3b7173a99c2bdd9c7a5d50dc3962e67b3ef493e030fd415e708676d5fb2f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.4-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.4-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gaussforge-0.5.4-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3f5f1a6c8b9872f34a5f5bf27bd676955aa0b098b3fbf74982bf4b7de6d4c2e6
MD5 bdb930a9fdc65e5f7851c02a62e77a83
BLAKE2b-256 6a82cbeb03040056e2ce3553e20e1c25e6229ad521ab3f7d6e5e8e5c22dec25b

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.4-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.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gaussforge-0.5.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 452701e8280f11e650e184f9d605aa3a3cdf00e7da1d2cfdf3dd836e7ed95199
MD5 ae860f70634632839a0a86aefdf309d8
BLAKE2b-256 9d62a100c61b5e70a3a66fd9a370a8da7526b916a64c7682b6d7b708d24b6513

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.4-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.4-cp310-cp310-win_amd64.whl.

File metadata

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

File hashes

Hashes for gaussforge-0.5.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0b1b802ee940650605f5f061360fc71f28e0bdb4cc7329b452ac9ad96f7be605
MD5 5d0c7df937b2d9df2c08e4cbc8c34624
BLAKE2b-256 aafc5f13c26863b64eb8ce91d4dbf2aa99a2fa0c273ede323ee901e0dff96c8f

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.4-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.4-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gaussforge-0.5.4-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 480268fddc834e27139e766d080edc64d48b81db6251f38d50f60bd981379b40
MD5 cdba80aa54149257aef06c8c1a0d566b
BLAKE2b-256 1bc06b2a5a1670fb4f46b886d124c1c91459dc01f541da3050430785a1dd7305

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.4-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.4-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gaussforge-0.5.4-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ffa12c56d4da3e9c34420bf6f4a820aac0c40560a802db4079c37c77c7ef22a4
MD5 22a36c437022d2373cd076a252aa3d67
BLAKE2b-256 5994729c4e71e0592af32357ef68ffa80eaa1886e2849ce5990b729569648bb7

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.4-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.4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gaussforge-0.5.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f3a0150e091af38b191c792d9d272df9f519294ad76c38daf32b837560aa6339
MD5 92293cb4f35db64459950e00c79dd509
BLAKE2b-256 ffe2c4cf55b325d374c6059875d58de3eed61c4073afb81c43697937fc15603f

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.4-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.4-cp39-cp39-win_amd64.whl.

File metadata

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

File hashes

Hashes for gaussforge-0.5.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d888b325af9dacf9ce842e8863cec5059dd9a53b2370414b83f068e15d683419
MD5 f44a11614cebba315a098052c999f2c8
BLAKE2b-256 aa420580232647c2171ad7c819998ca36db54617f0c29a551f3a5b85955753f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.4-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.4-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gaussforge-0.5.4-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 71bdbba1538709752498c9843f7fb85af492810c88b4d9838b75bf6d7cf5b9a9
MD5 c9cf048c837837297563a927e4c36899
BLAKE2b-256 bcb80f866d2bfbe2ac99bc8c91f91187b6cc9092b973b2f4f60bad00dd87fa27

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.4-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.4-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gaussforge-0.5.4-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 49b6e1f6b674a9d22615da76fe8c7888c58452563dd56c3c02915f3cd8b4ee37
MD5 d5df5456c0874f64ad2f0f312aed20e5
BLAKE2b-256 52d1809689c7cf86c15ad3ee732eb815fc466f9b252eb4a6a3b7317df8851d44

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.4-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.4-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gaussforge-0.5.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7fba80faec0e3dbcff15e2f10bdaeb00161ddda64099d1ac6d84ed1311f46906
MD5 8e7f9a64f7483dcc65ad43c981207ab1
BLAKE2b-256 d02edd67efc76bf61d5b4026287e2c8adc96fd6c0d650ab112b77b36399080bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for gaussforge-0.5.4-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