Skip to main content

Zero Effort Data Analysis — 1TB files in seconds, C++ parallel core

Project description

Zedda

Zero Effort Data Discovery & Analytics

C++17-powered EDA and data cleaning engine for Python.

PyPI version Python versions Downloads Tests License

Guide · API reference · How it works · Contributing · Security


What is Zedda

Zedda profiles, cleans, and validates datasets from a single Python call. Its core is written in C++17 and streams data in constant memory, so it scales from a 900-row CSV to a terabyte-scale Parquet file without changing how you use it.

Installation

pip install --upgrade pip                  # Ensure pip >= 22.3 for abi3 wheel recognition
pip install zedda                          # CSV only — zero native deps
pip install "zedda[parquet]"               # adds Parquet/Arrow/Feather support
pip install "zedda[clean]"                 # adds fuzzy typo detection
pip install "zedda[ai]"                    # adds AI Q&A (zd.ask with Groq/OpenAI)
pip install "zedda[parquet,clean,ai]"      # everything together

Platform support:

Platform Base install [parquet] extra
Linux x86_64 (glibc >= 2.17 / musl) ✅ prebuilt wheel ✅ prebuilt pyarrow wheel
Linux ARM64 (aarch64) ✅ prebuilt wheel ✅ prebuilt pyarrow wheel
macOS Intel (x86_64) ✅ prebuilt wheel ✅ prebuilt pyarrow wheel
macOS Apple Silicon (ARM64) ✅ prebuilt wheel ✅ prebuilt pyarrow wheel
Windows x86_64 ✅ prebuilt wheel ✅ prebuilt pyarrow wheel
Windows ARM64 ✅ prebuilt wheel ⚠️ pyarrow has no win_arm64 wheel — Parquet requires manual build
Python 3.13 free-threaded (cp313t) ⚠️ Not yet supported — use standard Python 3.13

conda users: Zedda is not yet on conda-forge. Install via pip inside your conda environment:

conda activate myenv
pip install zedda

How to use

import zedda as zd

zd.profile("data.csv")                    # full EDA report in terminal
zd.scan("data.csv")                       # silent scan for CI/CD pipelines
zd.compare("train.csv", "test.csv")       # train/test drift detection
zd.fix("data.csv", apply=True)            # generate or apply pandas fix code
zd.ask("data.csv", "any nulls here?")     # plain-English dataset Q&A
zd.ml_ready("data.csv")                   # readiness score for ML training
zd.warnings("data.csv")                   # list all issues ranked by severity
zd.clean("data.csv", output="clean.csv")  # safe, backed-up auto-clean
zd.merge(["jan.csv", "feb.csv"], "out")   # safely combine multiple files
zd.report("data.csv", output="rep.html")  # export full report to offline HTML

Every function also accepts a pandas DataFrame directly — a file path is never required.

import pandas as pd
df = pd.read_csv("data.csv")
zd.profile(df)

See the full list of available functions in the API reference, and how the underlying engine works in How it works.

Installation from source

git clone https://github.com/Zedda-Labs/Zedda.git --recursive
cd Zedda
# C++17 build tools (cmake, ninja) are required
pip install cmake ninja
pip install -e ".[dev]"
pytest tests/

Contributing

Issues and pull requests are welcome. See CONTRIBUTING.md.

License

MIT — see LICENSE.

Project details


Download files

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

Source Distribution

zedda-0.4.7.tar.gz (1.7 MB view details)

Uploaded Source

Built Distributions

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

zedda-0.4.7-cp314-cp314-win_amd64.whl (395.8 kB view details)

Uploaded CPython 3.14Windows x86-64

