Skip to main content

High-performance data diff tool in Rust.

Project description

Koala Diff Logo

Koala Diff

Blazingly Fast Data Comparison for the Modern Stack.

PyPI Downloads Tests License


Koala Diff is the "git diff" for your data lake. It compares massive datasets (CSV, Parquet, JSON) instantly to find added, removed, and modified rows.

Built in Rust 🦀 for speed, wrapped in Python 🐍 for ease-of-use. It streams data to compare datasets larger than RAM and generates beautiful HTML reports.

🚀 Why Koala Diff?

  • Zero-Copy Streaming: Compare 100GB files on a laptop without crashing RAM.
  • Rust-Powered Analytics: Go beyond row counts. Track Value Variance, Null Drift, and Match Integrity per column.
  • Professional Dashboards: Auto-generates premium, stakeholder-ready HTML reports with status badges and join attribution.
  • Deep-Dive API: Extract mismatched records as Polars DataFrames for instant remediation.

📦 Installation

pip install koala-diff

⚡ Quick Start

1. Generate a "Pro" Report

from koala_diff import DataDiff, HtmlReporter

# Initialize with primary keys
differ = DataDiff(key_columns=["user_id"])

# Run comparison
result = differ.compare("source.parquet", "target.parquet")

# Generate a professional dashboard
reporter = HtmlReporter("data_quality_report.html")
reporter.generate(result)

2. Mismatch Deep-Dive

Need to fix the data? Pull the exact differences directly into Python:

# Get a Polars DataFrame of ONLY mismatched rows
mismatch_df = differ.get_mismatch_df()

# Analyze variance or push to a remediation pipeline
print(mismatch_df.head())

2. CLI Usage (Coming Soon)

koala-diff production.csv staging.csv --key user_id --output report.html

📊 Performance Benchmarks

Dataset Size Tool Time Memory
10M Rows Pandas 🐢 120s 16GB (OOM)
Koala Diff 🚀 2.5s 250MB
100M Rows Spark 🚜 45s Cluster
Koala Diff 🚀 18s 450MB

> Benchmarks run on MacBook Pro M3 Max.

🏗 Architecture

Koala Diff uses a streaming hash-join algorithm implemented in Rust:

  1. Reader: Lazy Polars scan of both datasets.
  2. Hasher: XXHash64 computation of row values (SIMD optimized).
  3. Differ: fast set operations to classify rows as Added, Removed, or Modified.
  4. Reporter: Jinja2 rendering of results.

🤝 Contributing

We welcome contributions! Whether it's a new file format reader, a performance optimization, or a documentation fix.

  1. Check the Issues.
  2. Read our Contribution Guide.

📄 License

MIT © 2026 godalida - KoalaDataLab

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

koala_diff-0.2.0.tar.gz (962.6 kB view details)

Uploaded Source

Built Distributions

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

