Rust-based disk usage analyzer with histogram visualization
Project description
Dustr
Dustr is a Rust-based implementation of duk, a commandline utility that shows disk usage statistics in a directory with a histogram visualization.
Introduction
Dustr provides the same functionality as duk but with a Rust backend for improved performance. It will show you a histogram of the disk usage in a directory:
Statistics of directory "." :
Size In % Histogram Name
4.0 KB 1.39 # .gitignore
4.0 KB 1.39 # setup.py
4.0 KB 1.39 # README.md
12.0 KB 4.17 ## dist/
12.0 KB 4.17 ## dustr/
12.0 KB 4.17 ## build/
16.0 KB 5.56 ## duk.egg-info/
220.0 KB 76.39 #################### .git/
Total directory size: 284.0 KB
Installation
From PyPI
pip install dustr
From source
First, ensure you have Rust installed (see rustup.rs).
Then install maturin:
pip install maturin
Build and install the package:
cd dustr
maturin develop # For development
# OR
maturin build --release # To build a wheel
pip install target/wheels/dustr-*.whl
Usage
dustr [OPTIONS] [DIRECTORY]
Options:
-i, --inodes: Show inode count instead of size-g, --nogrouping: Don't use thousand separators (for inode mode)-f, --noF: Don't add file type indicators (/for directories,@for symlinks)-j, --json: Output results as JSON
JSON output
dustr --json .
{
"directory": ".",
"mode": "size",
"entries": [
{ "name": ".gitignore", "value": 4, "percentage": 1.41 },
{ "name": ".git/", "value": 220, "percentage": 77.46 }
],
"total": 284
}
Differences from duk
- Performance: Rust backend with parallel directory traversal (jwalk + rayon)
- Implementation: Uses native Rust file system operations instead of calling
ducommand
Requirements
- Python >= 3.9
- Rust toolchain (for building from source)
License
LGPL-3.0-or-later
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dustr-1.0.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: dustr-1.0.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 674.9 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7da053fed2d223b715ebb61b7f754c1784d51a00d65280fab1715c64edc5e6e
|
|
| MD5 |
42e7067c0b0c241cc4a0fee2b90ce5de
|
|
| BLAKE2b-256 |
565d91ef769f0408eaa306992a625515d8390260fb1b08468c6e67f87450513d
|
Provenance
The following attestation bundles were made for dustr-1.0.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
build.yml on wvangeit/dustr
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dustr-1.0.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
b7da053fed2d223b715ebb61b7f754c1784d51a00d65280fab1715c64edc5e6e - Sigstore transparency entry: 1368272029
- Sigstore integration time:
-
Permalink:
wvangeit/dustr@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/wvangeit
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dustr-1.0.3-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: dustr-1.0.3-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 666.8 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bca053a8382c38756bba739879193882c3c141c85b19317a48a60e07823281f8
|
|
| MD5 |
e3c688e0b0c2bab71771d05211e20875
|
|
| BLAKE2b-256 |
5f6cbee25d62d5e37db94c1454b18ccc1d0071808d8d4b61beea5c57f4bdbb6a
|
Provenance
The following attestation bundles were made for dustr-1.0.3-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
build.yml on wvangeit/dustr
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dustr-1.0.3-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
bca053a8382c38756bba739879193882c3c141c85b19317a48a60e07823281f8 - Sigstore transparency entry: 1368272269
- Sigstore integration time:
-
Permalink:
wvangeit/dustr@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/wvangeit
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dustr-1.0.3-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: dustr-1.0.3-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 604.8 kB
- Tags: CPython 3.14, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5619fd082194fe2fe13d9fa7bd7e8edfaa662562d988f98997e46caa24168bc
|
|
| MD5 |
208cd91fe0d89d7f54bf61d0468250af
|
|
| BLAKE2b-256 |
a9148a5572bdf7e07e7e6fe08def756c61fbdfc482a0f7cc05caf3adb75c2a0b
|
Provenance
The following attestation bundles were made for dustr-1.0.3-cp314-cp314-macosx_11_0_arm64.whl:
Publisher:
build.yml on wvangeit/dustr
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dustr-1.0.3-cp314-cp314-macosx_11_0_arm64.whl -
Subject digest:
d5619fd082194fe2fe13d9fa7bd7e8edfaa662562d988f98997e46caa24168bc - Sigstore transparency entry: 1368272154
- Sigstore integration time:
-
Permalink:
wvangeit/dustr@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/wvangeit
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dustr-1.0.3-cp314-cp314-macosx_10_12_x86_64.whl.
File metadata
- Download URL: dustr-1.0.3-cp314-cp314-macosx_10_12_x86_64.whl
- Upload date:
- Size: 620.7 kB
- Tags: CPython 3.14, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c3aa9e3e0116eb37375fb912929e0a49a2427460173ea8419b14f37078cd62f
|
|
| MD5 |
bae5d67eba0b704d68fc014ff56d034c
|
|
| BLAKE2b-256 |
e5ee19f8c3204075c457bbbf79f6e1de5e50ed30dfd47fa0d9cd51a3ccd837f8
|
Provenance
The following attestation bundles were made for dustr-1.0.3-cp314-cp314-macosx_10_12_x86_64.whl:
Publisher:
build.yml on wvangeit/dustr
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dustr-1.0.3-cp314-cp314-macosx_10_12_x86_64.whl -
Subject digest:
4c3aa9e3e0116eb37375fb912929e0a49a2427460173ea8419b14f37078cd62f - Sigstore transparency entry: 1368272085
- Sigstore integration time:
-
Permalink:
wvangeit/dustr@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/wvangeit
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dustr-1.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: dustr-1.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 675.6 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
04fa06794d691514405d3695f495f5006d6b4311bf3cac221555431335b2a5eb
|
|
| MD5 |
b300104eaf600d516652b6598b3db682
|
|
| BLAKE2b-256 |
8929008a2a4096b027538f211b332e84953f7f79b4cbdeed9590483cde7150e2
|
Provenance
The following attestation bundles were made for dustr-1.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
build.yml on wvangeit/dustr
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dustr-1.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
04fa06794d691514405d3695f495f5006d6b4311bf3cac221555431335b2a5eb - Sigstore transparency entry: 1368272221
- Sigstore integration time:
-
Permalink:
wvangeit/dustr@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/wvangeit
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dustr-1.0.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: dustr-1.0.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 668.4 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08a3066fd7d208b21f2d4db034e9071b091a8dde5819ae9057ea42bccab87c76
|
|
| MD5 |
6bc5bdec575a830a5ea508d5b31a37c5
|
|
| BLAKE2b-256 |
8928657e3d0d65358e04c1f057ca80ae503b8366914fdb7527069ccb884059ef
|
Provenance
The following attestation bundles were made for dustr-1.0.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
build.yml on wvangeit/dustr
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dustr-1.0.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
08a3066fd7d208b21f2d4db034e9071b091a8dde5819ae9057ea42bccab87c76 - Sigstore transparency entry: 1368272110
- Sigstore integration time:
-
Permalink:
wvangeit/dustr@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/wvangeit
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dustr-1.0.3-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: dustr-1.0.3-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 605.9 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0330c87e840b8cba7a74aaa3b637e93da4f7fdb72ac391a0bb3f79c67126afa
|
|
| MD5 |
20ae776ff83b7d2fdbb89ce848d1560f
|
|
| BLAKE2b-256 |
353fa631ff75ec15ccec4b3bf961813f4b5bd6cf5cc550f51e86944cada086e5
|
Provenance
The following attestation bundles were made for dustr-1.0.3-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
build.yml on wvangeit/dustr
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dustr-1.0.3-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
b0330c87e840b8cba7a74aaa3b637e93da4f7fdb72ac391a0bb3f79c67126afa - Sigstore transparency entry: 1368272249
- Sigstore integration time:
-
Permalink:
wvangeit/dustr@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/wvangeit
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dustr-1.0.3-cp313-cp313-macosx_10_12_x86_64.whl.
File metadata
- Download URL: dustr-1.0.3-cp313-cp313-macosx_10_12_x86_64.whl
- Upload date:
- Size: 620.6 kB
- Tags: CPython 3.13, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e21fc34f921f6f977b46a19a0cefba295fbb8cd2023d372d39caad930e291c79
|
|
| MD5 |
bbad293ed9f09a851d2bff440c036d62
|
|
| BLAKE2b-256 |
1684c03292a37c678293f37b44aa0100fa7c28685eba31de854e8a79663c79b5
|
Provenance
The following attestation bundles were made for dustr-1.0.3-cp313-cp313-macosx_10_12_x86_64.whl:
Publisher:
build.yml on wvangeit/dustr
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dustr-1.0.3-cp313-cp313-macosx_10_12_x86_64.whl -
Subject digest:
e21fc34f921f6f977b46a19a0cefba295fbb8cd2023d372d39caad930e291c79 - Sigstore transparency entry: 1368272279
- Sigstore integration time:
-
Permalink:
wvangeit/dustr@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/wvangeit
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dustr-1.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: dustr-1.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 675.9 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0853b7805cf3088c21f753f2c8b7e57fc330ee6b097d0560cbf7f68d4327a84a
|
|
| MD5 |
9995e49648532bed76ca0686cc485c36
|
|
| BLAKE2b-256 |
0fa5ac215c2a9ff593900b680c419a859c160135f2e5f3552e85b637c67ebae1
|
Provenance
The following attestation bundles were made for dustr-1.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
build.yml on wvangeit/dustr
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dustr-1.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
0853b7805cf3088c21f753f2c8b7e57fc330ee6b097d0560cbf7f68d4327a84a - Sigstore transparency entry: 1368272188
- Sigstore integration time:
-
Permalink:
wvangeit/dustr@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/wvangeit
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dustr-1.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: dustr-1.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 668.5 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6282e5dbe187a38c86cde2a7d1cca23c46ab8eed984951bfcc6c1d2e231d8364
|
|
| MD5 |
9689a18ad5725cacc8e1da0499a9d203
|
|
| BLAKE2b-256 |
1bedee3cc590e70ac815104c75867858c1db207a8b492c82941a00200d78bff4
|
Provenance
The following attestation bundles were made for dustr-1.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
build.yml on wvangeit/dustr
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dustr-1.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
6282e5dbe187a38c86cde2a7d1cca23c46ab8eed984951bfcc6c1d2e231d8364 - Sigstore transparency entry: 1368272093
- Sigstore integration time:
-
Permalink:
wvangeit/dustr@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/wvangeit
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dustr-1.0.3-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: dustr-1.0.3-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 606.1 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d45265e117d6edacde4bac5277a96aaecfe002347d25715c9179ca24f99d4cbf
|
|
| MD5 |
9c1558309d02470d4156b908cb7c3684
|
|
| BLAKE2b-256 |
40bdc56eea4a389138154df56b9299462f4ed220c79284653275e9e04bdca0f1
|
Provenance
The following attestation bundles were made for dustr-1.0.3-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
build.yml on wvangeit/dustr
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dustr-1.0.3-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
d45265e117d6edacde4bac5277a96aaecfe002347d25715c9179ca24f99d4cbf - Sigstore transparency entry: 1368272057
- Sigstore integration time:
-
Permalink:
wvangeit/dustr@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/wvangeit
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dustr-1.0.3-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: dustr-1.0.3-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 621.1 kB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6fbd031421b909deec8cd974444489cdd6494e30233e28043fc995bdd670439
|
|
| MD5 |
a4986a3f5e76f930676dc0caf681668f
|
|
| BLAKE2b-256 |
141b21718b420e2a31ff68959dad263264058b2ed06156c759268e4a9264101c
|
Provenance
The following attestation bundles were made for dustr-1.0.3-cp312-cp312-macosx_10_12_x86_64.whl:
Publisher:
build.yml on wvangeit/dustr
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dustr-1.0.3-cp312-cp312-macosx_10_12_x86_64.whl -
Subject digest:
a6fbd031421b909deec8cd974444489cdd6494e30233e28043fc995bdd670439 - Sigstore transparency entry: 1368272259
- Sigstore integration time:
-
Permalink:
wvangeit/dustr@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/wvangeit
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dustr-1.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: dustr-1.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 677.9 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67e225c64e20ec06f02aa54fd0b745906f403450f3c843858ec0558228d670f6
|
|
| MD5 |
8f173bb40f82953e6c022a193071bedf
|
|
| BLAKE2b-256 |
2f3ca2166573cd63c72eb8e27cebb8fb00327aed9bb5df2a13f64febacde34b2
|
Provenance
The following attestation bundles were made for dustr-1.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
build.yml on wvangeit/dustr
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dustr-1.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
67e225c64e20ec06f02aa54fd0b745906f403450f3c843858ec0558228d670f6 - Sigstore transparency entry: 1368272040
- Sigstore integration time:
-
Permalink:
wvangeit/dustr@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/wvangeit
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dustr-1.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: dustr-1.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 670.8 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad6a74a346b050865272e03f884df7c78b21702100deef55099577e4c7916d69
|
|
| MD5 |
95de391bc71dd9eeb7956863bead4be5
|
|
| BLAKE2b-256 |
9dd5ae8452233aa9f122de304a00783e89afa3a7468ad8a0553493f4ff798648
|
Provenance
The following attestation bundles were made for dustr-1.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
build.yml on wvangeit/dustr
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dustr-1.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
ad6a74a346b050865272e03f884df7c78b21702100deef55099577e4c7916d69 - Sigstore transparency entry: 1368272133
- Sigstore integration time:
-
Permalink:
wvangeit/dustr@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/wvangeit
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dustr-1.0.3-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: dustr-1.0.3-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 607.5 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22d6dfb8021a5357831c57345eb41cda6292faf1c3517576d85012ade66dd47d
|
|
| MD5 |
0df662d2150be13e5cabfbbfef7b1035
|
|
| BLAKE2b-256 |
5094e2956bf1e4d512ff254aa6022d0a8a0b4a8c1cbd857cdbf459ccff4fecb1
|
Provenance
The following attestation bundles were made for dustr-1.0.3-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
build.yml on wvangeit/dustr
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dustr-1.0.3-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
22d6dfb8021a5357831c57345eb41cda6292faf1c3517576d85012ade66dd47d - Sigstore transparency entry: 1368272233
- Sigstore integration time:
-
Permalink:
wvangeit/dustr@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/wvangeit
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dustr-1.0.3-cp311-cp311-macosx_10_12_x86_64.whl.
File metadata
- Download URL: dustr-1.0.3-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 622.6 kB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
244f72698c36aa4eded1a2683f4ea4afe76de6b1f442c7f537617c6564e9be18
|
|
| MD5 |
053bc6a0618e8659ee0303c33d6d9cf1
|
|
| BLAKE2b-256 |
60a5ea9d8a12e48a5a2ee072847052cfa0779d6ee5c684187b584bd50eee8d58
|
Provenance
The following attestation bundles were made for dustr-1.0.3-cp311-cp311-macosx_10_12_x86_64.whl:
Publisher:
build.yml on wvangeit/dustr
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dustr-1.0.3-cp311-cp311-macosx_10_12_x86_64.whl -
Subject digest:
244f72698c36aa4eded1a2683f4ea4afe76de6b1f442c7f537617c6564e9be18 - Sigstore transparency entry: 1368272048
- Sigstore integration time:
-
Permalink:
wvangeit/dustr@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/wvangeit
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dustr-1.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: dustr-1.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 677.7 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1bd3f4cf28acae6db99750927822439d968b0ac5864ec252b5fea6a0cb8aad8a
|
|
| MD5 |
b0e0134c4a53fa486b445e549139c793
|
|
| BLAKE2b-256 |
e89fba44222bf05c84df25d235bee08ef1f9d03dcf05cd35838d5252ce973ce1
|
Provenance
The following attestation bundles were made for dustr-1.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
build.yml on wvangeit/dustr
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dustr-1.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
1bd3f4cf28acae6db99750927822439d968b0ac5864ec252b5fea6a0cb8aad8a - Sigstore transparency entry: 1368272208
- Sigstore integration time:
-
Permalink:
wvangeit/dustr@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/wvangeit
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dustr-1.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: dustr-1.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 670.8 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f5988b7ffae20bbca66f381b59cb8c860f6946e29120e168784dfdb523808f7
|
|
| MD5 |
487b5eaa0febc3b94e0b81e5a3fa19d1
|
|
| BLAKE2b-256 |
0bda0a1b187676b606c2a2d9920fc3d5d0fb035de5250d95b5e2e3a28e82aa9b
|
Provenance
The following attestation bundles were made for dustr-1.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
build.yml on wvangeit/dustr
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dustr-1.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
4f5988b7ffae20bbca66f381b59cb8c860f6946e29120e168784dfdb523808f7 - Sigstore transparency entry: 1368272167
- Sigstore integration time:
-
Permalink:
wvangeit/dustr@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/wvangeit
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dustr-1.0.3-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: dustr-1.0.3-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 607.5 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b70e445544a9f5714846823ba203f0b8008687a77fa4732b9f718e10730af69
|
|
| MD5 |
8a618eb952c95546076bfae022022c4f
|
|
| BLAKE2b-256 |
9d7e8c0c66cd2b4f2ae5f991790ed5d80a30baf8f248f1e6d0104c3574a4d759
|
Provenance
The following attestation bundles were made for dustr-1.0.3-cp310-cp310-macosx_11_0_arm64.whl:
Publisher:
build.yml on wvangeit/dustr
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dustr-1.0.3-cp310-cp310-macosx_11_0_arm64.whl -
Subject digest:
9b70e445544a9f5714846823ba203f0b8008687a77fa4732b9f718e10730af69 - Sigstore transparency entry: 1368272070
- Sigstore integration time:
-
Permalink:
wvangeit/dustr@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/wvangeit
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dustr-1.0.3-cp310-cp310-macosx_10_12_x86_64.whl.
File metadata
- Download URL: dustr-1.0.3-cp310-cp310-macosx_10_12_x86_64.whl
- Upload date:
- Size: 622.5 kB
- Tags: CPython 3.10, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d1405884b005c175cb38ad2cf8abe186a6fda0af16c6b443e030c00d03d15e6
|
|
| MD5 |
604c6f2dedb4ba4ee1b5141320bbd43b
|
|
| BLAKE2b-256 |
f43c328a3cd468f7fa8399d4a6e2e413557a1ea34361fcb1fcab4c14b18c8ca2
|
Provenance
The following attestation bundles were made for dustr-1.0.3-cp310-cp310-macosx_10_12_x86_64.whl:
Publisher:
build.yml on wvangeit/dustr
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dustr-1.0.3-cp310-cp310-macosx_10_12_x86_64.whl -
Subject digest:
5d1405884b005c175cb38ad2cf8abe186a6fda0af16c6b443e030c00d03d15e6 - Sigstore transparency entry: 1368272101
- Sigstore integration time:
-
Permalink:
wvangeit/dustr@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/wvangeit
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@dff1dd7adadbd124e37d0c89a977d7fd44ba9293 -
Trigger Event:
push
-
Statement type: