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

Docker Status

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) --shm-size=10gb -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". If you want to run Bulldozer on a huge DSM, please improve the shared memory value of the command line (--shm-size) argument.

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.1.1.tar.gz (460.6 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.1.1-cp313-cp313-win_amd64.whl (269.2 kB view details)

Uploaded CPython 3.13Windows x86-64

bulldozer_dtm-1.1.1-cp313-cp313-win32.whl (235.6 kB view details)

Uploaded CPython 3.13Windows x86

bulldozer_dtm-1.1.1-cp313-cp313-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

bulldozer_dtm-1.1.1-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.1.1-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.1.1-cp313-cp313-macosx_11_0_arm64.whl (280.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

bulldozer_dtm-1.1.1-cp313-cp313-macosx_10_13_x86_64.whl (296.6 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

bulldozer_dtm-1.1.1-cp312-cp312-win_amd64.whl (269.9 kB view details)

Uploaded CPython 3.12Windows x86-64

bulldozer_dtm-1.1.1-cp312-cp312-win32.whl (235.8 kB view details)

Uploaded CPython 3.12Windows x86

bulldozer_dtm-1.1.1-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.1.1-cp312-cp312-musllinux_1_2_i686.whl (2.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

bulldozer_dtm-1.1.1-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.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.5 MB view details)

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

bulldozer_dtm-1.1.1-cp312-cp312-macosx_11_0_arm64.whl (283.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

bulldozer_dtm-1.1.1-cp312-cp312-macosx_10_13_x86_64.whl (299.8 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

bulldozer_dtm-1.1.1-cp311-cp311-win_amd64.whl (268.6 kB view details)

Uploaded CPython 3.11Windows x86-64

bulldozer_dtm-1.1.1-cp311-cp311-win32.whl (234.8 kB view details)

Uploaded CPython 3.11Windows x86

bulldozer_dtm-1.1.1-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.1.1-cp311-cp311-musllinux_1_2_i686.whl (2.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

bulldozer_dtm-1.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

bulldozer_dtm-1.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.5 MB view details)

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

bulldozer_dtm-1.1.1-cp311-cp311-macosx_11_0_arm64.whl (281.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

bulldozer_dtm-1.1.1-cp311-cp311-macosx_10_9_x86_64.whl (295.2 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

bulldozer_dtm-1.1.1-cp310-cp310-win_amd64.whl (268.5 kB view details)

Uploaded CPython 3.10Windows x86-64

bulldozer_dtm-1.1.1-cp310-cp310-win32.whl (235.8 kB view details)

Uploaded CPython 3.10Windows x86

bulldozer_dtm-1.1.1-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.1.1-cp310-cp310-musllinux_1_2_i686.whl (2.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

bulldozer_dtm-1.1.1-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.1.1-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.1.1-cp310-cp310-macosx_11_0_arm64.whl (281.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

bulldozer_dtm-1.1.1-cp310-cp310-macosx_10_9_x86_64.whl (295.3 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

bulldozer_dtm-1.1.1-cp39-cp39-win_amd64.whl (270.0 kB view details)

Uploaded CPython 3.9Windows x86-64

bulldozer_dtm-1.1.1-cp39-cp39-win32.whl (237.5 kB view details)

Uploaded CPython 3.9Windows x86

bulldozer_dtm-1.1.1-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.1.1-cp39-cp39-musllinux_1_2_i686.whl (2.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

bulldozer_dtm-1.1.1-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.1.1-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.1.1-cp39-cp39-macosx_11_0_arm64.whl (283.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

bulldozer_dtm-1.1.1-cp39-cp39-macosx_10_9_x86_64.whl (297.4 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

bulldozer_dtm-1.1.1-cp38-cp38-win_amd64.whl (270.5 kB view details)

Uploaded CPython 3.8Windows x86-64

bulldozer_dtm-1.1.1-cp38-cp38-win32.whl (237.4 kB view details)

Uploaded CPython 3.8Windows x86

bulldozer_dtm-1.1.1-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.1.1-cp38-cp38-musllinux_1_2_i686.whl (2.6 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

bulldozer_dtm-1.1.1-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.1.1-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.1.1-cp38-cp38-macosx_11_0_arm64.whl (283.1 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

bulldozer_dtm-1.1.1-cp38-cp38-macosx_10_9_x86_64.whl (297.3 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for bulldozer_dtm-1.1.1.tar.gz
Algorithm Hash digest
SHA256 49dfed4755436cab27dc2a9740f561266a44c42e1099598d944fd727897a7667
MD5 74ecf323db250fcb1a424a9d979ea5c3
BLAKE2b-256 e9ca31e537de6b6055f90e2c748451c530820806a350b09b72550af07361ac85

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1.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.1.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b514b9f03eaaa1337af8eef090a1f14004221d9861bf36d73315c49713765e99
MD5 b7d85fcaeccdd9d724385ffba9b762be
BLAKE2b-256 8996fe209140fdc055d083e93270d78758ac80becf4dccf05a9736dac9a44c6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp313-cp313-win32.whl.

File metadata

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

File hashes

Hashes for bulldozer_dtm-1.1.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 a17b1bde1b25ed014846fe30d6d5c4158bcc40e38e4b205ba2a377dbb3324a54
MD5 c2e5ed8ffdf11de53f77f3deb2cdebaa
BLAKE2b-256 8a914c333060129aa0dcf46a72604ec41d3ea8afffd2d8fd43e35eeda2f75c91

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 16a73ac20805186fe3c237fbdfddb5da9a45e76254ce2cfeea771357ac5dd3d9
MD5 143dea6a923a6472545af2790fce16da
BLAKE2b-256 41601fa7c6cde6c86052d2a0ca1c3785ca9ab31361f6f16de258afce7a8fe383

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 148c002a35e748ba96f2958969861094f5c146e12e72d0e63a24fd0c4c50fc47
MD5 47543f9385189df3d135e01de55f45fa
BLAKE2b-256 1fb53a343dd92d532b880e323be5cd0917cba0e30f203499810307885eec34c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7eda6c93367fd7c18cd41900985df6e9ce75d0a43fcc9c0a16e591c245978291
MD5 8da369af280158f3a6f5d92a1aa9b27f
BLAKE2b-256 2a4d3aa84366693ab852ec198db2e2441bfe65ed4237f9a7d124505078ac81c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b4c7a47e8510e8e247d9447d19daabac5c9cb8dfedf9effd95c323b5d62c5b8c
MD5 88b4b2ac1d0131b0284997b34b1eaa10
BLAKE2b-256 7b0ab9dab7b9ea60121edb912c2826c8061348374dd33ab4702dc7a87c32e792

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7ba7ede873ccf547da9c4be08272291b8b9d07b42724a61be6d5cc9d0349b26c
MD5 2cf20efd9bed687352343de2c7944f91
BLAKE2b-256 93c4baf1fd6e0fa03c3a245fb7542f9496b15207dc0f252ad5e05f6724a9997d

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d76e31313cd18d683384a55b69ce9f0497f9ea313b2929d9fb21596f9b27a948
MD5 e036f5e12a86a8aa335a65e951d60bde
BLAKE2b-256 b754e0c1a237686cbf02512dac81a221e5e5ba6200439f4d67f208ff082c2c32

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-cp313-cp313-macosx_10_13_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.1.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f23fc0ffc290d7b87d64930139a8c2699a9f6e068df917d2275e7e0df0e4a2db
MD5 6d1dd39963769ed13f73bf0683018b8b
BLAKE2b-256 e24bbc2fac87a8eb992735ca1319d1ef78616a0581b7f904f3d9f10d51e441af

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp312-cp312-win32.whl.

File metadata

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

File hashes

Hashes for bulldozer_dtm-1.1.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 5c611edcfa0094084c3abd61c4523f54ae4e8a4cdfd7981e5c3500e42648b1bc
MD5 3c25b0571c0cf70db97a4c2b9f0a5d87
BLAKE2b-256 e487c3356b3c7eececb2eb8f77a527225a891b37c8d0364a7f7f39e86b6aa958

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d7855db2b71618fcb6343d47ce5d732fa0b79eff0dcf1c6acdf624af477a657d
MD5 ace83e400bb33e235813873c848c583c
BLAKE2b-256 90defc7a8633d08544b82071735e22defd716ec7e04c909d0ef30e3783cef15c

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 37447ba7db9cf33ecdd5effab2c511663ac2341e4fee1a2a25408a80adc2550b
MD5 ecd15a393e90c25485e741c2e1ee0fd4
BLAKE2b-256 19c3e0f86d8916bb43ac4ca8d42035826396d408b4e7048f43427ed6553a0abe

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 42aa61a0a7bd670d5c9e0954aa203ff7a6844b828298df168e6ccb79680bd59e
MD5 b12d61b884ce77bfaa013b809f28450e
BLAKE2b-256 cc7d011cfc8f7efea7e19cb65e8774dfcd71c68af2659c2640335e0d30f340f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a26a69524b65c1cd77c95054eeec60a6087f07044262c57bc98d5ba84b80f5ec
MD5 6a0f00e588f50a216ed3d6a06d0c0c51
BLAKE2b-256 301ef93a41a20ea73201e67e47ce1e2cf35aba6091f59e7b5c7bbeadbcc25d37

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0072346f8795ee89127f3624840fa8bcfb2197e48890ff45ac4f03a4d5ced527
MD5 d865c9b701d122305ac56f0ff96e80e7
BLAKE2b-256 f86c44df745c5b259aad5d6638078a6b94580762071b7b7e57346d8896250369

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1af8584d1369c6e3fa57797a7425ca8290fd6b77f951f71e065115667fac04ac
MD5 41260bc0a7c0af23e46df7fc5b5f679d
BLAKE2b-256 388a6737c3dae75c38502faf969775078a2ada2073ef91567fe2d61f7eb0be84

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-cp312-cp312-macosx_10_13_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.1.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 bb70e2ed5a441c018ddbec202726491e0e892a71f60278b879a020abc29401c8
MD5 1097e8e9954abb24679676700c895377
BLAKE2b-256 ef21a86ed5cf142fc94a20f63b7027306927c0b02688ced6e6da2b4725b6f6e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp311-cp311-win32.whl.

File metadata

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

File hashes

Hashes for bulldozer_dtm-1.1.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 20f8686ba5c75516e4f2603c2ce63ddf375f171f5cac0f10b6e958d9596010b8
MD5 1e82957f52e0d073974f53d395b4607b
BLAKE2b-256 731ad7e3918b63faa652615fbebda6c6773c9e6b449fc272b1cd015c417f6f15

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2c7e8475e773c02bc42d80ea91b9120a54e7ab9429135b31f7d103fc2f951611
MD5 b8a759126cb4746a7b23519abb7ddcde
BLAKE2b-256 662fc2656ef6fae9c5060fdcf4d66e1cd1ef88d3e83c3bf571c9bb2a9f2c1a53

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c3e65366721d2a1ad989c5af9edd4d251f7f1fbbce36fc572fa74cc4142110de
MD5 c3bc2d5694c5bbba87d4264760a49577
BLAKE2b-256 bc73ceea172571b380a9f1e01847170a3415217eeaa73285cd30d48359f5cc05

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a125d2fa1288c10745915c84a8573ea284596ba9ca5efb1c1286c1fd7fc9cda3
MD5 0f5f9e77625422f0c13d19e70a1a7570
BLAKE2b-256 045b539d0e76f517011b090e8dc87b4a59dd201b20b76caf002fc436315f37af

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3708e8bbd9c294f7322bb8cf0abb17702fc357acc4600cfaa7d95cf9ed24d752
MD5 b9e1cad841c1041e6f924ddef80ba5ec
BLAKE2b-256 4010c6da9c78a157eb41379e6d6b8f3118b7c05a30ac7fa152864e1b00cc7dec

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 64451606ab1cd5f8bdee5aaa2081e68bf62164fa6d638e1f0cb017b0d755f0eb
MD5 000a3c23786eb4954d5a3649bd210849
BLAKE2b-256 3c9cdbdba7261617f0caecab24f952211845cc000eb2b38806bb26f33fe9fadd

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 67e5ff5015bd966aae08674a2ac937e80f8a19ab87a96b978b77833512338464
MD5 668450e080b6bda446e3f7e517846895
BLAKE2b-256 8be1f21db0a4c215f9b2298b6ee8a1d2abfe9cedb3963aea2dd309624ed20fa1

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-cp311-cp311-macosx_10_9_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.1.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 79384721ecc4e7db8d7840cbe8b1c4705f9052ce2afb30a7c77b207466e98322
MD5 7ba9148a9028b2c0a1e20e003c58790b
BLAKE2b-256 8a9c8a057be9ea38874184daf172ca7493663012eb1ed9088532efebe6cd0a68

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp310-cp310-win32.whl.

File metadata

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

File hashes

Hashes for bulldozer_dtm-1.1.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 c09d79e98f8a1ba82945c3fb61bd7742fc0cbdf91fb7fcd77d8501646d7aa1a2
MD5 c09d2b14924d2b398afcf8760fbc47e3
BLAKE2b-256 762a5235564da2a48056a56e35d760f9aaa8f7642c61df76bff338dc3f23eba4

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 334d6c4511ff10dc182e25cb7abcb4336364b9085983000ba42e2bed7798fdd3
MD5 f42ee32e5a14e0884ef66fa54ce3d0f4
BLAKE2b-256 eb4c6ad2cbc7928a11337551abe13fa6b480d2fd2143f76034c661bc1686ca73

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5ed063639cdf262097bd0e93d290a1810725c40ee2962c8583645bfcbf4e1241
MD5 ed522e50c3cc2f16010588a65759b22d
BLAKE2b-256 35787e5dff633f4a8c7fc63f3c73adbca3dda45073e26b5fa7669d71a4356c64

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 09c7e95ff54b32fdb2807d2a560e1a4550cf9518bba725e18405d6a8b545a9ca
MD5 27e07453e208f98d131d9d466d4e8598
BLAKE2b-256 d2877ca59dd583b86e9aa1442f52e28c6ef3ce14570cdc513d8f4c57cfd05242

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bbda7013329161f7fec8d633113903a15d1d30c7421b98e04fd54a0263660d61
MD5 e37004deb531874f61ba737a12b1ba01
BLAKE2b-256 b7fab010cfe854190b8a04da5615db448066e53070c16437bb0a69e60dd34bf1

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 52626d95298c6770061701ebe442a2e29e99fc48886314ab8a30fb066a3af493
MD5 f85dc7bf64d620aef30d5dd3ed21137d
BLAKE2b-256 2d4f0e6645c28215487de1661194b512de5de9157ecbb91b816485f80a8e979e

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6470f4b909d4da8a9e79ffad8c7214a5d70961e644e387c0cf17cd77a1ea35e2
MD5 ca623d0de0e2d0323b7a789430468a79
BLAKE2b-256 8a768ac00b13bdb81ff0daabcdd3c4d605d09b19ebdaa0391ee5efeeaccbedea

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-cp310-cp310-macosx_10_9_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.1.1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 138436b2f88065113aec5e23a0a79927d3d861deab98e93dd8d7499f55dc16f8
MD5 abf34c743f4f7e6cf54f38d11d8fd0f7
BLAKE2b-256 a01c2aa0dd6093098da551bcf44fc46e4039196891002bb1aae00f5a991326ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: bulldozer_dtm-1.1.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 237.5 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for bulldozer_dtm-1.1.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 6babbba5d3bc61e1230be2f5f644ff2c023e8fb86473276dc41ea18aecdb68cc
MD5 42a7cf51a349736b7e2e1e620bc6b863
BLAKE2b-256 d3b101d7f1653c97883d58879454421e3513b29f08d7c46a4dd81f17fe1dccb1

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4ec47ebf82607250db68cc556a32f1b9cc371027d50d4d65c125abe8b462c1ef
MD5 2dbe60c582432855ee81003951a3adde
BLAKE2b-256 a1237251ac4a82cf855fde41955cb1a7e40227e49719f18e2fdd8c87413f8dbb

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 81c94bc19718bd33df27110083579c1f32359bc5098ee7c19b581e4aa0c47a01
MD5 0eac6ce561cf1148818cb2a9af925819
BLAKE2b-256 a29eddb9c459909b4169a3f77959176021c800517fbc73ce924d7d51edb2e233

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fda4afcc95eff1d0d4a09967b5b4e186ad27097b3f9c22f96373f3bbb014e1b1
MD5 2e42545a673299c4ed4438071a7cb93f
BLAKE2b-256 1531cdef8983e486076cf5629585848e492070a0aa8a75ea1e0a864dd44e77e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a3cf7307d9de2d8c2b2670349e7aa8b02de8e54417d4cc0bd902b934554c70f8
MD5 b54269b0067ee68968e3e68540ceba41
BLAKE2b-256 a937eac5a76670b4f44a9f8a2406e36d97372c75f120884adf9a1c2c0f23701c

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f4a90b9c01c0b4fdb50b8b717ee4819dbdd4aa2154b5518aa3b9c48ff8644dc7
MD5 1c432456f809e5d9c889552b85b03094
BLAKE2b-256 c5fd56f029c4009a984228f0d444f1626ffca6949b07fa497e37cc814c285d5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cfbe2b6d73b8818ee1bfd30987e81d88557276f9fbcd55186320b19e145b9b6c
MD5 7841a413c871000d647c5ca84104e343
BLAKE2b-256 4176773fb0d3862bbf528febbd609e99ad5de9ef86895ab88d6b0b8d8e6b0d8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-cp39-cp39-macosx_10_9_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.1.1-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 5b9c7826f87c12c16093bcf14ec44ca69c1a6b0f34fba1622ad2c2b6e64f96b2
MD5 10c3f623356ab74b3b53c55bf22d6735
BLAKE2b-256 51e50f27d37a848d1955b7ababc544a11a607a0405b1589da38f5dfa715e2f06

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp38-cp38-win32.whl.

File metadata

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

File hashes

Hashes for bulldozer_dtm-1.1.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a1270cc78632944ade70804dee48aa4e504b20549305a8879c17a6a01cd56838
MD5 82827a18b6a120a27108705570d5271a
BLAKE2b-256 c95b514e53273cbe5b748ada10581380e2f910a3513ad80f625a290e072dabb8

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 70cc77975e05ee6078470243fe5c879ce642bf2cb6b6faeccf47d5a8e95ae7d6
MD5 c961537ec5b2f2f700f1d105f4eee936
BLAKE2b-256 12ec898d0639509185393cf769cefbd5bcc2641eeadfd4a648870b92ea38dd50

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8b585f46a00e3865fd42f15938ce6f448c36f1ebdc5f9fe2aaf9ef9a55bc9065
MD5 b125b43be33c714aca8746bd5faacd5f
BLAKE2b-256 b95f11e7b0dafdd990955b260f7aad22870dcda1cc5d35341534e0d852e1c572

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 18b4dd7534b3a8fd9440fa8b66cecc5f7dcb2be08d7359aee4f1a8c19a8eca44
MD5 2241b2928ab196165bf0ba166463c6a3
BLAKE2b-256 aa024b88a7ebb0d670348bd0fb00548c78e663042614838d2df6f5eb59f00a7f

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 94f9c68b6d752ac16c73b543fad18b737781426d84618ed66005a194705cf66d
MD5 efd599270bf1eb493ad4343f63051132
BLAKE2b-256 2509535b8e981b26b3feccdf75669c07496e84dd00c58a73f2fca12fecb78afe

See more details on using hashes here.

Provenance

The following attestation bundles were made for bulldozer_dtm-1.1.1-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.1.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cc66ffeda35a0995dc41513f4ed8bdad63824b0f2e9cc6d6b22ce9d2849e831b
MD5 93ca93e159af7f1db295d38c5a202f21
BLAKE2b-256 66a8e0b225dacb3c7787eb47c3446c9eb00836c87eee3b58306ad7f70db60643

See more details on using hashes here.

Provenance

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

File details

Details for the file bulldozer_dtm-1.1.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for bulldozer_dtm-1.1.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 855d51ef23c3557044ecbce6956b7e3389635b46b4bfcf2f5a8de870c283261d
MD5 91c386d9b14560dc7d8d2a77965c0c9f
BLAKE2b-256 49199ae1b3b2f747df44e1f14a33cf46bf8519938f4966699440cad8601b8b13

See more details on using hashes here.

Provenance

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

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