Skip to main content

Fast, lightweight data profiling and quality assessment library

Project description

dataprof logo

dataprof

High-Performance Data Profiler with ISO 8000/25012 Quality Metrics

CI Crates.io License: MIT OR Apache-2.0 PyPI Downloads

Profile datasets larger than your RAM in seconds on your laptop with Rust and SIMD.

💡 Key Features

  • Blazing Fast & Low Memory: Written in Rust, using optional SIMD acceleration and streaming to process huge files with < 100MB memory usage.
  • Smart Adaptive Engines: Automatically chooses between Batch and Streaming engines based on your system capabilities and data size.
  • ISO 8000/25012 Metrics: Robust data quality scoring alongside type distributions and value frequency.
  • PII & Semantic Detection: Automatically identifies Emails, IPs, IBANs, Credit Cards, and more.
  • Connects Everywhere: CSV, Parquet, JSON/L, and SQL Databases (Postgres, MySQL, SQLite).
  • Privacy First: Local execution; data never leaves your machine.

🚀 Quick Start

Python (via pip)

pip install dataprof
import dataprof

# Connect, profile, and export an HTML dashboard
dataprof.profile("huge_dataset.csv").save("report.html")

CLI (via cargo - Advanced/Rust users)

cargo install dataprof

# Profile directly from your terminal
dataprof-cli report huge_data.parquet -o report.html

📊 Visual Reports

dataprof generates rich, interactive HTML reports for single files or batches, visualizing data quality distributions, anomalies, and insights.

Click to view Report Dashboards

Interactive Demo
DataProf Demo

Single File Analysis
Single Report Dashboard

Batch Processing Dashboard
Batch Dashboard

📚 Documentation

🛠️ Advanced Usage (Python)

Batch Processing

# Process an entire folder natively in parallel
result = dataprof.batch_analyze_directory("/data_folder", recursive=True)
print(f"Processed at {result.files_per_second:.1f} files/sec")

Database Integration (Async)

# Profile a SQL query directly
await dataprof.analyze_database_async(
    "postgresql://user:pass@localhost/db",
    "SELECT * FROM sales_data_2024"
)

💻 Development & Contributing

We welcome contributions! Please see CONTRIBUTING.md and our Code of Conduct.

git clone https://github.com/AndreaBozzo/dataprof.git
cd dataprof

# Default build (CSV/JSON only)
cargo build --release

# With extensive formats and DB functionality
cargo build --release --features "arrow parquet postgres mysql sqlite"

# To develop the Python API locally
maturin develop --features "python-async database postgres"

⚖️ License

Dual-licensed under either the MIT License or the Apache License, Version 2.0.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

dataprof-0.5.20-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

dataprof-0.5.20-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

dataprof-0.5.20-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

dataprof-0.5.20-cp314-cp314-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.14Windows x86-64

dataprof-0.5.20-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

dataprof-0.5.20-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

dataprof-0.5.20-cp314-cp314-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

dataprof-0.5.20-cp314-cp314-macosx_10_12_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

dataprof-0.5.20-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

dataprof-0.5.20-cp313-cp313-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.13Windows x86-64

dataprof-0.5.20-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

dataprof-0.5.20-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

dataprof-0.5.20-cp313-cp313-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

dataprof-0.5.20-cp313-cp313-macosx_10_12_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

dataprof-0.5.20-cp312-cp312-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.12Windows x86-64

dataprof-0.5.20-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

dataprof-0.5.20-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

dataprof-0.5.20-cp312-cp312-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

dataprof-0.5.20-cp312-cp312-macosx_10_12_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

dataprof-0.5.20-cp311-cp311-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.11Windows x86-64

dataprof-0.5.20-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

dataprof-0.5.20-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

dataprof-0.5.20-cp311-cp311-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

dataprof-0.5.20-cp311-cp311-macosx_10_12_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

dataprof-0.5.20-cp310-cp310-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.10Windows x86-64

dataprof-0.5.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

dataprof-0.5.20-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

dataprof-0.5.20-cp310-cp310-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

dataprof-0.5.20-cp310-cp310-macosx_10_12_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

dataprof-0.5.20-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

dataprof-0.5.20-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

dataprof-0.5.20-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

dataprof-0.5.20-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

