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.
  • SIMD Hashing: Uses state-of-the-art hashing algorithms to detect changes in microseconds.
  • Polars Integration: Leverages the Polars engine for blazing fast I/O.
  • Visual Reports: Auto-generates comprehensive HTML difference reports for stakeholders.

📦 Installation

pip install koala-diff

⚡ Quick Start

1. Python API

from koala_diff import DataDiff, HtmlReporter

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

# Run comparison (Rust engine takes over here)
result = differ.compare(
    "s3://production/users_v1.parquet", 
    "s3://staging/users_v2.parquet"
)

# Generate a report
reporter = HtmlReporter("diff_report.html")
reporter.generate(result)

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.1.1.tar.gz (957.4 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.1.1-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl (5.8 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64

koala_diff-0.1.1-pp311-pypy311_pp73-manylinux_2_28_i686.whl (6.2 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ i686

koala_diff-0.1.1-pp311-pypy311_pp73-manylinux_2_28_armv7l.whl (5.5 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARMv7l

koala_diff-0.1.1-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl (5.3 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

koala_diff-0.1.1-cp314-cp314t-manylinux_2_28_armv7l.whl (5.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARMv7l

koala_diff-0.1.1-cp314-cp314t-manylinux_2_28_aarch64.whl (5.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

koala_diff-0.1.1-cp314-cp314-win_amd64.whl (6.3 MB view details)

Uploaded CPython 3.14Windows x86-64

koala_diff-0.1.1-cp314-cp314-manylinux_2_28_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

koala_diff-0.1.1-cp314-cp314-manylinux_2_28_i686.whl (6.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ i686

koala_diff-0.1.1-cp314-cp314-manylinux_2_28_armv7l.whl (5.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARMv7l

koala_diff-0.1.1-cp314-cp314-manylinux_2_28_aarch64.whl (5.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

koala_diff-0.1.1-cp314-cp314-macosx_11_0_arm64.whl (5.1 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

koala_diff-0.1.1-cp314-cp314-macosx_10_12_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

koala_diff-0.1.1-cp313-cp313t-manylinux_2_28_armv7l.whl (5.5 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARMv7l

koala_diff-0.1.1-cp313-cp313t-manylinux_2_28_aarch64.whl (5.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

koala_diff-0.1.1-cp313-cp313-win_amd64.whl (6.3 MB view details)

Uploaded CPython 3.13Windows x86-64

koala_diff-0.1.1-cp313-cp313-manylinux_2_28_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

koala_diff-0.1.1-cp313-cp313-manylinux_2_28_i686.whl (6.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ i686

koala_diff-0.1.1-cp313-cp313-manylinux_2_28_armv7l.whl (5.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARMv7l

koala_diff-0.1.1-cp313-cp313-manylinux_2_28_aarch64.whl (5.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

koala_diff-0.1.1-cp313-cp313-macosx_11_0_arm64.whl (5.1 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

koala_diff-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

koala_diff-0.1.1-cp312-cp312-win_amd64.whl (6.3 MB view details)

Uploaded CPython 3.12Windows x86-64

koala_diff-0.1.1-cp312-cp312-manylinux_2_28_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

koala_diff-0.1.1-cp312-cp312-manylinux_2_28_i686.whl (6.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ i686

koala_diff-0.1.1-cp312-cp312-manylinux_2_28_armv7l.whl (5.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARMv7l

koala_diff-0.1.1-cp312-cp312-manylinux_2_28_aarch64.whl (5.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

koala_diff-0.1.1-cp312-cp312-macosx_11_0_arm64.whl (5.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

koala_diff-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

koala_diff-0.1.1-cp311-cp311-win_amd64.whl (6.3 MB view details)

Uploaded CPython 3.11Windows x86-64

koala_diff-0.1.1-cp311-cp311-manylinux_2_28_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

koala_diff-0.1.1-cp311-cp311-manylinux_2_28_i686.whl (6.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ i686

koala_diff-0.1.1-cp311-cp311-manylinux_2_28_armv7l.whl (5.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARMv7l

koala_diff-0.1.1-cp311-cp311-manylinux_2_28_aarch64.whl (5.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

koala_diff-0.1.1-cp311-cp311-macosx_11_0_arm64.whl (5.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

koala_diff-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

koala_diff-0.1.1-cp310-cp310-win_amd64.whl (6.3 MB view details)

Uploaded CPython 3.10Windows x86-64

koala_diff-0.1.1-cp310-cp310-win32.whl (5.7 MB view details)

Uploaded CPython 3.10Windows x86

koala_diff-0.1.1-cp310-cp310-manylinux_2_28_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

koala_diff-0.1.1-cp310-cp310-manylinux_2_28_i686.whl (6.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ i686

koala_diff-0.1.1-cp310-cp310-manylinux_2_28_armv7l.whl (5.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARMv7l

koala_diff-0.1.1-cp310-cp310-manylinux_2_28_aarch64.whl (5.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

koala_diff-0.1.1-cp310-cp310-macosx_11_0_arm64.whl (5.1 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

koala_diff-0.1.1-cp310-cp310-macosx_10_12_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

koala_diff-0.1.1-cp39-cp39-manylinux_2_28_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

koala_diff-0.1.1-cp39-cp39-manylinux_2_28_i686.whl (6.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ i686

koala_diff-0.1.1-cp39-cp39-manylinux_2_28_armv7l.whl (5.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARMv7l

koala_diff-0.1.1-cp39-cp39-manylinux_2_28_aarch64.whl (5.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

File details

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

File metadata

  • Download URL: koala_diff-0.1.1.tar.gz
  • Upload date:
  • Size: 957.4 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.1.1.tar.gz
Algorithm Hash digest
SHA256 1e2a8bbca8f44ad19d6eeacfa3db941ae082e3ae94363f55e364cf3d4afac968
MD5 ab5c1e3c96d4ab386c7415a88b65160a
BLAKE2b-256 fcb98d83d2e63c45ff57e1759250e55e4be821823e6ebdb31f0074a0fd8d05f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1.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.1.1-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6e989ac40d19d8dbae340957a4fc222176f48b92dd471428239b1c9af83b4b94
MD5 833faf96e54d7c972f97af09468132d7
BLAKE2b-256 b9c73f3a330d736aeb260d4048a8633a01d8c9c083dc08974fdd78eead1f36b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-pp311-pypy311_pp73-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-pp311-pypy311_pp73-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 103857c07b0916bb8e3ea9b02e28dec94e608fcfb2faa2b8b646d951ec7d4fd8
MD5 17ab65995b10ec31777773455383df16
BLAKE2b-256 5e081aa96497fd3a593469f3a5cf566fe011697cb10fc1d6adf0ecbc93e4ea38

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-pp311-pypy311_pp73-manylinux_2_28_armv7l.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-pp311-pypy311_pp73-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 52de762338d36ccdc316a4267acae32c001252e7587832dd3a4cc6f6b8dbe937
MD5 208bf3598052b00a105df7b9677f73e5
BLAKE2b-256 2eed47fb1f840bca306e50e4eff216d21263558b5bef0ecfe43e7c03ff7b0067

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c841a0196d21cda52d4ab7871e8ab148f606027fc2804287b9631e1ee10f5eb6
MD5 16051fc67d376464b054d21f7c6f6f7c
BLAKE2b-256 bb3138fefa5ada1b01f9185344c3b34e315342d3fa67bca9ed1f92af3665c6de

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp314-cp314t-manylinux_2_28_armv7l.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-cp314-cp314t-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 380366604774d911441ee874248b9aae825151ec50b5e16bc1c973faf2fa8b57
MD5 dce2276f7ea29833361a2836072f294c
BLAKE2b-256 9ca369cf84ab440e7cdf984b87528cd3622e3a0c9b672654db55edc2af126d55

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 de37f09abb31deac0548fe3ab433e71adecb30d90fd31e1a599f8d8c0fd93fe9
MD5 e110485e656bd2bf7b7d5d1709e8a57b
BLAKE2b-256 01513aaef91b984c5875b3a59b0cf613cde5089877a8eeb2a274627f7446ddda

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: koala_diff-0.1.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 6.3 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.1.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 5841dab897be2060c227ec371359eeaddcbe3896931dea257d3a9cd40605e221
MD5 cd908f57edbd7377d4aae6c2015f1e31
BLAKE2b-256 ae5e47f91796847ec700bd7974bb04f62377773d71511c0a955a4aaa7bb994e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2f50ad8b9b6de92abd6a293018fa31634cbdb007ebc5b2ac1c2961d04de31d31
MD5 4f408bb223010885556187a6004efa16
BLAKE2b-256 c0ad5397a97f762ec9a6dc95bcac1fb5d52b7b902134312d4bcaf310dec7322d

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp314-cp314-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-cp314-cp314-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 86475edabe88ac75b10850bacd91c4a999303d854969d686c8a449222e62fd92
MD5 89f3e17825b5514188ee6f269e69209c
BLAKE2b-256 8968db154487b79b6d1b3c676c14cd4559e679081b2a6cc513c9db9c597c8a18

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp314-cp314-manylinux_2_28_armv7l.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-cp314-cp314-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 d4acb9a45a0fd9f41a81b6ec01ce04bd498d10590dd5a534ae3485836454b188
MD5 895e32e77ec28f490fbff2aa81dae7ce
BLAKE2b-256 c30e1280ea15e7fb65a3434da941a1d34f3455083a9211cc57f87c80eaaa1466

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c6470812ea847e289b2e7de6c9fee6b8e06573ef9fc4252ffe6dca4c53dc6e17
MD5 16ff52ddc827a5735a9a9f543353f603
BLAKE2b-256 c0002988d776617ecdd3edd0b042d3b8687727825b4fb814053c4b5e11498795

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 28f1e9a6580093cf57abb48ae01041c9d5f47695a8b7099bbe900dc8479e5bba
MD5 080726b016ebeb470df28f8d195b69c9
BLAKE2b-256 6ade94acee123d8794b4e29c93d348cb6a82173b6ce8da8ef25817b6d5c69db9

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fdb6ed3306de7fc50f4946ea0474a256879d7426137e5d08e628d195a04fc931
MD5 fa6aac7dcdfbdb3db8b7c52c722bad12
BLAKE2b-256 6fb25f95c86846ef037461307f2fa1876777920c2810709e5bedd7a82c825636

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp313-cp313t-manylinux_2_28_armv7l.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-cp313-cp313t-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 e1bfa8ebd5ec5773b1d13e91cac6cc054d6e4fec45446de35c8304744bbe82f8
MD5 8ff7e6eb106b40a25088c9f52ce3ae78
BLAKE2b-256 bcbd85a72c7f1ec7ad9965a273d02301df79b8ec36404df22a083c29ad9b2b65

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp313-cp313t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e97701addc26b85e3e490e2c446c18a05b53fed8e771a629ff3ebfdc828b4046
MD5 d97cfdaa2476d2f92bc6e998e9f186f3
BLAKE2b-256 709bb0105d07a72bf3b0f783f616a11dde6c64fc6232c452281257b259a8d022

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: koala_diff-0.1.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 6.3 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.1.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 17975fb865359190e8efe9d000e772776e5fbea4b38036770d5e8dff8d0d9903
MD5 5bd4b1646c64200df5e9feb6a8a9e840
BLAKE2b-256 df837efb5a1bc6394f5723a8403ad5662d033ea6ebc10643ed22aaaea1ee8ffb

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 01576c0b4c2b6acaabdc05aea873229867c51616d6448e3ef2f14e5ec52e815d
MD5 a9682f48f54979757c15aee9d7d5dde6
BLAKE2b-256 ca3d1c760a30705d032649d4c92d301670328188445ee2887bfa4bab4c3c00e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp313-cp313-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-cp313-cp313-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 971e07d7eb6f754a97846edc12a774f242a792c59f5d70ddd6902c076c555bc6
MD5 7f1a96b9d70e75641695b0236f4a2211
BLAKE2b-256 ac7645de23e8d293c4f011dae4caa5a9e2b5e42e1162550adcda7f7aed2a1513

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp313-cp313-manylinux_2_28_armv7l.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-cp313-cp313-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 096acba4b645fcdb8fb26ac7dbf8f939518bff44eeb48313130b1cb164930d7c
MD5 cae1989540395c106791133f61b64df4
BLAKE2b-256 87c27ae9a46e70c447ff7bdb09516723a5b54c7efd9155a52686ba313e45a831

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f27bba97ad5c5c420a9638f8da6890fa606fb4e120303dc6db29423ce00876d6
MD5 ef53ff81bbb4b2130f86ae67c7b50b0f
BLAKE2b-256 e30cbaa99ee0f80d9b4d310ac866b52f872bbd33f1ec71ba3c95a80f3bc30fd3

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5d54dc9ac69de1b02aba0df9bca5bb26949a013267db9eacd1302a325c622c4b
MD5 b6b49c027d123d4ca9b10a7d7b089fa6
BLAKE2b-256 8e930b1ee1faadc4973cd7c47299c4e7c06fc222c1581cf57601e88ba1081c9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6238c16b32db6e9d142ad63b91152af9f002abd1f41de4c8fced3f3de1c17376
MD5 238aa669a1a32432357aecc1747e1e2d
BLAKE2b-256 559dd70959a9f86a0594e3b1399ad517ca5637caf5ab3d2a987268a540d8bace

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: koala_diff-0.1.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 6.3 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.1.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 848c04a7ac2f713fb8f57fe37117716adbc19146e729c97e91a075fe9c40da7d
MD5 9be70dc33d156d646d9fd212109bb910
BLAKE2b-256 a880b85a65cb6321209aca7cc8d91c9da82203bba62b9481eea705c9f7f76a35

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4643b6eab277c7ba26cdc410bfae7a33943799e3785dc2eb4451931a20fc33b9
MD5 5770f80a84eee0ba39802b4aaecb682b
BLAKE2b-256 2071077dc22d78f7df84d2b40e905cfa9606dcedf542eef632011ca4e7b755af

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp312-cp312-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-cp312-cp312-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 3910bcaf3655fa82ed5c4e0aab9849305b10b181e805d8faa74e11f7770ea8a0
MD5 14d1f325b2ff5743073b15bae02336db
BLAKE2b-256 6125db6d117b2fa44b7fb05a80086fc0dc0f53883561a42f5a12073d8c6be4cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp312-cp312-manylinux_2_28_armv7l.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-cp312-cp312-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 1242a6fdf219d4dbfc916b560ce716834769556a40d91bc291db79743088e28f
MD5 4d8eaf843249a49ac60b651152ff37dc
BLAKE2b-256 4a2d4916e22eac8bc1802de3d460bc479f57287c7204abeb5aed62f468796c1e

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c299007dac9fdd6927ef3515543a44aa023a68c1683abc524f8f42413fb26b86
MD5 597541ea41c178872f655707e3e3e01f
BLAKE2b-256 58b38aa0af1241ab7b471305b9b9a1d21134716541b3041f09521068d2ce510d

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8c68b451547081f517af7dfbcc647c38c6136af20e363199802f9f11208a0ef0
MD5 9529dc08b19cb0f4fa4f8f9b1a4ac37c
BLAKE2b-256 396ec867de6f7b69a7324c15da5388b67139b3c8610608152c9238c6a34dcc75

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 21ebf0e3c27205959603959881218b7567bde516bd50359d58b74d9105974edb
MD5 1c0a5c49195897d5e28bded448075e99
BLAKE2b-256 074a2bb114e503875f4bb379fe2c4ecee7d08424acb74b5b2c80e46f728667cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: koala_diff-0.1.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 6.3 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.1.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1c9b093a279fad40238baaafd4ec6ba00732ea13e44d90aaac16ccb0366e9653
MD5 b433418b6eb726fd61f9006ddd4b5444
BLAKE2b-256 2fdbdac79c263384f975230dc3b86806c9329ef3f6e01d490868e8d77f5677f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f0430e17b81a13734c272e0f96d2f7ba36070ad206fa3cd6f07baaff4ac26524
MD5 f8061e10ed1718d13da18655d7f4280f
BLAKE2b-256 8d5a439b022f93d67880ce7d85cde303661c26fbd2461bfea0e5c2bd524c20e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp311-cp311-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-cp311-cp311-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 71789f72333b42f8d54f8de56a650858fc199f8ba486171bd386461dd09dd61f
MD5 0965928f9a37a6fb49125079457dba76
BLAKE2b-256 8d3614a49a646c97e9b1e5161f38e34efcaefc781ca69b2264fe67971af98ebc

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp311-cp311-manylinux_2_28_armv7l.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-cp311-cp311-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 60a412edf954d5ee9bd66d8df25843da9c487d1755731411fe3c753e8fd1c277
MD5 e662419cf335dad5bb8a97544cce0743
BLAKE2b-256 8c5d4000c6c21624d9c61bed6722efe6d91fb5979d5661d84b3e1b18e0a54fc5

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1e7928ea9c2e802823e8d3c3e1e755405b9585a351e50d115ad9948e0bf405c8
MD5 66853b72a0af29f0492f58a18f8c13f5
BLAKE2b-256 77b27a247e69e99c674fdabaea531d557dbb875336cbec3dddc6372203bb7e63

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7410ed277a8e046f11d8d000d394ebef72ac8c0f912a6783694fa70a483f5a8b
MD5 8d9949334f18d08a06ff3c379e9be78e
BLAKE2b-256 1809305955e17011ef5496bac6b440aef685618b8d9aba3260199ddc8edffd7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2a63ffa5ae93ed0c2e512604cff98857e74d83c29edbf94f1a98ea32b179a6db
MD5 633345ab62b74e53cc77bf7154e867c7
BLAKE2b-256 11b3b8d4d737ba9054fb95cf2a640e7159997f8d675f1c9b3ae764b1ffafc935

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: koala_diff-0.1.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 6.3 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.1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b769f3095d9597254e30fec25d68404aa72926f62c9b21f630fa01b9ef2f5fe8
MD5 267f28c5d58ba86bd2cda53bba312e34
BLAKE2b-256 ace181da7c27dae1d2aa026a7f3f72f38f8bd1e510f861aa343a87432edebd30

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: koala_diff-0.1.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 5.7 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.1.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 13a71c356da7971b78045873379287f23893146ceefb2c4e909fa62e10cfbf26
MD5 15a898f1f2dfc582d821521e42d8374e
BLAKE2b-256 06351838e810976345f84fabf214c17e5af3ec224ae805ee5c2fc56a685b858e

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b71470b075dce65a289cbb58ed235bbc9576d4514c2c367f03cd67255115ae84
MD5 aaae84d73c48c74c9f858ab5b1d1503a
BLAKE2b-256 7461783756d78198921790992b87b4d6d28efd26dd39e1426f474702476f68c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp310-cp310-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-cp310-cp310-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 bc5fcb7c3b3d0f4919ebf1c64e8283a0d8527804b690b2e58eb9c87e8b1f4a69
MD5 ee4c573d1ff30d01384f31d6546ca5a7
BLAKE2b-256 48f2bc66af1625dbb16d400974dd02d3b4de8477de9021b01c31238a3186aa49

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp310-cp310-manylinux_2_28_armv7l.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-cp310-cp310-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 494fb117539c35894bef7cea9bdfa91e4232f044b26bb93bf4ec5ac1d556d5aa
MD5 d7cedc4720f901edf336b632ede639fb
BLAKE2b-256 f1dfae36837358875bd19f6cf299f2c1cc98c31ddd8a834c84fe166c244b7aef

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 31b88a573c5c3132a603176e8f0e4e33153c186a8d95c244bcd4fa3440a74ee2
MD5 a74c412d7f22db85e5bd90856ff91035
BLAKE2b-256 16605ff20189ebaee3f5c538850802b337fffaee077c8195b74b188daefae1d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ba27ae80dc3a25b0765778aa232cb363ce0eebe81eb1347225822fc796c4a4e8
MD5 b6bb1ecb16cd69d405e0d26e52d729f3
BLAKE2b-256 c040b503d512f50aee1c3ed297fe5516ecb600a28ab4e778818a5c19c92a7be3

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.1.1-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3004bb580ccf31b43f323941ceb4304280a21824c862d74be49b6a92086d3ace
MD5 c71f611b46928e7312b7826abfe02456
BLAKE2b-256 4927aaed80acd2d4c5b698a0ac63313da16e515f11c23934ade45209f5caf5d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-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.

File details

Details for the file koala_diff-0.1.1-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0b71284ad07732a212bfc6f5faddd82de8b0f5cb1f4e02e568c0a93e6c72eea0
MD5 e93b9be5bae019b8f109909fc8b1778c
BLAKE2b-256 0f630b7114b748ffbeb43abfdb43ef75e59f48641f29730b7bc566f56d1747e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-cp39-cp39-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.1.1-cp39-cp39-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-cp39-cp39-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 29f5bedacdaf4454f4e2d973a03d146b632da47267305a2ea623ec170ac7f544
MD5 4d9ad03c0d9d8ded7b924c9611aca68f
BLAKE2b-256 c75263c6f61abf0a6c612b71f8f9ac25f814ea958e1c2acd8308f2cfb77297ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-cp39-cp39-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.1.1-cp39-cp39-manylinux_2_28_armv7l.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-cp39-cp39-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 6613ffe76b48c910b7c8958b1f5e1e4d17cca82e3c14350e07993fd51c0b95a8
MD5 98e3875b40a673f866077cc5ed2217f7
BLAKE2b-256 c7fea1cf010282468a7b997b2b6ce61bbeae2c42a026bb4659b60ed7cc7e7420

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-cp39-cp39-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.1.1-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for koala_diff-0.1.1-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d752b537d30794d06973aa983380a3c3f7b34a39b2a186339b826f4183414eb8
MD5 6e717e01b1f15521a4fb232d9f72884b
BLAKE2b-256 a1da9917d8914bba56a068452a714706755c29854a0ee425a2abc50b59071341

See more details on using hashes here.

Provenance

The following attestation bundles were made for koala_diff-0.1.1-cp39-cp39-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.

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