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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

gaussforge-0.5.2-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.2-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.2-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.2.tar.gz.

File metadata

  • Download URL: gaussforge-0.5.2.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.2.tar.gz
Algorithm Hash digest
SHA256 dc38e8b866101e65123ef525df9b4a2592559316c60a4cf88cbcbba63a711b00
MD5 137d113e99bd8ede11001ba0f75ab54f
BLAKE2b-256 a8b99070909d4ba2a9160486af938ed7d593f8bb79318fb6a7d70c39173d0b14

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: gaussforge-0.5.2-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.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 67e041f55c3969792429a931a63a6544524b3c5920cede7f920100f00afcd194
MD5 4e7f49e771e3714a700e8fb476128917
BLAKE2b-256 03f3d43162c151ef37c5fb26fec830529912f79f961ed8b3647cfc6366c81255

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 734787bbd1e1c40c6b95a8fcf363d2cfab2d105749d9dc3d4659bc8d2c74a7a5
MD5 704e260e5077fc9efce1b8dae9a6b062
BLAKE2b-256 3334ced6f973f79aef2b27ea707fc473a73df8c113ceb0121a37ed9b3d95753d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8a9d81833db361b25e31e5e2e1c30ec2734351223d0c4b492734723cee820c82
MD5 e167e7321c26e74b18d58c3aca036811
BLAKE2b-256 3e8bcdde2e8792f08480c9c40c4aed12e657463f4d7181df6c57a5ad0b7817cd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d9c8173d8df795280cf5930481e8a2cad5050a4d9bef3a3375d84a6c26fe9c4b
MD5 e0e63c91e7867a6395590afdb831ab0b
BLAKE2b-256 a5f8e1503bec2bf9d335328af1c7122993c862dd4bfb9042b7cbcb895c60f452

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: gaussforge-0.5.2-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.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 2f32f9380fc507ce0d3829a5df2cd8bb3928b28d71512289422b7a1b005bd419
MD5 8987b8988eff8d7069f56963ef8fbdd1
BLAKE2b-256 6491ec69529be566f775c01e7924fb561a8fa37afd330d8a2bde6a477b19d34f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 809acdca6aa77a048d31dc4c2cd3bb1057d969d80e13e0b185ec02b613e00a33
MD5 bd05100d4ca0a90ede849b3abfbc71b5
BLAKE2b-256 07f0c927095a63b7c29a56c6626f67739dc96c9e63924adce62285429b546e7a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 124d5207613ea688c770b71c7ee9a8b67101e5e69247fb608a397706687ce6f5
MD5 b7add183f337e21598360132f5388c37
BLAKE2b-256 f0fac877f1da5938d08b8b2916a9b6ffee3b784c64186775ae90e68bae799d2c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ca2994b7d8c1d2b7f4b74ad3e600f23124a9d9ba3d3fb56423be170fe3cf33e0
MD5 176f757e3b35446bb90426d6cfe52547
BLAKE2b-256 c0b7b79845aab2da10caecc070c57aca20b5968d1e994dff0c76bd6916fd375d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: gaussforge-0.5.2-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.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2bd6fc86ebd03e51540d467d2bce7f432349f9965b3fc848c7433d971ed8b02f
MD5 39cc9a8a3110f4a3f983c820618cdcff
BLAKE2b-256 cd76c787857faf42eaa5402a63525f791594f7ee59fd40f4a8a55b2fd36c75fe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 80ea35ec3b72a011fd07859570a74510cc29b5579209678913448faafa6aaf7f
MD5 ac8cd2583051dc62fab1f52715b9ff13
BLAKE2b-256 c1710dec00d0fd8019a928732f27e2d3bba59aa9d4287415c80077047109ac10

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ca6657b08121abd6cd05a848c10584ce3f41700ab87fa57f805f9e041f9bef70
MD5 c6edeaacf2f5d60c64dbe2698f04faa4
BLAKE2b-256 adc3b54b472fc6413f0c21d70bb6d3213f0d42ccafa116a918a8294db7e8c2bc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8fe75ac6c2159c3f9717278cb47c96c408f116a636cd7b5c0384dc4044e2dc54
MD5 f1a6f454473b7f4431ea3a7d7720f837
BLAKE2b-256 596697c8a41033e8f4578c1e40cd082cfce31165889745c177764ee9a3e739c4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: gaussforge-0.5.2-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.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 55710168e6e96c66937777d1accb720f9337129c3badcfb37e9933ffcc623260
MD5 7dc27a78478ca6c0e2abdef68f89f1da
BLAKE2b-256 f0f6f6507a1761d823e8dea041211053d1864a220b2d8c6f1a3b2d4a68d3c056

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 42b9ce41841c3f93d31916d98be2c4a6f63b01add0111e6000553294b74343c9
MD5 0f776944bac8bde9abbc70cc1c9222c0
BLAKE2b-256 53a990a7dc0b2f5db0afd79f53246b4c03b724e5b5763a1d73f4ff27a84faace

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e7f1e6475dfa1c75819ae69260ace1bc45345bb3cf8ce489594cf781a7d85b0f
MD5 0b5b6d26001ed6f2551157b5b99b4bc7
BLAKE2b-256 0bbaa64cb39fa9c362556f789cf2ce0ca0e5ed35b5940aff03509f0106841236

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8c0ec40a9e6587eb9104b8e7ed78d7d76ec26f15fecf8a1bba9186de24862552
MD5 4595dc9369f3158c67c181bc818e955d
BLAKE2b-256 b161edc71b6e9675970d5b596d413ece1bc54ed1bc91dea34152f8277a90f5a9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: gaussforge-0.5.2-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.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6410d8d777f1e326e5ab9e58e48c0a79d8bff254be995361a1a396eb9f2a562e
MD5 f0fb48f2a8b9d7fe151ebdc4ac2707eb
BLAKE2b-256 ca59c4a4da9614c0fd5fd506b3a1bbc5c66613692a3b81c7edfd20deca076e5d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fc6dabe14b6f12a481ea1551b93d7468cc0c52e9dc1d95d9bc8a4dcee76b34cf
MD5 11582b85f8c20739440b7fd8ed048cfa
BLAKE2b-256 991c70bca3462b79d5ff96136225e1bb0a7f2c600134c4ebe9f2bd6f2a649483

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.2-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6761b98bbee5a1f3454674ddb26cfad9a3e1bda24729b1c16ecc67a0ff521d57
MD5 19029efc81d7c91d6627be880b74714c
BLAKE2b-256 6e9adf2d3688b099054e3e6bb0ae31fb576dbbfff3ebf3abc73bda783da6819c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5d710d29b50c8c6b4ec457a6f72b063a6ba1308905415af2b662b4f48995a2eb
MD5 6da8e1bfd864e8263a09233244fd090e
BLAKE2b-256 9fef07a3e7ec200fa6aec4acaa3a7d113a2d9277e3e30e743b3db4ed2a4eb555

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: gaussforge-0.5.2-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.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 220e6b57cb81152dc2d0a29b4a02bc77c2cd8f6bbc27b0a2021eb49ac691b2bc
MD5 de4e74f74ced3893de104f58d7831ca2
BLAKE2b-256 08c0e3a1609344ad5538ab615ceef50791808f1303ffbc7ab426e197bb9fb9d6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 04ca59f437f15a8c3ebf95bf57c8538c9d5c4b87881798f4c9d5f341911b89f5
MD5 57718ed4570200428fc4c30fe2aeb687
BLAKE2b-256 f24f0f9fd34aad40165a5940e3309723878ebb5eb8313aaa75b7957e6b1cf98b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.2-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d01352196ea840ce4444ab6683c9f27894be68635af8ae6852e0f4e6adc16e23
MD5 8328e8cc61aa7d5767bc128a45b1a58d
BLAKE2b-256 6f00e373f15b4fdce01660aa3b95493ee9050c29f6574b4ac35474aef0f6ab5f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for gaussforge-0.5.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 593a72ce78e7d9eb4f7f5d900dd8a89b5356e760996086da9227df71c0aff659
MD5 a8efaffd3d8f1d9c4959d167554968b1
BLAKE2b-256 0be1a7cfbcdac2b86ae6c5c1ea4b7a88cd51f8bfee04567efca81a22dc03b49f

See more details on using hashes here.

Provenance

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