Details for the file dataprof-0.5.20-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.20-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c60c1ff9a1b0227fe4bada9f3c060c1ce0475f33d4e9057f4b8d95807550fa48
MD5 3f9f889feada5ec9bec1f14e2cc9a6f9
BLAKE2b-256 8b30983441b9b62d1548cdc4aa821df7d413d2da04710004b3ab8dbc6addb2b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.20-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

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

File details

Details for the file dataprof-0.5.20-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.20-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7c9906cf10d8354794d3aea7f0b2d8dd86707bbe6502aca9f973d4b682c65a52
MD5 2e1dadb9f0d042a211e938c88af74f65
BLAKE2b-256 f6c53cc7e73d859b11acc2d0f17f32ffcdad0408057234a6845de93bffb52704

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.20-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

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

File details

Details for the file dataprof-0.5.20-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.20-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2b21ca07802f5b36fe23ed1db49f3a980837ba89c2f2208429820ffa884dad5d
MD5 795c4fd988b04604ed72ed305cbbd9ea
BLAKE2b-256 972f42e6ab8da896ddc3e435ceb66c4504e2d70cd151c25b47ce13af9ebac428

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.20-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

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

File details

Details for the file dataprof-0.5.20-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: dataprof-0.5.20-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 1.4 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

Hashes for dataprof-0.5.20-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 27d0027d1e8f492743117f91c41c8e7fb78da923a250dcdcda78b573ec8c9d46
MD5 f9234a1e75d4e44b577bd6cbf0df76b0
BLAKE2b-256 7cb9b66c77b669dbf3c45be173c24553014bbf83749a37bcc526d1d28cc3a0f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.20-cp314-cp314-win_amd64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

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

File details

Details for the file dataprof-0.5.20-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.20-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0024daf8be896634a193fe6045b992f55f69cbabe009304a3372df1e2272dc8a
MD5 4759edf2598bae3657b2860ab02a57e7
BLAKE2b-256 1edb5b8635e22264018634e2d5721c37b825a7f3e2948606c27144f396f310f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.20-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

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

File details

Details for the file dataprof-0.5.20-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.20-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 13319210b05d8e5ae519aa68178874e492586d08234c15e1784db154b632903c
MD5 862e6de243fae8504c056a9b695306ba
BLAKE2b-256 21881d9f1f101e6bd90131029d0a8dce7d9052de8d9d78c7cab00f0a54595073

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.20-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

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

File details

Details for the file dataprof-0.5.20-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.20-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1d5db1676e3b3a7ed2354f975e1dc1072c76ff4157c1ed724cf8ea40c0371ac8
MD5 69e67744fad5e46e858fa245e203b58c
BLAKE2b-256 48d80f25fdfa0297f4734a804440d4ba9eb1fa6094841237e618710c0be483c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.20-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

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

File details

Details for the file dataprof-0.5.20-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.20-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 01fc83f32fa9f9a2c690ff54ee98998df86f34aef76328212ca3d40225da078f
MD5 5c9399c565c1c9566c0e12e24c35ec7f
BLAKE2b-256 6da9426234f942acb2c1c8581e6d256880df2a6dd4ff095c08a83326c5335ab6

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.20-cp314-cp314-macosx_10_12_x86_64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

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

File details

Details for the file dataprof-0.5.20-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.20-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f35ca734c84067bc9b91aead4f898adf941584a5acf16cb1468a067def2c2a64
MD5 7640f9438501a73fedec99383454d746
BLAKE2b-256 b751f75a0803b74cae69954060af581a9bc81ee508eefc97b30de3093c883ea8

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.20-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

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

File details

Details for the file dataprof-0.5.20-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: dataprof-0.5.20-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.4 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

Hashes for dataprof-0.5.20-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ca9515b33e90d0f96b195fb0c89ee639be32cc605fc0f493a0f96186a32bccf3
MD5 fccd88e71516e0f23791007787d27d78
BLAKE2b-256 49d9209eac64224b9cb56c9cd49d199c90b914689c4605b65848df50c1e0a4fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.20-cp313-cp313-win_amd64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

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

File details

Details for the file dataprof-0.5.20-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.20-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 968c3db234d88f52bfe50f5447758da4c6f7f93850852347db4d7a77cf989ddc
MD5 16feeb127665750a9cada37dbb7c5dd1
BLAKE2b-256 7b989dac6674fcacb8cb06e749166121b3bc166c6d88d9a97a8ba53b97a65aef

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.20-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

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

File details

