Digital Terrain Model (DTM) extraction tool
Project description
🌏Overview
Bulldozer is a pipeline designed to extract a Digital Terrain Model (DTM) from a Digital Surface Model (DSM). It supports both noisy satellite DSMs and high-quality LiDAR DSMs.
✨ Features
- Digital Terrain Model (DTM) extraction from a single Digital Surface Model (DSM)
- Requires only a DSM as mandatory input
- Optional ground / non-ground mask support
- Designed for both noisy satellite DSMs and high-quality LiDAR DSMs
- Command-line interface (CLI)
- Python API
- Configuration-file based execution
- Docker container support
- Fully open-source (Apache 2.0)
🚀 Quick Start
🛠️ Installation
You can install Bulldozer by running the following command:
pip install bulldozer-dtm
For alternative installation methods, please refer to the documentation.
Requirements
- Python ≥ 3.10
⚙️ Run Bulldozer
As described in the documentation, there are many different ways to launch Bulldozer. Here are the three most popular:
- Using the CLI (Command Line Interface) - Run the following command line after updating the parameters
input_dsm.tifandoutput_dir:
bulldozer -dsm input_dsm.tif -out output_dir
You can also add optional parameters such as -ndsm, please refer to the helper (bulldozer -h) command to see all the options.
✅ Done! Your DTM is available in the output_dir.
- Using the Python API - You can directly provide the input parameters to the
dsm_to_dtmfunction:
from bulldozer import dsm_to_dtm
dsm_to_dtm(dsm_path="input_dsm.tif", output_dir="output_dir")
✅ Done! Your DTM is available in the output_dir.
- Using a configuration file (CLI) - Based on provided configuration file templates, you can run the following command line:
bulldozer conf/configuration_template.yaml
✅ Done! Your DTM is available in the directory defined in the configuration file.
🐋 Bulldozer docker image
Bulldozer is available on Docker Hub and can be downloaded using:
docker pull cnes/bulldozer
And you can run Bulldozer with the following command:
Linux / macOS
docker run --user $(id -u):$(id -g) -v <absolute/path>:/data cnes/bulldozer:latest /data/<conf>.yaml
Windows (PowerShell)
docker run --rm -v C:<absolute/path>:/data cnes/bulldozer:latest /data/<conf>.yaml
⚠️ You have to change the <absolute/path> to provide a valid absolute path to a directory where the input data are stored and where Bulldozer will write the output DTM. You also have to provide a configuration file (and rename <conf>.yaml in the command line) in this directory with an output_dir value using the data folder given to docker, e.g.: output_dir : "/data/outputdir".
✒️ Credits
If you use Bulldozer in your research, please cite the following paper:
@article{bulldozer2023,
title={Bulldozer, a free open source scalable software for DTM extraction},
author={Dimitri, Lallement and Pierre, Lassalle and Yannick, Ott},
journal = {The International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences},
volume = {XLVIII-4/W7-2023},
year = {2023},
pages = {89--94},
url = {https://isprs-archives.copernicus.org/articles/XLVIII-4-W7-2023/89/2023/},
doi = {10.5194/isprs-archives-XLVIII-4-W7-2023-89-2023}
}
📜 License
Bulldozer is licensed under permissive Apache License 2.0. Please refer to the LICENSE file for more details.
🆘 Support
For issues, questions, or feature requests, please open an issue on our GitHub Issues page or check the documentation for additional resources.
🤝Contributing
We welcome contributions! Please read our Contributing Guidelines for details on how to get involved, including coding standards and submission processes.
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 Distribution
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 bulldozer_dtm-1.3.0.tar.gz.
File metadata
- Download URL: bulldozer_dtm-1.3.0.tar.gz
- Upload date:
- Size: 495.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e249b38d153c703d5db815770440c3344b5ae248e1aa807531b54d74db452944
|
|
| MD5 |
39fcf3a8c8b3d90922e37a7f2eff01c5
|
|
| BLAKE2b-256 |
358036d15719af7a37475f22b40c338cf74b66054d89ae6fe9b881d3ecd28570
|
Provenance
The following attestation bundles were made for bulldozer_dtm-1.3.0.tar.gz:
Publisher:
create-and-publish-wheel.yaml on CNES/bulldozer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
bulldozer_dtm-1.3.0.tar.gz -
Subject digest:
e249b38d153c703d5db815770440c3344b5ae248e1aa807531b54d74db452944 - Sigstore transparency entry: 1246576115
- Sigstore integration time:
-
Permalink:
CNES/bulldozer@70582a9185259ff849b6753f2e9afabab65d3fbd -
Branch / Tag:
refs/tags/v1.3.0 - Owner: https://github.com/CNES
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
create-and-publish-wheel.yaml@70582a9185259ff849b6753f2e9afabab65d3fbd -
Trigger Event:
push
-
Statement type:
File details
Details for the file bulldozer_dtm-1.3.0-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: bulldozer_dtm-1.3.0-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 731.1 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc977b06db6a1b20bc21ee23a2374c5698260543a82f49b7fa8930592cd201b4
|
|
| MD5 |
dc0b83ffa6e85579b96b5c50b37fba36
|
|
| BLAKE2b-256 |
901e95ff9060134ac07e266e224a1548568c232e705326a5e8e3390a13358682
|
Provenance
The following attestation bundles were made for bulldozer_dtm-1.3.0-cp313-cp313-win_amd64.whl:
Publisher:
create-and-publish-wheel.yaml on CNES/bulldozer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
bulldozer_dtm-1.3.0-cp313-cp313-win_amd64.whl -
Subject digest:
bc977b06db6a1b20bc21ee23a2374c5698260543a82f49b7fa8930592cd201b4 - Sigstore transparency entry: 1246576178
- Sigstore integration time:
-
Permalink:
CNES/bulldozer@70582a9185259ff849b6753f2e9afabab65d3fbd -
Branch / Tag:
refs/tags/v1.3.0 - Owner: https://github.com/CNES
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
create-and-publish-wheel.yaml@70582a9185259ff849b6753f2e9afabab65d3fbd -
Trigger Event:
push
-
Statement type:
File details
Details for the file bulldozer_dtm-1.3.0-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: bulldozer_dtm-1.3.0-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.0 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 |
85bead6fb96623fe6dbc0874b7ab551b1bd66626d4b43ce1d62e510f9d1d592c
|
|
| MD5 |
37b39cdeddef45fb8596351bc996153c
|
|
| BLAKE2b-256 |
ea61651c67c22b21aa74db1430f7e4c3f5eaeeddb5cfef79cb66fb874e985240
|
Provenance
The following attestation bundles were made for bulldozer_dtm-1.3.0-cp313-cp313-musllinux_1_2_x86_64.whl:
Publisher:
create-and-publish-wheel.yaml on CNES/bulldozer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
bulldozer_dtm-1.3.0-cp313-cp313-musllinux_1_2_x86_64.whl -
Subject digest:
85bead6fb96623fe6dbc0874b7ab551b1bd66626d4b43ce1d62e510f9d1d592c - Sigstore transparency entry: 1246576154
- Sigstore integration time:
-
Permalink:
CNES/bulldozer@70582a9185259ff849b6753f2e9afabab65d3fbd -
Branch / Tag:
refs/tags/v1.3.0 - Owner: https://github.com/CNES
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
create-and-publish-wheel.yaml@70582a9185259ff849b6753f2e9afabab65d3fbd -
Trigger Event:
push
-
Statement type:
File details
Details for the file bulldozer_dtm-1.3.0-cp313-cp313-musllinux_1_2_i686.whl.
File metadata
- Download URL: bulldozer_dtm-1.3.0-cp313-cp313-musllinux_1_2_i686.whl
- Upload date:
- Size: 3.0 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 |
1bf6dfbc38e706b4ec45d4e926bb063ed3ab4d81513385ac50c94255ecbe109c
|
|
| MD5 |
4e2bcc639877936069b091e9dcffb207
|
|
| BLAKE2b-256 |
1c33c6c30e1a6164538701980d632be57ee991ea98efb237c22d17d07c4f0d6f
|
Provenance
The following attestation bundles were made for bulldozer_dtm-1.3.0-cp313-cp313-musllinux_1_2_i686.whl:
Publisher:
create-and-publish-wheel.yaml on CNES/bulldozer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
bulldozer_dtm-1.3.0-cp313-cp313-musllinux_1_2_i686.whl -
Subject digest:
1bf6dfbc38e706b4ec45d4e926bb063ed3ab4d81513385ac50c94255ecbe109c - Sigstore transparency entry: 1246576123
- Sigstore integration time:
-
Permalink:
CNES/bulldozer@70582a9185259ff849b6753f2e9afabab65d3fbd -
Branch / Tag:
refs/tags/v1.3.0 - Owner: https://github.com/CNES
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
create-and-publish-wheel.yaml@70582a9185259ff849b6753f2e9afabab65d3fbd -
Trigger Event:
push
-
Statement type:
File details
Details for the file bulldozer_dtm-1.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: bulldozer_dtm-1.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.9 MB
- 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 |
592bb883af9e3752a285da081c877734af2a940c5b3e3de7334343124bbe8818
|
|
| MD5 |
a3d71e6c087d3282516f465b5fdef409
|
|
| BLAKE2b-256 |
6b9f930d4f36a46b9de99ff08d5bfe6fadb1eeb75e728d5072acec1664e7ed1a
|
Provenance
The following attestation bundles were made for bulldozer_dtm-1.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
create-and-publish-wheel.yaml on CNES/bulldozer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
bulldozer_dtm-1.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
592bb883af9e3752a285da081c877734af2a940c5b3e3de7334343124bbe8818 - Sigstore transparency entry: 1246576171
- Sigstore integration time:
-
Permalink:
CNES/bulldozer@70582a9185259ff849b6753f2e9afabab65d3fbd -
Branch / Tag:
refs/tags/v1.3.0 - Owner: https://github.com/CNES
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
create-and-publish-wheel.yaml@70582a9185259ff849b6753f2e9afabab65d3fbd -
Trigger Event:
push
-
Statement type:
File details
Details for the file bulldozer_dtm-1.3.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: bulldozer_dtm-1.3.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4bc7cf3f87dda3918c9d0fca2519319eaeacb48bd308e9236f70a0d4ba2dbf4f
|
|
| MD5 |
33f43fc50d50033a15a9fb8ff44dc01f
|
|
| BLAKE2b-256 |
b03c60145a9d4609b2321959793af470a69f8e4e3c7cf3ead26e8734f3850de6
|
Provenance
The following attestation bundles were made for bulldozer_dtm-1.3.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:
Publisher:
create-and-publish-wheel.yaml on CNES/bulldozer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
bulldozer_dtm-1.3.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl -
Subject digest:
4bc7cf3f87dda3918c9d0fca2519319eaeacb48bd308e9236f70a0d4ba2dbf4f - Sigstore transparency entry: 1246576184
- Sigstore integration time:
-
Permalink:
CNES/bulldozer@70582a9185259ff849b6753f2e9afabab65d3fbd -
Branch / Tag:
refs/tags/v1.3.0 - Owner: https://github.com/CNES
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
create-and-publish-wheel.yaml@70582a9185259ff849b6753f2e9afabab65d3fbd -
Trigger Event:
push
-
Statement type:
File details
Details for the file bulldozer_dtm-1.3.0-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: bulldozer_dtm-1.3.0-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 754.7 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 |
e55de1a00dc00aad6b2c50b718438d04e1d3fbba5d64f5d83cd4a53b40d719ad
|
|
| MD5 |
52213f869fa71a0b8ce8ed1e55d51294
|
|
| BLAKE2b-256 |
ef08ca740298a902e41572c058f6b9578362853f2ab70d9476695f2b6e3365ad
|
Provenance
The following attestation bundles were made for bulldozer_dtm-1.3.0-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
create-and-publish-wheel.yaml on CNES/bulldozer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
bulldozer_dtm-1.3.0-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
e55de1a00dc00aad6b2c50b718438d04e1d3fbba5d64f5d83cd4a53b40d719ad - Sigstore transparency entry: 1246576131
- Sigstore integration time:
-
Permalink:
CNES/bulldozer@70582a9185259ff849b6753f2e9afabab65d3fbd -
Branch / Tag:
refs/tags/v1.3.0 - Owner: https://github.com/CNES
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
create-and-publish-wheel.yaml@70582a9185259ff849b6753f2e9afabab65d3fbd -
Trigger Event:
push
-
Statement type:
File details
Details for the file bulldozer_dtm-1.3.0-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: bulldozer_dtm-1.3.0-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 731.6 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3cd4fdb9f8bde5bb0f55d12022c66a4fb5bfd84904a2ec9a94b5a8763b9efeaf
|
|
| MD5 |
55d40e9a318f682c3e673c6a374fe89a
|
|
| BLAKE2b-256 |
6642ca5353c617a021bbe4c50f399ad72c74efee91d7088d2fb5bca0446989de
|
Provenance
The following attestation bundles were made for bulldozer_dtm-1.3.0-cp312-cp312-win_amd64.whl:
Publisher:
create-and-publish-wheel.yaml on CNES/bulldozer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
bulldozer_dtm-1.3.0-cp312-cp312-win_amd64.whl -
Subject digest:
3cd4fdb9f8bde5bb0f55d12022c66a4fb5bfd84904a2ec9a94b5a8763b9efeaf - Sigstore transparency entry: 1246576126
- Sigstore integration time:
-
Permalink:
CNES/bulldozer@70582a9185259ff849b6753f2e9afabab65d3fbd -
Branch / Tag:
refs/tags/v1.3.0 - Owner: https://github.com/CNES
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
create-and-publish-wheel.yaml@70582a9185259ff849b6753f2e9afabab65d3fbd -
Trigger Event:
push
-
Statement type:
File details
Details for the file bulldozer_dtm-1.3.0-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: bulldozer_dtm-1.3.0-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.0 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 |
0d01ae70f1f158c73d55e3768aa1e1f6d89c74919d055816de98a693ddc152f2
|
|
| MD5 |
1cf4560f77430f00d81daf044667245b
|
|
| BLAKE2b-256 |
4cefb6ec784e0b96a4ca7d3addd4912e9e94ac5724830d5415fb499760515939
|
Provenance
The following attestation bundles were made for bulldozer_dtm-1.3.0-cp312-cp312-musllinux_1_2_x86_64.whl:
Publisher:
create-and-publish-wheel.yaml on CNES/bulldozer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
bulldozer_dtm-1.3.0-cp312-cp312-musllinux_1_2_x86_64.whl -
Subject digest:
0d01ae70f1f158c73d55e3768aa1e1f6d89c74919d055816de98a693ddc152f2 - Sigstore transparency entry: 1246576122
- Sigstore integration time:
-
Permalink:
CNES/bulldozer@70582a9185259ff849b6753f2e9afabab65d3fbd -
Branch / Tag:
refs/tags/v1.3.0 - Owner: https://github.com/CNES
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
create-and-publish-wheel.yaml@70582a9185259ff849b6753f2e9afabab65d3fbd -
Trigger Event:
push
-
Statement type:
File details
Details for the file bulldozer_dtm-1.3.0-cp312-cp312-musllinux_1_2_i686.whl.
File metadata
- Download URL: bulldozer_dtm-1.3.0-cp312-cp312-musllinux_1_2_i686.whl
- Upload date:
- Size: 3.1 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 |
c36f60eddfe367ef6e357582ccf7a9c1cbbec04f80f2382e1ca44e66020f3ea6
|
|
| MD5 |
c195ae7cf7b84ab5513eb462a1e34996
|
|
| BLAKE2b-256 |
e0f5d1c98f9b7441f171f651a958a1510d08d10fef2010fa05e8e0bea987cc60
|
Provenance
The following attestation bundles were made for bulldozer_dtm-1.3.0-cp312-cp312-musllinux_1_2_i686.whl:
Publisher:
create-and-publish-wheel.yaml on CNES/bulldozer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
bulldozer_dtm-1.3.0-cp312-cp312-musllinux_1_2_i686.whl -
Subject digest:
c36f60eddfe367ef6e357582ccf7a9c1cbbec04f80f2382e1ca44e66020f3ea6 - Sigstore transparency entry: 1246576168
- Sigstore integration time:
-
Permalink:
CNES/bulldozer@70582a9185259ff849b6753f2e9afabab65d3fbd -
Branch / Tag:
refs/tags/v1.3.0 - Owner: https://github.com/CNES
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
create-and-publish-wheel.yaml@70582a9185259ff849b6753f2e9afabab65d3fbd -
Trigger Event:
push
-
Statement type:
File details
Details for the file bulldozer_dtm-1.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: bulldozer_dtm-1.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.0 MB
- 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 |
d345a3914abcfdb586a77d810678f44bb6d0271dc193d8f3ac211c720b78cc67
|
|
| MD5 |
0c099e7f584a33ae78c58ee19a76bb3b
|
|
| BLAKE2b-256 |
5a49e3a27cdfcf8ee780155322f3f24f2c6da66ae6c9ec734f5ad75930b42a9f
|
Provenance
The following attestation bundles were made for bulldozer_dtm-1.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
create-and-publish-wheel.yaml on CNES/bulldozer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
bulldozer_dtm-1.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
d345a3914abcfdb586a77d810678f44bb6d0271dc193d8f3ac211c720b78cc67 - Sigstore transparency entry: 1246576180
- Sigstore integration time:
-
Permalink:
CNES/bulldozer@70582a9185259ff849b6753f2e9afabab65d3fbd -
Branch / Tag:
refs/tags/v1.3.0 - Owner: https://github.com/CNES
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
create-and-publish-wheel.yaml@70582a9185259ff849b6753f2e9afabab65d3fbd -
Trigger Event:
push
-
Statement type:
File details
Details for the file bulldozer_dtm-1.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: bulldozer_dtm-1.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d28821d0774cf7a43cae38a0f96794bc81359d8c924a27a0c2b50a8634f5c1bf
|
|
| MD5 |
ecebea263cfbd224b6674696b276f86f
|
|
| BLAKE2b-256 |
682317dd7066f7d9f98e0a576fdf8424e9795ae0c2c6aa2316c348c86194c42d
|
Provenance
The following attestation bundles were made for bulldozer_dtm-1.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:
Publisher:
create-and-publish-wheel.yaml on CNES/bulldozer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
bulldozer_dtm-1.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl -
Subject digest:
d28821d0774cf7a43cae38a0f96794bc81359d8c924a27a0c2b50a8634f5c1bf - Sigstore transparency entry: 1246576174
- Sigstore integration time:
-
Permalink:
CNES/bulldozer@70582a9185259ff849b6753f2e9afabab65d3fbd -
Branch / Tag:
refs/tags/v1.3.0 - Owner: https://github.com/CNES
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
create-and-publish-wheel.yaml@70582a9185259ff849b6753f2e9afabab65d3fbd -
Trigger Event:
push
-
Statement type:
File details
Details for the file bulldozer_dtm-1.3.0-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: bulldozer_dtm-1.3.0-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 756.5 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 |
f834a48505b18b139bd22bf078bfafdb6f12bf7ee2c853e58442a44f11585313
|
|
| MD5 |
0f7a746e718485672b801460638580e9
|
|
| BLAKE2b-256 |
7ad72161c34661cb904942f64930c439e5854654912dc7ba13934a83ced5c238
|
Provenance
The following attestation bundles were made for bulldozer_dtm-1.3.0-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
create-and-publish-wheel.yaml on CNES/bulldozer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
bulldozer_dtm-1.3.0-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
f834a48505b18b139bd22bf078bfafdb6f12bf7ee2c853e58442a44f11585313 - Sigstore transparency entry: 1246576118
- Sigstore integration time:
-
Permalink:
CNES/bulldozer@70582a9185259ff849b6753f2e9afabab65d3fbd -
Branch / Tag:
refs/tags/v1.3.0 - Owner: https://github.com/CNES
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
create-and-publish-wheel.yaml@70582a9185259ff849b6753f2e9afabab65d3fbd -
Trigger Event:
push
-
Statement type:
File details
Details for the file bulldozer_dtm-1.3.0-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: bulldozer_dtm-1.3.0-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 729.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91386dbed646a8c7cb29ab05aa952ba8cdeec148831f7f5f7c04536a5e892b7a
|
|
| MD5 |
781fc2d2104e89b0cba3b1044e2ef1b0
|
|
| BLAKE2b-256 |
cf1149135bbf1877fb86c9e7ba3caa428a48f6164ac639d18725d33409322376
|
Provenance
The following attestation bundles were made for bulldozer_dtm-1.3.0-cp311-cp311-win_amd64.whl:
Publisher:
create-and-publish-wheel.yaml on CNES/bulldozer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
bulldozer_dtm-1.3.0-cp311-cp311-win_amd64.whl -
Subject digest:
91386dbed646a8c7cb29ab05aa952ba8cdeec148831f7f5f7c04536a5e892b7a - Sigstore transparency entry: 1246576117
- Sigstore integration time:
-
Permalink:
CNES/bulldozer@70582a9185259ff849b6753f2e9afabab65d3fbd -
Branch / Tag:
refs/tags/v1.3.0 - Owner: https://github.com/CNES
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
create-and-publish-wheel.yaml@70582a9185259ff849b6753f2e9afabab65d3fbd -
Trigger Event:
push
-
Statement type:
File details
Details for the file bulldozer_dtm-1.3.0-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: bulldozer_dtm-1.3.0-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.0 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 |
3177cf607c28cc5e6eb3852acaf8825fd91b66d6d0f711d2bf4eb964473baac9
|
|
| MD5 |
896c0f77478d6ceb42dfe6c7ea36fc6c
|
|
| BLAKE2b-256 |
ba6f59cd71133a47a140f5afcfd8a3e460f876db3b9af55651c8a25e72b69d28
|
Provenance
The following attestation bundles were made for bulldozer_dtm-1.3.0-cp311-cp311-musllinux_1_2_x86_64.whl:
Publisher:
create-and-publish-wheel.yaml on CNES/bulldozer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
bulldozer_dtm-1.3.0-cp311-cp311-musllinux_1_2_x86_64.whl -
Subject digest:
3177cf607c28cc5e6eb3852acaf8825fd91b66d6d0f711d2bf4eb964473baac9 - Sigstore transparency entry: 1246576169
- Sigstore integration time:
-
Permalink:
CNES/bulldozer@70582a9185259ff849b6753f2e9afabab65d3fbd -
Branch / Tag:
refs/tags/v1.3.0 - Owner: https://github.com/CNES
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
create-and-publish-wheel.yaml@70582a9185259ff849b6753f2e9afabab65d3fbd -
Trigger Event:
push
-
Statement type:
File details
Details for the file bulldozer_dtm-1.3.0-cp311-cp311-musllinux_1_2_i686.whl.
File metadata
- Download URL: bulldozer_dtm-1.3.0-cp311-cp311-musllinux_1_2_i686.whl
- Upload date:
- Size: 3.1 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 |
bef7802e4715f5ba0eee1a04dfbb4ddb38a8aefe1cea76fd7d1e2e038caf09c6
|
|
| MD5 |
0c1a850f2203949d2290195345b090ac
|
|
| BLAKE2b-256 |
7268192b67295c7bf461ef5ecf885b14bcb9e8dddc3c13e7eb81b16c5abd20e1
|
Provenance
The following attestation bundles were made for bulldozer_dtm-1.3.0-cp311-cp311-musllinux_1_2_i686.whl:
Publisher:
create-and-publish-wheel.yaml on CNES/bulldozer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
bulldozer_dtm-1.3.0-cp311-cp311-musllinux_1_2_i686.whl -
Subject digest:
bef7802e4715f5ba0eee1a04dfbb4ddb38a8aefe1cea76fd7d1e2e038caf09c6 - Sigstore transparency entry: 1246576157
- Sigstore integration time:
-
Permalink:
CNES/bulldozer@70582a9185259ff849b6753f2e9afabab65d3fbd -
Branch / Tag:
refs/tags/v1.3.0 - Owner: https://github.com/CNES
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
create-and-publish-wheel.yaml@70582a9185259ff849b6753f2e9afabab65d3fbd -
Trigger Event:
push
-
Statement type:
File details
Details for the file bulldozer_dtm-1.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: bulldozer_dtm-1.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.0 MB
- 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 |
01f420d2e3bb44b3001f5f3168568e756edaaa23a8d16695cba9dc77db7bd9ec
|
|
| MD5 |
2ba5be17395bd6fdbba273f01412f772
|
|
| BLAKE2b-256 |
17d34357da548dd74e88a1e241d6643c1621b7a190f176b0b7227be5e8c58997
|
Provenance
The following attestation bundles were made for bulldozer_dtm-1.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
create-and-publish-wheel.yaml on CNES/bulldozer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
bulldozer_dtm-1.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
01f420d2e3bb44b3001f5f3168568e756edaaa23a8d16695cba9dc77db7bd9ec - Sigstore transparency entry: 1246576140
- Sigstore integration time:
-
Permalink:
CNES/bulldozer@70582a9185259ff849b6753f2e9afabab65d3fbd -
Branch / Tag:
refs/tags/v1.3.0 - Owner: https://github.com/CNES
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
create-and-publish-wheel.yaml@70582a9185259ff849b6753f2e9afabab65d3fbd -
Trigger Event:
push
-
Statement type:
File details
Details for the file bulldozer_dtm-1.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: bulldozer_dtm-1.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91c9e7de5a54398ceafcb16b40e638a80cd7c1eee9582bda43f3218ba770b7c4
|
|
| MD5 |
983fcd72105b49b2770cb58208744313
|
|
| BLAKE2b-256 |
cd697281124119f7670ed485ca2476add53ba4e008e122e9e359d49fb0158572
|
Provenance
The following attestation bundles were made for bulldozer_dtm-1.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:
Publisher:
create-and-publish-wheel.yaml on CNES/bulldozer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
bulldozer_dtm-1.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl -
Subject digest:
91c9e7de5a54398ceafcb16b40e638a80cd7c1eee9582bda43f3218ba770b7c4 - Sigstore transparency entry: 1246576144
- Sigstore integration time:
-
Permalink:
CNES/bulldozer@70582a9185259ff849b6753f2e9afabab65d3fbd -
Branch / Tag:
refs/tags/v1.3.0 - Owner: https://github.com/CNES
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
create-and-publish-wheel.yaml@70582a9185259ff849b6753f2e9afabab65d3fbd -
Trigger Event:
push
-
Statement type:
File details
Details for the file bulldozer_dtm-1.3.0-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: bulldozer_dtm-1.3.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 754.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 |
df2d542c8ea683268ba3707699e2620a997191a8f2e67803d4450da8f0901914
|
|
| MD5 |
3dce78b983ca0d0b4bda9460ffa70bee
|
|
| BLAKE2b-256 |
1edfde5533f8369184f505598dc96842f774746de7a6e5004f2213f23941e7ad
|
Provenance
The following attestation bundles were made for bulldozer_dtm-1.3.0-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
create-and-publish-wheel.yaml on CNES/bulldozer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
bulldozer_dtm-1.3.0-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
df2d542c8ea683268ba3707699e2620a997191a8f2e67803d4450da8f0901914 - Sigstore transparency entry: 1246576164
- Sigstore integration time:
-
Permalink:
CNES/bulldozer@70582a9185259ff849b6753f2e9afabab65d3fbd -
Branch / Tag:
refs/tags/v1.3.0 - Owner: https://github.com/CNES
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
create-and-publish-wheel.yaml@70582a9185259ff849b6753f2e9afabab65d3fbd -
Trigger Event:
push
-
Statement type:
File details
Details for the file bulldozer_dtm-1.3.0-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: bulldozer_dtm-1.3.0-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 729.8 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 |
ec716901cb1598d00776258056efe6ee5e42989d45cd614bacbcc71072cc0f3e
|
|
| MD5 |
58a81a189d074090bce17f7d02475e33
|
|
| BLAKE2b-256 |
0655b491e2278fcb3a678180c0c9c6b7b7073e0d8cdad0183877a74644b00ed1
|
Provenance
The following attestation bundles were made for bulldozer_dtm-1.3.0-cp310-cp310-win_amd64.whl:
Publisher:
create-and-publish-wheel.yaml on CNES/bulldozer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
bulldozer_dtm-1.3.0-cp310-cp310-win_amd64.whl -
Subject digest:
ec716901cb1598d00776258056efe6ee5e42989d45cd614bacbcc71072cc0f3e - Sigstore transparency entry: 1246576161
- Sigstore integration time:
-
Permalink:
CNES/bulldozer@70582a9185259ff849b6753f2e9afabab65d3fbd -
Branch / Tag:
refs/tags/v1.3.0 - Owner: https://github.com/CNES
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
create-and-publish-wheel.yaml@70582a9185259ff849b6753f2e9afabab65d3fbd -
Trigger Event:
push
-
Statement type:
File details
Details for the file bulldozer_dtm-1.3.0-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: bulldozer_dtm-1.3.0-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 2.9 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 |
3703ee2ba49606f330a4db1e03dc6c9805a207f54c82bdf5a13d3df3c2744124
|
|
| MD5 |
452fd13251fcf8f2e989e0cfc7d7f788
|
|
| BLAKE2b-256 |
b1e9caf16c2a6d22f9919485a131e5f1ad2e098b68de5f72832a681d25d6bdc6
|
Provenance
The following attestation bundles were made for bulldozer_dtm-1.3.0-cp310-cp310-musllinux_1_2_x86_64.whl:
Publisher:
create-and-publish-wheel.yaml on CNES/bulldozer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
bulldozer_dtm-1.3.0-cp310-cp310-musllinux_1_2_x86_64.whl -
Subject digest:
3703ee2ba49606f330a4db1e03dc6c9805a207f54c82bdf5a13d3df3c2744124 - Sigstore transparency entry: 1246576139
- Sigstore integration time:
-
Permalink:
CNES/bulldozer@70582a9185259ff849b6753f2e9afabab65d3fbd -
Branch / Tag:
refs/tags/v1.3.0 - Owner: https://github.com/CNES
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
create-and-publish-wheel.yaml@70582a9185259ff849b6753f2e9afabab65d3fbd -
Trigger Event:
push
-
Statement type:
File details
Details for the file bulldozer_dtm-1.3.0-cp310-cp310-musllinux_1_2_i686.whl.
File metadata
- Download URL: bulldozer_dtm-1.3.0-cp310-cp310-musllinux_1_2_i686.whl
- Upload date:
- Size: 3.0 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 |
cb796ae9d8a05177b81bc53fefebcf6ab4027f30f9b721383f0eba11071b01a6
|
|
| MD5 |
0930689253553b90e16e05e89bdcdc9f
|
|
| BLAKE2b-256 |
481f9dad787ff0d123ed42433d0c95117064ef0e1d6c269fc6ddacd2b1423e8f
|
Provenance
The following attestation bundles were made for bulldozer_dtm-1.3.0-cp310-cp310-musllinux_1_2_i686.whl:
Publisher:
create-and-publish-wheel.yaml on CNES/bulldozer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
bulldozer_dtm-1.3.0-cp310-cp310-musllinux_1_2_i686.whl -
Subject digest:
cb796ae9d8a05177b81bc53fefebcf6ab4027f30f9b721383f0eba11071b01a6 - Sigstore transparency entry: 1246576136
- Sigstore integration time:
-
Permalink:
CNES/bulldozer@70582a9185259ff849b6753f2e9afabab65d3fbd -
Branch / Tag:
refs/tags/v1.3.0 - Owner: https://github.com/CNES
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
create-and-publish-wheel.yaml@70582a9185259ff849b6753f2e9afabab65d3fbd -
Trigger Event:
push
-
Statement type:
File details
Details for the file bulldozer_dtm-1.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: bulldozer_dtm-1.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.9 MB
- 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 |
7cf94c7ea53ff2a49a3070f36382391f6ffbcb9d33d2cff4a0c03fbe8a70869c
|
|
| MD5 |
fde327c96733f0d7e6f5f4201547d532
|
|
| BLAKE2b-256 |
1da001f14384312f1023b8b9d6a72dd02c68fca7370478fe612572bf4f7441d4
|
Provenance
The following attestation bundles were made for bulldozer_dtm-1.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
create-and-publish-wheel.yaml on CNES/bulldozer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
bulldozer_dtm-1.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
7cf94c7ea53ff2a49a3070f36382391f6ffbcb9d33d2cff4a0c03fbe8a70869c - Sigstore transparency entry: 1246576148
- Sigstore integration time:
-
Permalink:
CNES/bulldozer@70582a9185259ff849b6753f2e9afabab65d3fbd -
Branch / Tag:
refs/tags/v1.3.0 - Owner: https://github.com/CNES
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
create-and-publish-wheel.yaml@70582a9185259ff849b6753f2e9afabab65d3fbd -
Trigger Event:
push
-
Statement type:
File details
Details for the file bulldozer_dtm-1.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: bulldozer_dtm-1.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
997975ce6d78663d10553e011dca1a20b472c0bc82f394610e9e9f3c39d280a0
|
|
| MD5 |
1974aac7639b15b58b8dc1e941b7de19
|
|
| BLAKE2b-256 |
2637c0f4db01c633703d09e8e51095b09968018436e2fc335a72bcb8b89cb9b7
|
Provenance
The following attestation bundles were made for bulldozer_dtm-1.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:
Publisher:
create-and-publish-wheel.yaml on CNES/bulldozer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
bulldozer_dtm-1.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl -
Subject digest:
997975ce6d78663d10553e011dca1a20b472c0bc82f394610e9e9f3c39d280a0 - Sigstore transparency entry: 1246576151
- Sigstore integration time:
-
Permalink:
CNES/bulldozer@70582a9185259ff849b6753f2e9afabab65d3fbd -
Branch / Tag:
refs/tags/v1.3.0 - Owner: https://github.com/CNES
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
create-and-publish-wheel.yaml@70582a9185259ff849b6753f2e9afabab65d3fbd -
Trigger Event:
push
-
Statement type:
File details
Details for the file bulldozer_dtm-1.3.0-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: bulldozer_dtm-1.3.0-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 755.5 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 |
f72c7d6e64f9a49349fa9a1b5b2015dffc4767f334a2ab7388f3584fdd23f8af
|
|
| MD5 |
b6e2b7ca155c57d0bcad6ddffa8af256
|
|
| BLAKE2b-256 |
aa6debd784e4f1de957bd04f2f6478084cabdda685ca3610e11c2f01b6684ba7
|
Provenance
The following attestation bundles were made for bulldozer_dtm-1.3.0-cp310-cp310-macosx_11_0_arm64.whl:
Publisher:
create-and-publish-wheel.yaml on CNES/bulldozer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
bulldozer_dtm-1.3.0-cp310-cp310-macosx_11_0_arm64.whl -
Subject digest:
f72c7d6e64f9a49349fa9a1b5b2015dffc4767f334a2ab7388f3584fdd23f8af - Sigstore transparency entry: 1246576129
- Sigstore integration time:
-
Permalink:
CNES/bulldozer@70582a9185259ff849b6753f2e9afabab65d3fbd -
Branch / Tag:
refs/tags/v1.3.0 - Owner: https://github.com/CNES
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
create-and-publish-wheel.yaml@70582a9185259ff849b6753f2e9afabab65d3fbd -
Trigger Event:
push
-
Statement type: