Fast, lightweight data profiling and quality assessment library
Project description
Profile 50GB datasets in seconds on your laptop.
DataProf is built for Data Scientists and Engineers who need to understand their data fast. No more MemoryError when trying to profile a CSV larger than your RAM.
Pandas-Profiling vs DataProf on a 10GB CSV:
| Feature | Pandas-Profiling / YData | DataProf |
|---|---|---|
| Memory Usage | 12GB+ (Crashes) | < 100MB (Streaming) |
| Speed | 15+ minutes | 45 seconds |
| Implementation | Python (Slow) | Rust (Blazing Fast) |
🔒 Privacy First: 100% local processing, no telemetry. See what dataprof analyzes →
🚀 Quick Start
Installation
The easiest way to get started is via pip:
pip install dataprof
Python Usage
Forget complex configurations. Just point to your file:
import dataprof
# Analyze a huge file without crashing memory
# Generates a report.html with quality metrics and distributions
dataprof.profile("huge_dataset.csv").save("report.html")
CLI & Rust Usage (Advanced)
If you prefer the command line or are a Rust developer:
# Install via cargo
cargo install dataprof
# Generate report from CLI
dataprof-cli report huge_data.csv -o report.html
More options: dataprof-cli --help | Full CLI Guide
💡 Key Features
- No Size Limits: Profiles files larger than RAM using streaming and memory mapping.
- Blazing Fast: Written in Rust with SIMD acceleration.
- Privacy Guaranteed: Data never leaves your machine.
- Format Support: CSV, Parquet, JSON/L, and Databases (Postgres, MySQL, etc.).
- Smart Detection: Automatically identifies Emails, IPs, IBANs, Credit Cards, and more.
📊 Beautiful Reports
Single File Analysis
Interactive dashboards with quality scoring and distributions
Batch Processing Dashboard
Aggregate metrics from hundreds of files in one view
Documentation
Advanced Examples
Batch Processing (Python)
# Process a whole directory of files in parallel
result = dataprof.batch_analyze_directory("/data_folder", recursive=True)
print(f"Processed {result.processed_files} files at {result.files_per_second:.1f} files/sec")
Database Integration (Python)
# Profile a SQL query directly
await dataprof.profile_database_async(
"postgresql://user:pass@localhost/db",
"SELECT * FROM sales_data_2024"
)
Rust Library Usage
use dataprof::*;
let profiler = DataProfiler::auto();
let report = profiler.analyze_file("dataset.csv")?;
println!("Quality Score: {}", report.quality_score());
Development
# Setup
git clone https://github.com/AndreaBozzo/dataprof.git
cd dataprof
cargo build --release
# Test databases (optional)
docker-compose -f .devcontainer/docker-compose.yml up -d
# Common tasks
cargo test # Run tests
cargo bench # Benchmarks
cargo clippy # Linting
Development Guide | Performance Guide
Feature Flags
# Minimal (CSV/JSON only)
cargo build --release
# With Apache Arrow (large files >100MB)
cargo build --release --features arrow
# With Parquet support
cargo build --release --features parquet
# With databases
cargo build --release --features postgres,mysql,sqlite
# Python async support
maturin develop --features python-async,database,postgres
# All features
cargo build --release --all-features
When to use Arrow: Large files (>100MB), many columns (>20), uniform types When to use Parquet: Analytics, data lakes, Spark/Pandas integration
Documentation
User Guides: CLI Reference | Python API | Python Integrations | Database Connectors | Apache Arrow
Developer: Development Guide | Performance Guide | Benchmarks
Privacy: What DataProf Does - Complete transparency with source verification
🤝 Contributing
We welcome contributions from everyone! Whether you want to:
- Fix a bug 🐛
- Add a feature ✨
- Improve documentation 📚
- Report an issue 📝
Quick Start for Contributors
-
Fork & clone:
git clone https://github.com/YOUR-USERNAME/dataprof.git cd dataprof
-
Build & test:
cargo build cargo test
-
Create a feature branch:
git checkout -b feature/your-feature-name
-
Before submitting PR:
cargo fmt --all cargo clippy --all --all-targets cargo test --all
-
Submit a Pull Request with clear description
All contributions are welcome. Please read CONTRIBUTING.md for guidelines and our Code of Conduct.
License
MIT License - See LICENSE for details.
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 dataprof-0.4.85-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: dataprof-0.4.85-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6fd087f2a53eaf230db269be096255528a7e1299a08a46895cfca41f3c465f93
|
|
| MD5 |
5a2815de2c208df95c5839f31642e3b6
|
|
| BLAKE2b-256 |
9ffcf32192cf4441f08f7c5bf0323f57c3a0b0b093479e760dfee2cd61bc6673
|
Provenance
The following attestation bundles were made for dataprof-0.4.85-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on AndreaBozzo/dataprof
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dataprof-0.4.85-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
6fd087f2a53eaf230db269be096255528a7e1299a08a46895cfca41f3c465f93 - Sigstore transparency entry: 810105896
- Sigstore integration time:
-
Permalink:
AndreaBozzo/dataprof@3766577ead0c601b4e75d9df55509cbd69786793 -
Branch / Tag:
refs/tags/v0.4.85 - Owner: https://github.com/AndreaBozzo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3766577ead0c601b4e75d9df55509cbd69786793 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dataprof-0.4.85-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: dataprof-0.4.85-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1619b40d80aeb9b401607f1bc6443bd869bd791eaee7ced449e1dea6fc831830
|
|
| MD5 |
a90e1a46eb88d28c378e2314e834bd16
|
|
| BLAKE2b-256 |
76d8985b3beb3df0ff1ba30ed79779ef3a36a4bec75b545821c6ca5b6b6c7ef8
|
Provenance
The following attestation bundles were made for dataprof-0.4.85-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
release.yml on AndreaBozzo/dataprof
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dataprof-0.4.85-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
1619b40d80aeb9b401607f1bc6443bd869bd791eaee7ced449e1dea6fc831830 - Sigstore transparency entry: 810105880
- Sigstore integration time:
-
Permalink:
AndreaBozzo/dataprof@3766577ead0c601b4e75d9df55509cbd69786793 -
Branch / Tag:
refs/tags/v0.4.85 - Owner: https://github.com/AndreaBozzo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3766577ead0c601b4e75d9df55509cbd69786793 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dataprof-0.4.85-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: dataprof-0.4.85-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54b537493c0223f3bc83680647ae571a87c9232d8c73911e86c938dfa056cfcc
|
|
| MD5 |
d902ec7d4c4138675d02c8f131863673
|
|
| BLAKE2b-256 |
7bff32d5e0711facb665333dd5405bec052cc0ad8fe5a675038ee04f3a9bec3a
|
Provenance
The following attestation bundles were made for dataprof-0.4.85-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
release.yml on AndreaBozzo/dataprof
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dataprof-0.4.85-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
54b537493c0223f3bc83680647ae571a87c9232d8c73911e86c938dfa056cfcc - Sigstore transparency entry: 810105817
- Sigstore integration time:
-
Permalink:
AndreaBozzo/dataprof@3766577ead0c601b4e75d9df55509cbd69786793 -
Branch / Tag:
refs/tags/v0.4.85 - Owner: https://github.com/AndreaBozzo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3766577ead0c601b4e75d9df55509cbd69786793 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dataprof-0.4.85-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: dataprof-0.4.85-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.14, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8347cc8cc4d6dcca41fe77273b6493845e7b061f5f8f91f25ea0bd2810e9a2cb
|
|
| MD5 |
a5a07aa683f92f970f7de6ecb28b251a
|
|
| BLAKE2b-256 |
581d454ea932930836cbc2b4372da958eec1c0d63c2ea1ac96a033169e1c3938
|
Provenance
The following attestation bundles were made for dataprof-0.4.85-cp314-cp314-win_amd64.whl:
Publisher:
release.yml on AndreaBozzo/dataprof
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dataprof-0.4.85-cp314-cp314-win_amd64.whl -
Subject digest:
8347cc8cc4d6dcca41fe77273b6493845e7b061f5f8f91f25ea0bd2810e9a2cb - Sigstore transparency entry: 810105911
- Sigstore integration time:
-
Permalink:
AndreaBozzo/dataprof@3766577ead0c601b4e75d9df55509cbd69786793 -
Branch / Tag:
refs/tags/v0.4.85 - Owner: https://github.com/AndreaBozzo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3766577ead0c601b4e75d9df55509cbd69786793 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dataprof-0.4.85-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: dataprof-0.4.85-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c04ebdeae1e6eab273a2738400ddb52b22fc047eb7cdf726ad1ee46112129b0f
|
|
| MD5 |
3e63cbb8e7a7f1d1272189b6ae805790
|
|
| BLAKE2b-256 |
7ab455d10fa7b6c32feafdf0115f37346d90352ce2804413f66b40145ccf9968
|
Provenance
The following attestation bundles were made for dataprof-0.4.85-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on AndreaBozzo/dataprof
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dataprof-0.4.85-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
c04ebdeae1e6eab273a2738400ddb52b22fc047eb7cdf726ad1ee46112129b0f - Sigstore transparency entry: 810105926
- Sigstore integration time:
-
Permalink:
AndreaBozzo/dataprof@3766577ead0c601b4e75d9df55509cbd69786793 -
Branch / Tag:
refs/tags/v0.4.85 - Owner: https://github.com/AndreaBozzo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3766577ead0c601b4e75d9df55509cbd69786793 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dataprof-0.4.85-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: dataprof-0.4.85-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.14, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1baf14e0584d83b9850236bd06886b42aa0de1e8bf8c7a84ac249855c2abc4f5
|
|
| MD5 |
6d8bac7e7c91c368151226c20e111b67
|
|
| BLAKE2b-256 |
eb7d124f831628f2a7eb4a438726c375297a62e4396ed50e7057deb99bd4a67b
|
Provenance
The following attestation bundles were made for dataprof-0.4.85-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
release.yml on AndreaBozzo/dataprof
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dataprof-0.4.85-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
1baf14e0584d83b9850236bd06886b42aa0de1e8bf8c7a84ac249855c2abc4f5 - Sigstore transparency entry: 810105828
- Sigstore integration time:
-
Permalink:
AndreaBozzo/dataprof@3766577ead0c601b4e75d9df55509cbd69786793 -
Branch / Tag:
refs/tags/v0.4.85 - Owner: https://github.com/AndreaBozzo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3766577ead0c601b4e75d9df55509cbd69786793 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dataprof-0.4.85-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: dataprof-0.4.85-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.14, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db93e60341390a4c88c4cf25f87f354411fa3e4479be558f6a00371204d76ce2
|
|
| MD5 |
281f251127283c308469f82d2252d41c
|
|
| BLAKE2b-256 |
1d1258e3e39141c24fb38d5e03db6ae53918caa9b0ee384f95ad4b3b955c4f57
|
Provenance
The following attestation bundles were made for dataprof-0.4.85-cp314-cp314-macosx_11_0_arm64.whl:
Publisher:
release.yml on AndreaBozzo/dataprof
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dataprof-0.4.85-cp314-cp314-macosx_11_0_arm64.whl -
Subject digest:
db93e60341390a4c88c4cf25f87f354411fa3e4479be558f6a00371204d76ce2 - Sigstore transparency entry: 810105823
- Sigstore integration time:
-
Permalink:
AndreaBozzo/dataprof@3766577ead0c601b4e75d9df55509cbd69786793 -
Branch / Tag:
refs/tags/v0.4.85 - Owner: https://github.com/AndreaBozzo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3766577ead0c601b4e75d9df55509cbd69786793 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dataprof-0.4.85-cp314-cp314-macosx_10_12_x86_64.whl.
File metadata
- Download URL: dataprof-0.4.85-cp314-cp314-macosx_10_12_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.14, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62c8fb18138cfe849ae62abdb6682d384533f8125f4a58b240a7feffec634f43
|
|
| MD5 |
34a94c9881e91f8261216101908ac7ce
|
|
| BLAKE2b-256 |
81bbbbb5e0406e4d8218cc0b64c6c3c0a1490e8dbcd4a07a3703aa3247514d0b
|
Provenance
The following attestation bundles were made for dataprof-0.4.85-cp314-cp314-macosx_10_12_x86_64.whl:
Publisher:
release.yml on AndreaBozzo/dataprof
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dataprof-0.4.85-cp314-cp314-macosx_10_12_x86_64.whl -
Subject digest:
62c8fb18138cfe849ae62abdb6682d384533f8125f4a58b240a7feffec634f43 - Sigstore transparency entry: 810105862
- Sigstore integration time:
-
Permalink:
AndreaBozzo/dataprof@3766577ead0c601b4e75d9df55509cbd69786793 -
Branch / Tag:
refs/tags/v0.4.85 - Owner: https://github.com/AndreaBozzo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3766577ead0c601b4e75d9df55509cbd69786793 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dataprof-0.4.85-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: dataprof-0.4.85-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
955b3720204fa05f4bc9c5f83cb9130b7bed12a382fd8e9104be619e7d2daf0a
|
|
| MD5 |
e1a6c1abd363ef678da761e2df7238af
|
|
| BLAKE2b-256 |
e507b41db57cd3b1a87d49622e6a284276ba5cd3cd7a7721213f3ee042823d18
|
Provenance
The following attestation bundles were made for dataprof-0.4.85-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
release.yml on AndreaBozzo/dataprof
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dataprof-0.4.85-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
955b3720204fa05f4bc9c5f83cb9130b7bed12a382fd8e9104be619e7d2daf0a - Sigstore transparency entry: 810105813
- Sigstore integration time:
-
Permalink:
AndreaBozzo/dataprof@3766577ead0c601b4e75d9df55509cbd69786793 -
Branch / Tag:
refs/tags/v0.4.85 - Owner: https://github.com/AndreaBozzo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3766577ead0c601b4e75d9df55509cbd69786793 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dataprof-0.4.85-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: dataprof-0.4.85-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
794ae9d6fe3988e72c28a75e7b832ce05d49316b0b96ac0a9f102cc9b4f4451f
|
|
| MD5 |
49e8600a477dab578d5f8e54199ab2eb
|
|
| BLAKE2b-256 |
84c578574569a5d9b82e6e3f4c4145f3a828c8af34d6aad106b1e1b8c167f15a
|
Provenance
The following attestation bundles were made for dataprof-0.4.85-cp313-cp313-win_amd64.whl:
Publisher:
release.yml on AndreaBozzo/dataprof
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dataprof-0.4.85-cp313-cp313-win_amd64.whl -
Subject digest:
794ae9d6fe3988e72c28a75e7b832ce05d49316b0b96ac0a9f102cc9b4f4451f - Sigstore transparency entry: 810105889
- Sigstore integration time:
-
Permalink:
AndreaBozzo/dataprof@3766577ead0c601b4e75d9df55509cbd69786793 -
Branch / Tag:
refs/tags/v0.4.85 - Owner: https://github.com/AndreaBozzo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3766577ead0c601b4e75d9df55509cbd69786793 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dataprof-0.4.85-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: dataprof-0.4.85-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
698e687fa80874ae3d5796a8e39b6972e43950a0e81b7ab183fc243862c5773a
|
|
| MD5 |
077ed7e537d3d61259be63930c6e182c
|
|
| BLAKE2b-256 |
83265d9bd059346f3dfd1621646dea2e141d052990951e444cb215fe41fadc53
|
Provenance
The following attestation bundles were made for dataprof-0.4.85-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on AndreaBozzo/dataprof
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dataprof-0.4.85-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
698e687fa80874ae3d5796a8e39b6972e43950a0e81b7ab183fc243862c5773a - Sigstore transparency entry: 810105835
- Sigstore integration time:
-
Permalink:
AndreaBozzo/dataprof@3766577ead0c601b4e75d9df55509cbd69786793 -
Branch / Tag:
refs/tags/v0.4.85 - Owner: https://github.com/AndreaBozzo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3766577ead0c601b4e75d9df55509cbd69786793 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dataprof-0.4.85-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: dataprof-0.4.85-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
392cd404c7f03db7b4424b67df4ba0362ae6b2d55e7a70e0cd165b7b00cec584
|
|
| MD5 |
37ba06251e51408a6a42f6b6d6b23315
|
|
| BLAKE2b-256 |
c6014b69035409475b12b9884399ce1e9c8059f921aaeadda3a8a324c8ca0891
|
Provenance
The following attestation bundles were made for dataprof-0.4.85-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
release.yml on AndreaBozzo/dataprof
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dataprof-0.4.85-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
392cd404c7f03db7b4424b67df4ba0362ae6b2d55e7a70e0cd165b7b00cec584 - Sigstore transparency entry: 810105921
- Sigstore integration time:
-
Permalink:
AndreaBozzo/dataprof@3766577ead0c601b4e75d9df55509cbd69786793 -
Branch / Tag:
refs/tags/v0.4.85 - Owner: https://github.com/AndreaBozzo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3766577ead0c601b4e75d9df55509cbd69786793 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dataprof-0.4.85-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: dataprof-0.4.85-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0e63ef328a9efb40d97a4f3de5feeb9fb77be1e9c3c65107be30d0130e05af9
|
|
| MD5 |
4d7cab919545ed66587bcdf3d988a691
|
|
| BLAKE2b-256 |
d75f20903480b98cd688f875dcf2c0404d32843f00158c7f2a31190710e01843
|
Provenance
The following attestation bundles were made for dataprof-0.4.85-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
release.yml on AndreaBozzo/dataprof
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dataprof-0.4.85-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
a0e63ef328a9efb40d97a4f3de5feeb9fb77be1e9c3c65107be30d0130e05af9 - Sigstore transparency entry: 810105878
- Sigstore integration time:
-
Permalink:
AndreaBozzo/dataprof@3766577ead0c601b4e75d9df55509cbd69786793 -
Branch / Tag:
refs/tags/v0.4.85 - Owner: https://github.com/AndreaBozzo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3766577ead0c601b4e75d9df55509cbd69786793 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dataprof-0.4.85-cp313-cp313-macosx_10_12_x86_64.whl.
File metadata
- Download URL: dataprof-0.4.85-cp313-cp313-macosx_10_12_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.13, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8806f1d7639645da3fb0ec17f01059f2e6f414be107dca7254ab554a0df8c912
|
|
| MD5 |
080b7fe2d68a6c8a19c2b15c47e9c57d
|
|
| BLAKE2b-256 |
592dff9d1bd9e275b0b65ac4ea03f076d7074e4c05fef08408449532511c0d65
|
Provenance
The following attestation bundles were made for dataprof-0.4.85-cp313-cp313-macosx_10_12_x86_64.whl:
Publisher:
release.yml on AndreaBozzo/dataprof
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dataprof-0.4.85-cp313-cp313-macosx_10_12_x86_64.whl -
Subject digest:
8806f1d7639645da3fb0ec17f01059f2e6f414be107dca7254ab554a0df8c912 - Sigstore transparency entry: 810105868
- Sigstore integration time:
-
Permalink:
AndreaBozzo/dataprof@3766577ead0c601b4e75d9df55509cbd69786793 -
Branch / Tag:
refs/tags/v0.4.85 - Owner: https://github.com/AndreaBozzo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3766577ead0c601b4e75d9df55509cbd69786793 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dataprof-0.4.85-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: dataprof-0.4.85-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
594e6867ea3bf2d1dd56fc787c6147ffb57240f4682f4cd08b0282f939316b51
|
|
| MD5 |
77dd6022cf97f6dd4e08b7cc690e4e4f
|
|
| BLAKE2b-256 |
eec7e6cbd1d1710560511eaf2122527c2b8b47490c11d368d855b0f50e11bbf0
|
Provenance
The following attestation bundles were made for dataprof-0.4.85-cp312-cp312-win_amd64.whl:
Publisher:
release.yml on AndreaBozzo/dataprof
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dataprof-0.4.85-cp312-cp312-win_amd64.whl -
Subject digest:
594e6867ea3bf2d1dd56fc787c6147ffb57240f4682f4cd08b0282f939316b51 - Sigstore transparency entry: 810105841
- Sigstore integration time:
-
Permalink:
AndreaBozzo/dataprof@3766577ead0c601b4e75d9df55509cbd69786793 -
Branch / Tag:
refs/tags/v0.4.85 - Owner: https://github.com/AndreaBozzo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3766577ead0c601b4e75d9df55509cbd69786793 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dataprof-0.4.85-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: dataprof-0.4.85-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81cdc80086c548b9ad585833f1430fdaf0ab750dee1c5c5b0aa62ee1fdb84656
|
|
| MD5 |
82efaaf2ebaf86a821bffb5527d25a9c
|
|
| BLAKE2b-256 |
2dce4e255232a49cf41ed458bae8c6ff8277bb735b0a669ee6efa8f5e5ce40e7
|
Provenance
The following attestation bundles were made for dataprof-0.4.85-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on AndreaBozzo/dataprof
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dataprof-0.4.85-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
81cdc80086c548b9ad585833f1430fdaf0ab750dee1c5c5b0aa62ee1fdb84656 - Sigstore transparency entry: 810105873
- Sigstore integration time:
-
Permalink:
AndreaBozzo/dataprof@3766577ead0c601b4e75d9df55509cbd69786793 -
Branch / Tag:
refs/tags/v0.4.85 - Owner: https://github.com/AndreaBozzo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3766577ead0c601b4e75d9df55509cbd69786793 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dataprof-0.4.85-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: dataprof-0.4.85-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
20556b22d3b08500273ecb6c56d43eb103e9ba25d92f523e87727e51573ca723
|
|
| MD5 |
7797fc27421f152957e4ebdb5557e517
|
|
| BLAKE2b-256 |
e67402295ce62862dcde1dbcb5b1ab9b0aa83e061d4a642779b043fd390ded09
|
Provenance
The following attestation bundles were made for dataprof-0.4.85-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
release.yml on AndreaBozzo/dataprof
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dataprof-0.4.85-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
20556b22d3b08500273ecb6c56d43eb103e9ba25d92f523e87727e51573ca723 - Sigstore transparency entry: 810105892
- Sigstore integration time:
-
Permalink:
AndreaBozzo/dataprof@3766577ead0c601b4e75d9df55509cbd69786793 -
Branch / Tag:
refs/tags/v0.4.85 - Owner: https://github.com/AndreaBozzo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3766577ead0c601b4e75d9df55509cbd69786793 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dataprof-0.4.85-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: dataprof-0.4.85-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94faf7ed67c5f2103fcb8abb535db31623c1ebcb1dd7ac869d96131f13a7753c
|
|
| MD5 |
5e83e9d329533f371be4018d2b60ddef
|
|
| BLAKE2b-256 |
b16c9d1e89bb2946beecbcc85242ad0ac1be3f6cb760eb7254e3493f0f2f3427
|
Provenance
The following attestation bundles were made for dataprof-0.4.85-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
release.yml on AndreaBozzo/dataprof
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dataprof-0.4.85-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
94faf7ed67c5f2103fcb8abb535db31623c1ebcb1dd7ac869d96131f13a7753c - Sigstore transparency entry: 810105864
- Sigstore integration time:
-
Permalink:
AndreaBozzo/dataprof@3766577ead0c601b4e75d9df55509cbd69786793 -
Branch / Tag:
refs/tags/v0.4.85 - Owner: https://github.com/AndreaBozzo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3766577ead0c601b4e75d9df55509cbd69786793 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dataprof-0.4.85-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: dataprof-0.4.85-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7abd62375ebf5f44becc44ff788680c2b3db083d61bfd9037cae195671c5250
|
|
| MD5 |
3d8297a81f018b24eecd3a352e779eb6
|
|
| BLAKE2b-256 |
8815152ec95b6b423d368a0b48f528114304159d29a68a19cad57cdbfb5c019f
|
Provenance
The following attestation bundles were made for dataprof-0.4.85-cp312-cp312-macosx_10_12_x86_64.whl:
Publisher:
release.yml on AndreaBozzo/dataprof
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dataprof-0.4.85-cp312-cp312-macosx_10_12_x86_64.whl -
Subject digest:
b7abd62375ebf5f44becc44ff788680c2b3db083d61bfd9037cae195671c5250 - Sigstore transparency entry: 810105863
- Sigstore integration time:
-
Permalink:
AndreaBozzo/dataprof@3766577ead0c601b4e75d9df55509cbd69786793 -
Branch / Tag:
refs/tags/v0.4.85 - Owner: https://github.com/AndreaBozzo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3766577ead0c601b4e75d9df55509cbd69786793 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dataprof-0.4.85-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: dataprof-0.4.85-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46653f829cb9e90630d54acc4edafa836a37bb1019b21ab600237144aafc1b80
|
|
| MD5 |
ddcd0676cfce81d9c0ea0746bab15548
|
|
| BLAKE2b-256 |
3cae6ad96eca7e9e2e74bc319f5a46e15831657df0053059185f065346035934
|
Provenance
The following attestation bundles were made for dataprof-0.4.85-cp311-cp311-win_amd64.whl:
Publisher:
release.yml on AndreaBozzo/dataprof
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dataprof-0.4.85-cp311-cp311-win_amd64.whl -
Subject digest:
46653f829cb9e90630d54acc4edafa836a37bb1019b21ab600237144aafc1b80 - Sigstore transparency entry: 810105838
- Sigstore integration time:
-
Permalink:
AndreaBozzo/dataprof@3766577ead0c601b4e75d9df55509cbd69786793 -
Branch / Tag:
refs/tags/v0.4.85 - Owner: https://github.com/AndreaBozzo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3766577ead0c601b4e75d9df55509cbd69786793 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dataprof-0.4.85-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: dataprof-0.4.85-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
027c8366ebab3c7ab9a24ff20524a88671b3c3b76b7fc828e5f2a82b69075259
|
|
| MD5 |
55acbab291676152eb42ecd9f4aee223
|
|
| BLAKE2b-256 |
bd9aaf81ad2deb984d848d1732b7cf615abda04da0063a7b541ccf181c0f4db8
|
Provenance
The following attestation bundles were made for dataprof-0.4.85-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on AndreaBozzo/dataprof
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dataprof-0.4.85-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
027c8366ebab3c7ab9a24ff20524a88671b3c3b76b7fc828e5f2a82b69075259 - Sigstore transparency entry: 810105875
- Sigstore integration time:
-
Permalink:
AndreaBozzo/dataprof@3766577ead0c601b4e75d9df55509cbd69786793 -
Branch / Tag:
refs/tags/v0.4.85 - Owner: https://github.com/AndreaBozzo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3766577ead0c601b4e75d9df55509cbd69786793 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dataprof-0.4.85-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: dataprof-0.4.85-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd00aa19295b25940998344ace54e455ff2391c917b11521009a0654b99cd27a
|
|
| MD5 |
c3544e9123dbe58a9b4a7d2580cf3eb5
|
|
| BLAKE2b-256 |
294456402e705e8de0907218a6e464dddaf40cd5f27e11253768777ee057aae8
|
Provenance
The following attestation bundles were made for dataprof-0.4.85-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
release.yml on AndreaBozzo/dataprof
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dataprof-0.4.85-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
cd00aa19295b25940998344ace54e455ff2391c917b11521009a0654b99cd27a - Sigstore transparency entry: 810105856
- Sigstore integration time:
-
Permalink:
AndreaBozzo/dataprof@3766577ead0c601b4e75d9df55509cbd69786793 -
Branch / Tag:
refs/tags/v0.4.85 - Owner: https://github.com/AndreaBozzo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3766577ead0c601b4e75d9df55509cbd69786793 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dataprof-0.4.85-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: dataprof-0.4.85-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f8c6762803ba781bf365597374984c770bea797a79732ddc4752f12daf2dd11
|
|
| MD5 |
dfe844272ffe3e0e4cd0c2d5291a22fa
|
|
| BLAKE2b-256 |
63bc4bc04f63584e42c6d9584ce40d35cdbc56a8a6914a995b22457512cf7bad
|
Provenance
The following attestation bundles were made for dataprof-0.4.85-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
release.yml on AndreaBozzo/dataprof
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dataprof-0.4.85-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
8f8c6762803ba781bf365597374984c770bea797a79732ddc4752f12daf2dd11 - Sigstore transparency entry: 810105820
- Sigstore integration time:
-
Permalink:
AndreaBozzo/dataprof@3766577ead0c601b4e75d9df55509cbd69786793 -
Branch / Tag:
refs/tags/v0.4.85 - Owner: https://github.com/AndreaBozzo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3766577ead0c601b4e75d9df55509cbd69786793 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dataprof-0.4.85-cp311-cp311-macosx_10_12_x86_64.whl.
File metadata
- Download URL: dataprof-0.4.85-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d56fb9dff56a5e7f1d42c1e60f4c83daac6fe0d3786ecd530a85f4f4bc0837b0
|
|
| MD5 |
ffaa7ebd92abd08496a3a29bca9350cd
|
|
| BLAKE2b-256 |
cb49c4c052ebc4a408f7754f5eb9caddf39141503a3fe94b04e2781158fd0773
|
Provenance
The following attestation bundles were made for dataprof-0.4.85-cp311-cp311-macosx_10_12_x86_64.whl:
Publisher:
release.yml on AndreaBozzo/dataprof
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dataprof-0.4.85-cp311-cp311-macosx_10_12_x86_64.whl -
Subject digest:
d56fb9dff56a5e7f1d42c1e60f4c83daac6fe0d3786ecd530a85f4f4bc0837b0 - Sigstore transparency entry: 810105866
- Sigstore integration time:
-
Permalink:
AndreaBozzo/dataprof@3766577ead0c601b4e75d9df55509cbd69786793 -
Branch / Tag:
refs/tags/v0.4.85 - Owner: https://github.com/AndreaBozzo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3766577ead0c601b4e75d9df55509cbd69786793 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dataprof-0.4.85-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: dataprof-0.4.85-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73a3a3a2b50f60417665ddb33714b7064b02e60d17ff3f3270b1d8defb5332dd
|
|
| MD5 |
c24283399f64d3d34c91d744c77c519e
|
|
| BLAKE2b-256 |
730f464135df125d3586840f16ee5e6e673a0a56ad19a0fdaa682963ba5ae045
|
Provenance
The following attestation bundles were made for dataprof-0.4.85-cp310-cp310-win_amd64.whl:
Publisher:
release.yml on AndreaBozzo/dataprof
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dataprof-0.4.85-cp310-cp310-win_amd64.whl -
Subject digest:
73a3a3a2b50f60417665ddb33714b7064b02e60d17ff3f3270b1d8defb5332dd - Sigstore transparency entry: 810105858
- Sigstore integration time:
-
Permalink:
AndreaBozzo/dataprof@3766577ead0c601b4e75d9df55509cbd69786793 -
Branch / Tag:
refs/tags/v0.4.85 - Owner: https://github.com/AndreaBozzo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3766577ead0c601b4e75d9df55509cbd69786793 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dataprof-0.4.85-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: dataprof-0.4.85-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a26d86388750af6bb7d9e0064ed2e120081e2bcec96b7877b6812eec5976513
|
|
| MD5 |
4a2c9e957d241acc101e6cc248635fbd
|
|
| BLAKE2b-256 |
de237dc97ae0202bf3326cbfbf2eb21c5067b2bc5ce218be91044ba8f3861cec
|
Provenance
The following attestation bundles were made for dataprof-0.4.85-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on AndreaBozzo/dataprof
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dataprof-0.4.85-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
3a26d86388750af6bb7d9e0064ed2e120081e2bcec96b7877b6812eec5976513 - Sigstore transparency entry: 810105845
- Sigstore integration time:
-
Permalink:
AndreaBozzo/dataprof@3766577ead0c601b4e75d9df55509cbd69786793 -
Branch / Tag:
refs/tags/v0.4.85 - Owner: https://github.com/AndreaBozzo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3766577ead0c601b4e75d9df55509cbd69786793 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dataprof-0.4.85-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: dataprof-0.4.85-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
958509cb9c6c6aa0a43398004445214669964d9e3c3f1926e05bfaa858ea1b36
|
|
| MD5 |
8e3476638baf32462a8fe174036c94d2
|
|
| BLAKE2b-256 |
964d340e98b16807d4b4a41b356c265b3b64f58916f85fb4ae1b4d91bf26f91c
|
Provenance
The following attestation bundles were made for dataprof-0.4.85-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
release.yml on AndreaBozzo/dataprof
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dataprof-0.4.85-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
958509cb9c6c6aa0a43398004445214669964d9e3c3f1926e05bfaa858ea1b36 - Sigstore transparency entry: 810105899
- Sigstore integration time:
-
Permalink:
AndreaBozzo/dataprof@3766577ead0c601b4e75d9df55509cbd69786793 -
Branch / Tag:
refs/tags/v0.4.85 - Owner: https://github.com/AndreaBozzo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3766577ead0c601b4e75d9df55509cbd69786793 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dataprof-0.4.85-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: dataprof-0.4.85-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38e2f7d0b14f7f3c7189306fbb7fbd57e2ce8e1f85de7567552d73e60804ad2d
|
|
| MD5 |
7584eeee6ac7e4b3e296b938c255a34e
|
|
| BLAKE2b-256 |
5beac598c26ce4349dcdce7c2875bfbcce25e53972042395d96b11ff12c28092
|
Provenance
The following attestation bundles were made for dataprof-0.4.85-cp310-cp310-macosx_11_0_arm64.whl:
Publisher:
release.yml on AndreaBozzo/dataprof
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dataprof-0.4.85-cp310-cp310-macosx_11_0_arm64.whl -
Subject digest:
38e2f7d0b14f7f3c7189306fbb7fbd57e2ce8e1f85de7567552d73e60804ad2d - Sigstore transparency entry: 810105851
- Sigstore integration time:
-
Permalink:
AndreaBozzo/dataprof@3766577ead0c601b4e75d9df55509cbd69786793 -
Branch / Tag:
refs/tags/v0.4.85 - Owner: https://github.com/AndreaBozzo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3766577ead0c601b4e75d9df55509cbd69786793 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dataprof-0.4.85-cp310-cp310-macosx_10_12_x86_64.whl.
File metadata
- Download URL: dataprof-0.4.85-cp310-cp310-macosx_10_12_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.10, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56dbfa63c4a3a19440eb3a8626207b9209def7367e2055e54b28c6bd9f2669c2
|
|
| MD5 |
3da20b58d96831a9f4c6b473a13d03b8
|
|
| BLAKE2b-256 |
daccce4a4339cafccdcbf50a47a09950dda8d273b02e21716cc1705effc35718
|
Provenance
The following attestation bundles were made for dataprof-0.4.85-cp310-cp310-macosx_10_12_x86_64.whl:
Publisher:
release.yml on AndreaBozzo/dataprof
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dataprof-0.4.85-cp310-cp310-macosx_10_12_x86_64.whl -
Subject digest:
56dbfa63c4a3a19440eb3a8626207b9209def7367e2055e54b28c6bd9f2669c2 - Sigstore transparency entry: 810105853
- Sigstore integration time:
-
Permalink:
AndreaBozzo/dataprof@3766577ead0c601b4e75d9df55509cbd69786793 -
Branch / Tag:
refs/tags/v0.4.85 - Owner: https://github.com/AndreaBozzo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3766577ead0c601b4e75d9df55509cbd69786793 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dataprof-0.4.85-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: dataprof-0.4.85-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
10ac2e67fbb71f3b17ff6d69bd074b21245c35cef08cfbf2485e1d599d7d238c
|
|
| MD5 |
44d707c53f126394c3a0c6d742c664cb
|
|
| BLAKE2b-256 |
c37d64c9f73ab69bd93918897a3ae91926a62b3013b22af88ce1a48de5171e61
|
Provenance
The following attestation bundles were made for dataprof-0.4.85-cp39-cp39-win_amd64.whl:
Publisher:
release.yml on AndreaBozzo/dataprof
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dataprof-0.4.85-cp39-cp39-win_amd64.whl -
Subject digest:
10ac2e67fbb71f3b17ff6d69bd074b21245c35cef08cfbf2485e1d599d7d238c - Sigstore transparency entry: 810105906
- Sigstore integration time:
-
Permalink:
AndreaBozzo/dataprof@3766577ead0c601b4e75d9df55509cbd69786793 -
Branch / Tag:
refs/tags/v0.4.85 - Owner: https://github.com/AndreaBozzo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3766577ead0c601b4e75d9df55509cbd69786793 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dataprof-0.4.85-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: dataprof-0.4.85-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f409f4db85124b1387df6d2dfb170a167707b73b6a5f838c1b8710c25b95a4b
|
|
| MD5 |
f9639c2888e7370936d6fdee553a47c8
|
|
| BLAKE2b-256 |
ee714945ae9f0a15d54be2ff52cdd9d045a61fe690ae3ce0dd0f7384cc211204
|
Provenance
The following attestation bundles were made for dataprof-0.4.85-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on AndreaBozzo/dataprof
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dataprof-0.4.85-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
4f409f4db85124b1387df6d2dfb170a167707b73b6a5f838c1b8710c25b95a4b - Sigstore transparency entry: 810105848
- Sigstore integration time:
-
Permalink:
AndreaBozzo/dataprof@3766577ead0c601b4e75d9df55509cbd69786793 -
Branch / Tag:
refs/tags/v0.4.85 - Owner: https://github.com/AndreaBozzo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3766577ead0c601b4e75d9df55509cbd69786793 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dataprof-0.4.85-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: dataprof-0.4.85-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75d207bc530c1aa8586e32a434247de5c9dc21ab69e1b3607c6e35d70ee0328f
|
|
| MD5 |
87a6c645fcfa4f17eb9b1acd573ad004
|
|
| BLAKE2b-256 |
c583682c10a26df98a068166926db3a72da246ba07f840d22093ac92bfd730df
|
Provenance
The following attestation bundles were made for dataprof-0.4.85-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
release.yml on AndreaBozzo/dataprof
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dataprof-0.4.85-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
75d207bc530c1aa8586e32a434247de5c9dc21ab69e1b3607c6e35d70ee0328f - Sigstore transparency entry: 810105914
- Sigstore integration time:
-
Permalink:
AndreaBozzo/dataprof@3766577ead0c601b4e75d9df55509cbd69786793 -
Branch / Tag:
refs/tags/v0.4.85 - Owner: https://github.com/AndreaBozzo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3766577ead0c601b4e75d9df55509cbd69786793 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dataprof-0.4.85-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: dataprof-0.4.85-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f162605a0f5caf6bc003e189363ec25cf009e166ecb6d9aa706c42f9d3848da
|
|
| MD5 |
e430804e65b59aad6f0ce9146c3c0975
|
|
| BLAKE2b-256 |
36e985cc71c16abe640dc1e1c5414be843a767f9fc18467dba3881c46952c627
|
Provenance
The following attestation bundles were made for dataprof-0.4.85-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on AndreaBozzo/dataprof
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dataprof-0.4.85-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
1f162605a0f5caf6bc003e189363ec25cf009e166ecb6d9aa706c42f9d3848da - Sigstore transparency entry: 810105826
- Sigstore integration time:
-
Permalink:
AndreaBozzo/dataprof@3766577ead0c601b4e75d9df55509cbd69786793 -
Branch / Tag:
refs/tags/v0.4.85 - Owner: https://github.com/AndreaBozzo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3766577ead0c601b4e75d9df55509cbd69786793 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dataprof-0.4.85-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: dataprof-0.4.85-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de4443b0c830ca311f10e46a5e7f832a11823f23777fc2cbec7d90bcf4ea45a9
|
|
| MD5 |
742462863ca57c189438086d9327c62b
|
|
| BLAKE2b-256 |
4083d5ebb25805c42b89a4f05164f9d84012e6280d2ea017f6ea0086d0c1558b
|
Provenance
The following attestation bundles were made for dataprof-0.4.85-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
release.yml on AndreaBozzo/dataprof
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dataprof-0.4.85-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
de4443b0c830ca311f10e46a5e7f832a11823f23777fc2cbec7d90bcf4ea45a9 - Sigstore transparency entry: 810105885
- Sigstore integration time:
-
Permalink:
AndreaBozzo/dataprof@3766577ead0c601b4e75d9df55509cbd69786793 -
Branch / Tag:
refs/tags/v0.4.85 - Owner: https://github.com/AndreaBozzo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3766577ead0c601b4e75d9df55509cbd69786793 -
Trigger Event:
push
-
Statement type: