Skip to main content

Python implementation of the patiencediff algorithm

Project description

This package contains the implementation of the patiencediff algorithm, as first described by Bram Cohen.

Like Python’s difflib, this module provides both a convenience unified_diff function for the generation of unified diffs of text files as well as a SequenceMatcher that can be used on arbitrary lists.

Patiencediff provides a good balance of performance, nice output for humans, and implementation simplicity.

The code in this package was extracted from the Bazaar code base.

The package comes with two implementations:

  • A Python implementation (_patiencediff_py.py); this implementation only requires a Python interpreter and is the more readable version of the two

  • A C implementation implementation (_patiencediff_c.c); this implementation is faster, but requires a C compiler and is less readable

Usage

To invoke patiencediff from the command-line:

python -m patiencediff file_a file_b

Or from Python:

>>> import patiencediff
>>> print ''.join(patiencediff.unified_diff(
...      ['a\n', 'b\n', 'b\n', 'c\n'],
...      ['a\n', 'c\n', 'b\n']))
---
+++
@@ -1,4 +1,3 @@
 a
+c
 b
-b
-c

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

patiencediff-0.2.14.tar.gz (29.3 kB view details)

Uploaded Source

Built Distributions

patiencediff-0.2.14-pp310-pypy310_pp73-win_amd64.whl (32.8 kB view details)

Uploaded PyPy Windows x86-64

