Skip to main content

Bulldozer is a DTM extraction tool requiring only a DSM as input

Project description

Bulldozer, a DTM extraction tool that requires only a DSM as input.

pypi docker contributions welcome license

Overview

demo

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.

Quick Start

Installation

You can install Bulldozer by running the following command:

pip install bulldozer-dtm

Or you can clone the github repository and use the Makefile:

# Clone the project
git clone https://github.com/CNES/bulldozer.git
cd bulldozer/

# Create the virtual environment and install required depencies
make install

# Activate the virtual env
source bulldozer_venv/bin/activate

Run Bulldozer

There are different ways to launch Bulldozer:

  1. Using the CLI (Command Line Interface) - Run the folowing command line after updating the parameters input_dsm.tif and output_dir:
bulldozer -dsm input_dsm.tif -out output_dir

You can also add optional parameters such as -dhm, please refer to the helper (bulldozer -h) command to see all the options.

✅ Done! Your DTM is available in the output_dir.

  1. Using the Python API - You can directly provide the input parameters to the dsm_to_dtm function:
from bulldozer.pipeline.bulldozer_pipeline 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.

  1. 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:

docker run --user $(id -u):$(id -g) -v <path>:/data cnes/bulldozer:latest /data/<conf>.yaml

⚠️ You have to change the <path> to provide a valide absolute path to a directory where the input data are stored and where Bulldozer will write the ouput DTM. You also have to provide a configuration file (and rename <conf>.yaml in the command line) in this directory with an ouput_dir value using the data folder given to docker, e.g.: output_dir : "/data/outputdir".

License

Bulldozer is licensed under Apache License v2.0. Please refer to the LICENSE file for more details.