koala_diff-0.2.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl (8.5 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64

koala_diff-0.2.0-pp311-pypy311_pp73-manylinux_2_28_i686.whl (8.9 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ i686

koala_diff-0.2.0-pp311-pypy311_pp73-manylinux_2_28_armv7l.whl (8.0 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARMv7l

koala_diff-0.2.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl (7.6 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

koala_diff-0.2.0-cp314-cp314t-manylinux_2_28_armv7l.whl (8.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARMv7l

koala_diff-0.2.0-cp314-cp314t-manylinux_2_28_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

koala_diff-0.2.0-cp314-cp314-win_amd64.whl (9.1 MB view details)

Uploaded CPython 3.14Windows x86-64

koala_diff-0.2.0-cp314-cp314-manylinux_2_28_x86_64.whl (8.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

koala_diff-0.2.0-cp314-cp314-manylinux_2_28_i686.whl (8.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ i686

koala_diff-0.2.0-cp314-cp314-manylinux_2_28_armv7l.whl (8.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARMv7l

koala_diff-0.2.0-cp314-cp314-manylinux_2_28_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

koala_diff-0.2.0-cp314-cp314-macosx_11_0_arm64.whl (7.3 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

koala_diff-0.2.0-cp314-cp314-macosx_10_12_x86_64.whl (8.1 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

koala_diff-0.2.0-cp313-cp313t-manylinux_2_28_armv7l.whl (8.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARMv7l

koala_diff-0.2.0-cp313-cp313t-manylinux_2_28_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

koala_diff-0.2.0-cp313-cp313-win_amd64.whl (9.1 MB view details)

Uploaded CPython 3.13Windows x86-64

koala_diff-0.2.0-cp313-cp313-manylinux_2_28_x86_64.whl (8.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

koala_diff-0.2.0-cp313-cp313-manylinux_2_28_i686.whl (8.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ i686

koala_diff-0.2.0-cp313-cp313-manylinux_2_28_armv7l.whl (8.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARMv7l

koala_diff-0.2.0-cp313-cp313-manylinux_2_28_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

koala_diff-0.2.0-cp313-cp313-macosx_11_0_arm64.whl (7.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

koala_diff-0.2.0-cp313-cp313-macosx_10_12_x86_64.whl (8.1 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

koala_diff-0.2.0-cp312-cp312-win_amd64.whl (9.1 MB view details)

Uploaded CPython 3.12Windows x86-64

koala_diff-0.2.0-cp312-cp312-manylinux_2_28_x86_64.whl (8.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

koala_diff-0.2.0-cp312-cp312-manylinux_2_28_i686.whl (8.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ i686

koala_diff-0.2.0-cp312-cp312-manylinux_2_28_armv7l.whl (8.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARMv7l

koala_diff-0.2.0-cp312-cp312-manylinux_2_28_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

koala_diff-0.2.0-cp312-cp312-macosx_11_0_arm64.whl (7.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

koala_diff-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl (8.1 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

koala_diff-0.2.0-cp311-cp311-win_amd64.whl (9.1 MB view details)

Uploaded CPython 3.11Windows x86-64

koala_diff-0.2.0-cp311-cp311-manylinux_2_28_x86_64.whl (8.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

koala_diff-0.2.0-cp311-cp311-manylinux_2_28_i686.whl (8.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ i686

koala_diff-0.2.0-cp311-cp311-manylinux_2_28_armv7l.whl (8.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARMv7l

koala_diff-0.2.0-cp311-cp311-manylinux_2_28_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

koala_diff-0.2.0-cp311-cp311-macosx_11_0_arm64.whl (7.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

koala_diff-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl (8.1 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

koala_diff-0.2.0-cp310-cp310-win_amd64.whl (9.1 MB view details)

Uploaded CPython 3.10Windows x86-64

koala_diff-0.2.0-cp310-cp310-win32.whl (8.1 MB view details)

Uploaded CPython 3.10Windows x86

koala_diff-0.2.0-cp310-cp310-manylinux_2_28_x86_64.whl (8.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

koala_diff-0.2.0-cp310-cp310-manylinux_2_28_i686.whl (8.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ i686

koala_diff-0.2.0-cp310-cp310-manylinux_2_28_armv7l.whl (8.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARMv7l

koala_diff-0.2.0-cp310-cp310-manylinux_2_28_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

koala_diff-0.2.0-cp310-cp310-macosx_11_0_arm64.whl (7.3 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

koala_diff-0.2.0-cp310-cp310-macosx_10_12_x86_64.whl (8.1 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

Details for the file koala_diff-0.2.0.tar.gz.

File metadata

  • Download URL: koala_diff-0.2.0.tar.gz
  • Upload date:
  • Size: 962.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for koala_diff-0.2.0.tar.gz
Algorithm Hash digest
SHA256 706b12e308a48cc0e45342e8e776d52346412d1c7274ef31224c8f411fffb9ca
MD5 04d6043523beb5766af31d4ac23eae3a
BLAKE2b-256 2cbfa31f313c4918d2fe947eda5a916d55703b02888b2eb2890c65d3122171c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0.tar.gz:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for koala_diff-0.2.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bdbf252bb1fe820ea8dea90b0ee483c36bb4093d277c286e3e734ae62f9ae208
MD5 09aa7af39ad99f160f84446557e01218
BLAKE2b-256 efbc0e824fbaef1d7e19277b190725058d048977689c9acd72783f33896c3579

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-pp311-pypy311_pp73-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for koala_diff-0.2.0-pp311-pypy311_pp73-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 a193bfa29ccfdfaf6717c33e0fd3663232f50bd65a58cb2468515c40d33a3523
MD5 d0be3dea828f8d6a28aa5415e4118820
BLAKE2b-256 bc81bae89e2af2a6ae1cd046b9d9d5980a1c8e4a89cc274dea7cc98a2af6582d

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-pp311-pypy311_pp73-manylinux_2_28_i686.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-pp311-pypy311_pp73-manylinux_2_28_armv7l.whl.

File metadata

File hashes

Hashes for koala_diff-0.2.0-pp311-pypy311_pp73-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 d1c189038e54d83f122bc4fd13dac9d819d1d3c19fc1d7991d4b716d9a60db56
MD5 1cd9d69d24b8582fa82e2a4fbe0b0e21
BLAKE2b-256 300871174e2c55a727cb7b6939b88d4f6d9bfa6221188a513a0b745c15b2a23c

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-pp311-pypy311_pp73-manylinux_2_28_armv7l.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for koala_diff-0.2.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a11cef4dd1303fe186611b71d27e24b6764ed8de849ef74d96dd32c808f46fc7
MD5 b5566bac8eee91a9072ced56bcf97606
BLAKE2b-256 732dc21e05aa54aa7029bbb0a6464080155db27a590615a64659c3d51720668f

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp314-cp314t-manylinux_2_28_armv7l.whl.

File metadata

File hashes

Hashes for koala_diff-0.2.0-cp314-cp314t-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 c538a769fde778dd57a9fa20c1a5a6b9cc00255824d5934537d40007e2d0db45
MD5 bcef6f0f7a074bd5c61946c4a1fff42e
BLAKE2b-256 de662cb28ce92fe848f2f41237bf8ea9ae3b3983cb3e639dba895953febbc751

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp314-cp314t-manylinux_2_28_armv7l.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for koala_diff-0.2.0-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 83a25e5c27de76c62f3e734d9e362211cd47da62158464c22313cc7ba548f75c
MD5 4774f1edf5c219ad6cb752ede723f962
BLAKE2b-256 a358276cd17e357cd138bda39fe0bb8421eda39b735f0975f2d0dbaab069c1de

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp314-cp314t-manylinux_2_28_aarch64.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: koala_diff-0.2.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 9.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

Hashes for koala_diff-0.2.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 39aef48905126ca11ccf3d92e872d942c2aa584ded24b5491cc614dd66a655cb
MD5 ad87af9a338126480a70c988a2855d68
BLAKE2b-256 68c6ef5a8807ecc86f5beab29a5ea778ec427489a6f741a9b2535cd633e05b92

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp314-cp314-win_amd64.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for koala_diff-0.2.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 11b0a203858907b4af0b4cbccc650888596594e6f45b07ff934a40487fdea77a
MD5 c7505782f26463622ba2950a9f3d37fb
BLAKE2b-256 d767f28b0f277065c20f7da05eba7747900f9d0e492c31727c6be6d92e3a7227

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp314-cp314-manylinux_2_28_x86_64.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp314-cp314-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for koala_diff-0.2.0-cp314-cp314-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 0df8fb767853b644b17e0aec978283c286c88cc2d09c47b3c31a7dfa2058893a
MD5 c4226b74d2b5e041ca25c901477fe9fb
BLAKE2b-256 7c1152e0ac23299910e6c9e9e6842a6a4642dc266a1ebc2fa4720bde6c1ce676

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp314-cp314-manylinux_2_28_i686.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp314-cp314-manylinux_2_28_armv7l.whl.

File metadata

File hashes

Hashes for koala_diff-0.2.0-cp314-cp314-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 072822731facfe288151d579d71c150c229a7457017c6073cc08d631dabedde2
MD5 bf9f5bc6d2cb90030650a7800e3e886c
BLAKE2b-256 b33b651d4ecf96bba682870508a0c043243e3c3261ec0e9d0d06e813b75390e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp314-cp314-manylinux_2_28_armv7l.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for koala_diff-0.2.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bec484911e43c5208d7f85d95de4c9bfd9832c3e09f8004a854a26a01a7cb852
MD5 a04e81c86ef00308ec066b99777fa26d
BLAKE2b-256 9fd07056ef29fde5227b4d2677c427816b8cf4114efc03fcc953f76f488ad62f

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp314-cp314-manylinux_2_28_aarch64.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for koala_diff-0.2.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 87b797ede76978553ef89a13b8fdd0cf17217600fd59258fbdce2e9a7b1f2c12
MD5 779c4e232b15285185ac23e80d7018e0
BLAKE2b-256 8274fd27d4f4af79b5fea81078282e3c163e7909018cf78e516ade11aa7ada5d

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for koala_diff-0.2.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3f91129bf86ddf8008335305f8e65693444f40fe368018480e88b4465155ba7b
MD5 8fbc4f1c4168a5ec179afc470bdee913
BLAKE2b-256 71d48b3e45a08f7b56d77e59a185a39e5c183865fc779c783688156cface0b95

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp314-cp314-macosx_10_12_x86_64.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp313-cp313t-manylinux_2_28_armv7l.whl.

File metadata

File hashes

Hashes for koala_diff-0.2.0-cp313-cp313t-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 a8a21a698778a6ffffd37b3128a4e9e1100eefec28d73f64551064e21c17d06c
MD5 16cf01822a2eab4620cf2bf06ac022b2
BLAKE2b-256 1fbbb8cccfae4029e5dafa76978d1f31b68db90092f31d2152298de5684e1271

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp313-cp313t-manylinux_2_28_armv7l.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp313-cp313t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for koala_diff-0.2.0-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1a403a898fae1707b62498bf79b391128f004696b5296683ec2257e9983893f6
MD5 392d40966aba28280637fda2a8578d2c
BLAKE2b-256 8ea670ab7fa6798fb7b0a24ce05cc210831d6e22466a365059a705745633b8b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp313-cp313t-manylinux_2_28_aarch64.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: koala_diff-0.2.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 9.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

Hashes for koala_diff-0.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 480f827811ad140fbb128b26597d7eb29f8ce1d6178dac3bb1df0158a5803f1d
MD5 61791f8f2ab018f77b19e3f4d9e7481c
BLAKE2b-256 8ddabe82d6039cc27ffad51d7c7362c0e3dac897a1257e44c091d2f484214a5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp313-cp313-win_amd64.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for koala_diff-0.2.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 021997ef23f13b3fe0278d9e37076b3681ce1c76b13356e9baf991085d336951
MD5 1c3f02a46d8ee2d739e7badccb3c5f85
BLAKE2b-256 f7761f3228a63787c8279333d479072cba838757c081f77f8def6701708eb1e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp313-cp313-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for koala_diff-0.2.0-cp313-cp313-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 c2268d608eac02dcefbed0df152a20a0999b53a3506a9f80d650ea39af4fc6f9
MD5 2e728ba7380f8e446bbc48047e2adc1c
BLAKE2b-256 e060ca00573811f4f7c0347b4549057f5ce8d8941f21f2b7a02c814ff5167369

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp313-cp313-manylinux_2_28_i686.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp313-cp313-manylinux_2_28_armv7l.whl.

File metadata

File hashes

Hashes for koala_diff-0.2.0-cp313-cp313-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 3fefca57263aba4413a5fcb9a743fbfee4fe75ea6f43ed2d7910aa124f4e4173
MD5 29a77a6f0eb484a327b4d71d34f90a34
BLAKE2b-256 c78ce75f3ff354ac9e59d6c05780b0cc17c03dafa6f3ba876fb0c8263ce27b3d

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp313-cp313-manylinux_2_28_armv7l.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for koala_diff-0.2.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4031fff476e44e5759fd76602f661e57594ad533fce3cc021ef11856c8454819
MD5 f6bf10bf2cb6329f4652816efe210743
BLAKE2b-256 204a90ef367a9f586fb6108249d9b137e8cb11416da30f911c123f9d8da5b0a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp313-cp313-manylinux_2_28_aarch64.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for koala_diff-0.2.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ef2e41e4a66b4167fda0d5c90306ba2f15d240f20ccbca4828f131e2be30fb56
MD5 a0bb6adbc2b04ffd6f6fb8bfa5854d75
BLAKE2b-256 1e9c757bd0d7baf58adc2ed60a0cf7f0aef411cf475652049adbf9cae4c5bc68

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for koala_diff-0.2.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 47179f027dca97c08184a74f4e3d4bac5b4e7ef97ad129ecb3f04777b30ad6af
MD5 756ce04b26b07d0c7caf51cf7e6fbc3f
BLAKE2b-256 87610da7c15a2254ddd4d8baed2cae2cba18db625ba4cd52f1f9fb84aa902a20

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: koala_diff-0.2.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 9.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

Hashes for koala_diff-0.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b9e4dfe5922e6924f774e5034ca1c276e8920f1afd53acfb211677aebd654fc6
MD5 594c4b3046d16425b024efc829affc5f
BLAKE2b-256 e9a388d0c65313a19ffd3a0cff5f6f0dd399fb60f91597ff387a4dd57cdcbcc8

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp312-cp312-win_amd64.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for koala_diff-0.2.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2098a509df73fc1c73203d9810fdc9723e6b884c6509ae3df42ae21ce7ff4938
MD5 9c655de26c297527b9609a70e601857f
BLAKE2b-256 9b2b3d45b0aab644ed68ab1a07f090ab0005c053a7c2f133a20fb5366961a993

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp312-cp312-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for koala_diff-0.2.0-cp312-cp312-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 e6f05c84a6e6a4b977d3f9e7f4b370d8bc7edb3b9d113cc0fbf20da83eccf162
MD5 0adbc179466185cef2f168953d5709e2
BLAKE2b-256 e790206111d11dff89d6403e78956a2936684b710e472c93599db3361d701603

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp312-cp312-manylinux_2_28_i686.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp312-cp312-manylinux_2_28_armv7l.whl.

File metadata

File hashes

Hashes for koala_diff-0.2.0-cp312-cp312-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 45faff8e21098e7c8064d63822efb46cbc55e0ffcd0bba216225ec7f2efd3ed5
MD5 2fb912120ce00347410ecc298bcbd976
BLAKE2b-256 68a503c0e985c2135da8a7ce73cf833bee6024654b565f1682c6f40ed4f80ffb

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp312-cp312-manylinux_2_28_armv7l.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for koala_diff-0.2.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 99a8c4761070032ffd0217cf723f83851effe7836124cc004dcb710be3b78742
MD5 e2bcf0d870b9ae42ae4f79ed0a64d10e
BLAKE2b-256 f268dd119e4bd586a9b07fb04f70fd9b42c1c96c51d86fc64fab109d4806005b

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp312-cp312-manylinux_2_28_aarch64.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for koala_diff-0.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 61c064ac5af061df337d6a300a171d348dda2217f41bc5bf618d94e4c0ce032e
MD5 d935b5c250ffe5974e91e20a5398a24d
BLAKE2b-256 c286def3585d4e5f07e426b490d678508f7be7065feb001fd3fdd14b755bdf76

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for koala_diff-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 76afab78000fa9fc78786c348000119eb3ce6f8540d2074d6902473b70268d97
MD5 0a510e1169d72a2001d3cf7135494083
BLAKE2b-256 49bf4dbeb0fb0141dcb9fe6918f59947f670c7930ca5b12ba78615491bebda52

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: koala_diff-0.2.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 9.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

Hashes for koala_diff-0.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e27be6b2ff0f8b2ae256cdde674efff0f7294dff60e169198635c68a0d760cde
MD5 8e858e5049c1c0488fb8d2c46c35b370
BLAKE2b-256 2684fb11a9161fe3af8bd6e5eb93ced45448752adc8e14132a0d73f36e5fbd10

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp311-cp311-win_amd64.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for koala_diff-0.2.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dadcb4003d070ce80590c9d3720f0ca65a9b43e1ebedff7d8a8d75b37bcdbb3f
MD5 9e493ad0c80ec610a5f516cf75eaa6b6
BLAKE2b-256 1e68422ad6ad4ba6436d8fc94d14a0a4b6a28d6923251808292093b634c8e368

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp311-cp311-manylinux_2_28_x86_64.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp311-cp311-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for koala_diff-0.2.0-cp311-cp311-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 a20c71da59bfadf4d55aea801051aaef8bb381be0f04ab94a98cc50e7950c664
MD5 8114ea98971fd3cfa3ac903eec2bc9d5
BLAKE2b-256 a566bee8b2928dc6fe732010d58ad9faa5291200587d993d73dad0f618a4c68a

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp311-cp311-manylinux_2_28_i686.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp311-cp311-manylinux_2_28_armv7l.whl.

File metadata

File hashes

Hashes for koala_diff-0.2.0-cp311-cp311-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 a2699b247e2efa832b5dc7b2734ce665c9f13f468846feebbfe5c7689c12d1b9
MD5 452b15efe66ed55c5f584ae7a3172290
BLAKE2b-256 c2d46448ebec5f440c0f0bfc67b33695c09a7f954c4968fe7283b2916c9f66ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp311-cp311-manylinux_2_28_armv7l.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for koala_diff-0.2.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3c6a75e3b3f4913e729100450f456ba410bbc2b741c5cae97e9821c543b6f625
MD5 0551b25e4bc9d2ec9f364241d5d6ebd5
BLAKE2b-256 71342425d0f0fa56ca4d1d5c591026f8a2e1455be516209af580c92e3ad9cdda

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp311-cp311-manylinux_2_28_aarch64.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for koala_diff-0.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c00a8c7d17b897696272b0bb35e5c69d5d3c37b9f77b80ec64a29c29516728c0
MD5 cb72337bc2e6a4ab3460e00ee82bb643
BLAKE2b-256 4dbe4b1b8f64def62909960df28f6e6fb96a7834be21ac44e9d652611a1d26c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for koala_diff-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7778512a4d01c8cf8f6f77fea542c97c1b52b589cc6d20a2cfba2d3e8cc4900d
MD5 6062822d5464a2e2c9be767a9c975322
BLAKE2b-256 a5e70bdcf8c49a8f31629c83741b3406d27b974ebdb1947f0046b48fc21f2d10

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: koala_diff-0.2.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 9.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

Hashes for koala_diff-0.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a6eb6e00c0003032e6231cd4162ef572841c7fa3f02cf634bfd3cffc7e55ebe6
MD5 e799e57ed2fc4b2fa8827835e21f48bd
BLAKE2b-256 d41555a57c1888c9879f918701400f27249ddea0775a496b0ff285eda563e74f

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp310-cp310-win_amd64.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: koala_diff-0.2.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 8.1 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for koala_diff-0.2.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b4ca6a72116c7a1422f9586a1f8073856d62467215ea02e0cd32d9257947a551
MD5 8bb5734e6de0e0e3978e3fa4dec4e053
BLAKE2b-256 de30409be12883ea55c29fa8def74614b45927cc08948911251955881e80a24d

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp310-cp310-win32.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for koala_diff-0.2.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f9d5bbca5f55f55a6aa9bbe37c2f81abb9b64e53cf105781f6d696c15f2f5d6a
MD5 2142070c560c8b06a80d930cccb6e932
BLAKE2b-256 dcee9a3353f7031e1e729c12c3dbe88fcc7ccb28b251e5a0d4f4a9fb12869069

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp310-cp310-manylinux_2_28_x86_64.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp310-cp310-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for koala_diff-0.2.0-cp310-cp310-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 9d28ae9de7591e24282ee31144ca232bc3504ce3713a9bd4ba0af61c6e4f35f5
MD5 b39c892c1cc6adf3acab4c0f1e6a8fe3
BLAKE2b-256 a350f765540794b9f0288841857d94b37f330e5d2dca1e3b0056c62600798da4

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp310-cp310-manylinux_2_28_i686.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp310-cp310-manylinux_2_28_armv7l.whl.

File metadata

File hashes

Hashes for koala_diff-0.2.0-cp310-cp310-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 e368fba13c86ca43d4649e07e753b552c7a8821c98530aaa1d4eae234de403ea
MD5 066382da42c1d29e1dc39c2c01bd4f4f
BLAKE2b-256 df1a485f51bbde268add0950421289e830de3adbec56078eb99642544f3f22c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp310-cp310-manylinux_2_28_armv7l.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for koala_diff-0.2.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 734d3a4860ca2639f3957446b00c6cc83c87f172700fe9b922f0dc0f3aa4a45c
MD5 9d98bfd8a807bf174b3f39e33e10ad89
BLAKE2b-256 b4c17a966cf5056188637825a7361c617c86351151d824c12be7b23fe84c45fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp310-cp310-manylinux_2_28_aarch64.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for koala_diff-0.2.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e627168791ab34d30310cbc4d469ac4ec795b32bcfdc5f8881bb8545755ed150
MD5 0d512f9aeae90266cf642fb08e3ec953
BLAKE2b-256 3b6db7158c815a3ea2a1679da4204c6c9e6ade8406839d21f449ca4414d54328

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: CI.yml on godalida/koala-diff

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

File details

Details for the file koala_diff-0.2.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for koala_diff-0.2.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0f72a4973f99f7b26a6c7de218a5fa21fc4ba9bb66829c81c831c7ec5e961251
MD5 fdacdfccaedddb81a42f38a592283878
BLAKE2b-256 6efcf120b48d5c44b9af49480025147eb85ad0a2fbd44b4dd778131a7f41a55e

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.2.0-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: CI.yml on godalida/koala-diff

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