zedda-0.4.7-cp314-cp314-musllinux_1_2_x86_64.whl (695.0 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

zedda-0.4.7-cp314-cp314-musllinux_1_2_aarch64.whl (665.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

zedda-0.4.7-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (200.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

zedda-0.4.7-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (192.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

zedda-0.4.7-cp314-cp314-macosx_11_0_arm64.whl (185.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

zedda-0.4.7-cp313-cp313-win_amd64.whl (385.7 kB view details)

Uploaded CPython 3.13Windows x86-64

zedda-0.4.7-cp313-cp313-musllinux_1_2_x86_64.whl (695.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

zedda-0.4.7-cp313-cp313-musllinux_1_2_aarch64.whl (665.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

zedda-0.4.7-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (200.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

zedda-0.4.7-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (192.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

zedda-0.4.7-cp313-cp313-macosx_11_0_arm64.whl (185.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

zedda-0.4.7-cp312-cp312-win_amd64.whl (385.9 kB view details)

Uploaded CPython 3.12Windows x86-64

zedda-0.4.7-cp312-cp312-musllinux_1_2_x86_64.whl (695.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

zedda-0.4.7-cp312-cp312-musllinux_1_2_aarch64.whl (665.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

zedda-0.4.7-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (200.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

zedda-0.4.7-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (192.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

zedda-0.4.7-cp312-cp312-macosx_11_0_arm64.whl (185.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

zedda-0.4.7-cp311-cp311-win_amd64.whl (386.6 kB view details)

Uploaded CPython 3.11Windows x86-64

zedda-0.4.7-cp311-cp311-musllinux_1_2_x86_64.whl (696.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

zedda-0.4.7-cp311-cp311-musllinux_1_2_aarch64.whl (666.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

zedda-0.4.7-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (202.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

zedda-0.4.7-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (193.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

zedda-0.4.7-cp311-cp311-macosx_11_0_arm64.whl (186.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

zedda-0.4.7-cp310-cp310-win_amd64.whl (386.8 kB view details)

Uploaded CPython 3.10Windows x86-64

zedda-0.4.7-cp310-cp310-musllinux_1_2_x86_64.whl (696.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

zedda-0.4.7-cp310-cp310-musllinux_1_2_aarch64.whl (666.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

zedda-0.4.7-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (202.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

zedda-0.4.7-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (193.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

zedda-0.4.7-cp310-cp310-macosx_11_0_arm64.whl (186.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

zedda-0.4.7-cp39-cp39-win_amd64.whl (387.7 kB view details)

Uploaded CPython 3.9Windows x86-64

zedda-0.4.7-cp39-cp39-musllinux_1_2_x86_64.whl (696.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

zedda-0.4.7-cp39-cp39-musllinux_1_2_aarch64.whl (667.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

zedda-0.4.7-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (203.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

zedda-0.4.7-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (194.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

zedda-0.4.7-cp39-cp39-macosx_11_0_arm64.whl (187.0 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

Details for the file zedda-0.4.7.tar.gz.

File metadata

  • Download URL: zedda-0.4.7.tar.gz
  • Upload date:
  • Size: 1.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for zedda-0.4.7.tar.gz
Algorithm Hash digest
SHA256 e6bdcbe87455ddc36409d6d948f9dfb7c97320c8bd5c7e4e5506311a177c6f90
MD5 11cd56deac9a2e939e41e36ca3714723
BLAKE2b-256 dc0f8c46def04591c82815365dc7f14b74f3b9d13be2cf7436f335d4296ef58d

See more details on using hashes here.

Provenance

The following attestation bundles were made for zedda-0.4.7.tar.gz:

Publisher: release.yml on Zedda-Labs/Zedda

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

File details

Details for the file zedda-0.4.7-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: zedda-0.4.7-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 395.8 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for zedda-0.4.7-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 c24ca7ed691b08f4db56158bd7f2cdccadcfe3def5cb8939c7000c3f3424ab53
MD5 39778b1e2bed6c35141fb1bdde4fa819
BLAKE2b-256 c2fab5e7d61b188f31a976a41a079a9978ce9a8f6fe512d4a681f4c518810213

See more details on using hashes here.

Provenance

The following attestation bundles were made for zedda-0.4.7-cp314-cp314-win_amd64.whl:

Publisher: release.yml on Zedda-Labs/Zedda

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

File details

Details for the file zedda-0.4.7-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for zedda-0.4.7-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 25aa07c45e40fed42ea43212584a30b491087be8387b53b1ddae4c40c11b1eaf
MD5 b7a10e755b825e8e7c6a2780c7df698d
BLAKE2b-256 c088ca5fe2492f91e3ee07c30570f141501a55339588bf8fc4b113b5e3bbeeb0

See more details on using hashes here.

Provenance

The following attestation bundles were made for zedda-0.4.7-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Zedda-Labs/Zedda

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

File details

Details for the file zedda-0.4.7-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for zedda-0.4.7-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5d2aa0ac41e83a15420c76709286b73c199264b81f48c8c737d9adb51077b70a
MD5 25fb8f21c10376d3110e0014ff4d8c2c
BLAKE2b-256 93cbf5852a02d17b2b1adbc5d7fffd61239ac2a1314897413c4ba79f6b8d7b17

See more details on using hashes here.

Provenance

The following attestation bundles were made for zedda-0.4.7-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Zedda-Labs/Zedda

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

File details

Details for the file zedda-0.4.7-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for zedda-0.4.7-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c0a3b3f4891b540fe7f4c5af9771be89a87a3afe7e3db3cbf02f01de54c8b88a
MD5 ddffb1b8ac3ba91d17daffbda57c367f
BLAKE2b-256 9f5af3e95ed127144bda835fabac8c3d6d4918122f2be9de3c30c94373f26104

See more details on using hashes here.

Provenance

The following attestation bundles were made for zedda-0.4.7-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on Zedda-Labs/Zedda

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

File details

Details for the file zedda-0.4.7-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for zedda-0.4.7-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4a363cc679cb5b87b92552b21c8b5d1a472f3b2d8b07d5cff492b990ff970779
MD5 776e6ccdeaf4203bdf3843fb7f25aac4
BLAKE2b-256 871828d00e8328307bbd3dc7bba9c92f7df12f7bdc17d06a1886d0d8d276906e

See more details on using hashes here.

Provenance

The following attestation bundles were made for zedda-0.4.7-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on Zedda-Labs/Zedda

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

File details

Details for the file zedda-0.4.7-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for zedda-0.4.7-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ee3537796dc6fbf1c428adfd7d533bf070c7611fa5a9841c6686349009f93f75
MD5 b44bc8d09bbb4a5e4d6e2cb7f863eaef
BLAKE2b-256 d773b94a9ecd8182399ca3f6b9d76fd8a7bde594ea05f691d7db97c477b5f820

See more details on using hashes here.

Provenance

The following attestation bundles were made for zedda-0.4.7-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release.yml on Zedda-Labs/Zedda

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

File details

Details for the file zedda-0.4.7-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: zedda-0.4.7-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 385.7 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for zedda-0.4.7-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 13bfd045d213a22a7dc1d9a6869be092c4f2b7ab81ac3a49c2cfca541f1f5953
MD5 99be7cf405b03fa490469d030c8b7b1e
BLAKE2b-256 5e851f386bafd65c7942c34e0c77d05e1e9eede709d7dcc54cf63bc70584ee64

See more details on using hashes here.

Provenance

The following attestation bundles were made for zedda-0.4.7-cp313-cp313-win_amd64.whl:

Publisher: release.yml on Zedda-Labs/Zedda

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

File details

Details for the file zedda-0.4.7-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for zedda-0.4.7-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fbfb220623350c14ab8e19b8e4679d5c545b8645dd2fe57194049f9e7e9dec55
MD5 cd1ac81a76e70d0d0c789f65af091be4
BLAKE2b-256 d293b6f38bd85fa3f2c14773e4ff711ae5bcdd68e2cdd005882be26498ca9a68

See more details on using hashes here.

Provenance

The following attestation bundles were made for zedda-0.4.7-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Zedda-Labs/Zedda

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

File details

Details for the file zedda-0.4.7-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for zedda-0.4.7-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 600087094355f6ba223ebe7eafc3f1a361485311eab93c444a131d188f2ef8b5
MD5 a82bbf9b18accbdf4e1eb365161ee99e
BLAKE2b-256 3b2e4defd565ffbf1f1e57fbc863ba40d66bef9cbe50e3c8864dba53525ee665

See more details on using hashes here.

Provenance

The following attestation bundles were made for zedda-0.4.7-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Zedda-Labs/Zedda

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

File details

Details for the file zedda-0.4.7-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for zedda-0.4.7-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1cd3849587b10a2aa0f035a5b495893b8aa9285d78232667b52cb0793d41575b
MD5 ae6a9d2cc0ea1243fcc83892c0cf80a8
BLAKE2b-256 4efe776e4b476a037f516f001e0a62cafd284395692c4aef39632e7df80fdb09

See more details on using hashes here.

Provenance

The following attestation bundles were made for zedda-0.4.7-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on Zedda-Labs/Zedda

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

File details

Details for the file zedda-0.4.7-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for zedda-0.4.7-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2462f561071ee274ee3b01ed198dc514210fc2b2b22bbd4a0da5f18baba17716
MD5 9a7aa186311096c6b167babd5d98dbaa
BLAKE2b-256 4151ca3fc024edeee17f0b4a36c3dedc65c88f2e86271d733ed91e1bb4c96e9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for zedda-0.4.7-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on Zedda-Labs/Zedda

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

File details

Details for the file zedda-0.4.7-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for zedda-0.4.7-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a5b238c6daf31f8f04dab6648b6ca2bf51e08c50d648e72252ac0dae4dbf6009
MD5 5899305f5ed74257db392aa5b4060a42
BLAKE2b-256 b480af6f124cb36ee72963e05415e4ab44538d40c8ad3fb0af86f105b3e195de

See more details on using hashes here.

Provenance

The following attestation bundles were made for zedda-0.4.7-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on Zedda-Labs/Zedda

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

File details

Details for the file zedda-0.4.7-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: zedda-0.4.7-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 385.9 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for zedda-0.4.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9bea2dc2649a13d8d9b61e7224e9f2e6af928bbb75642b61a031b205a705e564
MD5 5bf770a41495b4a0837e064e9261069f
BLAKE2b-256 9918332b2459b0994b379cdce36b80dff9fa919db14c99df1225ad07f5d3e043

See more details on using hashes here.

Provenance

The following attestation bundles were made for zedda-0.4.7-cp312-cp312-win_amd64.whl:

Publisher: release.yml on Zedda-Labs/Zedda

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

File details

Details for the file zedda-0.4.7-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for zedda-0.4.7-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ab7a28030ee101a0448cf776eae3ed36694f82d7759cee3deefbddb60b2cbbf3
MD5 8d26f12bedf7a66232708c1906b44dc2
BLAKE2b-256 fc7a8d3e3aca7adea7fbdfdb5c2dd3d63aa03462a342a6be7698bcd7489c5c58

See more details on using hashes here.

Provenance

The following attestation bundles were made for zedda-0.4.7-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Zedda-Labs/Zedda

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

File details

Details for the file zedda-0.4.7-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for zedda-0.4.7-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 513dc4bff42c4f60aaeb679d9fe83f9892b221e8dc6df8ffaa6d9f7432c08718
MD5 82037eaae72269ab6df3e945cc93a2b4
BLAKE2b-256 f568eb3603f54dd1d13a2ad65892ac215d06fb82a5fa75c96b3cf467979838a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for zedda-0.4.7-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Zedda-Labs/Zedda

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

File details

Details for the file zedda-0.4.7-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for zedda-0.4.7-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a22878199fb02e28db397fd359e59879cc47ec82e79f775b4715f629a6973d5c
MD5 8cbaf37341454fef633efba2ffba832f
BLAKE2b-256 ac31ab13a79c035d194acf67292343b5b6cf613d94280ce98e039c01d8b1088e

See more details on using hashes here.

Provenance

The following attestation bundles were made for zedda-0.4.7-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on Zedda-Labs/Zedda

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

File details

Details for the file zedda-0.4.7-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for zedda-0.4.7-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b0d8bf263e19e9bd1f51a430f8dbe1cdc88e0f4b96fd8362f2c826131ae68e96
MD5 d1803c5ed692500cc5361ba291012eb2
BLAKE2b-256 d7e8271c9140c40989d7712978acc6016ae1452bc6c1c15af4d960e0cacf4123

See more details on using hashes here.

Provenance

The following attestation bundles were made for zedda-0.4.7-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on Zedda-Labs/Zedda

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

File details

Details for the file zedda-0.4.7-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for zedda-0.4.7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 873998654bf35f4220f67feb327b680f2bf4266e3f00f47d477c75dc688771bb
MD5 5315ae76ac7bfa98061bef8133e5fa47
BLAKE2b-256 ca2f6f37a6e3f02c9bde2e8942dedc9f02a9893e5459733b0e7dde6c1af416b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for zedda-0.4.7-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on Zedda-Labs/Zedda

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

File details

Details for the file zedda-0.4.7-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: zedda-0.4.7-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 386.6 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for zedda-0.4.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b43a691de32abc1755b437f63a00fc5e294c27cf87f12a8f9b3daf87563b6d42
MD5 a1d08c12877ad698fe8ba3506fef5c6c
BLAKE2b-256 4120a8e6789cf4281f46b1965132042d3680941dadbb1e950364465d40deb34d

See more details on using hashes here.

Provenance

The following attestation bundles were made for zedda-0.4.7-cp311-cp311-win_amd64.whl:

Publisher: release.yml on Zedda-Labs/Zedda

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

File details

Details for the file zedda-0.4.7-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for zedda-0.4.7-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b9e2a2bd3b8f331c0949ab9e81d9257276f6bb18dbac101fdd00c96ddb731138
MD5 9abd48d233e7535abfbccf1b169f673f
BLAKE2b-256 47acbf381919501571fabee94b9bdf5cbf3d7b1b24e8c04fa719c09e8fbe9799

See more details on using hashes here.

Provenance

The following attestation bundles were made for zedda-0.4.7-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Zedda-Labs/Zedda

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

File details

Details for the file zedda-0.4.7-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for zedda-0.4.7-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d219d1e0207e0872d10c4c4951559eb64296049ea69dd6140b1eacb02be67773
MD5 d8eee43f6d023e7c645739ba38c44d44
BLAKE2b-256 a0e37a5deec9fec9707d1eb0e26075b310a55c342ccfd2bec3c80cd6a98a6ce1

See more details on using hashes here.

Provenance

The following attestation bundles were made for zedda-0.4.7-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Zedda-Labs/Zedda

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

File details

Details for the file zedda-0.4.7-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for zedda-0.4.7-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8ea5908f4556ce1c10c3facf8a0d667ca477749c459b20d9e0821edc3a1d6a83
MD5 e98030bbe235c39c4de144b2fe99f4f9
BLAKE2b-256 d324fdf2aa45072d46492dfa840e18f6f795e1fd5b11eb2663060f9da2586d9d

See more details on using hashes here.

Provenance

The following attestation bundles were made for zedda-0.4.7-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on Zedda-Labs/Zedda

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

File details

Details for the file zedda-0.4.7-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for zedda-0.4.7-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 02dafc116739de227e87e6acc32b74a53cd883b5b71e554cde3c22da9bc738da
MD5 03f0e43cbac22aad0da3ed56014042ba
BLAKE2b-256 6f88ddd9dc62572b54f080ed967c6a809736e14706aed32e1de5c925c675a77d

See more details on using hashes here.

Provenance

The following attestation bundles were made for zedda-0.4.7-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on Zedda-Labs/Zedda

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

File details

Details for the file zedda-0.4.7-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for zedda-0.4.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e5d274c5198933560b877b8288d6784df54f60b66a66245355a4ed9c7c797f8e
MD5 447687a51ffe0f362153ccb97eafb3e7
BLAKE2b-256 0f049e0f5a7c5529b6c8a267155bb09bb904f9c07771f0ad6b49df52b2c2eaeb

See more details on using hashes here.

Provenance

The following attestation bundles were made for zedda-0.4.7-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on Zedda-Labs/Zedda

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

File details

Details for the file zedda-0.4.7-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: zedda-0.4.7-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 386.8 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for zedda-0.4.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 568ceccc5aa0b477e077c0fd0e256ce16add9441be93633d80c14388fb184ee8
MD5 0f0cd74943f10b4bbb158e0a4298ce98
BLAKE2b-256 1ab767c59fbd367f56ba1880133adc39d9dda96cf1fcf0f5dd9146bc6591df24

See more details on using hashes here.

Provenance

The following attestation bundles were made for zedda-0.4.7-cp310-cp310-win_amd64.whl:

Publisher: release.yml on Zedda-Labs/Zedda

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

File details

Details for the file zedda-0.4.7-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for zedda-0.4.7-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 af9fc3daa83703c1ffe8147297c20cb7432047a054fdc47900f22e83dae7f834
MD5 26dbc8f4160ca2918622907c533719d4
BLAKE2b-256 ad2c880d10cfeba2ef5a6095b0f4e936bda9f490420b3d141e8af0470d9d16ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for zedda-0.4.7-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Zedda-Labs/Zedda

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

File details

Details for the file zedda-0.4.7-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for zedda-0.4.7-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6cb01c54a46b2739c556623c8b143fc924342772985246e6b3e92226b1651bd4
MD5 24aa3dff1891239619dfa126453c74ce
BLAKE2b-256 da34a1e9d196bb904f119aaebb9d26e19e975075b12ffd20f63d16a06bcfd48c

See more details on using hashes here.

Provenance

The following attestation bundles were made for zedda-0.4.7-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Zedda-Labs/Zedda

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

File details

Details for the file zedda-0.4.7-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for zedda-0.4.7-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 48f0ff4d5ddea4ac923b4d510ecedfdda6b537c34e63e86f4cf23ba41660cc31
MD5 fcca0ec44c56a25d4b38190b1e4e1f92
BLAKE2b-256 47b6c0ecf44f873e61b11936fbd45439e827eb568066a6c2124ff050d5e1ee46

See more details on using hashes here.

Provenance

The following attestation bundles were made for zedda-0.4.7-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on Zedda-Labs/Zedda

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

File details

Details for the file zedda-0.4.7-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for zedda-0.4.7-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1a1a49767fd2306b32e89dbfd7b34fac797db91d945be9d0f76feff0ab23c5ed
MD5 8a533e7eed5d26d944c07ed9b4fcc1bc
BLAKE2b-256 e3469b1b00611086147ae7f055ad5d542b490eb5b2281347f235846b2f40a72a

See more details on using hashes here.

Provenance

The following attestation bundles were made for zedda-0.4.7-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on Zedda-Labs/Zedda

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

File details

Details for the file zedda-0.4.7-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for zedda-0.4.7-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f594c15f3fb630c24e2bdf9d377cec6436003520e3fe6a10a73a8ec55b80b4f3
MD5 815108e7a2165dc13437dc59a1d3b289
BLAKE2b-256 f5a20d9294f20519e405af3ea30efc077b2d1d36eb1324cd136cefd701ffdeef

See more details on using hashes here.

Provenance

The following attestation bundles were made for zedda-0.4.7-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on Zedda-Labs/Zedda

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

File details

Details for the file zedda-0.4.7-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: zedda-0.4.7-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 387.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for zedda-0.4.7-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e157c06019d5e3e8d1998e7a5531a82f91b5e21bbd8c684f9fea22e52cb851f9
MD5 41f34dad042fd6b1f620b9bc9791fe82
BLAKE2b-256 46f8d09d6f4300dc57d0b914a883c196bf8c9ba74eb41bf1b61c84f9deeb4935

See more details on using hashes here.

Provenance

The following attestation bundles were made for zedda-0.4.7-cp39-cp39-win_amd64.whl:

Publisher: release.yml on Zedda-Labs/Zedda

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

File details

Details for the file zedda-0.4.7-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: zedda-0.4.7-cp39-cp39-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 696.9 kB
  • Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for zedda-0.4.7-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e997f59366b5fe88c844bc566f4052c63d8f1f852c723a6999f2fb9c429dbf70
MD5 4bce8bac57a9f1dce8ec1dd718612989
BLAKE2b-256 26813070f2f7227f1a82891fc03daf2b5d42183462028f6ec608cbef353ea56d

See more details on using hashes here.

Provenance

The following attestation bundles were made for zedda-0.4.7-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Zedda-Labs/Zedda

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

File details

Details for the file zedda-0.4.7-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for zedda-0.4.7-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 badf26ef2ec973ebb425e07bbc736465d1728d02bf81ce61025d024fb6c63186
MD5 690ae6a18d8cd7036d350de476ead906
BLAKE2b-256 0b9d08d056bf78f29f1ebf9561fc1713107c3050a855e04d9bbf010d74b1f654

See more details on using hashes here.

Provenance

The following attestation bundles were made for zedda-0.4.7-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Zedda-Labs/Zedda

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

File details

Details for the file zedda-0.4.7-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for zedda-0.4.7-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 54c36a61944e9c10ce4d48e31d371a301eedea885f4171ead64d04fe3c91beba
MD5 8ed0b8894f0b87f9a5ce5b9d681bc8d3
BLAKE2b-256 234f59cb2078549c1ecbefb5ead7772efea91c6c6a687d4391f24fe1f4a0def3

See more details on using hashes here.

Provenance

The following attestation bundles were made for zedda-0.4.7-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on Zedda-Labs/Zedda

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

File details

Details for the file zedda-0.4.7-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for zedda-0.4.7-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 37577abe87d54a79bbcac36d01aee9bc9e72d2ca3c9134398690da8d43e26be3
MD5 5ed1473b2433d331c636c58d5d345ad6
BLAKE2b-256 a829dc95b381187907268ea68ffd0466f7c690ad0ae103286c6fec9ffcd813f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for zedda-0.4.7-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on Zedda-Labs/Zedda

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

File details

Details for the file zedda-0.4.7-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: zedda-0.4.7-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 187.0 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for zedda-0.4.7-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d1e4c62fe76ff9694c4adb5250147a2f19be0210a7c511c560fc0d3ab9603302
MD5 436f43db13096cb18e47428dff96493d
BLAKE2b-256 1da7275fe908cc23ae4429c0381bee7cf4122df835c42bfc0a990c0bd8f5f41b

See more details on using hashes here.

Provenance

The following attestation bundles were made for zedda-0.4.7-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: release.yml on Zedda-Labs/Zedda

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