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

Uploaded CPython 3.14Windows x86-64

gaussforge-0.5.1-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.1-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.1-cp314-cp314-macosx_11_0_arm64.whl (427.1 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

gaussforge-0.5.1-cp313-cp313-win_amd64.whl (394.9 kB view details)

Uploaded CPython 3.13Windows x86-64

gaussforge-0.5.1-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.1-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.1-cp313-cp313-macosx_11_0_arm64.whl (426.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

gaussforge-0.5.1-cp312-cp312-win_amd64.whl (395.0 kB view details)

Uploaded CPython 3.12Windows x86-64

gaussforge-0.5.1-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.1-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.1-cp312-cp312-macosx_11_0_arm64.whl (427.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

gaussforge-0.5.1-cp311-cp311-win_amd64.whl (395.5 kB view details)

Uploaded CPython 3.11Windows x86-64

gaussforge-0.5.1-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.1-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.1-cp311-cp311-macosx_11_0_arm64.whl (428.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

gaussforge-0.5.1-cp310-cp310-win_amd64.whl (395.7 kB view details)

Uploaded CPython 3.10Windows x86-64

gaussforge-0.5.1-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.1-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.1-cp310-cp310-macosx_11_0_arm64.whl (428.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

gaussforge-0.5.1-cp39-cp39-win_amd64.whl (396.0 kB view details)

Uploaded CPython 3.9Windows x86-64

gaussforge-0.5.1-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.1-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.1-cp39-cp39-macosx_11_0_arm64.whl (428.5 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: gaussforge-0.5.1.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.1.tar.gz
Algorithm Hash digest
SHA256 baafe0cef3ad2765a7611a35bcfb0ea60181262849dbf2331d2b62420014442c
MD5 28c5add33c1d242656929300d5409218
BLAKE2b-256 aa8518c63a063982bb8982a3b62f5225d12cf3cf73e0f713de2db18e73964c55

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: gaussforge-0.5.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 408.7 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.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 5b7fe3d5e7b037382a0ab8a3f265e05f647833e57f1d43666e51f8f13b2b1b0d
MD5 f5a9e180563ff9f307aeba2dad8399e6
BLAKE2b-256 bf3b08d7e625b92380c928bda60373ebd1241c70103bd6632d3bd3d24ba72276

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e08d62e348aea7c11beca264b4c97a44b6232406209c4d446463ba0167932cbf
MD5 1a6226d4be23dda25de620c387da3e42
BLAKE2b-256 9f289e5876b0dff49d5d121e5945bff08bc34f8525933640a5baa6063d84e4ba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3f4be4eeb51429a3c04f263864e6f4e27908653a574c1d6fd8a73c942cede7a7
MD5 391ea282780b070b9610663d1f1fa550
BLAKE2b-256 119690d913f9432a76733e9be383bb58be28afc8181dc766f8c9aef6eef67244

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8dfc677c7155bb830c391fc2c144e57c8a3fb5f516b5b42f717e309661e0623b
MD5 5752d784d46773c4f7a743520a3011e0
BLAKE2b-256 a0911c38523e0f841480dc6641c9501692246b9f85ed12a0831f3392d1100aa2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: gaussforge-0.5.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 394.9 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.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3047cde32459bb5cb3766d8af2dbd5e3383b4de270f521ed3438c812f969ebbd
MD5 93b87cd50e8dc41e6f9bdae556040012
BLAKE2b-256 846bcb00521f0de10280f4b65f920b7ba0fd64ff351554dda617a8665f47b24f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 306ab9a524120222e7ca3f930fc87f2f6acc0e6e6a11f59b44054220dd4dc4d3
MD5 c128e974ba59c4ba18523509a7f9f9e7
BLAKE2b-256 c74786a14bfadf1a7488d21e702201915a0517fa4aba8f09465c8b586dda2c1f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4f951a6f41d792e93bd78d3d376b9c2c51370575d3f025add41813791954b9d1
MD5 ce10b6a0bec2d0c7d4fcd7734c5bc215
BLAKE2b-256 3dab4546e31c517da87e3f12b6401557406c4973caf3c4cc4343b82e866a5d45

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2d1d10ad45a2642faa3f7ab6cdd3a468b01930146cd7b1abf06e78ecbb1cea29
MD5 cacb006408aca08e0f9bc951454bad2b
BLAKE2b-256 618fe055282f3a4b6734f5ce6ed507e7d9da5f5196654739c78a0e34a234d23f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: gaussforge-0.5.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 395.0 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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6406940248b52c66d4e2ac84a9c620e46a5cdb2f4944d8f3cb610ad510d5787c
MD5 6a796760f61afa3d54e1ffd9eac8ad4b
BLAKE2b-256 948d733e796373051dcf9b7d34754d78692d8d22b50664d4c181979b6455b3ab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a8a433ba24ae067253c74ba6c8da8078f178dbb03fa2e936d1b96d96e1ceabe7
MD5 458e369559b139138905f92e82eda6de
BLAKE2b-256 c9ff53a6f974ef26e6b5a597d10295f1b123a209d5184f60680cfff1a8264998

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2bb143996263438950494aa6c7d06f5562999dbe4f6f1cd1691fbfea49751c55
MD5 920e825936389dfeba900b1a0e65bc2e
BLAKE2b-256 8d9bf4c76a7761b7511c88bd90d4430763498ea12e1a84266b9b81f36fb35a9a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c168bc1629da5a75703341e1ea6034e40392faaf30a396c5bdedc06615e2ea4a
MD5 a5a199bbd0746a56e7e7a80411fdd2de
BLAKE2b-256 0e2364d3f0322339d4a9fc2417b22e24dce07520821eee99f23c028f796133a6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: gaussforge-0.5.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 395.5 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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1f76c8fdd52245c7dd8abbdd9816b865b39a91b0d24ec0f3ff4cc170462fa57f
MD5 47f86e10b4958aae4a466f2f134f17a2
BLAKE2b-256 48707451bc866cda68b0da5f0361035c51cb128444c5b5b3d0846a1a9915b33a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3cc3352f1c9e64d386ee1a598d8ecf6a5f17bbec6949f86a7cb0f32bc2ec2f5d
MD5 eceeba5f549d1ea329d309d58b198b89
BLAKE2b-256 b705b6e75b917441f61766f7fb32ce7ff2d583cb3e6aaed3b2e67435edcdaaf1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f57ba4f438b0b278e6aec427cdff79f1bbd381682127c0782100c21a5936fad0
MD5 6ca0afdde517e466d1ee88333749bb1c
BLAKE2b-256 62b7ab212801fc8799a008540a52b2c5946e6acfb04c318019b7cc57d2e99c34

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eda523aefb4efcdd0d060b92b3cd82f00e01946db9d5a15d86e69204f9bed695
MD5 b839a537c96d02658938f843df9d9764
BLAKE2b-256 c98b5d8b41c2927de403c6315b244c56c2fe016a49b7f4817523d90f14f1d9d4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: gaussforge-0.5.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 395.7 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.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e0319a1182d5162df139c062e6204e256f54f347944fdd5fafb5a4a930e5c069
MD5 233afd6b2661932115724de3e29208c9
BLAKE2b-256 636fdc5a4a9c78850b59d5247257faf7775b2325c211cd9a2e642960cf3368fc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 712876f83dceb38d296e3497ccde54e73d6abf0220d17f66737073e46f4cd9bf
MD5 2d89d8ddba0f52ffa749ee64b44e734e
BLAKE2b-256 4cd9fd18f047eb3227117f06c1f1efed589deb38c80b09293192e78e96dcbba7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9cfd9a21e1688af9dcdf520d71d0867126357d16734b6c5e3d6e58afb8545627
MD5 099260dd85892f8660cc4f66f46357a4
BLAKE2b-256 cf0bdd52a866fc6e3d9b95fed2ed1d9877328028115e90df940269bbb48000b3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d71a33e31a4cd2c32b0c288764637816411311f248f05ac8aceccfddd513a016
MD5 45396e02e062aa2c7ceaad3c4f0b7c01
BLAKE2b-256 be2ca1362ed0c38f3cccd03eade2e90acfb4090cf1dd87090807d2f725d1cd0c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: gaussforge-0.5.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 396.0 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.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7ae44eb5b45221f81fc607d99599e42cce1340d95417b5d415047f1148b09292
MD5 88dfa76c43e0236929fe5fd4592784ef
BLAKE2b-256 e85aef3d93d5f0390961c5d40c4f2603db233adbf91e7573c0951c35c53593b4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4d146e73c07fee03a7515ed23e3967f2cbd9f591680f8eb384c418a2157a2afe
MD5 8bd1720b545993c2717f7d1952373866
BLAKE2b-256 8272bd099d6e5ed6ff625beff3a03ec95f87780d387a7db83179c881c5426e57

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.1-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bd3300a1b7138592b40cd42fbe2185f943249453e05bd6447da402baf70db845
MD5 49cf69f7f6ce0d591a4e65ddd58b6cde
BLAKE2b-256 8d5977bceb44ab4fe1f5e51963df6b6eda63435fcad7a5471e61f8e231ad59d1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7ba2f2416b3e2a670c8970e01abaa57a8d536a306f74ed20836bbcac0ad5b799
MD5 6721f5dea6cd8c0a207f6f85c283426e
BLAKE2b-256 200b64a270a1aba5c8e2ce928bbc36912714fa01a3213f634716f7bc29ecbb43

See more details on using hashes here.

Provenance

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