Citation

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}
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bulldozer_dtm-1.2.0.tar.gz (489.2 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

bulldozer_dtm-1.2.0-cp313-cp313-win_amd64.whl (252.5 kB view details)

Uploaded CPython 3.13Windows x86-64

bulldozer_dtm-1.2.0-cp313-cp313-win32.whl (216.5 kB view details)

Uploaded CPython 3.13Windows x86

bulldozer_dtm-1.2.0-cp313-cp313-musllinux_1_2_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

bulldozer_dtm-1.2.0-cp313-cp313-musllinux_1_2_i686.whl (2.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

bulldozer_dtm-1.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

bulldozer_dtm-1.2.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

bulldozer_dtm-1.2.0-cp313-cp313-macosx_11_0_arm64.whl (278.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

bulldozer_dtm-1.2.0-cp312-cp312-win_amd64.whl (253.0 kB view details)

Uploaded CPython 3.12Windows x86-64

bulldozer_dtm-1.2.0-cp312-cp312-win32.whl (216.7 kB view details)

Uploaded CPython 3.12Windows x86

bulldozer_dtm-1.2.0-cp312-cp312-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

bulldozer_dtm-1.2.0-cp312-cp312-musllinux_1_2_i686.whl (2.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

bulldozer_dtm-1.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

bulldozer_dtm-1.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

bulldozer_dtm-1.2.0-cp312-cp312-macosx_11_0_arm64.whl (280.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

bulldozer_dtm-1.2.0-cp311-cp311-win_amd64.whl (251.3 kB view details)

Uploaded CPython 3.11Windows x86-64

bulldozer_dtm-1.2.0-cp311-cp311-win32.whl (216.4 kB view details)

Uploaded CPython 3.11Windows x86

bulldozer_dtm-1.2.0-cp311-cp311-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

bulldozer_dtm-1.2.0-cp311-cp311-musllinux_1_2_i686.whl (2.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

bulldozer_dtm-1.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

bulldozer_dtm-1.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

bulldozer_dtm-1.2.0-cp311-cp311-macosx_11_0_arm64.whl (278.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

bulldozer_dtm-1.2.0-cp310-cp310-win_amd64.whl (251.6 kB view details)

Uploaded CPython 3.10Windows x86-64

bulldozer_dtm-1.2.0-cp310-cp310-win32.whl (217.8 kB view details)

Uploaded CPython 3.10Windows x86

bulldozer_dtm-1.2.0-cp310-cp310-musllinux_1_2_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

bulldozer_dtm-1.2.0-cp310-cp310-musllinux_1_2_i686.whl (2.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

bulldozer_dtm-1.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

bulldozer_dtm-1.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

bulldozer_dtm-1.2.0-cp310-cp310-macosx_11_0_arm64.whl (279.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

bulldozer_dtm-1.2.0-cp39-cp39-win_amd64.whl (252.6 kB view details)

Uploaded CPython 3.9Windows x86-64

bulldozer_dtm-1.2.0-cp39-cp39-win32.whl (218.6 kB view details)

Uploaded CPython 3.9Windows x86

bulldozer_dtm-1.2.0-cp39-cp39-musllinux_1_2_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

bulldozer_dtm-1.2.0-cp39-cp39-musllinux_1_2_i686.whl (2.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

bulldozer_dtm-1.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

bulldozer_dtm-1.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

bulldozer_dtm-1.2.0-cp39-cp39-macosx_11_0_arm64.whl (280.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

bulldozer_dtm-1.2.0-cp38-cp38-win_amd64.whl (255.4 kB view details)

Uploaded CPython 3.8Windows x86-64

bulldozer_dtm-1.2.0-cp38-cp38-win32.whl (221.4 kB view details)

Uploaded CPython 3.8Windows x86

bulldozer_dtm-1.2.0-cp38-cp38-musllinux_1_2_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

bulldozer_dtm-1.2.0-cp38-cp38-musllinux_1_2_i686.whl (2.6 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

bulldozer_dtm-1.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

bulldozer_dtm-1.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

bulldozer_dtm-1.2.0-cp38-cp38-macosx_11_0_arm64.whl (287.7 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

Details for the file bulldozer_dtm-1.2.0.tar.gz.

File metadata

  • Download URL: bulldozer_dtm-1.2.0.tar.gz
  • Upload date:
  • Size: 489.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bulldozer_dtm-1.2.0.tar.gz
Algorithm Hash digest
SHA256 3329b9f50e59af0c071eb7ab4879bed68bfa7fd26f7328359d51eca418970e34
MD5 8554a9f764299d05d110b92f0a62e178
BLAKE2b-256 e99cba9521d0e8678a2208ecb6ced30974eb2f8030b99180da91c8903b6d65e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0.tar.gz:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b53d4bddda0c2615f8ba3e3657e1f5b914c0c57a317e23a99ecde02ab1ef3108
MD5 9ca223d7902d71f7507980cac79b13e7
BLAKE2b-256 5165d9f4522d6e006a71c87af1eebd387f76378876a2e57b10cbbb9b0d32809b

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0-cp313-cp313-win_amd64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: bulldozer_dtm-1.2.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 216.5 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bulldozer_dtm-1.2.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 e962d2bccc11113d3c8c9c29f24a4ee136214c1b8adf964f234fb2fb144713a4
MD5 63348304e6499216aeb368f20cf94fe7
BLAKE2b-256 4516cba89fa5c696afce0a9c2e0d6065caced2d3a0c6abb1659e3e95b089a05d

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0-cp313-cp313-win32.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 913cf208b2fce53cd46b06dc03359c100a01053c193f7ef72db5fd8b17dce4d2
MD5 5a3ddecc97d55849144ef35e296ce6ca
BLAKE2b-256 b19e5fe0923a68ccfc9b3dc58046e6f35541e56f2f75d7c4c391f46d77f0683c

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 98fe413ea7d71a4bbac00ff7b25af0024f91877c2abf0e311d6cb72f95bf3da9
MD5 09d63c3091ce8565d14af2d339b9f05c
BLAKE2b-256 26efeb95630b0efa777593ae5569755bf72e233b50cf76cda561ea01bef04fb9

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fa8ff9427e75a0ab1e14e90c2ab4258226196878b00c92cc96a0708ba7af6ebd
MD5 dfb9962936208d8076984b52bce01435
BLAKE2b-256 ca14b1c8b1685192cc086a5e576dc53416b602d041062cfea51c15c0524718c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4a4a20277989a5bebeecd9a729841c9c88b12f85c4a9293dad8b9d2c2d9bbb4c
MD5 4424d47e4f5b4031491bd3cd0ce4c349
BLAKE2b-256 5ce24aeba367e99e656ba33bde46c2f2cef67f4e426bdfc169e2e6d6d6b75b68

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3bbe9e505e86f6f104159701c635bd842243b0b829378632ff8cbc756cf8c696
MD5 67ea57d0688d367be7d95ab87177941e
BLAKE2b-256 491d1dff211ae535f8316f999cf3133ad88d948d86b90d3699a94d372ede09db

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a89354c022ec4262aaa278cac61288abaa5166fdb9427bfe1659a8741011f744
MD5 f7b64cfb20c4986bd9b9dbc9c9a0a834
BLAKE2b-256 1deaf5021e25917deb8f9d17724542dcbbb2e9700a007a374667e5a4e287b512

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0-cp312-cp312-win_amd64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: bulldozer_dtm-1.2.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 216.7 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bulldozer_dtm-1.2.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 1e341251999ad59563e74285dacd4554aa60893238c7d1a2c7fead14a731e424
MD5 0978f10dbc11f8f2c05ac6a2f5e30954
BLAKE2b-256 e8ab9ebf9490eb94bac13a80338649e43dc76ac89b78449143ba6bc1084f841e

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0-cp312-cp312-win32.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4dae4c272a587f6d7a144578e879f1cc685e7727c7362a2b0ce30920381b6e2a
MD5 1b5763eeff93f6d2105220c1674869d1
BLAKE2b-256 f6e3dda36ac1e32a901da3f9e2b9df94ab14802dea5d40d416c404f8341b1175

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6c55c327a8a00fc26764a4a1717079f937f811ad9382648be1f8b43728ad1f03
MD5 046614327c74b572cf9fdcb38bf53a6f
BLAKE2b-256 06a28fbc03ce4c108fb7bd0bb541ec2ccab3356f3885f64cc46f95f585e5053b

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 06307010232dda3ed54b9e3a5478de518d181ed7923765b654e9761aca7e14c9
MD5 2a84e263542351a37036bef99574630e
BLAKE2b-256 0ddcf241c730a0194bb87ab99fa507256e16772d7757dab4a1f5939c4681a811

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4df71dfd7fad3deb8d9b9d4101d7738dcf07f1a3a27779060b560c00ab102bc5
MD5 d94e048b07da9d2b52f2c4b01ca720df
BLAKE2b-256 3d3be95eff450c619d8ca2d685f6122ab3611097c8133a308df88a126917b9b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 45d092b0bdee65f9d5c892f97a26a9a284170d9e8efef39e3e1e5a827c180a56
MD5 513453d743bb7ce14ed7bcf180010d43
BLAKE2b-256 ec2a3c658cee3392a4e56bb3e3825cbe068d564e15b699c8425b9097437e65f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ad01524804a5bdbef6144c84e78c90b57fe3b841e78a3ed51b9b4e248acbce6a
MD5 2461a8f51ae3a6227a3c003150a1733f
BLAKE2b-256 8330ed6bbc46ad8094ccae08b55b454e5318ae76f183ad59b960c37a6838193c

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0-cp311-cp311-win_amd64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: bulldozer_dtm-1.2.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 216.4 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bulldozer_dtm-1.2.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 5d4a2d2197fcb8fe4d270d620af5e7d0caa861cf0ca38a0c2b98e8bf2dec14ca
MD5 94ac12d0c22d143e26e6eead78e34441
BLAKE2b-256 280828b41d30e1f56cc862f86da7abb171fb33208396d06a6999d4996bebcba7

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0-cp311-cp311-win32.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 462ed4cf3853cc73d65744d78fd279e600017578c220427f6c9311d88de918e9
MD5 a5c461e23e559bd0d9ab2dc0e534a272
BLAKE2b-256 b578aa9977ed015b855bfc00dd89d81c65ee1ce8ea25409f1012dbe38f2b9be4

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1a2a29a6ecb256102fa9920be8845052e28801a064f58996e21829bdc6d97b8e
MD5 d0262f5af2ec092b9ea718ea0acd2fe1
BLAKE2b-256 9e65594c1b9fab981a2ec9db6b0125ffe69f6ad16d9de2a49970d0635b4bbf04

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ad25a521a1ed49f6654e6ec7052ac31404975011ce1a79cafbfefdc0b933a538
MD5 7a51df4cdbdb81259204ea14b3ced765
BLAKE2b-256 f272ad3d453c16b23360f4f02cfe13b91f67c02079331b2500968aac6b0e48b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c7a592ef345f51ac24313139bc1152e7d17070c00e48fcaa836f3bdbabcf6d76
MD5 efa54b6d23dacec2c9cd9aced05e92df
BLAKE2b-256 b2d0d1fddb9289184b5ff30f14bd8c6a96bfa092ecdbf4309b608b680739ab88

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9f05ed840f04aa05abc702cf1d8cef7f9ff71446f57d22237cfe63791feae371
MD5 e81dae69e81eaf00544e72a6dcea4bee
BLAKE2b-256 9fca1b861021e94b56c46e8840c002797c4d39e932818c93f714fd972b761569

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e78850f4bb596ad0dd02704664795c71fa7ff9efa8239f76e3d7d3e0b0402b77
MD5 25b88413161ca8f64ed5d6ee6736de03
BLAKE2b-256 ea2380a7fe221ed2d62a0425f4acecb39df3f8b2cff18d9781e3a83b7221980e

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0-cp310-cp310-win_amd64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: bulldozer_dtm-1.2.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 217.8 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bulldozer_dtm-1.2.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 3e9644bf418c5694c8c45548193625890c078ff683d619f3c96f142e07f86955
MD5 0c7e44825505445aff2f9d5e1848b5e2
BLAKE2b-256 418df630dc965da321da5bc5780ff90d9f043dcedd062e62476ab2079153b0b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0-cp310-cp310-win32.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a9f50de5d1179d4f321bab76bbfa62a79d02d84c6fee1161f0bdc5aa74081473
MD5 1287f03febb410bef6e58c17a3e2a669
BLAKE2b-256 12ab3612cf4846b86fadbfb511688162d88909d45006964002046a8b857ecdbd

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7e5b47583f088e2c692775bb10b12d28333908e046edd8d55e1fd72901b484c5
MD5 a65a383e78b0beeabddb748e0e2897b2
BLAKE2b-256 512ed3295f83577229395d98f0debacd12445f1ab1c11356148455b4d282f7fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ec892c8ec850292042df82408e69a2c2e427b77db0e490900c89f0dc03cc931e
MD5 0044aec384926321f793ba009dae5de1
BLAKE2b-256 87ce8b5d1dcad74d9d7659274f3d0943cc6d1e43934fd24e890cf74f2ad5edb3

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 71cc1969b3c7b15273243b0b6b0ca8888695c4546cf57cbe325676ac0b64e456
MD5 f32abfc21aa5ff805e087f1b8c5efa9a
BLAKE2b-256 e51eec221a4ae445013fbc1844c49506901bbf2d591ea02ec4790f0217550352

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9d4f4041694ae6db6b39f51b92f4968868c711d5ecaa99cfefa2a066c35de3c2
MD5 1dbe936221ea15e4cebc04543d6b5366
BLAKE2b-256 9cadc0385a5ec0d62e6d6934062cafbe633043afa7ba7af8ed45e4efdeed62a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 99bca5bd2332ce60fbbc213d28229bbce72d35d819e122087bb3b00f3cb3c498
MD5 796ce75dc1db8d314793da162cc99f9d
BLAKE2b-256 8c05afe577815d47b392ab663b93dbaa5e8a36eb7ad2c7f82fb65d779b015f81

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0-cp39-cp39-win_amd64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: bulldozer_dtm-1.2.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 218.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

Hashes for bulldozer_dtm-1.2.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 34c5d0d21408fac4394867f289e9c65f02bae065c16a96bd7a3224b1e2636913
MD5 a568777f1ca2e25c0cdbacd4e33d339d
BLAKE2b-256 b4be3e440f6ee57f6f1b87c74f6eacefff88c076f00cf0ca9d9675837aeaf456

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0-cp39-cp39-win32.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f74a5166fa6f2d9c5e52cc64952893ba55fe3d542b225df33e4a336c78f09cc8
MD5 785a7e58c5c5ecbfffc4e36902c2e6f2
BLAKE2b-256 d08f756ca3a47584ecfd73cb9a0485613430ed9d0953e09b539c5b396a7e0568

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fe8305703409628fb10417c7b18f09be18138b2b16d8b5c84c71b2953299d112
MD5 b045a4b67301733cb06e329d1e397be6
BLAKE2b-256 4c3e9b2b5b61e45b19318b9b250687d30db32705411fb8db2292d581409688f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9d89b0e41b7dfed24ba600c0a8f4419abb8d5fee274f3caa241bfa221e2fc388
MD5 e5dd2611dbe9f331ffbbaba4dca647b2
BLAKE2b-256 5cb2299df9d19fba0b26f3ae27556a85da042200fab18f9d75bdc68ac43733bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 379360605343f77efa401cdbcc291462db10733a7d9f2f9161e94bb2aa34d757
MD5 80228eff91d27739dc6839392430507b
BLAKE2b-256 635b4c5e8b8551b257cda586433817bbe4479c24c178e9c1181ff1d45ff59bce

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a2a1c31566d04951f51cc3d62cdd39bf6f1c59ba684dd46446d2cec18938dc94
MD5 5e2a452ee221a9be6e18529dce06ecb8
BLAKE2b-256 e5a48f8638c1115535201460ff9c3d44e68c6f51be1853b90689aeba7637c0d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 9590898c25b90d4ff8c95bb405dc198258327b9f76e76497ee4baca388dccd72
MD5 e7f9b08cdde6356160a6a339c8fb2766
BLAKE2b-256 6dd6e790e087aaa7159e900865243a6e263e0c7742d7f554822846069447a1ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0-cp38-cp38-win_amd64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: bulldozer_dtm-1.2.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 221.4 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bulldozer_dtm-1.2.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 7f21ebd1930c622ba046636b36bedfa2722a5144183fc2cb523bc426b182394d
MD5 fce32156b8bf9be9631a53fc8306b942
BLAKE2b-256 17d63480931a82f962df63079b2731cf9b7b82ad8efa1e1950ccea9f85b27f56

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0-cp38-cp38-win32.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4e0fc4832cf3f635ccd6a5322f76a26b3267dce8364943594fcd526f3e8805b3
MD5 5cb322daf51983177a32397dbd556042
BLAKE2b-256 d1316be16442d75784aecffd24d520d411061323ac3c32f9a97d0baffb0369a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c812908bc13bb496fa92deeecaf8b5cb5e1964f11d8cdfa15425878a6b0ba735
MD5 1162f48f55fe9c4ade9e75c19520cd6c
BLAKE2b-256 0fd900a0992310b76618588b8550a745b4998830dd0e64f788f265e5f8a3303a

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0-cp38-cp38-musllinux_1_2_i686.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 34a50d6119a1d60b69102fb73eee98be41e46fa5e2de627a7e46b46e0b3042f5
MD5 cfac69a83fa3b7c6b83971907da8ba17
BLAKE2b-256 bbeaf1100c780b300142b8514294c96b1c9fb417e837f6fc960af37f077f8d11

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a24be7322f42ea336c64db0a3761544ad4cd608a62e95076982a3d79e5c49824
MD5 86fa1c98cc151b9112e2f190af4f8b26
BLAKE2b-256 607ceb96d4d618a0af824b085f3135ed80ee66518a42dbcbefd9fc543cc9019b

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bulldozer_dtm-1.2.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.2.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e6e130e0f898f12b2f0961401be0d444ddeae1a32bf599026b97b0ef45be590f
MD5 3e4ee2b29acc925416595ff38b08264d
BLAKE2b-256 9c9d33d61120bfc8d4aa180d59a6d60503a71ce485541a1da04ab6572a4f8913

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.2.0-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: create-and-publish-wheel.yaml on CNES/bulldozer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page