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](https://github.com/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.0.tar.gz (957.0 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.0-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.0-pp311-pypy311_pp73-manylinux_2_28_i686.whl (6.2 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ i686

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

Uploaded PyPymanylinux: glibc 2.28+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14Windows x86-64

koala_diff-0.1.0-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.0-cp314-cp314-manylinux_2_28_i686.whl (6.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ i686

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

koala_diff-0.1.0-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.0-cp313-cp313t-manylinux_2_28_armv7l.whl (5.5 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13Windows x86-64

koala_diff-0.1.0-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.0-cp313-cp313-manylinux_2_28_i686.whl (6.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ i686

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

koala_diff-0.1.0-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.0-cp312-cp312-win_amd64.whl (6.3 MB view details)

Uploaded CPython 3.12Windows x86-64

koala_diff-0.1.0-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.0-cp312-cp312-manylinux_2_28_i686.whl (6.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ i686

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

koala_diff-0.1.0-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.0-cp311-cp311-win_amd64.whl (6.3 MB view details)

Uploaded CPython 3.11Windows x86-64

koala_diff-0.1.0-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.0-cp311-cp311-manylinux_2_28_i686.whl (6.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ i686

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

koala_diff-0.1.0-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.0-cp310-cp310-win_amd64.whl (6.3 MB view details)

Uploaded CPython 3.10Windows x86-64

koala_diff-0.1.0-cp310-cp310-win32.whl (5.6 MB view details)

Uploaded CPython 3.10Windows x86

koala_diff-0.1.0-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.0-cp310-cp310-manylinux_2_28_i686.whl (6.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ i686

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

Uploaded CPython 3.10manylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

koala_diff-0.1.0-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.0-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.0-cp39-cp39-manylinux_2_28_i686.whl (6.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ i686

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

Uploaded CPython 3.9manylinux: glibc 2.28+ ARMv7l

koala_diff-0.1.0-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.0.tar.gz.

File metadata

  • Download URL: koala_diff-0.1.0.tar.gz
  • Upload date:
  • Size: 957.0 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.0.tar.gz
Algorithm Hash digest
SHA256 b54b6caa6ad8e1011ec3853b6e653af034a4cbce17d204691aa2be9e8da3da8c
MD5 c417cadc0db0bbfc3d60452d9782e830
BLAKE2b-256 1639a582117b2313d3bd273ce354bcfc16af000de14e46d0f9c25bb9e42ec697

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ef70514a7bcddb48df8f6a867482539dcee9d01ddd8fbb6cae9e70b5c9a16196
MD5 27d46d300b852d4857c327d0e8ec8b4e
BLAKE2b-256 b90fe71f1de72608ba633b46e59eddf53fe7604f9b5b67d003ee609879aeae52

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-pp311-pypy311_pp73-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 f552784d58b2300b82a99576e25e03399a1b1e09c674a65b6f6350badaf26c7e
MD5 edf37224b89fdc532a46507ae7ec2a2b
BLAKE2b-256 e9a5268a2637be8042474adfd7ac2e97ad7ffba9cdb309d08a40191abc4d39c3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-pp311-pypy311_pp73-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 a3f1d4be70aedbc9ccf1420733dd400823ef99040af80feed8be4329ea455cde
MD5 7f5fb7cabda4a31ba89ac771ea0d8ef3
BLAKE2b-256 782240362b298aed42e48fbeca5d7da37f8d8990d171cfc157086c6d07576a5f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 05db187a1cc3359c725e61ac8b42481652cda81ab1d94efe3ce6d822be5c5b05
MD5 44b478be78ae448fcb04f2271811de17
BLAKE2b-256 296b7da0bbb68edf3f954a3f6b05a3823d28a39c5d01fc50667c72a3b49e6931

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-cp314-cp314t-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 0274b92185eca7d0d2a3756ab338be92bb339e33465c7cd95bb5ab3b5c411d8a
MD5 d7c4c35b87e66ac61f198e990f9466b3
BLAKE2b-256 6d477d7d7562a5a5d0140befe9e25be053bb64a67d6d98f4fe6c3334266a1fef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dff4829fe6f6097870861422f8989aa3137c533ba7c1057b5177b044dd4ea948
MD5 4231818ec2b8d4ec6845e1625fee1846
BLAKE2b-256 97d58c992e90fcf614064eda7fdb53d3335cbc60f041c2b411745e534020a51c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: koala_diff-0.1.0-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.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 cca03295fe20143fad3a8894b3c6fe6b23e33a28628ba514dd2fab94b39e8d47
MD5 f37cdd48d885268edb913b229464677d
BLAKE2b-256 67c49dfa07f2df9493eb1dde56340df10ae9595db68c555c9a2d07deb1f4fa4b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 befbb1fd9e667c0ad91b3a74807157385fd0f4ad83a8dd4ec15fa2616deb4f4b
MD5 4f1ad2c29fef28efd881e10ebf664bb2
BLAKE2b-256 bcb8fe5f19f8c33e90c64b1e3d20e19cd39c45d7e65369307ba1381fcada5d9c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-cp314-cp314-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 252cde516b848e1b1c0ec82d75aacff85c4b6a6beea23df368c4de1c01494ccf
MD5 8189bdae408bc7bf020e97a92338c3a3
BLAKE2b-256 93f6922734f81b7f603fde0cddbdae16fc130867d8943e8434ab776d74b4e507

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-cp314-cp314-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 e07a5f069209270c35df6ca96ea0d62065c16d03ac6a965aebc113bf83fcf446
MD5 31e289e452ef7d557446d73185dbdecf
BLAKE2b-256 aadbd4dff9a8f14b21e80876f8fbce04eb6fd5126d530c46910c7d8ab09c7070

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c2d7356337fc19ca8bf5c4784bb3d8b639f4fe95e46c2d577fb51b7bd49f8d4b
MD5 f08d27840885b9442cce2bfedbca58bf
BLAKE2b-256 3cccfdc282a50557ab1ef3ede1c3262244a9d68ebe7b739ac799983034e4733f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6b73dd95127c22255459e5940635e7c436841ede906dff858ee0883c9f0d0cc4
MD5 9f2b209ac0a8efaee2de97b6dc832b49
BLAKE2b-256 2639aa709245851910dae16fa613366012f880bbe9860dd37afec6a541fac6e8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 eb1bc7fcc874c48769913c0acc6ab87d6d2754ff499eddda87b9e8cbd3a71f7d
MD5 295d557b059960dcefde66cebb7f1a2e
BLAKE2b-256 cdcc615710ddc8d8e56b36483363565e7ea34f4063c28b72b3daf567a78b8cb7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-cp313-cp313t-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 6783101d2fa541e9a99c8ecab1ff5de019661c4b6540e407504252fdbcbd0b3b
MD5 569d51597b00f580cfd5f799f1ce40d6
BLAKE2b-256 da0599d58c9d4e1275550c9c5a2138d17541625d93174986b47b242bc0a1ceb9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 822ff2282f081f53697bccad18ff67da0a3f9150c1cacc41620e5333e5ee99ed
MD5 75393d378c3e74a609f98872f8d89ecf
BLAKE2b-256 f755005f9b84cfc0875eab25b55d1fc475964bb0f76e8aa9ee908074eae8ce49

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: koala_diff-0.1.0-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.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 032844c0a31f2834ef245f47b59dbd1ff91133c86f5677ae9a5b414384de8b8f
MD5 5ac273cebd20a15294fecde5ff5a05e7
BLAKE2b-256 1b0bc75679a30c5ab4e5e8f7e1947d34428dc3e05304e30a23236a564d09c0e0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3c09a272b4a7f3cfe8169752aecc690dbf59db6a8ba4aedeb234f040bcc3574e
MD5 ba08275521491094154fa9ab1afebb5f
BLAKE2b-256 1e09361e258a26b1507f18735d9f85bbb957a8e9ce8327ab4766d94ab1cb0e7a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-cp313-cp313-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 57f8d4ade04cbf5ad3a872f7b1442e880ab181bd15110159dc4ea6c048ee4dca
MD5 67c3ded4d57d4770d336a2c1b1f00d24
BLAKE2b-256 0306844d05f9746d307ca410def9560d019a4c4e23344b352e90db6d732e780e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-cp313-cp313-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 d4b74b9103323fdcc2170d9c28c9fda405768af24e12ab3a374fb527c9f7255d
MD5 66db42e738552dc8bf7d2436912028ea
BLAKE2b-256 8c34d9027c0b64e58d202d9f3f2795430a67b6fd8e361bda8b9619652b88f404

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c2f125c6037e5436e34c546e4bb9dc7f9ff71a024433df99d931d3e039417e02
MD5 202368078a5dec7bba96bd566a82136d
BLAKE2b-256 416161227c32886dd1009db74d9f8a3c17e8c0af2670eb15e8567ff9273245a4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ac772367e623254f508f74face7f07e2fe58b94c02da8e068d712be496b69ba2
MD5 4bf4869d675d87cb52fe8aa0b7c0a076
BLAKE2b-256 a5c2328ead924f1672531e48cf6df47f2b8e5c750057bc370303770eb56f3a82

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2a4985ca1a10bd438f8dd7d69a826142e3f426b8a087666a6f1d461bbe59b339
MD5 02119e9bb2346eb95342333e56dfdbba
BLAKE2b-256 7b7c304d5043cf74de0b77a1f2a5c47c38c18b94fb16a92109a93141986c5528

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: koala_diff-0.1.0-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.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0546855b0e486a21b5c28c4d1395c6c3674d2bdb6d78f37fee3a42a2feca9d29
MD5 381f1d0692a3a9a9dcfb96dcef1f3564
BLAKE2b-256 5d023d4935df737657564e9d0fa0017c7a04ee2f87cc5b13fc51340d169e2969

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0dcaffded67a93be416c2e21a150e4de201b0889e84f15d19b199a8bbd67680b
MD5 ebc83ce2bca1a8745d76f9ad9712556b
BLAKE2b-256 1ff4e267f32bb0be10bd95a4ee589b04d541ab9742bf64adfe1306fec2756f63

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-cp312-cp312-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 af283171c6541112ed8206640b91b5f538455731b59bcb9e63759541bb087640
MD5 d8610632dee45c469f4fdfaa89b6dd33
BLAKE2b-256 fccb4a8e14d60102ec06c5b900e90835cbe62613531a8c0519c2d5d52eea1b39

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-cp312-cp312-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 a90f55ff799d528c31db5be0ce4f18ee54b7d3d9ed8e44c013562e2838fa93e9
MD5 9d641437de9505b5c673e561a6a3fc35
BLAKE2b-256 d5baa14ea2035eeba50e695b804f45914c92ced335dc4ce1dd67698394391508

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 37b6f493742cc0fba3d917ae4cff036d471caf9f33c23c71529944fa14ffb444
MD5 0fd831df42414a5404077533ff367cdb
BLAKE2b-256 eaeff6756ef31e60a45a4ca6f2509a253a01e929dc201b8e2891fd13eed04186

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b30981422779b3d7272163b4c820be0335441a49cd2ab079ae56f93e9fc80869
MD5 2e0fe2fe9f98bb6850133bd804086546
BLAKE2b-256 aae7a018ca7688a0ea4a9726adf2536132c100e0a5b259368d21f41f235545ad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 34f38515ce5fdf36ba147b85c829034dff078a60ec28c23c7ea89da758e4da25
MD5 8b71f9306ba783f2f17d779d9a140e1c
BLAKE2b-256 f6782e54d04dcb03d725d28a592bdc7c724445300fecb75f9ae8fe540d4cea8d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: koala_diff-0.1.0-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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c4f882bdfbe24adb7b541f8d7e2f18da958fe1cfe24c5c981d3e856d9f2a34d4
MD5 01c61e54ce3a0383bc30626fc0fd56ef
BLAKE2b-256 30b98552d437f588a3e19896eb484df01f6e1d4dd91b002b0f9747a5919ef778

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8737f24b76e51a535027c8b6b1097cab75fe7c3c90f94efa8a091a3a25fbd66d
MD5 2cb1d90ce898d4fa7367adfd03ce9610
BLAKE2b-256 d205c7872d4c1cc6ee145a3fabc5a603ee8fc1d99cbdb6c8e10379cad086bc92

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-cp311-cp311-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 fe414d47e6579c3d0a0af35038da9686a5984775ef9b1b1ae28dd0ef34f69a06
MD5 7fd82e2c0e09aad3faa0c53351f4c122
BLAKE2b-256 03e1417c5f73a8130d168484b85f77827dd73a8cfe7b7c7a4bcb51b74c2e04de

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-cp311-cp311-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 8fae6f1ffe7aa1ad1a86341f173207669b9232ba892d13d4f81b576ade8d18cd
MD5 2194bb9d18da2c18cb31b3167609e598
BLAKE2b-256 428bace41e634a08ce3b7d2d44a6186ef7d9be4b854d9a953824c262b73a66ca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d3f69b522ae17605b988f68fa56a64f166c1607d2fb56074e27601264eff7498
MD5 b2f3c1e20e89a67349b305cd39e14109
BLAKE2b-256 8a61046d949e583a67f09ab4b3069a10d1eabb894f341f1d1c920e832247871a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7bcf5577b70c50e332b5e2362026c430a88f20474a67388e597ac36cfce481fa
MD5 53d8269ae453937c775e3b7c7897c351
BLAKE2b-256 8e2481cd9c2c653f38c11ff92fdf05298e3007ece7a70eb24d2135e4264085a6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6900fbb9c309b9c5a4f1e0c39dceb84da64b30a8e0dada4ac1262cba3ebb7d36
MD5 3dfef998b548843e06c6d0a8ac62bfcb
BLAKE2b-256 c0de0449af5ebd3ad820f21d7cc5d12f5b5fac5adfedf2a679259bf9246b0c42

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: koala_diff-0.1.0-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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1f8878ae9874bab02c551fa69c7931d6f88e63afe41c4439e8ef2ab7af1e5008
MD5 b6067fa3273b7583bd7ddc1d1695aa93
BLAKE2b-256 a15d6f4a17405cc27b8019c468cb68f646b2e9eb545217ae393aaf7e878a1bd8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: koala_diff-0.1.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 5.6 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.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 0857fc3c0509495aa91ce6705d82782fa46fd7609e5bfe284b9ada7749e81456
MD5 5ca187f221c6b4a13b2234ca5ea28f00
BLAKE2b-256 506bc9dc1a758e029aca94014d91c722b4bd9f40f1ee374c3647e3ce31b1e926

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2ac4751b94c98b723f70c1820de2c2ebd0d1a78b85062da8d0495f5a057b3dda
MD5 a988f11756e50427e681b5b5deb39fd6
BLAKE2b-256 62481663243d505805726e89f503bc8866e9e10746044d043a5b8bd57a850579

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-cp310-cp310-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 558de243bf021c5e7bbe31522ca5ede913a77a67d60144df5f2c6ec9050071ac
MD5 2e8d4abcb884f3e7764efde181f4ca33
BLAKE2b-256 20b4b708d7aeac8f70b0aab8b7d4bcdc280d2369d521ff37e53fd23bf74a5b67

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-cp310-cp310-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 a960bb4aeb1e23b3b5d34a3cabf2cc18ffdf15a84df6c3051006c29e1a287355
MD5 0271829334638b99d13b4165662b72c2
BLAKE2b-256 64bbc87e22382f92cde90b1b7e86102e40bff183b6b6c04545ea3aef832ea52b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 da20dea7723c4eed764985aae57967503ef96c0a7646c690e2ba192ae33a2bd0
MD5 31a230683c7fbdeb390dc2e2f13a193c
BLAKE2b-256 70047f8cd9f781e3c8fe2a92243b948e373163502936c90ea06a8b87179c8322

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0d7b23f1652e33dc94f165e3fcffb291c5aabc64b71e7d23dc4964253e836d15
MD5 267abad1503907f8a67416b70fbfdf45
BLAKE2b-256 85819006abea0a3480b08573f6d4787e10bd6129d84e84772ae23704b369f623

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9df9b761e1e4311b33edb8e4cfaa32a4ed02926a72bc9d337f6901de1b78598d
MD5 5d3e440803608bf0f912ab3591a3cb22
BLAKE2b-256 884763ecad8ad38d0af1494c19c9bed0dbe0a7cf1bd7de6b7df3823514a9d50c

See more details on using hashes here.

Provenance

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

File details

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a369a1aff47c764161f4cf0a10b51507d4120c7ce8ec9d31ce0af350d52f842a
MD5 1013dc3a0abf4b2be5d2b0e86764c8c0
BLAKE2b-256 4055c5882b0043ac7c6d8373b6e36f9411ea16fe55bd2cba2a0b29cd6dd64271

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-cp39-cp39-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 eacb26816f5fba8811b301487778ad90440e9cfaa958584c3f685997a5b57981
MD5 6fccaba9d4299773b08c707ce680f172
BLAKE2b-256 da93d736fb967599f46c04bfe28c723d4656d24c17ba62061bbb573a6a66a2cd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-cp39-cp39-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 cd1a89f5b68e8c5fffb738dafff1be392f33a62aa7229baf757335d4eece5fed
MD5 4a8fb1c430e063970114d36d392253c4
BLAKE2b-256 3e49fced269307741b526ad93863c018ed44266cdd75026cd9c30336c60c28d0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for koala_diff-0.1.0-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 02931eba6dd3e61388b46ed923bec45e0a9870c7a13f7fc8d1961956853c67a3
MD5 11eacf1b307628f75d6c8fa7e45fccc4
BLAKE2b-256 05f86c3a7cf489eb4d27da6d6eece7f14f62038fe5e3e3a61c5ae7e05414939f

See more details on using hashes here.

Provenance

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