Details for the file dataprof-0.5.20-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.20-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4125676ca2730088acaec801bb1aab80eb73df30a68b1755f52e220f3b8e8b29
MD5 ce299def66198a6f89e4eb461e0a5832
BLAKE2b-256 78b5d92f7e2289f22a6a08a7bf2e24e32660bc786e82a6507f3b0b96c58e0bd4

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.20-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

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

File details

Details for the file dataprof-0.5.20-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.20-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b9154a3528d8cc6779b0cea3fabbd3de931ab224b1bfb34372fed4530bd68d3e
MD5 1b07b5cf5d3a5d9230d3dabcb317c620
BLAKE2b-256 e63532e881149e021635f843fab708a62b3d98fcf7bd4dd561056af80d551a7f

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.20-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

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

File details

Details for the file dataprof-0.5.20-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.20-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ef2b28ae443fa485a63b32c24ed2ba67d243625ed1316755ab29a7fb7cfe7a98
MD5 59edd005a576b952a2780c665f60c899
BLAKE2b-256 bc42f767273f704dfff8d7844a7fff87be2bcca1857bb0a9ab2a3966088add49

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.20-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

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

File details

Details for the file dataprof-0.5.20-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: dataprof-0.5.20-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.4 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

Hashes for dataprof-0.5.20-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 38b965fb239e1381999e4736d31873669f4cc00f58c466723457ed62e679a832
MD5 30a55bdd0d7abe6ef40d27fcbe30ca76
BLAKE2b-256 d8d06a8694df571dfe4a453b0b509329d3e56a4d00d905c370262be85650dbfe

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.20-cp312-cp312-win_amd64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

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

File details

Details for the file dataprof-0.5.20-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.20-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7647b5fe68f87be169e5234d4b05f0c18aaedc78c0d04b6f5f8f37f652cdf9cc
MD5 f0ba95c2a68af20c2753d3b20b946e0c
BLAKE2b-256 e09a650c8eb9881c5f39a16bf031e5a1ad626a9e3c4a0b23a28da7d19b3c3db8

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.20-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

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

File details

Details for the file dataprof-0.5.20-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.20-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 db3c1a8ac347cda2fc6dac7ed9fdb8b40e94300e193798b76f6ae3ba36a7bb24
MD5 c79e093db39dbe5cb954bd836b74a12a
BLAKE2b-256 f9fcc95cd21d1083e66e68b03b9cf468f97164c9c913a7fc48e01e342c9cac3d

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.20-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

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

File details

Details for the file dataprof-0.5.20-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.20-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c840f7f1107eb4674b2e19c2be53f6a2875b24b9bec3d940a69658e009ebf345
MD5 73fdbe595d7c9d42880981cf0a0f5737
BLAKE2b-256 20592973a88f6dc4ef62d06308b8a0a517be109dece16cbbf5cf51463b0e9610

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.20-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

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

File details

Details for the file dataprof-0.5.20-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.20-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c102e3d7578bb1ca27e08314a4a2ead6f2e7831af84694d5bc22f745c591b0b1
MD5 caec3556659c8afccda9211d54a4ff2b
BLAKE2b-256 3150bf3acff70c6620dd41c24942b561c1367e9090125c59af11da9ed5fe4de5

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.20-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

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

File details

Details for the file dataprof-0.5.20-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: dataprof-0.5.20-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.4 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

Hashes for dataprof-0.5.20-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 71c1f65924c714fb41ecaf8b40682563f409b93eecedf9792c4cb224c099e978
MD5 1e062e614621bdbbed33349e7113ef7b
BLAKE2b-256 d26490c5755cf8ceef4814ebc8d639d63351a3efaa3bb85273f45d17858ceb44

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.20-cp311-cp311-win_amd64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

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

File details

Details for the file dataprof-0.5.20-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.20-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fa4c450376a8a96d4c1b1c810b5c3cbdea0b4b61ef1800ad135e6582b6882a4d
MD5 743e6fb013fd93b9abce211b7fcac697
BLAKE2b-256 4fef3ab5f05bac1f18e3ab90303b53343345a827865a4f7544a459c89584cf2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.20-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

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

File details

Details for the file dataprof-0.5.20-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.20-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ee3eb3c7ba4e935b7c2063178a3dc65b5c58508e400e9940afc960f17ba07352
MD5 e201355f7bb4ce2dfc4cf371dca08005
BLAKE2b-256 47fa987bf5394ecd205f8bfc746d57a954d2c5b37bdacd7f4bb839f6ed508bac

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.20-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

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