patiencediff-0.2.14-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (32.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

patiencediff-0.2.14-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (29.2 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

patiencediff-0.2.14-pp39-pypy39_pp73-win_amd64.whl (32.8 kB view details)

Uploaded PyPy Windows x86-64

patiencediff-0.2.14-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (32.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

patiencediff-0.2.14-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (32.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

patiencediff-0.2.14-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (29.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

patiencediff-0.2.14-pp38-pypy38_pp73-win_amd64.whl (32.8 kB view details)

Uploaded PyPy Windows x86-64

patiencediff-0.2.14-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (32.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

patiencediff-0.2.14-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (32.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

patiencediff-0.2.14-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (29.2 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

patiencediff-0.2.14-pp37-pypy37_pp73-win_amd64.whl (32.8 kB view details)

Uploaded PyPy Windows x86-64

patiencediff-0.2.14-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (32.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

patiencediff-0.2.14-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (32.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

patiencediff-0.2.14-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (29.2 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

patiencediff-0.2.14-cp312-cp312-win_amd64.whl (32.9 kB view details)

Uploaded CPython 3.12 Windows x86-64

patiencediff-0.2.14-cp312-cp312-win32.whl (30.9 kB view details)

Uploaded CPython 3.12 Windows x86

patiencediff-0.2.14-cp312-cp312-musllinux_1_1_x86_64.whl (60.9 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

patiencediff-0.2.14-cp312-cp312-musllinux_1_1_aarch64.whl (61.2 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

patiencediff-0.2.14-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (56.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

patiencediff-0.2.14-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (55.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

patiencediff-0.2.14-cp312-cp312-macosx_11_0_arm64.whl (29.8 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

patiencediff-0.2.14-cp312-cp312-macosx_10_9_x86_64.whl (29.6 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

patiencediff-0.2.14-cp312-cp312-macosx_10_9_universal2.whl (38.5 kB view details)

Uploaded CPython 3.12 macOS 10.9+ universal2 (ARM64, x86-64)

patiencediff-0.2.14-cp311-cp311-win_amd64.whl (32.8 kB view details)

Uploaded CPython 3.11 Windows x86-64

patiencediff-0.2.14-cp311-cp311-win32.whl (31.1 kB view details)

Uploaded CPython 3.11 Windows x86

patiencediff-0.2.14-cp311-cp311-musllinux_1_1_x86_64.whl (60.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

patiencediff-0.2.14-cp311-cp311-musllinux_1_1_aarch64.whl (60.8 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

patiencediff-0.2.14-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (55.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

patiencediff-0.2.14-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (54.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

patiencediff-0.2.14-cp311-cp311-macosx_11_0_arm64.whl (29.7 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

patiencediff-0.2.14-cp311-cp311-macosx_10_9_x86_64.whl (29.5 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

patiencediff-0.2.14-cp311-cp311-macosx_10_9_universal2.whl (38.3 kB view details)

Uploaded CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)

patiencediff-0.2.14-cp310-cp310-win_amd64.whl (32.8 kB view details)

Uploaded CPython 3.10 Windows x86-64

patiencediff-0.2.14-cp310-cp310-win32.whl (31.1 kB view details)

Uploaded CPython 3.10 Windows x86

patiencediff-0.2.14-cp310-cp310-musllinux_1_1_x86_64.whl (59.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

patiencediff-0.2.14-cp310-cp310-musllinux_1_1_aarch64.whl (59.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

patiencediff-0.2.14-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (55.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

patiencediff-0.2.14-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (54.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

patiencediff-0.2.14-cp310-cp310-macosx_11_0_arm64.whl (29.7 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

patiencediff-0.2.14-cp310-cp310-macosx_10_9_x86_64.whl (29.5 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

patiencediff-0.2.14-cp310-cp310-macosx_10_9_universal2.whl (38.3 kB view details)

Uploaded CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)

patiencediff-0.2.14-cp39-cp39-win_amd64.whl (32.8 kB view details)

Uploaded CPython 3.9 Windows x86-64

patiencediff-0.2.14-cp39-cp39-win32.whl (31.1 kB view details)

Uploaded CPython 3.9 Windows x86

patiencediff-0.2.14-cp39-cp39-musllinux_1_1_x86_64.whl (59.2 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

patiencediff-0.2.14-cp39-cp39-musllinux_1_1_aarch64.whl (59.6 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

patiencediff-0.2.14-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (55.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

patiencediff-0.2.14-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (54.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

patiencediff-0.2.14-cp39-cp39-macosx_11_0_arm64.whl (29.7 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

patiencediff-0.2.14-cp39-cp39-macosx_10_9_x86_64.whl (29.5 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

patiencediff-0.2.14-cp39-cp39-macosx_10_9_universal2.whl (38.3 kB view details)

Uploaded CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)

patiencediff-0.2.14-cp38-cp38-win_amd64.whl (32.8 kB view details)

Uploaded CPython 3.8 Windows x86-64

patiencediff-0.2.14-cp38-cp38-win32.whl (31.1 kB view details)

Uploaded CPython 3.8 Windows x86

patiencediff-0.2.14-cp38-cp38-musllinux_1_1_x86_64.whl (60.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

patiencediff-0.2.14-cp38-cp38-musllinux_1_1_aarch64.whl (60.5 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

patiencediff-0.2.14-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (56.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

patiencediff-0.2.14-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (55.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

patiencediff-0.2.14-cp38-cp38-macosx_11_0_arm64.whl (29.7 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

patiencediff-0.2.14-cp38-cp38-macosx_10_9_x86_64.whl (29.5 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

patiencediff-0.2.14-cp38-cp38-macosx_10_9_universal2.whl (38.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ universal2 (ARM64, x86-64)

patiencediff-0.2.14-cp37-cp37m-win_amd64.whl (32.8 kB view details)

Uploaded CPython 3.7m Windows x86-64

patiencediff-0.2.14-cp37-cp37m-win32.whl (31.0 kB view details)

Uploaded CPython 3.7m Windows x86

patiencediff-0.2.14-cp37-cp37m-musllinux_1_1_x86_64.whl (59.4 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

patiencediff-0.2.14-cp37-cp37m-musllinux_1_1_aarch64.whl (59.8 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

patiencediff-0.2.14-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (55.0 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

patiencediff-0.2.14-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (53.7 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

patiencediff-0.2.14-cp37-cp37m-macosx_10_9_x86_64.whl (29.4 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file patiencediff-0.2.14.tar.gz.

File metadata

  • Download URL: patiencediff-0.2.14.tar.gz
  • Upload date:
  • Size: 29.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for patiencediff-0.2.14.tar.gz
Algorithm Hash digest
SHA256 a604d5727f996f0fd9de4534b143d3e803ec4f1b18e40cd78e91ab48a289a95f
MD5 603b33e6689189aa91c6a4b7b6e1c41b
BLAKE2b-256 579f0973293d232696ae191cef7c4e8eb1ebbdb7728c48662ebf04c26fd576e4

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 153f15ec88e97afddfcc96f5960a0b38f89b4d9d9391f64c207abd7202a3361e
MD5 6bc359b8b644a82cc8f1e6851e4c6d7c
BLAKE2b-256 9b10dc30ab11dd39c1fb07b0a3b4abc63ce321aff31102ad974fb2d425a3f336

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3274928a3c9ad191fe8b8f148facc6a2d586450ca3d83316ee74fbb3b4c9297d
MD5 ee030c49beddaa2d071e216a272d7f85
BLAKE2b-256 0557f075e0727816dce7c5bdb2c2edc48a59553f11ada3c3d6dab4c556cccd2c

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8dc95b15e7ff249f4c5e6090e3d346f128c0caba73ffd3337963e9c44c96035a
MD5 b1bd503bb5383db2a5b002d3de7a6175
BLAKE2b-256 54d038bcf55f23f9cb179373039a0caad3d5fdd6e355d0259ce3660c9e2c6f6f

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-pp310-pypy310_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 947c9215197acb16098266a3bcf505cbb1d1055068a0faa16038dfd62829c6ca
MD5 625b8e05cc68c2f4db50aed8085499c8
BLAKE2b-256 2b8bfd258f4936e8a618053d95bb448dba5485e0323be5edcc94316f84245394

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 8880943cbe88127e3dc8d3e6732eb6d831d01502112d8e9cb7b31e319adbc67b
MD5 4866c99aa1f37169ade950fbcdebb7ef
BLAKE2b-256 2e85a924aa39e000e1d8bfc1550c2bf623fdc2cd13b2bfff1732e8943fdd5ec7

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5fe2dfe56a0a1a96f7f3a4cadbd6e01e5010a4c92351270acb34969a80e73178
MD5 3be17a2649597f3245cf3bbaf62e7a72
BLAKE2b-256 25d18bed4f321ca5e8cec343fa5d7e5f3347cbaae45324adb3c7b8ba69b67a5d

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9873b7ca7788d5b70b79629d0489f518b62d0e2c1c076756b6e892a71f88fd32
MD5 148a5b12ef81c94dba18f91dd63b5fe5
BLAKE2b-256 af2dc5b5aef329cc7fd42b28549dbe1b7ce67974e45a62b21a5e03a4cd1a20e7

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 555daf9e5f23cff4a2c16cf877cb1943f228bbc8fe32c8a9e1aed8a350640d3a
MD5 3679addc1aae380e4d3fefa6cf2ed902
BLAKE2b-256 b657ef7af4d3d0a0c53b69696d3a4d668a033a37f4f1a72547ea9381d3a77e32

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 6421618a2e09c26eec014c663ac855e8df7d0dfb4fbb95742d1cf1d437487a1a
MD5 70a8d4d11bd9d765c8a01835e9164801
BLAKE2b-256 d3f32831ba432759f6664066ac4c9ee80875328974864a2cf527f0f6626f6ca7

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ddc49ee30ab6f51ce8017d5a329a6f17eebfccc8fd8395b465d391fef5ecf3df
MD5 6f2fcf07c858814100f4bdee93e2cc22
BLAKE2b-256 e5c2b158cfff682d7f491bd610531e81df1352dd8d1d824462fd40b703fb7a86

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b38e5bd20a9421610d3e7654587b640845c52d49f193622d4d013324c4b47795
MD5 00ac111631495452055987505c396e5e
BLAKE2b-256 466a6ebb2c338e30e6132c0690a1bf7ae859610713e196eff58d7963d51df094

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 298f7d2c7b66c1cfecb6ed4afa9d7cb9b50ceb0fea7e0b14c75e2b283c07210d
MD5 efc19a162ef0a43b7efc318bf7d873d1
BLAKE2b-256 0c3b605f33fb4dce0fe3e6cd7367a3202329297b6c847b89ca527b0247a7163b

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 0aeae7d829a1976c322ff6a674c0b3148cfac0bdec2db02d1808e6cbf9d797c9
MD5 9ff0adaa155171a91e7123acf54938f7
BLAKE2b-256 8a4625eadff91f1f5f8536c1c8e901c5da6805d17a6c9a51da98b40814a4770e

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7e2fab475608c636009d6efc85445acbe3373e069e7290e405afcbe870a6ec02
MD5 f926e0019134d2183a70ae65c9c57053
BLAKE2b-256 e4cdddd3ce3c2a7c70c85ca86e25e139ae4d437aff60d6ed149a9dcb9f7a07ae

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eb83f26af95e529251d23b5d67d69d6ee32c53fde935c7f589b47af61c536017
MD5 3b4562a2984ac3364f4e000b9fe250d3
BLAKE2b-256 180d985a6e61c93d2ba5dd20270cba2bde7a567b8b33bff8704198b150abd2af

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d8f17794d4c4c23c41ad6616d27fa83c25aebb318efccf4036c2132a53a2c418
MD5 76b68cf37806dbe6cf890d62ad4e1757
BLAKE2b-256 2283f5690890e80a93611b1d0466df61d485aaf72ff604e198548b82cd6595a8

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3a2a7ba40df9215e45dc6b384d401080e03531c2be80dd812cd6554ebb8f4c62
MD5 cdcf757cc036883a6467a6213e59a668
BLAKE2b-256 25e8691cd9f5b94e95b1c662d6ac1e9094b7ca3db9a2d4a5f5fcfc90ffd7b4ad

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 a6649f13672b901f5b65ef04a1f9c4523c74bb0ae0cf8c1e46b01c26a65cb5bb
MD5 5fde19299566df58dc35250130181ec9
BLAKE2b-256 925ed7da27c8727b5e79c3920690be4c9644b7834a4470ee606a1a3d6994264f

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0f4985afa3f5317b2533ad07944d93a9cf15b485504a8e317c7ade9ca12366bd
MD5 bc7fa6a49d88a47eae1df5cdcfb3ca5f
BLAKE2b-256 1a3f68c809e1a516de4acfe3f58d5dfa5e4b5de6b2722d51dd0e1c625a3128c1

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 61d6a25a92f2c73c2c8c608044e95ad7e43563a7c0f44bfb30272bd8f41c2fbd
MD5 738075a2e133307ae8ff6c325d120869
BLAKE2b-256 a471cf2b060c0f8f96f7956932ad9dc4aad47969a104d7f2660ebde40fa94e97

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8a331b76c56e0157c1942727a86f230accbad8174c61412e3f74bc2be89f6062
MD5 e7b2f0741ffcfbbbec94598c7b572996
BLAKE2b-256 aca781c8a149f70ae0bb549f78ef68ff31759dcc003a878df9674ddbffa021f4

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a176ab9886880e3fcc85d18f7a5b0d224452ce8676ee0d4dc67eb28918de6b26
MD5 dff3e5aea30381c21aff6f7ba396d06f
BLAKE2b-256 857689c86284e716e19986d47db0230b8c163036cd44cee91b6d346888b3ba69

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e41793082e2bbd435e0592487520fdad1339dad3cecfa8069bdfa0a834654e1c
MD5 310d3b04a06ea617a6fd97d73f393281
BLAKE2b-256 0bb7381e6dc0740bf69c998555acff0dedede423e784f27a14f3fc8779e871bd

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8e199b55348129c99a3e3b4eb89ea1306d8e28925d7f4c03b935a352d4eced2d
MD5 ccea373165a48f16cd48bbbeb54f4731
BLAKE2b-256 232552e016f57f9b427c20e7dae673da309542af0a83616e165a1553e1ceb711

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a904da9c988aab740474ce095a434039e1f89bd4a56a66a509ba0df5120e1c58
MD5 936816c56d865b5696b9dc8651ee6e28
BLAKE2b-256 d8b7f02e21e6c69f5ecfdba2515f81ce4dc5047159838da069a1ead5e2a822dd

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 fefb2c8a7456193bdba5f9fb1cf72a92e5b341a18e330721984fc6ccf1e1bbcc
MD5 841225c79f45d827189053902e09a227
BLAKE2b-256 3c88f29d70a45f05c0b27c172bb755b6d4e930e40987c862a4acbcf8fc37ccd2

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 3ff9c021fdca6b3fce9cbaa5c14a4bde437b65d27a3bd4b518a953667d53ae58
MD5 e668affc8c0250d2599427c16f07dccc
BLAKE2b-256 4783b9a9140c1af6bc32549222d34ab30af769287bdd30d889ca2c4eb39599d1

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5fd214c394cb579e83dc80340b97ff2f6732eb27559f278454dd776bd6adab76
MD5 048f1634646daba6c6ec6ea233669c87
BLAKE2b-256 40b8eec7f332beacf7b18b1bfeb108dbe96b95eae988be519ce3124c4c13227a

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e75779e65e1f3618721fc2683d947fad775a62d1dc6da40d1991d4e0375a3745
MD5 75859b48057696edba0e1f1ad8509eba
BLAKE2b-256 61dd6558f42dd8841d47c167069ff8d0a33eb3dee97f82a9c4894ba5fba8fe84

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 081e63c12b03e8806c86f4a424ed4b90bbbdaf2426d941f3cb8691ebdeaf8b66
MD5 85f12838be305af5928791411ca9d68e
BLAKE2b-256 76dca5b88c7f80d7feab3c2cddc543752df44be37e96e4dcf1821953236062aa

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1ad576b15fa41e8b49fdcb9e8a284a2edf8262ba8d79c8f186a647e11fdd114c
MD5 c62c9a9d77ec2efba5f965fdaf37020d
BLAKE2b-256 fa6de6b5ff1dc106696fcd1b2e6380b4761492042218d313d3400218918c608f

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 170404919836c411eda76b838bea1caa440c9be77fadd0898bcf6be33316392c
MD5 d3808226b1879c00706361f44217e3fd
BLAKE2b-256 6aca2a0fef094fbca67689307b152649675378bb9ce15c4f7f9f5c421deadbd1

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5900b9f69fde75c5775e827a6f9e9ef098cb69ff05ee07f7dd3cb2a88fd3b7f2
MD5 f0b89d7d8c1ab8c3318da045bab7fe17
BLAKE2b-256 8f0ca3687167ece1c21521fffbea157a8b986d0e483e256b085f22c427df30c9

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e0f3b59678ac1d504579ee665273c3bfbc982b5d20b9ef5318b2c6643bbc4d68
MD5 362403be3cf339551d50cfbfa51c4d84
BLAKE2b-256 2bc0a8cf7be33058b8c8a1d2ce6b978b2b0566dc97bbf7d22c34488e0fa270f0

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f4f9f989b3476354a16fd00d74746398a30082c593d4cd4adcf00fd533bf58ff
MD5 8cd9bf0ab9a64353866c527852f20377
BLAKE2b-256 821981d36f6aa61be7bf459cf03783ca77d4b643eb84fa09638fd575dbcce033

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ad957990e5aefe02ab267945a10959e9744e29e3d442e5f2a6e375c791651f96
MD5 a7709d0219987cd1d45fb03ddc23686b
BLAKE2b-256 d42171b4ed93188688045c7c9401859b7d056834eb355604fabfc90c6159d3df

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 be08de3cd96a1ef5ac460a476e4f3102b0ce01aa118efd25a273f77232490bd8
MD5 2459b1c06b98f4d596211ff0ce3385bc
BLAKE2b-256 8f1082219ac01659d2025d3a7dcfd7e4722289267b5d7dcf703baa74c27aa68f

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e91d1a3d4bb1d2acb76cd9d538fb1f152157d71d35bfe5e3545d13a5be866aa3
MD5 d7bf5b1c0c694a322838cf10c1af3434
BLAKE2b-256 45d6852627b2c62815bc0247ccdd56b1bfb7b93298fb5aee1e53ea68d6204889

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c8c387b234498e1d1f57b94839fb74e359df8e67205ebfd2c1a04417f338e290
MD5 ab0363197afa860808d96a4b458aaaf4
BLAKE2b-256 bb33264b64ada572a8214d1f9c2cb28ef2894faf7dd2590446912d74cd6a7c13

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 28a1770bf9ab688a46afb635d18cf8be947ab9c4735d9e7e3bccca8b4935fa96
MD5 5ce39b51e7cd1a39eb6a0a54779603e5
BLAKE2b-256 3000c8f6cda6ff9ee8cc33563a2880f83c80bf03bb9b2a0fe59fc78c7508c239

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2acb25b2e8380eb71790fbdef2bceb3149ac86c05121bd116b8a64fe6fb7fcef
MD5 13dd073d4574cd33beb339338eeef379
BLAKE2b-256 bd25043abca31bf45b9ccb48cf23b978965e83b11a75accc2fb77b39dd9b7f50

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a81614f5500f555d6cb45f76aec9d897baf749e6fc4e7f88bbe68efadddaf26c
MD5 7c43e2752c7c39caa4af3aea75847e65
BLAKE2b-256 c70da4b90a2621ff6e45803cf1b63892aeadad87f4d02b1f5ddbe6d63e5232cd

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 8e7bea90cac13b136f964d77bc0adff5e7e5d8ad866f08d8405ab710327d0dc0
MD5 81c6656cfd578a8455da1959bfe8dbe0
BLAKE2b-256 77bfca5d4c8ef23d51450df06ad8100e0d2396c4bfb151a86ab40002d30e2f96

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9157209b4bff49be12876cd99486565abccbaf58c425346269dc929b0de0e223
MD5 2aa89d02f5cb46a4d7dc25424b399d57
BLAKE2b-256 8caf730e0800e052b55305a6fbdef7f33e43bd69166841976bbd2bee6e1adcdf

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp39-cp39-win32.whl.

File metadata

  • Download URL: patiencediff-0.2.14-cp39-cp39-win32.whl
  • Upload date:
  • Size: 31.1 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for patiencediff-0.2.14-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 a6fc5a3172b6ba625e99ae25f0da550e68e231f5276197ee888e84472f33034f
MD5 32035e3a1ba04f2927ccbdb8561e5c4b
BLAKE2b-256 68ee18a1df2244296616d6918e13ee925576edfeef093a8231d4b80c528fc498

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 439d4459b38e585c3ad640331072a8a58844288b080b8958313230350ce07591
MD5 389bec596dc264ed2159ee1b3e6bdd8c
BLAKE2b-256 b4fe877026b33a52197799dd6ce50de35b9a913b7ab53ec60c91f60d0686d1c3

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6f950c877b740183fc3e54847a4cbbf518e55de79d5dae6f06f8ce2a179dba06
MD5 b60bd9daf94bfbff9b613a3c7faed30a
BLAKE2b-256 e70425eb43cd3993bbda094a95e770407cef79d1b42514dd78276a6e6743fc83

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f800b6d5c60ee3278ea324560fe8f04694b5d7e4a86db53bd2a7355202242298
MD5 6c70972e7c8b0bb3e3041174d4bed144
BLAKE2b-256 faf2a4a9e3d75a71b219987b3a497d347a6ae0943633cc42f371516716fb6604

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d5c1710772aaa520088da3109322f17159c50ae029874427fa0215d90e971146
MD5 2ce7c6a59e160fa42842a41e5b718f55
BLAKE2b-256 abb696daac32667788685637da62fd0942f887554235e40cb475885fc5554116

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c8f2eba048600762d89ca46631f153c6db59a815a8f4f611d14c24db47bfa057
MD5 0ec5a0051885ef45ce06e220f4ab0aef
BLAKE2b-256 134a5a1033c181a455a6120c4100c1dedd8516e3b523429bc5f40c0c1e2659ef

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 24e279fae0fe1bc525a53d5a707538540c7d46efbb53f5686f7fd41ee3aa559e
MD5 005b74288b46c87ceaab80177b7a5206
BLAKE2b-256 087a587253c1ca2298737845995c926a05a6b8e37a512a4b3a7965fbd924e17c

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 cb8a865864d75566a7426ceb2d1cab86c256d1d97c669da0ac1d8701f41a3118
MD5 004a0d475df0c22fa450d831c9a98671
BLAKE2b-256 c21cd5f00e398f60fb009b3ed47df7b684b71fc4c8b51bc834d05ef02c7b9bd3

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8b5d205b7e3c0fd1900b474b76af5081822ff40247bee61dcc83fdb96ff9f361
MD5 c3db8171f12864577e91b484fc61545c
BLAKE2b-256 80a016c15fd11adbae0bacfc269750dc6c154fe6da790c37a66292c2f4a16331

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp38-cp38-win32.whl.

File metadata

  • Download URL: patiencediff-0.2.14-cp38-cp38-win32.whl
  • Upload date:
  • Size: 31.1 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for patiencediff-0.2.14-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 7e3a0156b8cb4c1ac2e3c4a1e2d2e6729977772ac1aeb7829ae9cb11d03eeb30
MD5 b3464ee8f7ec439b40d367a9b04f30fc
BLAKE2b-256 8d74fc9a2e43fe0c1ff89c233f4e06a232cb3cdb701c637d8e8313c1ead6bb8b

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f1d7298587aaac7b08ad85de552a731c550fd70315abc62d1fd15cd5f8f436ef
MD5 09159d05da9a3cdc50c37af48a5472d9
BLAKE2b-256 20c48583559a2aa7b9084fd1f03851723f4ce93bd05d6dd00b83203b717a9264

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3eaf0b09ac88683c986a9105703f0c56d0a23c803b6aa78df05f15ff3c59410c
MD5 a36e147fb54a069377ca817fece53795
BLAKE2b-256 c352a1a803985e4c2bb2fd3431b3b0efc08c6fb8a78894ffae66ce9e0962d89d

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d2fbbb04a113094b7634948786258544e6171ced0a4105159b883a373e0dc541
MD5 890b3856d197f793568611e2bbf57f56
BLAKE2b-256 a553f984c6ad26a6ee6fad10ed1862fbebfb3ba4824d0d3ec5e35351c6f06cc1

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cf1afea446ace7982ec400d521ab59eb614316722081a56bbd4fbb5510c00b25
MD5 dc7a1b1cafa64caa25d0ce8c4e3a0812
BLAKE2b-256 6ca39fc46c519191120c77f742d3bfc2d5162c4cf686c0da80a93dbd456ec0b1

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5af1bf88beb6f7f365b269cd7da7d23c14a799558b58a2ae22ead17883c85d20
MD5 1d81b99aceafafb5cb4ebac24da3f5c3
BLAKE2b-256 9b5a6d5d0526bbabec8dbcc647d7dbea03104e10e670140d819f6ed5ad41736e

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8ab5449b71b1383528a497691117f77ba491dd09a94de30c97d37158314d9645
MD5 7a9bfabf374dbb1146f19bcfa7954bb4
BLAKE2b-256 ba4b2c6eca657a359667e11f7a9a5b6c726c2f8dbd701058366d7a0d3dc1d8a2

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 9fdaa47ae1c27e3b12486739468929cd4ad858922b210f88a3720713d2ca8a31
MD5 4f6906079c526a6fc4b54eaab7710070
BLAKE2b-256 6517aa79a2b5909fd5061cf54d837ba05c7b83fd16978a1274f84e87ebef2f6c

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 fa4b227e51cb085efcc9475bd9b5174cff548e5e6895b5610ac6054b092ce515
MD5 9f5ca5fdf1e7faa4a36c085a42387392
BLAKE2b-256 37f3ac4f9f39eb474dddb7eaf811c769ef9e5f0e1172f5397b142c717836e203

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp37-cp37m-win32.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 0a3e424d30670b3fc3bffc8c5ac330b313ae59b721127f14871fb1cae7a43e04
MD5 5f71eb92cff1f9cca67ef7993dd996f0
BLAKE2b-256 c685e3cbe24fb528960b5e42fc2337524444ab092c02b81588abd7fddb0bde9b

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 eef0e7817fd2823e134726b594071ab646ccaea2e44583c39b72fa6ec7003c96
MD5 6401220d6fc35c2e16ac5b677ecceb73
BLAKE2b-256 2b0817a4f3c97411d7b16cb86f7f3ac4258c7edd53443d9f2834881f49500f21

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 9ef51a1094c4b357381b9a327f929b583e9961e706ce54bb88ccf63f622d3bfc
MD5 5e669ea91b73c7abb4645e832d3f5fa1
BLAKE2b-256 9cfe12a09c57c72efa312c8ea0729eeb116a4256ab243d636822a4939d0f773c

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6244b2bb7cba4b134bc51ded1c3d9eac51092a848001a35d69624e33d69de618
MD5 5f5fb3de8d5a9456646188107ed2cdbf
BLAKE2b-256 bea1231a5060848df9b4a41a4c95f693e950a2b1f17b0646d7c11e4cf6341d4a

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9be6de711283068b578aca940cfa31f21d0d46ed9db017fb67a13a8a1067b180
MD5 8b9dc41f375d11b2911f343d1aa0aa03
BLAKE2b-256 18b6643c446b33c7c2627fc6843efca7bb795bbf0121db8c5e38dca47bc193ca

See more details on using hashes here.

File details

Details for the file patiencediff-0.2.14-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for patiencediff-0.2.14-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 05da650c047bc60d6c040a3ca9f984375a8d3241d0d6f9981f9e668fc712e814
MD5 317a883a73bc440d13585b464923b038
BLAKE2b-256 878f321d715a2844b48641762f69440299de04a5adb948d6e867668c533a7f4a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page