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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

gaussforge-0.5.5-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.5-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.5-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.5.tar.gz.

File metadata

  • Download URL: gaussforge-0.5.5.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.5.tar.gz
Algorithm Hash digest
SHA256 89ee1c428ae50af76d5a7c244703007df8b4c564e5c92b26990d0e490ccc050b
MD5 1bd3c4d90a2b948409f44375ccc5d0ca
BLAKE2b-256 4b9a196979566ed097ffa42483ca5a10ad1614d8e3c64f18adefb66109d61437

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: gaussforge-0.5.5-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.5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 379c3280a950c7e60200d77b35951aa7dc3e1045f671c63abe28c12762bc46e5
MD5 90df8f565002576a1b2342950ff92bf6
BLAKE2b-256 9f7cd524fb1308d568ac9c812b3f496c0e90eac607e08bd638db81119ec5da93

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.5-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 33d1ace6dd08eed5b70a667919eafa9975066e46a04eb8a637ba8bb5ef06aa7d
MD5 aaffbb6d653c3671f02c1ff9227ebf79
BLAKE2b-256 5564d647b7f6d41d64cd74ca06e65a92f037fe346ddbee9c59c5069ebe2eaa81

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.5-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a3270c95239b150f183616431b9a4edf1c854603d111d42360cb1d080ad48740
MD5 c11f037ce633358231b6dc1873c5e950
BLAKE2b-256 edda9957095c2baa3b8bc2a7e2e02b787c50239906f8787e9e9a051cb37f9c05

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.5-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5f6fb4f5c2ef5167443a5f43f6d4c7fd1fc6c428b18078823cb4c17fccd68418
MD5 10322ae814716d9a9fd1011114739953
BLAKE2b-256 a2b873bcabd0fcb43280d8c4def6622a4115da32824374d8214cef7421b1f047

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: gaussforge-0.5.5-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.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 37c8354bad13a9d280020c835aa10642ea2b1f24ef64ccd6faa2b9fc3e5c3caf
MD5 5b996e34023373b01a9aa80b82007eb4
BLAKE2b-256 3ceb76978acb088288a3b57600839679f4f73208cce80de1ab8d43bc5429c71d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.5-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 944e0179cde216f0ec18b932874cfc7d7499865ee53772d466da158ed5e2f597
MD5 f11854c8bfb4fffa12c0b9a1454d9fe3
BLAKE2b-256 4ff16c3b1745e63c2df10b982fed465aa403c01d79d7b98a37ec5fd6efe47ef6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.5-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 81184d260fe79cff54ffb41c79c2fd5d261adb9a0f2ae48d42d7b876eea596dc
MD5 1b6a94ba8cb534c2df658907948bddeb
BLAKE2b-256 8d9ba107a5eccc052ad29b692811ed1e05296031f7297bf7d5c3bf5748974560

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6f2ddd1e4adcb45ca29a5bc91db4bf29369a5249f34fd9466b78640cc982952a
MD5 a6925145461e54bbad648940caf2e43f
BLAKE2b-256 7ab105c54cd0fe178ec372473649057578afcbf524300655984ccd8fe9b0851e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: gaussforge-0.5.5-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.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 580fc5d32b2e31d660e23534d3080188dc4707c5d49a2c65854ef0c2187bfc0c
MD5 8815bae952bbb652e4fc5cfb2a1d197d
BLAKE2b-256 e5a750cd74c2626fbccbf2db89dd51d9f572d6fed826c77e9356779aac4c418a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.5-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 867e293b3e6bba552555ea708b63a7b166eeb9552452f477aec55d00cfc86264
MD5 bab4ce530a21c0aa94ac6747dfecf96b
BLAKE2b-256 13803a67384bd7ac06443e4562fb92bd7a858a7573fd541e38a2251f617eb7c2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.5-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 70dd48db39454014d3ce1e52bf569c6c7cdcf6eb7c9b0adbfd4b5ddfa963c9c9
MD5 83f5d28801a213a74fd3c1e70fc9ecac
BLAKE2b-256 c591113e199d827ed7a73fc71e3c623fc3be766968bd0316bc644b80bb73daaa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d32465ce1ba112621e51e7f7006c46ed8577db258431fce608de758e6ce14b3b
MD5 7748edad4cc775cd5baab83ca7d11ca7
BLAKE2b-256 225a6e071d8300bb6aeec9205315f9eb2b946e1710e19396166150a164eefabe

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: gaussforge-0.5.5-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.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0a5b840e4fae0a7b81a3c72d296ed67288b76c0821c005e8e331a5824b1b4bbb
MD5 2353a8c42b26e65af97436572ed12577
BLAKE2b-256 de80a3d0d63c6a66f37cbcef27b78e295237b91c53b8cf52a1ae18b96f50d2e0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.5-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 db7abc8a0533d8e66b07d02bf556324728f9df45d637f2fe47fa94bc5c08a6e1
MD5 505da17e145a26d79ca091ef68aa2a94
BLAKE2b-256 0d7e471c6eadcbcc5508a17192ba60ece2f653036430660bd12eff87fc915be1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.5-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fd0a6bbdd4af20907c8dc540fdb621774c5e85a321223f5bc213d93a8b16a7d1
MD5 f7831de37a65e01a8f1178804bc06a27
BLAKE2b-256 9f600659eb49a2a865c551b8024ad2e6e6d7eae5248ad116d98b8a91bf08070d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 db6dc76d61cfb454913f5c97900df0b28a6333aa37c94e45f389b44ecb9ddca5
MD5 0324809a6e498bec9ccee35544b1a613
BLAKE2b-256 5cd42f0be605b120d490c3b922a2e08a3cfc11a2f2699bb967f7c6b39f1171d4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: gaussforge-0.5.5-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.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bc7b506b9805385582509badd90237d2f9859a4d1c466920ad3fd2961c946680
MD5 3f46ee4cfc8ed45f8b0d737de5ae47e1
BLAKE2b-256 4d26054f8b3317c8314c3f16892a82d243d8f6c89d8773fc6552701985c0e123

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.5-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2325ef272d8237deac8d09e5b39650ef82155b4a1e570f8b24e3d47ce4cfbb2e
MD5 9734caaac6c5281f10c1deb6b219576f
BLAKE2b-256 0af9b054725e77ccc759ac4441dffee910e375bd6e3e7dffbe06b0dc216f40fe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.5-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 55944d9b8957748bff7e40801b5bb98d15832eba0fdf1559df4b31a75c5c3f1a
MD5 1a3eca4a930118e5bc96c13790ce25a1
BLAKE2b-256 52d69c5c6e47b917fc18a305b0df43f0610b727476e18491deddb2ad839ffb88

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2b406f6b8a152147a33f39259cd6752754cc3cc378727775b103efec0c8a837f
MD5 03ee256d245485618624fa9e78650d10
BLAKE2b-256 0bbf7699005933640307608c3f8f921cfd3223a4f6bab2c006d0601a66a2f253

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: gaussforge-0.5.5-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.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7c84e75d6fd2787f7be395634184f843def5ea7021db6139a7d434ceec908387
MD5 9b5bf0b7f921e7dd1ec636a6795f4da6
BLAKE2b-256 5c0245e67fe381d36668abe8e0fb659e7527077c0f8e40cf60769eca91019b9b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.5-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 704243d1f236df31d3a866cd993d6dd2819e45996e170d94dc7c98d0f3b43ebb
MD5 f0c6ded6493e3a27305ecf1196171c83
BLAKE2b-256 2d99d3bbe2cfb8a3399177c3aabeb9db7a455dab6724f4d80c757cd4b3dc74ef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.5-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 493722cd12442fc5b6637bb5b74705e797d17ae912faaa013b713d891cd29280
MD5 88485b3f08145c6f2c6538ac67be3c30
BLAKE2b-256 4a61cf4b538e3a945475866265961919025dbc238994814277679c21100fcddd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3434cfb25922f4638af2fe5bc6c45aa16cbb437fce735e3cbe658897f49cf1ad
MD5 8e3bf6f8595593bca171fe715cd8eaa7
BLAKE2b-256 8136e4b3057953fb64a91e49277b28d84e25406a5d21df74c05d8e014163e286

See more details on using hashes here.

Provenance

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