File details

Details for the file dataprof-0.5.20-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.20-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bcd0b3d98c865986cef53809a0557034897aa25be338494773c5638fea8de2d0
MD5 797444267b5ce513d8fc085168f5d796
BLAKE2b-256 4594a503f7c27b27d5050616ac971cfa838206a0039c2d2f1b2f2796105cc7fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.20-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

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

File details

Details for the file dataprof-0.5.20-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.20-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a2d3196341f4213ddef9b73ee5174f5f9d99beff893a76f795d1d1e1af4805b7
MD5 2eb49a0c3560fd08a7b90c14f0197b65
BLAKE2b-256 7f50155abc90a401b4e1d82003b8972e89fdae57b1e8505f95e74fe557de5f7a

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.20-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

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

File details

Details for the file dataprof-0.5.20-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: dataprof-0.5.20-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.4 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

Hashes for dataprof-0.5.20-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e046975582ceff4cfbb94d4bc0c545d2a5be75a4c608b5ae43334b7047d1195d
MD5 73dc4ec7f5051aa749ab894f311a360f
BLAKE2b-256 7402fbaf7f6e55b4a18400a1179bbd2d4f6ba4708418b92f64488cc29e624614

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.20-cp310-cp310-win_amd64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

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

File details

Details for the file dataprof-0.5.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a425c2505b8b2719d883b928762407979ebe4efeb141020e27f88fa8f6014260
MD5 fcb35698bed4d7e37a434a3576401cf2
BLAKE2b-256 e01c8bde0e61c8efda6a559d247fc6bfc64d4e3f76858415bc23ff87fd31d8ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

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

File details

Details for the file dataprof-0.5.20-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.20-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3a5a6fe46d82248e4f67018a4de58b383a6cedffeab32495d942898d599bf1e3
MD5 4096f0ce7b321b6a9db6738fd1ab4e83
BLAKE2b-256 f35224e4b44f572026f63f08ba947557b0df74d710e072bfa30e71104a8d5d32

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.20-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

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

File details

Details for the file dataprof-0.5.20-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.20-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 54a44df5ef024baccb30270da61e522b80e03a0b26d37781d1f2c4140b561fcf
MD5 d8b9431ffd16a5224801e5c40096c69d
BLAKE2b-256 e3982ed0dfd22f3f03b91a57fb507b8b50bf0625ab1cdca9d396f26a45eebb42

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.20-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

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

File details

Details for the file dataprof-0.5.20-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.20-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a3cf4602d19736e22cf7369a8ede01bb621be9a9c2c3f226f42b2b4d3d431339
MD5 64939d99959e8798d8b3812238dfc05f
BLAKE2b-256 6d6f0f7339fe7ebb1b34e056725d878ac376faeb4212d89d153ee21f87b499e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.20-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

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

File details

Details for the file dataprof-0.5.20-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.20-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 68c9d9a8e9e1511c85a28307fcbe6b3691f94bc791db925d95d0fc41f1fbec09
MD5 f262603259ed9f93e7948783280ff5fb
BLAKE2b-256 1aacec0aa74d93ede945af2d9c6fc94339a394fe7ad80f35bf8ad417e660b137

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.20-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

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

File details

Details for the file dataprof-0.5.20-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.20-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7650d187b112765ef0fcac17a02d34e9692cf541a1f42fcffba492dac13f8842
MD5 854c6300f2e42c21dcd79e2284de5721
BLAKE2b-256 39e4cff10e0655a59535132ed28bf8824e0977175dd35f1de563c711a6bba817

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.20-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

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

File details

Details for the file dataprof-0.5.20-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.20-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8b2053a54419ee85fa7957080993e85b4cf6dbda8a58a65a2f68526053eb6700
MD5 3c7c4da4ded81b83ef77e5c03e9b385c
BLAKE2b-256 c4c2cf79e373195e2f72420bbcc2bc348f71049923ba5856da2f463939bf08ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.20-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

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

File details

Details for the file dataprof-0.5.20-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.20-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0757923d46c8164b58baef0d3ba8d9559bdb3b986bc80f2f8420b6e40f54a38e
MD5 09c35288b424bfc934cbbfd29cbd970e
BLAKE2b-256 3e5fe1a8ccd7db1f74e457c0981879b539599ae1480e8157e2993650052eba85

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.20-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

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