Lightweight Python library for loading PCD (Point Cloud Data) files with arbitrary data fields and types directly into NumPy
Project description
pyPointCloud
pyPointCloud is a lightweight Python library for loading PCD (Point Cloud Data) files directly into NumPy arrays.
It is designed to support arbitrary data fields and data types, while keeping a simple and predictable data layout.
Installation
pip install pypointcloud
Overview
There are several Python libraries capable of loading PCD files, including:
- open3d – Easy to use, but limited in supported data fields and types.
- pyntcloud – Supports arbitrary fields, but is relatively slow.
- pypcd4 – Very fast, supports arbitrary fields, and is well maintained.
It loads PCDs into its own class and allows conversion to NumPy arrays.
General recommendation:
For most use cases, pypcd4 is the preferred solution due to its speed, simplicity, and maintenance status.
Why pyPointcloud?
pyPointCloud focuses on a slightly different design choice:
- Loads x, y, z coordinates into a dedicated
float32NumPy array - Stores all other fields in a separate dictionary
- Preserves original data types for non-coordinate fields
This contrasts with pypcd4, which uses its own class or combines all fields into a single float64 NumPy array.
Our approach can be beneficial when:
- You want to preserve original data types
- You only need fast access to XYZ coordinates
- You want a minimal dependency, NumPy-first workflow
Benchmark
Depending on the exact use case and application goal, pyPointCloud can outperform other PCD loaders.
Note that this is a limited benchmark, and for most general-purpose scenarios, pypcd4 remains the recommended choice.
python3 benchmark/benchmark.py
Benchmarking PCD loaders with /dev_ws/benchmark/../example/ascii.pcd (100 iterations)
pyntcloud: 0.08244 seconds per cloud
pypcd4: 0.07953 seconds per cloud
pypointcloud: 0.01884 seconds per cloud
Benchmarking PCD loaders with /dev_ws/benchmark/../example/binary.pcd (100 iterations)
pyntcloud: 0.00345 seconds per cloud
pypcd4: 0.00184 seconds per cloud
pypointcloud: 0.00077 seconds per cloud
Benchmarking PCD loaders with /dev_ws/benchmark/../example/binary_compressed.pcd (100 iterations)
pyntcloud: 0.00307 seconds per cloud
pypcd4: 0.00122 seconds per cloud
pypointcloud: 0.00053 seconds per cloud
Example
example.py provides a reference implementation for the usage of this library.
It shows how to load clouds, to access data, to modifies data and to move the data to PyTorch.
License
This project uses the Apache-2.0 license.
This package uses lzf to decompress binary-compressed PCDs, certain parts of the application are subject to the terms specified in their license.
Contact
Dominik Kulmer
✉️
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pypointcloud-0.1.0-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62f403e6a9fc1889779c4a18b35c4598ec73ea40e0117ae79ddaac72df58db2a
|
|
| MD5 |
6b600c59bd6cb468593635b21ce300fd
|
|
| BLAKE2b-256 |
f0365544643735ac98bf97af4258e6880b495172813184cd495f8524c7ecb787
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp313-cp313-win_amd64.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp313-cp313-win_amd64.whl -
Subject digest:
62f403e6a9fc1889779c4a18b35c4598ec73ea40e0117ae79ddaac72df58db2a - Sigstore transparency entry: 920089172
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp313-cp313-win32.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp313-cp313-win32.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.13, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3bd46e4cf2e9f506d7134c7e740be6d1d76f2cd08bd487b16c7a85d659524be4
|
|
| MD5 |
cf04af85d11aa39791ddd8ea36c2e980
|
|
| BLAKE2b-256 |
cda5c6c227e72ad25fc40c50bd40ef1e03b90a6e34a723bfe6f4124eff242f50
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp313-cp313-win32.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp313-cp313-win32.whl -
Subject digest:
3bd46e4cf2e9f506d7134c7e740be6d1d76f2cd08bd487b16c7a85d659524be4 - Sigstore transparency entry: 920089136
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4e765851fb5adfe0f745949b6e5ddd43694d3f98eb3fd8905bc2f32456b1819
|
|
| MD5 |
f71077dd712241d6bae80579cdcae4ec
|
|
| BLAKE2b-256 |
a055bb2fcbec7a57b3496a40ae6bfa576fa9f40882b67c195f13510f8e6db4fc
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl -
Subject digest:
b4e765851fb5adfe0f745949b6e5ddd43694d3f98eb3fd8905bc2f32456b1819 - Sigstore transparency entry: 920089312
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp313-cp313-musllinux_1_2_i686.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp313-cp313-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16dc68e3097c5ba3517d96160f16033b7f86bbe0f81f07a0c082906a304a48d6
|
|
| MD5 |
93d376f7b073c0c4474ba44506c7d498
|
|
| BLAKE2b-256 |
e3c6619230d5082530f6221377f6f95964e7179cbb0a91266a163b18037521f5
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp313-cp313-musllinux_1_2_i686.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp313-cp313-musllinux_1_2_i686.whl -
Subject digest:
16dc68e3097c5ba3517d96160f16033b7f86bbe0f81f07a0c082906a304a48d6 - Sigstore transparency entry: 920089288
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b3595977ec86d6220d0cfc30c013df97e1feb83e6720dcaa988de096c5d67d7
|
|
| MD5 |
65e54a43c518dff97f6493f345b554e1
|
|
| BLAKE2b-256 |
bb615f07b24de47dbe40973926bf98f22cb2f5d48e565b2047b096efdb5c7611
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl -
Subject digest:
6b3595977ec86d6220d0cfc30c013df97e1feb83e6720dcaa988de096c5d67d7 - Sigstore transparency entry: 920089210
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 173.0 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ed2147c36e8f56a4587673999ed9eee4115fd7e632d08bce469b0566b8fe4d0
|
|
| MD5 |
446fc1f3b1fef5a6f23e8dbbfd5859e6
|
|
| BLAKE2b-256 |
7b2f5f74b997b223a528d1055e1890786766cce77450267e624125b1df5af0ea
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
3ed2147c36e8f56a4587673999ed9eee4115fd7e632d08bce469b0566b8fe4d0 - Sigstore transparency entry: 920089217
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 185.8 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c8e9faae63c8b54c7768c3371b7765bc72f034761105c9b0874c14c9a1ccdd9
|
|
| MD5 |
876c037b06cac34f310f41ed7503bb1e
|
|
| BLAKE2b-256 |
b0a048e969e9beaebd9d81192d8ec0e4409780a4af4dec09b1eed26e8127c3e5
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl -
Subject digest:
6c8e9faae63c8b54c7768c3371b7765bc72f034761105c9b0874c14c9a1ccdd9 - Sigstore transparency entry: 920089168
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 164.4 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b72997be87c6ed2a4c9cddad3f0e286ed9414fe8a734c5caf7e7703aefb506c
|
|
| MD5 |
8bc6be9615adf2c9497e0462cd546c41
|
|
| BLAKE2b-256 |
9d6475e2c1dd6d010f8a4ae45c14c8a54e17f36330353e242bf082df1c179f30
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
6b72997be87c6ed2a4c9cddad3f0e286ed9414fe8a734c5caf7e7703aefb506c - Sigstore transparency entry: 920089258
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 139.1 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76a8374c0702f328fcb309f88293b524017423aacfe4ae09fcc9d611b4a80e4e
|
|
| MD5 |
1e1793f0ae1ff95a78b0165d3ac634b8
|
|
| BLAKE2b-256 |
4ecd5e2b59a184113dd3b65967a25899705491abfe7cd55b0e0843a06cea9f86
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
76a8374c0702f328fcb309f88293b524017423aacfe4ae09fcc9d611b4a80e4e - Sigstore transparency entry: 920089064
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e347981265e584cc60c6c9a6014fa72b385195286b16d2eb55ae2938009869eb
|
|
| MD5 |
e298a5a6366966f4acd52a464124d3b7
|
|
| BLAKE2b-256 |
4cb3c190fca144e1b48426ab2eb853bc8ec4b456a92b272511813646a95d4cdc
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp312-cp312-win_amd64.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp312-cp312-win_amd64.whl -
Subject digest:
e347981265e584cc60c6c9a6014fa72b385195286b16d2eb55ae2938009869eb - Sigstore transparency entry: 920089213
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp312-cp312-win32.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp312-cp312-win32.whl
- Upload date:
- Size: 984.5 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d67d666c35339a19e9eb0b3c579e2d9b613fbfd30e4098b182fea007e80451bf
|
|
| MD5 |
9702293285bb8b45dd045b46168af1ca
|
|
| BLAKE2b-256 |
24b71c259fd719ed13eb05dacc03d59e34d752e40498d5281b145cc0c1ab82ee
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp312-cp312-win32.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp312-cp312-win32.whl -
Subject digest:
d67d666c35339a19e9eb0b3c579e2d9b613fbfd30e4098b182fea007e80451bf - Sigstore transparency entry: 920089234
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de2bc75adece1e795560f9be1806dc1053396cb79372b79011048de6f481d305
|
|
| MD5 |
143ed05f5d46c66aa3fd8bca92faadeb
|
|
| BLAKE2b-256 |
d8bf4ab57ba75170692a6a000ecc012701b15099ea4c7a7ef3eef15b12c5f1fa
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl -
Subject digest:
de2bc75adece1e795560f9be1806dc1053396cb79372b79011048de6f481d305 - Sigstore transparency entry: 920089128
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp312-cp312-musllinux_1_2_i686.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp312-cp312-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c64bd1d52a05901666b3eea333a3cd0f9dc493380ff4191ea415159888b48e87
|
|
| MD5 |
96193bdb41fea4a2354f2109ddc7caf9
|
|
| BLAKE2b-256 |
eabc78f104cbc455be8c3fccbba63226ffbd7032331059ea82899f29cd7b0cc8
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp312-cp312-musllinux_1_2_i686.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp312-cp312-musllinux_1_2_i686.whl -
Subject digest:
c64bd1d52a05901666b3eea333a3cd0f9dc493380ff4191ea415159888b48e87 - Sigstore transparency entry: 920089215
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
326c5d17ac747f054ecf9d69520fbeabf7f5eec5b36863029fc66f9ff2f43bdf
|
|
| MD5 |
ee7b9dd4f9866dd68d9c346c637a0a09
|
|
| BLAKE2b-256 |
b0ef61510a75923e6261988c25ff9d796f707359289747e94bf173196d1b0ab7
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl -
Subject digest:
326c5d17ac747f054ecf9d69520fbeabf7f5eec5b36863029fc66f9ff2f43bdf - Sigstore transparency entry: 920089065
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 173.1 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26c55e8c736f8251b3c76e146449fa06b3f26686b3e084360bcf0047b1d101c7
|
|
| MD5 |
186d145dfb4d7a631da6b477bf6ef317
|
|
| BLAKE2b-256 |
2bfdf214a18162e74f68e887f32d4b07494dcb0467450680f0c7c6f81a3cdf96
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
26c55e8c736f8251b3c76e146449fa06b3f26686b3e084360bcf0047b1d101c7 - Sigstore transparency entry: 920089302
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 186.1 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
588a1de380686a0f301463c71b95662dcbe0660ca86533d9f426827ba580c5f9
|
|
| MD5 |
f9f730f7e07f434863551368aa98d1bb
|
|
| BLAKE2b-256 |
9adaa72d7933c6ade01157f018dd1e6f9e347ce3da19fa3e75bb6913be68faec
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl -
Subject digest:
588a1de380686a0f301463c71b95662dcbe0660ca86533d9f426827ba580c5f9 - Sigstore transparency entry: 920089154
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 164.4 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64fdfbef61dfbeafde09fdb98b587eeaa7177228e1c57d6a8c73919cedacc26b
|
|
| MD5 |
0d7b1e314fe6448e8b597ca13df44320
|
|
| BLAKE2b-256 |
56da26bb55a69c48cab81c35437a44cee438d8286ca77c0f9b2e8f91807d3bc2
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
64fdfbef61dfbeafde09fdb98b587eeaa7177228e1c57d6a8c73919cedacc26b - Sigstore transparency entry: 920089139
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 139.1 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72f77b75ee69f0468591e36e11303c2241e5d4a41992a8584f5ef13697cfa477
|
|
| MD5 |
28eed9969391765e93f592af8a82993d
|
|
| BLAKE2b-256 |
9086b9108f118641abb15204b0c00e115365274d73fc87dfb8a8bef293310d8a
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
72f77b75ee69f0468591e36e11303c2241e5d4a41992a8584f5ef13697cfa477 - Sigstore transparency entry: 920089118
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 895.0 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b5bfb0afcc55d528e7699e823a86717dca056eee1c9fcac03efbdcb20397787
|
|
| MD5 |
c155d04e585fe2fc2f07136363c56f2a
|
|
| BLAKE2b-256 |
8303d5b07d42ec2f1e296ebbe323564b96d164024af17ca63a5458958a50be75
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp311-cp311-win_amd64.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp311-cp311-win_amd64.whl -
Subject digest:
2b5bfb0afcc55d528e7699e823a86717dca056eee1c9fcac03efbdcb20397787 - Sigstore transparency entry: 920089274
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp311-cp311-win32.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp311-cp311-win32.whl
- Upload date:
- Size: 795.0 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a7a66c1213a0a0fe64ac65dab7ef715ddd0f5b8981a722f9767117a3b52e727
|
|
| MD5 |
22f5e002432f8ca3772de8716badb904
|
|
| BLAKE2b-256 |
41cd3d41b6253b72806c370a8c951ff435fb35059a96c4b959158e71773d38a6
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp311-cp311-win32.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp311-cp311-win32.whl -
Subject digest:
2a7a66c1213a0a0fe64ac65dab7ef715ddd0f5b8981a722f9767117a3b52e727 - Sigstore transparency entry: 920089308
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d11866582a289ab753f5187435e795464831f8440353e1effa39c09ec22bcca3
|
|
| MD5 |
f20ea81cecdcf57ea361bd2fd41debe0
|
|
| BLAKE2b-256 |
bdc1c061fe9d877c214f1e38a646786a3e7fd03a58d08666c663c20084349f17
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl -
Subject digest:
d11866582a289ab753f5187435e795464831f8440353e1effa39c09ec22bcca3 - Sigstore transparency entry: 920089237
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp311-cp311-musllinux_1_2_i686.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp311-cp311-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05e5e537268f62209dce13fa3233646d6562a24c3ec66ea091e1c019a27a0091
|
|
| MD5 |
039718678880f5c91dccaf3dfa2218a4
|
|
| BLAKE2b-256 |
f506e12685f7d109a4b6acae5e4d767b75a68557af64b22edfbb0de5d709e814
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp311-cp311-musllinux_1_2_i686.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp311-cp311-musllinux_1_2_i686.whl -
Subject digest:
05e5e537268f62209dce13fa3233646d6562a24c3ec66ea091e1c019a27a0091 - Sigstore transparency entry: 920089105
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
894e0c56110ecf8f3f32258a5efacd77278db48079244c37412b029525e99770
|
|
| MD5 |
efe4812be416105822077250163075e0
|
|
| BLAKE2b-256 |
3522da7b3bdb479eb994e2720b087c440aa253e55aa569bda2e43b467abefafe
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl -
Subject digest:
894e0c56110ecf8f3f32258a5efacd77278db48079244c37412b029525e99770 - Sigstore transparency entry: 920089200
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 172.6 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a17d709e61eb656ce944451ddc2c20b1f0c40fb45ad7f091d4455191345434eb
|
|
| MD5 |
1c819b6534452cc218e01fc811442e92
|
|
| BLAKE2b-256 |
e7d3c2b608049b6e10c2c831574e3b26194c7c2c8c30269c75828537bfa5064a
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
a17d709e61eb656ce944451ddc2c20b1f0c40fb45ad7f091d4455191345434eb - Sigstore transparency entry: 920089247
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 185.5 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
562041fe7f5e9c98e5ac588ce61c58801ccb950087148bf6ff51d57680b86a9d
|
|
| MD5 |
80d21700d9b1a678eedb0f9eaefdf45d
|
|
| BLAKE2b-256 |
be48ff18d755c64c65e0382a07407acc0e5deeaa70718ed5f4dc933e756a67e8
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl -
Subject digest:
562041fe7f5e9c98e5ac588ce61c58801ccb950087148bf6ff51d57680b86a9d - Sigstore transparency entry: 920089108
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 164.1 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c46609ca8aaade1ff178e61fa0dcb90cf1ee2c871861bbefe50ef81c5faa62c5
|
|
| MD5 |
c88b820f163262a6a25a900f95499a59
|
|
| BLAKE2b-256 |
2a20b7da6c49891801f4f0d63cd48530af3ae284ec7b8248604819dec0a47d73
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
c46609ca8aaade1ff178e61fa0dcb90cf1ee2c871861bbefe50ef81c5faa62c5 - Sigstore transparency entry: 920089249
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 138.3 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e771fdc4c8b2d1a32015b86a13489a53b8a2f38f813d39d38e0150e1bdd90a84
|
|
| MD5 |
2449ca8eb57ac39f029de067091501aa
|
|
| BLAKE2b-256 |
fc1890aa094419b9a92c88ed0fb1e174510d849d79101a6336f2071d637ad5ca
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
e771fdc4c8b2d1a32015b86a13489a53b8a2f38f813d39d38e0150e1bdd90a84 - Sigstore transparency entry: 920089079
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 706.3 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cec52c64dce1935537f6d384febf7459164f44f23e91d85ffefdd234b6a9f7db
|
|
| MD5 |
f9612ef708027946bd106648cff545f6
|
|
| BLAKE2b-256 |
b0ae146b461b2852a77cc522410f44ca7d13a9e6aa2308a06f16d8d7948069ce
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp310-cp310-win_amd64.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp310-cp310-win_amd64.whl -
Subject digest:
cec52c64dce1935537f6d384febf7459164f44f23e91d85ffefdd234b6a9f7db - Sigstore transparency entry: 920089093
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp310-cp310-win32.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp310-cp310-win32.whl
- Upload date:
- Size: 607.3 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
910829db8991a1103469f9341a94c0fe212f68a1f1662485308ac3af48895b01
|
|
| MD5 |
1c92dc3c5f7560e219f7560e45268aec
|
|
| BLAKE2b-256 |
7b405c68bd923bb5c7b17a5ee932094eaa0f01c18b70393b151fc20fee9cd266
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp310-cp310-win32.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp310-cp310-win32.whl -
Subject digest:
910829db8991a1103469f9341a94c0fe212f68a1f1662485308ac3af48895b01 - Sigstore transparency entry: 920089299
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
efdb8a362dac5bdf19268fe9c7d50611032f0f7ea984ac341687061d50f9d423
|
|
| MD5 |
387b8756a46e38827d84b4accd4006c3
|
|
| BLAKE2b-256 |
4868822734d23d8541dcb9ec69c068ddf8c792e886b88dd1448be63cfff6b238
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl -
Subject digest:
efdb8a362dac5bdf19268fe9c7d50611032f0f7ea984ac341687061d50f9d423 - Sigstore transparency entry: 920089178
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp310-cp310-musllinux_1_2_i686.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp310-cp310-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76753109082f8ea47a731fba662f73c7d2906c108a52b57e17d619818a061a94
|
|
| MD5 |
d563d1158a80b180c3d2f2cbdba83fce
|
|
| BLAKE2b-256 |
c92726a87ec251a05301751cd794f205e3fb14746a745f8ca0cb6d9cd17c83e3
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp310-cp310-musllinux_1_2_i686.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp310-cp310-musllinux_1_2_i686.whl -
Subject digest:
76753109082f8ea47a731fba662f73c7d2906c108a52b57e17d619818a061a94 - Sigstore transparency entry: 920089121
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df462f32d113c4c6514f68a5a3a77b41a3a670f07d5c89fa8b5437bb67796a57
|
|
| MD5 |
be6d86f54daec24ce44e1f850b85ea8d
|
|
| BLAKE2b-256 |
8c3af9fb1df4a937272884c3318705f5e256589f3b227739c589d3367d7092f6
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl -
Subject digest:
df462f32d113c4c6514f68a5a3a77b41a3a670f07d5c89fa8b5437bb67796a57 - Sigstore transparency entry: 920089255
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 171.2 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b97e902b1da1bcbaf8295fc24d6b63a4ac0871b11f55b94976a61cbe05f75ded
|
|
| MD5 |
4df421c0bbfbd288fcbe6690cf7202ae
|
|
| BLAKE2b-256 |
016928efb06f372938357c7104207e019596f9106d4203a8cae302216ad9de1f
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
b97e902b1da1bcbaf8295fc24d6b63a4ac0871b11f55b94976a61cbe05f75ded - Sigstore transparency entry: 920089198
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 184.5 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c16affae8b31431627e608f8a5771c9110c4fe26b40f1e137699d283af771fdc
|
|
| MD5 |
08b22dd44b17c294a41dc7fc632e9f08
|
|
| BLAKE2b-256 |
d6bda80b71d4d67effb26bae0ee5f478265557347c66820649d96bbb962146d4
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl -
Subject digest:
c16affae8b31431627e608f8a5771c9110c4fe26b40f1e137699d283af771fdc - Sigstore transparency entry: 920089193
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 162.8 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2e4c5a486e8cea76fc70af4a30d1d31f1eb188754dc34f9bfcf99985b3e3100
|
|
| MD5 |
77cad5c247d286841f9ba9fd593e9efa
|
|
| BLAKE2b-256 |
1c94b41f1daf33f8f26f0b9478a4547d67a65100325a97375e8f92c3937b15cd
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
d2e4c5a486e8cea76fc70af4a30d1d31f1eb188754dc34f9bfcf99985b3e3100 - Sigstore transparency entry: 920089082
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 137.0 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97fb3f95feab83089a98b83d8aa1127cc3f7776c616a38c098df6a1c33afdd83
|
|
| MD5 |
4de800e86a9884d8e877d3414b93fb0d
|
|
| BLAKE2b-256 |
dffed1d6d9ce10a8948b0386b6afb385ce9af40ede97ecef2f6358148f58b261
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp310-cp310-macosx_11_0_arm64.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp310-cp310-macosx_11_0_arm64.whl -
Subject digest:
97fb3f95feab83089a98b83d8aa1127cc3f7776c616a38c098df6a1c33afdd83 - Sigstore transparency entry: 920089281
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 521.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62bc1a41701eb22b3b65b4df65565820e529dc7d8210a98ba54cb30347230c3c
|
|
| MD5 |
be66407112279a16a53c79693a008551
|
|
| BLAKE2b-256 |
6805f45cdb1fd3c3154f087ba94184edf075191b190106821c49c4019b2a4ef1
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp39-cp39-win_amd64.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp39-cp39-win_amd64.whl -
Subject digest:
62bc1a41701eb22b3b65b4df65565820e529dc7d8210a98ba54cb30347230c3c - Sigstore transparency entry: 920089062
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp39-cp39-win32.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp39-cp39-win32.whl
- Upload date:
- Size: 421.6 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7afb58e6730ad3948f679d6f226345e41e691e6f011ef7559f4b5e11909874a3
|
|
| MD5 |
9fd03805bb473d385355aab16ac64a55
|
|
| BLAKE2b-256 |
6a620e7a4a956c7be30b6189f96177a6517d93d2db2d5d0475505a9f8216e41d
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp39-cp39-win32.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp39-cp39-win32.whl -
Subject digest:
7afb58e6730ad3948f679d6f226345e41e691e6f011ef7559f4b5e11909874a3 - Sigstore transparency entry: 920089187
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1c6bd0753ea25788794462ebac443e7df6d85b8dbcc37d1f19c1defa5c8c5ea
|
|
| MD5 |
da451230d41449d0de67550ebec318c4
|
|
| BLAKE2b-256 |
0db3c2c97809708981a7a36fbf25c5a6840e982b18d98be831446989bad33b97
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl -
Subject digest:
e1c6bd0753ea25788794462ebac443e7df6d85b8dbcc37d1f19c1defa5c8c5ea - Sigstore transparency entry: 920089123
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp39-cp39-musllinux_1_2_i686.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp39-cp39-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fbed19e5513081968f7278eb3ead3f16e019fc83cc23a2b5bfa2b912d2bf9876
|
|
| MD5 |
0fa90e1f862e991901d51f2e8c80ce6d
|
|
| BLAKE2b-256 |
7c8bf9736b4cb35550045d29d829294f695734852ded3eadba7c030785a75779
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp39-cp39-musllinux_1_2_i686.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp39-cp39-musllinux_1_2_i686.whl -
Subject digest:
fbed19e5513081968f7278eb3ead3f16e019fc83cc23a2b5bfa2b912d2bf9876 - Sigstore transparency entry: 920089099
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eecf3e321013b83fc97fa058059a91f8a2f060fc13fba7aa607262e295af12a0
|
|
| MD5 |
4ed2c6e6b346ce3f95cbc3b32a729911
|
|
| BLAKE2b-256 |
df9c4e78b401650fc646720a5e8775f49d4197e3b6e127d342a9a98b96c82b6a
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl -
Subject digest:
eecf3e321013b83fc97fa058059a91f8a2f060fc13fba7aa607262e295af12a0 - Sigstore transparency entry: 920089195
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 171.4 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8af0853136901232e8b2feca51809c2b15ef8c9a10a5caece68aeb8ac3cb1d07
|
|
| MD5 |
1952cdacc55ea796cb93c30eec47ddde
|
|
| BLAKE2b-256 |
a53ae88c80242a8037e4856e1689e736161627ae2a00ad1a2fc0380f4a9fda6b
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
8af0853136901232e8b2feca51809c2b15ef8c9a10a5caece68aeb8ac3cb1d07 - Sigstore transparency entry: 920089183
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 184.8 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b1a360008a4c7f8959d59ddbdec351285380bca2b8bed8ab7e1dd138720e3972
|
|
| MD5 |
84b3ef3c951f06a4485daa73ffd0af94
|
|
| BLAKE2b-256 |
8fb5c9d1dddf5cd440eab91224d9104c0fdf79e09c7dfc02ff73a3e7eba9c50c
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl -
Subject digest:
b1a360008a4c7f8959d59ddbdec351285380bca2b8bed8ab7e1dd138720e3972 - Sigstore transparency entry: 920089160
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 163.0 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3b014ecb848acc3683b5030e47ed2de6fe25d4e6efec3b6ff8b33d041c557ed
|
|
| MD5 |
6be98b458c94447cb99b1200441a3456
|
|
| BLAKE2b-256 |
128cc64e91ab12c3033ccf8aa1d003cb768c81409fd1e50e934d18ca638bbd4e
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
e3b014ecb848acc3683b5030e47ed2de6fe25d4e6efec3b6ff8b33d041c557ed - Sigstore transparency entry: 920089157
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp39-cp39-macosx_11_0_arm64.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 137.1 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a4b103c6a33325ea2051a6acd438ba5b3839253a3d2b3cf69e2ef1b5d2e5c69
|
|
| MD5 |
474258032790b29f28d80719a0683557
|
|
| BLAKE2b-256 |
629eb10ceb55cf5c8e9c23be5e5eefc1e31550d2ce8e7a581baaa05be1aedabd
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp39-cp39-macosx_11_0_arm64.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp39-cp39-macosx_11_0_arm64.whl -
Subject digest:
8a4b103c6a33325ea2051a6acd438ba5b3839253a3d2b3cf69e2ef1b5d2e5c69 - Sigstore transparency entry: 920089148
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp38-cp38-win_amd64.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 335.1 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35c7e5f3b6dbd19caa5682dba61b6ce47e40c1b690348cc5e6d288e9242af141
|
|
| MD5 |
f727aba432150ecf50a5fd6329551de6
|
|
| BLAKE2b-256 |
e0989381500286adc12c6ae1dbd1bca3830a48613f8b21e58c921b9fc475bd8f
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp38-cp38-win_amd64.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp38-cp38-win_amd64.whl -
Subject digest:
35c7e5f3b6dbd19caa5682dba61b6ce47e40c1b690348cc5e6d288e9242af141 - Sigstore transparency entry: 920089113
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp38-cp38-win32.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp38-cp38-win32.whl
- Upload date:
- Size: 235.7 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1205e7447783a037f1b5e196b5751d930043c20d2971bf4a7131b1cca73a095
|
|
| MD5 |
d8916e51cff0325b5e0ef9750400d64c
|
|
| BLAKE2b-256 |
b156f3ef54d252ab51cb28cc9e4beca1a7bcb532f8b11821840d1be498f6f76b
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp38-cp38-win32.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp38-cp38-win32.whl -
Subject digest:
c1205e7447783a037f1b5e196b5751d930043c20d2971bf4a7131b1cca73a095 - Sigstore transparency entry: 920089207
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7477c47eddac9e5b81d5d51c871e5b79890391dd59ba438b63fbfb10bc8ebf9b
|
|
| MD5 |
1789d0c0583114d3aad3bdf77b2f0830
|
|
| BLAKE2b-256 |
1644c06a42faa5ca79bb4c696c1357c9fac07a556465f8572296f6d8c6f8ebd8
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl -
Subject digest:
7477c47eddac9e5b81d5d51c871e5b79890391dd59ba438b63fbfb10bc8ebf9b - Sigstore transparency entry: 920089267
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp38-cp38-musllinux_1_2_i686.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp38-cp38-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dedf3f3d8950e53ef59fc5e6504faec4721aa4c5af3796d2998c891dd6370952
|
|
| MD5 |
e421ac5a2d868887b64ba1ff4b0fe477
|
|
| BLAKE2b-256 |
e7c00f59402d28b54fc166ceca896949e1b2fbca8dbe929c8893c877d1a7cd12
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp38-cp38-musllinux_1_2_i686.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp38-cp38-musllinux_1_2_i686.whl -
Subject digest:
dedf3f3d8950e53ef59fc5e6504faec4721aa4c5af3796d2998c891dd6370952 - Sigstore transparency entry: 920089297
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp38-cp38-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp38-cp38-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77d3203ec19f8ac3a478eeb2555d57c3fb32f3bdda4765db1654f19cde4d54fe
|
|
| MD5 |
476b0999e646b9f303d3b9a9eb2acc15
|
|
| BLAKE2b-256 |
558067dc015a1d2ddfada5cc7933e2e63207ad2266b9c70c88923232a1b73c38
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp38-cp38-musllinux_1_2_aarch64.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp38-cp38-musllinux_1_2_aarch64.whl -
Subject digest:
77d3203ec19f8ac3a478eeb2555d57c3fb32f3bdda4765db1654f19cde4d54fe - Sigstore transparency entry: 920089072
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 171.1 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
101c6dc6b4aa6c3260f6de2614bf6b932240d36840c7c18c80c2c3861a3a5d5f
|
|
| MD5 |
d4e8f941c5171e3b4c545acc7b89f322
|
|
| BLAKE2b-256 |
5bfbbe21a638998ba5af2c7a91d59523af9facf29ade902d06291d9f7c3fb73c
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
101c6dc6b4aa6c3260f6de2614bf6b932240d36840c7c18c80c2c3861a3a5d5f - Sigstore transparency entry: 920089242
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 184.6 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ab5722c6078e491340ee94d2229783172e7c0acbab2f22456e0cfba375b69f3
|
|
| MD5 |
7b2b77a514343fa359e36c13f931b674
|
|
| BLAKE2b-256 |
9ab104b5cc74c4813a8e64bec15a941d0b9c82d512cfd9ed5d000daee0f3fde3
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl -
Subject digest:
2ab5722c6078e491340ee94d2229783172e7c0acbab2f22456e0cfba375b69f3 - Sigstore transparency entry: 920089223
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 162.9 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef91020462f5daa93f32b890f1f054a29361251ca103dfab8ea74e4767e0e71d
|
|
| MD5 |
c10476d96f376d57b6e52472fe890ee4
|
|
| BLAKE2b-256 |
4808e42e4afa155a745920f117705c311e37d10130ae29f74baea267312300d3
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
ef91020462f5daa93f32b890f1f054a29361251ca103dfab8ea74e4767e0e71d - Sigstore transparency entry: 920089086
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type:
File details
Details for the file pypointcloud-0.1.0-cp38-cp38-macosx_11_0_arm64.whl.
File metadata
- Download URL: pypointcloud-0.1.0-cp38-cp38-macosx_11_0_arm64.whl
- Upload date:
- Size: 136.9 kB
- Tags: CPython 3.8, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
867cdbc1e7e5967dca7340118e8f7633987b41ecb43217c6c37d1091388a5564
|
|
| MD5 |
f6e6b7d73274536ce49ed7bfbb7091d3
|
|
| BLAKE2b-256 |
72e4e589b77adccb972cff01f977f5b74b6b67003bcca458caee3a5814776c80
|
Provenance
The following attestation bundles were made for pypointcloud-0.1.0-cp38-cp38-macosx_11_0_arm64.whl:
Publisher:
pypi.yml on ga58lar/pyPointCloud
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pypointcloud-0.1.0-cp38-cp38-macosx_11_0_arm64.whl -
Subject digest:
867cdbc1e7e5967dca7340118e8f7633987b41ecb43217c6c37d1091388a5564 - Sigstore transparency entry: 920089066
- Sigstore integration time:
-
Permalink:
ga58lar/pyPointCloud@c1f399025a3305decc555606e5e47afc21b1a8ff -
Branch / Tag:
- Owner: https://github.com/ga58lar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@c1f399025a3305decc555606e5e47afc21b1a8ff -
Trigger Event:
release
-
Statement type: