An opinionated chunker for markdown formatted text
Project description
darn-it
(
darn - Welsh, 'därn', meaning 'piece' or more favourably, 'chunk')
Darn is a python tool for producing optimal 'chunks' from markdown-formatted string data. The tool makes use of a novel 'punishment' based approach to determining chunk boundaries, which in practice can be seen to be an improvement over traditional "semantic" chunking methods. To avoid adding unexpected behaviours (hidden text cleaning etc...), darn assumes ASCII compliance. pre-cleaning to remove non-ASCII compliant characters should be performed by users of the package ahead of time to avoid errors in processing.
for more on the method that underpins darn, see the accompanying blog post. for detailed examples, see the documentation.
Setup
To use darn, you must first install it, ideally into a python virtual environment:
pip install uv
uv venv --python 3.13
source .venv/bin/activate # or .venv\Scripts\activate on windows
uv pip install darn_it
from here, you can import it into your python session for use:
from darn_it import (
Chunker,
PyNodeType,
)
chunker = Chunker(
[
Rule(
on_punishment="const",
on_scale=10,
off_punishment="const",
off_scale=0,
nodetype=PyNodeType.Sentence
), # ... add custom rules here. if none are provided, darn will fall back on its curated list of defaults
]
)
with open("file.md", "r") as f:
text = f.read()
chunks = chunker.get_chunks(
text=text,
chunk_size=500,
# granularity="tokens", # either "tokens" or "characters"
# model="gpt-4o", # only consumed if `granularity` is set to `tokens`
# overlap=50, # respects `granularity` variable
# return_vectors=true, # turn on to include the full punishment vectors per rule in the output object
)
Rules can be applied to any structure from the mdast specification, along with the Sentence and Word.
A full list of currently supported punishment functions for rules is given below:
| punishment | meaning |
|---|---|
| const | a static punishment value |
| linear | a punishment value that increments by 1 per character, starting at the provided input |
| reverse_linear | a punishment that decrements by 1 per character, starting at the provided input and stopping at 0 |
| triangular | a punishment which peaks at the provided value in the middle of the structure, starting and ending at 0 |
| inverse_triangular | a punishment which peaks at the start and end of the structure at the provided value, and hits 0 in the middle |
When settling on rules, you may find the punishments and punishment_breakdown attributes of the output object from get_chunks() to be of use. To access them, turn the return_vectors argument to True. The punishment_breakdown shows the punishments attributable to each rule in order whilst the punishments attribute gives the summed punishment across all rules. these are really intended for analytical use, not to be left on in production.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file darn_it-1.3.1.tar.gz.
File metadata
- Download URL: darn_it-1.3.1.tar.gz
- Upload date:
- Size: 94.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50764a198cab864dcd3cb97da1e711af39b6cf504a2a5ac55a177b08796f59cf
|
|
| MD5 |
853592fc1b5851478fe4433c788a846d
|
|
| BLAKE2b-256 |
f6d120895e7719a360af7a8b557c295668817f84788b7a459a60fdbe15230b88
|
File details
Details for the file darn_it-1.3.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: darn_it-1.3.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 5.0 MB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e68582cf8db3dbadd10ebcc05e5d24806728f275bd14c95934c5fc4e870460d7
|
|
| MD5 |
0a3cb9f180e5495202e100c8274952b5
|
|
| BLAKE2b-256 |
54631c06cad4e558f4d990e49727f76729547291e8cf46edd5f29ca3760d4bcf
|
File details
Details for the file darn_it-1.3.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl.
File metadata
- Download URL: darn_it-1.3.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 5.0 MB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
24e467e54b5cf1a2c1a2781f2aae087931ab74f788730d728e11ad2162f86fed
|
|
| MD5 |
20c178b8f8b52c7e07c5655c77b44473
|
|
| BLAKE2b-256 |
8b3c1dd3fa27f2a100a9128ce334efc055de59a726266756e6f4ef30e5a96d57
|
File details
Details for the file darn_it-1.3.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: darn_it-1.3.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 5.0 MB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51b899cee9ab469d6b3bb86a1969f240b3ad9d082cd3c64458f9f3d6c74fd022
|
|
| MD5 |
4a3cd142d531e3fa56089bfb7553748a
|
|
| BLAKE2b-256 |
9edef02f7763fb519bc3f97e74b3e3701c89ad5c369cceae1cfe004796f48a61
|
File details
Details for the file darn_it-1.3.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: darn_it-1.3.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 4.9 MB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eab876dcc7b8b93dc95bf833a84ffff0e87f1b7102bc77efd3cca6713fac2c11
|
|
| MD5 |
9429f68b60c34107831656bb8c81bc54
|
|
| BLAKE2b-256 |
d7eecdcc87efb95489bba6b42de2994e7cb1413bbca47f4beaa6e868746f83a6
|
File details
Details for the file darn_it-1.3.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: darn_it-1.3.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 4.7 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3d5193a4b52caa23f3f4039e264800bd079790a1170b57ecdfc665574df7845
|
|
| MD5 |
cd8f5633c12be9f64087f97f087eeebd
|
|
| BLAKE2b-256 |
b87aacbd76ce8d69a4b3c4821218a287c124523a7087e9b8fd058e6a4cb470d0
|
File details
Details for the file darn_it-1.3.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: darn_it-1.3.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 4.8 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
269430659e8fe5781dd5276153f82cebaee16dcb85441eed5b484c04731b11e0
|
|
| MD5 |
9db25c8b3d80ca0fe46d7871b71d12fb
|
|
| BLAKE2b-256 |
0dfe8f64e9b6d3602e6d654d3718a061ec605914e752d9ba0c6b7d21198b0f12
|
File details
Details for the file darn_it-1.3.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: darn_it-1.3.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 5.0 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf3abb3478b2edf11ce6d03548ff522fd8974ebb0df8b790a5ba496222a27d40
|
|
| MD5 |
ef5eb24537b254b69d44c9686ec0927b
|
|
| BLAKE2b-256 |
4c3e5d2823b3e0e9d2af545185d37f9c9c20be9b0a3170b34b8037f508a7a214
|
File details
Details for the file darn_it-1.3.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: darn_it-1.3.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 4.7 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a3deb6086818247bbb56fd678a8acf55baaf5feb1f2cd923ce57b1b8531d951
|
|
| MD5 |
0f8f00b1a015f6804629cce4515f1cb8
|
|
| BLAKE2b-256 |
22ffbb891b9bf32679baa35a4c2eb6479066fd28183120e01ad897a816dd8033
|
File details
Details for the file darn_it-1.3.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: darn_it-1.3.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 4.8 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d88c6b9e01e0e479a47e2ecfa58b77411310518b480d2d62968591d74f35063c
|
|
| MD5 |
7a301e713ae686b658fb77d242a103c1
|
|
| BLAKE2b-256 |
ebea29707f29927d05dcdae4e29bb98b83b63602d7379148350308208822497a
|
File details
Details for the file darn_it-1.3.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: darn_it-1.3.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 4.8 MB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
175763916fe2702a7e4de0215cf8619c5a71c5748c8ad737fa86b40cde67d78b
|
|
| MD5 |
f8208e13484435960b70ea8590923a67
|
|
| BLAKE2b-256 |
2c744d8ae1ae6e3c152908334a5e42fbb14c075410b75065ebc74e29f2507064
|
File details
Details for the file darn_it-1.3.1-cp314-cp314t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: darn_it-1.3.1-cp314-cp314t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 5.0 MB
- Tags: CPython 3.14t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd3fbf45846ffaa2b3a02b015d0a02025437090bea2af0cdc5a19b6d240a1853
|
|
| MD5 |
0f9723f63eaa244bfaa39dd0ae60bb88
|
|
| BLAKE2b-256 |
289cc1c8b3872869bfb639969411ec256e29e664a75ca5bff2f8f25bbf46e8b5
|
File details
Details for the file darn_it-1.3.1-cp314-cp314t-musllinux_1_2_i686.whl.
File metadata
- Download URL: darn_it-1.3.1-cp314-cp314t-musllinux_1_2_i686.whl
- Upload date:
- Size: 5.0 MB
- Tags: CPython 3.14t, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
600c32a398450c04ec945e1eef594204245cebcaae224aeef1ddb2be5aa7405f
|
|
| MD5 |
f28b7efc102d1a0e28b04eb8d08008cc
|
|
| BLAKE2b-256 |
5bfbda23fc62207d06fb7876aed2b5a2ee0690a69372756413ff57538c4044b7
|
File details
Details for the file darn_it-1.3.1-cp314-cp314t-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: darn_it-1.3.1-cp314-cp314t-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 5.0 MB
- Tags: CPython 3.14t, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad60e856de4a3be2b66dae8de4163fb0f85ed2e992b57ebf1982b953ec60037c
|
|
| MD5 |
14c30c5989f69763de4ca89ca2dcc59d
|
|
| BLAKE2b-256 |
43e678302e10f6a08f3bb6877bbbe82f9cb984cf86bc3f7e33ae4eb8c8ea9ec0
|
File details
Details for the file darn_it-1.3.1-cp314-cp314t-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: darn_it-1.3.1-cp314-cp314t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 4.9 MB
- Tags: CPython 3.14t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3644057c38ce186611ce547478a9cb578cc1ed7f92ad5114c2ec2ce784e0fa59
|
|
| MD5 |
6fbc42a4ab7da70e77d30a995605e694
|
|
| BLAKE2b-256 |
ae269d2a48f0453a4cf90df036a7cf43241d777ecdc1eba61d99829f7424ab7f
|
File details
Details for the file darn_it-1.3.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: darn_it-1.3.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 4.8 MB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
355e3e02acaeae1b25fcb8080867f33253d46c34f09a4dd544e3c4068038c2e8
|
|
| MD5 |
4eeadf7d2aacf3794eed25dea5fcd817
|
|
| BLAKE2b-256 |
a1eda7642f8e03fd89d3cfef53c0dfc6bf7700ad1b1ea2cb136a6da820a42086
|
File details
Details for the file darn_it-1.3.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: darn_it-1.3.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 5.0 MB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09877fc969ef7e2ecee6bd0f2f398d5dc3a1dbbaa62107de6fa8ad144a6c8a1e
|
|
| MD5 |
b4fbf4965f8f08db2d5a0520611e8278
|
|
| BLAKE2b-256 |
bdc1e4720ba3e411bba4b3cd1768d2c45d1cc2e5535ac3ba892b8943a339959e
|
File details
Details for the file darn_it-1.3.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: darn_it-1.3.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 4.7 MB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0959470b9e353e69e7e4d484a63055ff008b605baa9b50e255edd26722659e73
|
|
| MD5 |
f66fdb4c87ec9cf2b363716c5b32443a
|
|
| BLAKE2b-256 |
fe557e24aa70bc04fdc1dd732c682cab3fa3ad611c0c9b559df6bae68991552b
|
File details
Details for the file darn_it-1.3.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: darn_it-1.3.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 4.8 MB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f428f5b5a6e9c3a2299443c4efdd53ea8c48d1db6ae3e67b2abb67833f22fe0
|
|
| MD5 |
7164c0a2c83bab88da07eea2b73cfe29
|
|
| BLAKE2b-256 |
3e7f9eef1c0258213b6d41672495797a2031d24b878e0bfcf1f0bca5739283b8
|
File details
Details for the file darn_it-1.3.1-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: darn_it-1.3.1-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 4.4 MB
- Tags: CPython 3.14, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a06207487fc1675cc74f8dd1795431cca7002d621e402a8c166993bf4516447
|
|
| MD5 |
c8d856c7778ac5ec0f51918549db79f4
|
|
| BLAKE2b-256 |
4370b0803212dd278131aa4858844984df58934c9ff3debeaf9b5ee8f29869a2
|
File details
Details for the file darn_it-1.3.1-cp314-cp314-win32.whl.
File metadata
- Download URL: darn_it-1.3.1-cp314-cp314-win32.whl
- Upload date:
- Size: 4.3 MB
- Tags: CPython 3.14, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
158678140fd024d1ad9170ccff577717bfad18578209998b569c9a1da2045ce4
|
|
| MD5 |
7b028063c5a9564218afd2ba00b14891
|
|
| BLAKE2b-256 |
f8a008bcc57b57417505da13076ba4bc0298bdbd0029f99c5aaa1af7f4191aa4
|
File details
Details for the file darn_it-1.3.1-cp314-cp314-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: darn_it-1.3.1-cp314-cp314-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 5.0 MB
- Tags: CPython 3.14, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b6232f8187ef47dbcf7acc62b0f6790857637f867269822c1b977a962ed1cfe
|
|
| MD5 |
f51b8a21aa64c86ac4f2e1baabe269e7
|
|
| BLAKE2b-256 |
d974a05daba5c926359882209f0062063403338966445b40456beae5e3aa2742
|
File details
Details for the file darn_it-1.3.1-cp314-cp314-musllinux_1_2_i686.whl.
File metadata
- Download URL: darn_it-1.3.1-cp314-cp314-musllinux_1_2_i686.whl
- Upload date:
- Size: 5.0 MB
- Tags: CPython 3.14, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
756e212f5b3fa5e8591943e5b1840b036691a427969db714c01b7edef2a76327
|
|
| MD5 |
a408196e750419632a90ca06f2c89980
|
|
| BLAKE2b-256 |
eb94a59092dfca907e1b279691287da7a3f1b336539a6036862b89171ba83ab8
|
File details
Details for the file darn_it-1.3.1-cp314-cp314-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: darn_it-1.3.1-cp314-cp314-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 5.0 MB
- Tags: CPython 3.14, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f2b9a1e802eebfaf19f89a0f997c5d24825efc9d249ceb5ede5bcba7544dd8c
|
|
| MD5 |
2ac2934aa07c287860dd054b58b2e356
|
|
| BLAKE2b-256 |
2f635e656c133b52dda17f6544af829ea4c35b9f464892e859efac38f6892979
|
File details
Details for the file darn_it-1.3.1-cp314-cp314-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: darn_it-1.3.1-cp314-cp314-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 4.9 MB
- Tags: CPython 3.14, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e06a2d9a9ad4bea178d1971257a0f500f4709aae318b70a386d3163372bf5c3
|
|
| MD5 |
9655800f34c58e4ad2c0587117bd6424
|
|
| BLAKE2b-256 |
91cc7ca736cc9f2b2deacc872cd33fba175399290f5c8eaa0891dd8d8ae70d7b
|
File details
Details for the file darn_it-1.3.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: darn_it-1.3.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 4.7 MB
- Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d91be43fa3c3b716dd5c3a4276d429d393ce6cf1424bc0ae545c87a98ca1fe1
|
|
| MD5 |
d1542d714e71b0744fbab7253aa3a0fa
|
|
| BLAKE2b-256 |
0a71dffcbec90fc9c2070228233dbf8111f3e43ec400bc673ddbb6578ba37381
|
File details
Details for the file darn_it-1.3.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: darn_it-1.3.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 4.8 MB
- Tags: CPython 3.14, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dab9ab37c883497b378547b53cdaaef23270e34c1abbcf988f3992d7b2ee9015
|
|
| MD5 |
303203568c405d69e4222ba2a283fd16
|
|
| BLAKE2b-256 |
92da4ef344856ce4b6b8f0b13959988e10d7eb1857cb2314cf63b40e79830548
|
File details
Details for the file darn_it-1.3.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: darn_it-1.3.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 5.0 MB
- Tags: CPython 3.14, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac5ca80228cd0e9ba482f563cd756c1b337f9e3b7e6eeaee58e5ca72e7e107d5
|
|
| MD5 |
a4e1ef5d08d933daacb9c14c1a85aede
|
|
| BLAKE2b-256 |
63b2d458f576aa5bd975dc1f4ea907a36c292fc05739dbe1475e36036efe6587
|
File details
Details for the file darn_it-1.3.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: darn_it-1.3.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 4.7 MB
- Tags: CPython 3.14, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f1b7f0bb7fa599664e22bf8e68396c2cf75346f6489dee74edcff32312ab7e1
|
|
| MD5 |
63aecc55c6e8804db07c4ac08552ece4
|
|
| BLAKE2b-256 |
84bc3a48106f1a0ef8928df4f9734269416ffb30b51b134fbd57cbbb2c3be98d
|
File details
Details for the file darn_it-1.3.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: darn_it-1.3.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 4.8 MB
- Tags: CPython 3.14, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51fc74b9c38349fbcf5bc0ea332a88d4c9a7007754c9ab1f0d5afc31b642bfca
|
|
| MD5 |
d7dcce1734e9b29c5c036673920c26f4
|
|
| BLAKE2b-256 |
39654064b5d18344d8dd3596ad233792865261b33f3b628889f72deb1428e0c5
|
File details
Details for the file darn_it-1.3.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: darn_it-1.3.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 4.8 MB
- Tags: CPython 3.14, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
adabe76d0390e906118571bd3207ef51d07a7907ec2fd80a2e45247bcefdbed3
|
|
| MD5 |
13188211efea8fe9fa24b02314c5c92a
|
|
| BLAKE2b-256 |
36c58ad1a2f37ab830d38c073c85a4b23433520b893c3c79d1294599875bb37c
|
File details
Details for the file darn_it-1.3.1-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: darn_it-1.3.1-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 4.6 MB
- Tags: CPython 3.14, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96dcef1ea9d25e833b3a1c593bdd706a58124681f4f1eb680eef1544220667a2
|
|
| MD5 |
ac1df654bba912bfc21d3dab1c8b4d0c
|
|
| BLAKE2b-256 |
34abb114607a6fcbc00671a70e94d8965494adbf6f1ac61ac693e670ed67d5d8
|
File details
Details for the file darn_it-1.3.1-cp313-cp313t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: darn_it-1.3.1-cp313-cp313t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 5.0 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0118c08a5c35520a7aff6c7ac6a2948f629ed9930aea756900aa33254660d0bd
|
|
| MD5 |
104c6d680d17d2209446591884231226
|
|
| BLAKE2b-256 |
179f3600cbf423c4c1908bdb0ff21ed0bbc9c369726199c1258a97d151149a89
|
File details
Details for the file darn_it-1.3.1-cp313-cp313t-musllinux_1_2_i686.whl.
File metadata
- Download URL: darn_it-1.3.1-cp313-cp313t-musllinux_1_2_i686.whl
- Upload date:
- Size: 5.0 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72b845218f2fee7aea720984f37b9b296de78eee326ec55793ba5ac9146c7746
|
|
| MD5 |
f041c1c62670dde07f482fc03adf3fb7
|
|
| BLAKE2b-256 |
6581b805538a07611ead2acf355b35ad5418a784216dcd836fb983ae0c3cb03b
|
File details
Details for the file darn_it-1.3.1-cp313-cp313t-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: darn_it-1.3.1-cp313-cp313t-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 5.0 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29fa55760cec246b4544065a4f734ef984fe004417a5f84738c356322f5b7346
|
|
| MD5 |
414fde9e646da0c5c425afa4b5f3a9ae
|
|
| BLAKE2b-256 |
37e9854ee79d8eabc8aa6c0505e67f47fcaba615406a6dfd90a5490e2f0047dc
|
File details
Details for the file darn_it-1.3.1-cp313-cp313t-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: darn_it-1.3.1-cp313-cp313t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 4.9 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
319f42dae78262ff4071a0dd73b4077a6a6c8ab908d582136d240c7df8f53ad8
|
|
| MD5 |
05f92b010b58034f1ca66a6680426783
|
|
| BLAKE2b-256 |
041a9e6e42b7750c6b1bd5be81fbc2e4bb51deb3ba6f872f3ab2ef8b1431916d
|
File details
Details for the file darn_it-1.3.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: darn_it-1.3.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 4.8 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f85682a567cbc0c8ce6c0214302f379651b2aa8db3cc38854334c44e8c38353e
|
|
| MD5 |
000674b32ea262d66493cc8590c22dec
|
|
| BLAKE2b-256 |
cf8f15c34f321d9973e6002e2822162d7d17099e8e7455c2e5fea7de6eb49662
|
File details
Details for the file darn_it-1.3.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: darn_it-1.3.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 5.0 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
669371c827b13b584541a4976455b3324c523edcbff778f3b1e2a81b1e046e7b
|
|
| MD5 |
b10c07acdbfc19b37aa3f57d98d8980d
|
|
| BLAKE2b-256 |
d524d70929749692b0154078e4c9e13da60db4fcb48f648aeb47d777d519f809
|
File details
Details for the file darn_it-1.3.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: darn_it-1.3.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 4.7 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68135c87fc3e14be79bbe28a4f9daeb7175af02baf66c275a65cdf12e23b7523
|
|
| MD5 |
58c00d4fa0b209d64a9d8de59d74b885
|
|
| BLAKE2b-256 |
43700e707bc5e4c4cf672459a0397ca42bf81b61573e50a4151048a0c1a2d1c6
|
File details
Details for the file darn_it-1.3.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: darn_it-1.3.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 4.8 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92940f9f5833cb5607359fb2c40b47a992ccffb77c28c614255635ba9f4fc77f
|
|
| MD5 |
c8bf10e46207c97fd2a6c5b12198f7f7
|
|
| BLAKE2b-256 |
e23590868c25bfafec98a48c85359289192380f14fca7e625b38f6930a5daa38
|
File details
Details for the file darn_it-1.3.1-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: darn_it-1.3.1-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 4.4 MB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64829209fe68dee1b6e07d91e2d683a514fc4228fd5683edd7cc31f9e63dc812
|
|
| MD5 |
a21401f8b5a9914739caf7eb25574b35
|
|
| BLAKE2b-256 |
0474802fd41f4ab62cdfb6cf3f7a1abc07a0fff0ef6b0a1fe78925e02f93160c
|
File details
Details for the file darn_it-1.3.1-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: darn_it-1.3.1-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 5.0 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc116bf6f00138123fbc622d2283fb9e52b57e4167efac0dc243e76699c7d93d
|
|
| MD5 |
567af28385c25ed5d2a9633f23c1ceb1
|
|
| BLAKE2b-256 |
03df6ce640e6f263ec60138b4b29d44cf90d2bc349925d6a573f0828151010d9
|
File details
Details for the file darn_it-1.3.1-cp313-cp313-musllinux_1_2_i686.whl.
File metadata
- Download URL: darn_it-1.3.1-cp313-cp313-musllinux_1_2_i686.whl
- Upload date:
- Size: 5.0 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6378016cc26d0377e0b60912f4f6f3a84e72c8e2cd1e3761170a5ffcac2e989
|
|
| MD5 |
a537c82f65707c59a0aac4c7f5e2912b
|
|
| BLAKE2b-256 |
2d0e50d0b3487cc7f98759ebd82a74e383215729477da103f49aea86c8bd16ca
|
File details
Details for the file darn_it-1.3.1-cp313-cp313-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: darn_it-1.3.1-cp313-cp313-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 5.0 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0442d51aaa966aad7fb7a09a302460dbfe2a61dbd15b10ab8fb96abe6177842
|
|
| MD5 |
4814d727b37e8ac514c9bf55316e5486
|
|
| BLAKE2b-256 |
7290ba28e9f7db0bfabe68c4374028c14049a7a13f90e719af139add449a0d21
|
File details
Details for the file darn_it-1.3.1-cp313-cp313-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: darn_it-1.3.1-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 4.9 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af1bc1a143fabb5fb2690542f225e5a960bae881ea995e060697518c8f762f52
|
|
| MD5 |
aecb8d2fc4bb114a2f0ad093370fb8f5
|
|
| BLAKE2b-256 |
b001a104a829059614c4a98cc124d28b1eef815f976a7a2a978a72b6d0c534ab
|
File details
Details for the file darn_it-1.3.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: darn_it-1.3.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 4.7 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a32ec21ed16a17ef0a99091d67e0e9c2967c5d276eeee70b5fcfdc9fef8d1d83
|
|
| MD5 |
c531ccecf93a22c069091cb693e893ca
|
|
| BLAKE2b-256 |
03b75f70259acdf869e09b7b8e758e7c6681584de87369a2ca9ac7ed1a4199d3
|
File details
Details for the file darn_it-1.3.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: darn_it-1.3.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 4.8 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc3d2da91c3efd444e16d00ea828bac2e6ed9e4b318295e3b9feff520aadee23
|
|
| MD5 |
21823924511b9ef26c3160b215bb2f49
|
|
| BLAKE2b-256 |
badcefdd07661df00a0c8c726ca3ff8d4ecf31b6b2630dc8693042e777b463b1
|
File details
Details for the file darn_it-1.3.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: darn_it-1.3.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 5.0 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae8037b97afa345a5da79e18dc3a721fb81c1aff435da06d55cf2e25210813ac
|
|
| MD5 |
1f636d70e6edc668d915956c07a481b1
|
|
| BLAKE2b-256 |
cc7d8cddfb3e75d6bbaf1dda262a7e7d978b2e35127a79574b3863d4f70f0527
|
File details
Details for the file darn_it-1.3.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: darn_it-1.3.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 4.7 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9879fa3b5f61fd4ad755cb0d393c30b7a2d06d83ee36db1b7f02fdd4bbb3424
|
|
| MD5 |
871b20026d1a06cf715c4d66b1adf0d0
|
|
| BLAKE2b-256 |
f46d3455abd8fe29476de0c2243a0af9ebbe44a09a38254b39ce4694c1c95400
|
File details
Details for the file darn_it-1.3.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: darn_it-1.3.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 4.8 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d906b4134d11f358e4eae1b948f37c232e41fc9fbaf5c64f9fe18d8810392d8
|
|
| MD5 |
0df17337e1953053d93507347db8040c
|
|
| BLAKE2b-256 |
c5225a2be3763d8630651d6ab6a456f98d3ab30a644c471b687a347d8029125c
|
File details
Details for the file darn_it-1.3.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: darn_it-1.3.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 4.8 MB
- Tags: CPython 3.13, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f12860e13b05c9d2d00813af95c19dbd719200b3a94a07b4c37b959b4785167
|
|
| MD5 |
b546d6d330ebfa1382ceadfd7bb4ef60
|
|
| BLAKE2b-256 |
97cf485d08b1ae3f6212dec4f9c4685439f46edf45b8651d5e9c9c4e51f338db
|
File details
Details for the file darn_it-1.3.1-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: darn_it-1.3.1-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 4.6 MB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc53710e3b90fcc286db901110690abdcb60367e15f8ec9516fd463000e42798
|
|
| MD5 |
54df281b4902f9df888c47f60487da7f
|
|
| BLAKE2b-256 |
532fe15e0bab2fd15d01cf3b99d6149e70a21057dd001b0fe29eeb6aed665eec
|
File details
Details for the file darn_it-1.3.1-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: darn_it-1.3.1-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 4.4 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28eb12d58d79d5c7c58960277315cf5cd7ecae579088daaa993d1ab573064930
|
|
| MD5 |
380b09bc47d6077bb519c06fa49f2908
|
|
| BLAKE2b-256 |
4f39e1bdb6143ff3c892a453c88e5d06a746217813c409ecb75883c1c6d58963
|
File details
Details for the file darn_it-1.3.1-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: darn_it-1.3.1-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 5.0 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ca38be71181ed23f832c2036ee149a284449368ab71eacefe98894c3ae0a41d
|
|
| MD5 |
567e3e938ad3a4ca38d0e57fa60b5510
|
|
| BLAKE2b-256 |
64f46ef53db6892f5adc679ed57afabb10828fa5c86841c94502647ce03e3857
|
File details
Details for the file darn_it-1.3.1-cp312-cp312-musllinux_1_2_i686.whl.
File metadata
- Download URL: darn_it-1.3.1-cp312-cp312-musllinux_1_2_i686.whl
- Upload date:
- Size: 5.0 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d29190a8303c3b96932ac656fddceb1fe7efde0be0fd02ce772cd35c451ccd73
|
|
| MD5 |
8b5a3a8c2580f12405fe387109f13ce4
|
|
| BLAKE2b-256 |
a9cd1d1a0b10c8e3a7fe4d98310731af9243c308d820176d7c005931a19c6711
|
File details
Details for the file darn_it-1.3.1-cp312-cp312-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: darn_it-1.3.1-cp312-cp312-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 5.0 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
10904b2c2ea99fda712eba3b008cd0f8bdcb016fa29a756faa6513d7390237ef
|
|
| MD5 |
4f8ceabe9d4ad63c3739ecbc27cda833
|
|
| BLAKE2b-256 |
b161507094aec9d25b9afbc16971e8e64c6038780205536fe36ff0d1bea05a8d
|
File details
Details for the file darn_it-1.3.1-cp312-cp312-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: darn_it-1.3.1-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 4.9 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6bf685bf73264904de5736f51eae575be9e5fcc199eae55c09b9b2453c39f89
|
|
| MD5 |
1fcedb17e02683701df4e9830bb777ff
|
|
| BLAKE2b-256 |
34cf68179f6bf5034dc710a292725dd59e3751c1738378a5c3a896fd6965bb76
|
File details
Details for the file darn_it-1.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: darn_it-1.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 4.7 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f31e4ad5e08c011443afccd721a1c0bc37d9189d043cca8cde8216e77b9800ef
|
|
| MD5 |
8b2d91d79f4aee4d61c65a509d7954f8
|
|
| BLAKE2b-256 |
533a3e2fcdbdb788619dec7f6c52745fc9250a6afbf7a5e20a16029fe0cabe80
|
File details
Details for the file darn_it-1.3.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: darn_it-1.3.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 4.8 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f9a7314847f105b2a9de2afe4e88d21356b99cfe52c49e4fcd250b3de9450c8
|
|
| MD5 |
ff5734705731a75278edee2c9da4cc7a
|
|
| BLAKE2b-256 |
357204a5fd51e7d750e1e2b23e49a5e8dce03510570c2147d4bfd35ee7c25643
|
File details
Details for the file darn_it-1.3.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: darn_it-1.3.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 5.0 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b10e82ffe2cad330d3e13c6324a760d5cc3e14dc4916dec1798701bf0b6a5da1
|
|
| MD5 |
8bdde4a8cf8dccace1e9a9b859a1c352
|
|
| BLAKE2b-256 |
a0aed41531ce809650d31d8c4398e03de388225919dfd244800f9c416850c1e4
|
File details
Details for the file darn_it-1.3.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: darn_it-1.3.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 4.7 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a16abf0e335ed8d52d8904d0db2d65051fe4ae14a9b0dd7cc611251ec57ab07
|
|
| MD5 |
f9063ff4be1e29d3826b5a9b258efee1
|
|
| BLAKE2b-256 |
89fb8dbb09dfebc752110d75f393864d55ac5d78e25e4f1689007cc922117f87
|
File details
Details for the file darn_it-1.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: darn_it-1.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 4.8 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dfb2d0d99e2f331eb07e4b78afccb97f3a4a7008ce4aa5bf3e97813ad1aff4b7
|
|
| MD5 |
4cbd95e24d4092fa780f332c9547d916
|
|
| BLAKE2b-256 |
aff505dc3e96597a66393238e958286423bfe18f88747a3def7817ca60756c2a
|
File details
Details for the file darn_it-1.3.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: darn_it-1.3.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 4.8 MB
- Tags: CPython 3.12, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a172c0a1e43e97bae0c1930b1114be4ce8efbea624ad0b2850817b40d8de3976
|
|
| MD5 |
e087da8b0952148019a664bd709087c3
|
|
| BLAKE2b-256 |
2795f2907d8672d6ffbed969b1fec121a6fd852df1575da821d4e339d811566e
|
File details
Details for the file darn_it-1.3.1-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: darn_it-1.3.1-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 4.6 MB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
507f03e86e6388b1768c616ec605be17a29930178ee782024fc2fd99fc08715c
|
|
| MD5 |
b29e800c8b8557970c0878fd92c635b7
|
|
| BLAKE2b-256 |
402a25579d888b61fdbbc56bc30a549517be8c8aae12211f61d9a1cce822b07c
|
File details
Details for the file darn_it-1.3.1-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: darn_it-1.3.1-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 4.4 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c4298103448fe46b8fd701eb9fd413c0b7abde6ae931e8db09afcadd3425167
|
|
| MD5 |
610228fb556077606e530874503e90cb
|
|
| BLAKE2b-256 |
729942f20cce6c143345854d069f01190183d802fda44dbf3430590f26783799
|
File details
Details for the file darn_it-1.3.1-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: darn_it-1.3.1-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 5.0 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21ae40d20b56a2da5c29d7a4486891da4060e8528765b577910cacf302cc8173
|
|
| MD5 |
0d4c69d6e166ea4374fd8e3992eb369d
|
|
| BLAKE2b-256 |
ba200953fa5423dded9d88664137ffd7b9e3679ddfdc6593dd986c904273262c
|
File details
Details for the file darn_it-1.3.1-cp311-cp311-musllinux_1_2_i686.whl.
File metadata
- Download URL: darn_it-1.3.1-cp311-cp311-musllinux_1_2_i686.whl
- Upload date:
- Size: 5.0 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
672dc97d1859a6c35b36d9a477b72f76aa9ee2d2f56a82fe2fdaf8dc742d12df
|
|
| MD5 |
99aade42885d78bfe2fcd34d1f9c7857
|
|
| BLAKE2b-256 |
cab8bb924191a2dc3c37695b91694c352e18ae2c1dd922d408caf1cf36d59a85
|
File details
Details for the file darn_it-1.3.1-cp311-cp311-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: darn_it-1.3.1-cp311-cp311-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 5.0 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1320b8897b346bdf2f9c66a1168cc57842756210f2c6d984abbd6a6ef2d0166
|
|
| MD5 |
4c536b6611e6c77446b311251cb876bb
|
|
| BLAKE2b-256 |
93be8ffaf11223925554aa1eeed4e683735c77de8c36ce50c5500693d303f832
|
File details
Details for the file darn_it-1.3.1-cp311-cp311-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: darn_it-1.3.1-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 4.9 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6442d99254ae84e0f6f801abaa8ea997fa9a859212e6652d4df77e968ad11655
|
|
| MD5 |
02d732bff3c7d7a4dc3795e0afe4e460
|
|
| BLAKE2b-256 |
8ec0ecb3effb71df5e2de67e11f4f11fa5ebf482a16de2924ab58682184213ad
|
File details
Details for the file darn_it-1.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: darn_it-1.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 4.7 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0470995ab198bd6c7c125a5012db20b49db265e661d3575722f9c8a8e0d90397
|
|
| MD5 |
c63cd4e915b6c4bff6c29eae137877b9
|
|
| BLAKE2b-256 |
c9cb56e6b2da81bc4a6fc770e165c91bdec72cf3b52b8fea3b6cdfbed73d5427
|
File details
Details for the file darn_it-1.3.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: darn_it-1.3.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 4.8 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fed2b8d99264d5d9dd6700c4dcb0018503712b123b01d2af13c64b813f085f17
|
|
| MD5 |
2cdd842727b80d96aa70fd68837e037b
|
|
| BLAKE2b-256 |
0c4755eda946e165a30710698b12ffb695a277ed7d7539971ddf8630099f4d6e
|
File details
Details for the file darn_it-1.3.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: darn_it-1.3.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 5.0 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b6e5452c3418ea7f2af21eacca6e281a45e5acf17a1510852a799d0ad8e2ca6
|
|
| MD5 |
8946b85981381ea905459df8c217b1d5
|
|
| BLAKE2b-256 |
8041855f9c8faaba74a8b546202b48ee909b131de88d0971bde70da66911fbdb
|
File details
Details for the file darn_it-1.3.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: darn_it-1.3.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 4.7 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7da60925d6a80dfafa0336d4417e12f72dcae1fd7ffa1ed7933d9f708f01f51e
|
|
| MD5 |
69c069bcd00bc0464b3d95e45b69d605
|
|
| BLAKE2b-256 |
70a4218a1afd1c274c9bbe8ad3bbfccf965fa414fe0abf9c43b7800d449716f7
|
File details
Details for the file darn_it-1.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: darn_it-1.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 4.8 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dcf745ada362e0b42e28a838bbf2d369e244816784d32b1e74d4bac0304d9207
|
|
| MD5 |
0ab0bcf6d518d66ca658cb542a42391f
|
|
| BLAKE2b-256 |
571450e75722fee7bf857aaf53fe1b6bd454dd64f1a0d051683ca6d60127069d
|
File details
Details for the file darn_it-1.3.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: darn_it-1.3.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 4.8 MB
- Tags: CPython 3.11, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bbc7b73e52f31fd53bae04675b96a0081879c6f9c7deeb6217ff3fc00b279bfc
|
|
| MD5 |
83a4df81f084706193b8c3e895613c51
|
|
| BLAKE2b-256 |
7fca54d387890f2d3a06e944c11750ed6fb72011652774e08c4cb7d0ba4c4421
|
File details
Details for the file darn_it-1.3.1-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: darn_it-1.3.1-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 4.6 MB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b25102cdb2914bc4aede195d4bb2fcfcf5a0647d3838970f360bac5cc09c1fc
|
|
| MD5 |
11515a17b370a00850bcaf371918668d
|
|
| BLAKE2b-256 |
86575e0b262125b341203223b7d7dde84dbe9871a05dc6f57ef3cc698614a20b
|
File details
Details for the file darn_it-1.3.1-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: darn_it-1.3.1-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 4.4 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6cc2fcd404c174224ff557e0348e08cabaaeef4ddb98d0ec85eefc561b103b6
|
|
| MD5 |
f5439fe1e1c554779fca04ecfbed3acc
|
|
| BLAKE2b-256 |
3b432dcd894621a9dea375cb68f11ed6d2b2e4dca9b86220673dde888f5b8435
|
File details
Details for the file darn_it-1.3.1-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: darn_it-1.3.1-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 5.0 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6eca3d2a2e6238620182b6e54f167291f2e9001f80c4cace5bb092cd1ef0b64e
|
|
| MD5 |
801e20c01827fc4ca8e20529ad73f7ef
|
|
| BLAKE2b-256 |
56b81f0b365b7fed49f2928812738c64e3bcfa49f4f47b734f40bab98d544ea5
|
File details
Details for the file darn_it-1.3.1-cp310-cp310-musllinux_1_2_i686.whl.
File metadata
- Download URL: darn_it-1.3.1-cp310-cp310-musllinux_1_2_i686.whl
- Upload date:
- Size: 5.0 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e5ec20b8acc29986e83708bc4a0ba1c59ad83e057a68ed6fabc93ef2fb6fae4
|
|
| MD5 |
510d611dda70296374733d532a46c456
|
|
| BLAKE2b-256 |
9ace7394f07a84174be836a8a770056c0008f4392a0cb7574fb98dbf11634a2c
|
File details
Details for the file darn_it-1.3.1-cp310-cp310-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: darn_it-1.3.1-cp310-cp310-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 5.0 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9101d406eb8ca02c5c5f0de47fdc909021923c4924f3d20f294dc23dba58d29f
|
|
| MD5 |
8f105fbbd2f9bc90ef953dfdc80a715f
|
|
| BLAKE2b-256 |
638c70a29b1629a023c24f2070c35e24af6bf5cb1a40dafac630dea36fc7d612
|
File details
Details for the file darn_it-1.3.1-cp310-cp310-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: darn_it-1.3.1-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 4.9 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d86c590ce9c59c10316e2565d67f79c1aba064421ad7f205c9a184ad902ea404
|
|
| MD5 |
102d585ecaa509422d5e77f7c176d5bb
|
|
| BLAKE2b-256 |
51a98c88c19c9705e7c00e2208fdbde0ae6b1dee546471b41a38b885a2f7d92f
|
File details
Details for the file darn_it-1.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: darn_it-1.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 4.7 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
495be4b310cb5ee03072371a8ab421726dc94a03de28dea912a3611d625bac90
|
|
| MD5 |
17066b7972de3f4685fdbd37f6446598
|
|
| BLAKE2b-256 |
eb6c6853e02245dd4408e200eb9eaf93552e24a01d5365fc85d6554a9183362e
|
File details
Details for the file darn_it-1.3.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: darn_it-1.3.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 4.8 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12251e56e9c0113e6086f4de08a7e0233ed27c88382834167b1c8d1011793bc5
|
|
| MD5 |
18c11b5dd0fa49eed62e44d10c253edd
|
|
| BLAKE2b-256 |
8ccc7f5e8212be049d9d2389a7b47a83c3db2bef46a205102d191ad33affa170
|
File details
Details for the file darn_it-1.3.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: darn_it-1.3.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 5.0 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05d29a8ec1f88d2a5b01cca6d5c6b1e2b3b68497bd0a7817c0668194577cbce4
|
|
| MD5 |
e59c442f5e1560c51cef447d9c379337
|
|
| BLAKE2b-256 |
f1faf8fd4e63d98be1d59898e9e721aa56217abf2bbe94278fcc86682f98b380
|
File details
Details for the file darn_it-1.3.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: darn_it-1.3.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 4.7 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28ffb22412a393c1af7aeee8c8e92996e8fcc06683224b2cc2066aa644d7df0d
|
|
| MD5 |
7b5b0d18b14d6fa0c54c48b534288c40
|
|
| BLAKE2b-256 |
a318742ee2f002afbafedff2395efeede06d4370f6368c24a71857e7b98ed200
|
File details
Details for the file darn_it-1.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: darn_it-1.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 4.8 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
606927bedba31f4fd87f38ecfe5c6c9107cace3b9d043b06ea0714b904eea452
|
|
| MD5 |
20bd18c05a26840b5df9ce66dd79ddca
|
|
| BLAKE2b-256 |
5768c9bcc6460da54679d51bb95b3c8e4fe7e69644e8293097f270a5b564f234
|
File details
Details for the file darn_it-1.3.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: darn_it-1.3.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 4.8 MB
- Tags: CPython 3.10, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6978c6bd15510214c9092fa644f85d7bc59eb15db8dab6e1e972ee256e88009a
|
|
| MD5 |
fbdf0872e4549682d3b43f1bd1e300dd
|
|
| BLAKE2b-256 |
7b41fe5be13fa1e0fa115b848d3decf0d13424c9c8bb62c27cf05504066a18f9
|
File details
Details for the file darn_it-1.3.1-cp39-cp39-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: darn_it-1.3.1-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 5.0 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51fd21ed868d696d73fcd6432db84f61ea267e8dc20b949964ca8379e0009d75
|
|
| MD5 |
de4efc56dba6467f1600073d90de8e35
|
|
| BLAKE2b-256 |
87161c94207c5316d6770ba2bd4f0427a87d9d20792a3392db48416aca25728d
|
File details
Details for the file darn_it-1.3.1-cp39-cp39-musllinux_1_2_i686.whl.
File metadata
- Download URL: darn_it-1.3.1-cp39-cp39-musllinux_1_2_i686.whl
- Upload date:
- Size: 5.0 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4938e4406328ae7831c168d7d1cbf136906216ed37e9b2b9c511f89b37b55216
|
|
| MD5 |
76264ddfb8de18a7c736b3c5387b5c7f
|
|
| BLAKE2b-256 |
da7555af7b9e48fd439d5217fd72b9dfccec3b7ae17c8d624f9b81006226db5c
|
File details
Details for the file darn_it-1.3.1-cp39-cp39-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: darn_it-1.3.1-cp39-cp39-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 5.0 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
022e6e3a3fe6e81fb899da1f4dae7b8e2af921732aad6a32bd8d47a509bc7fe5
|
|
| MD5 |
112ab220e216e08457ce0102d19e7ad6
|
|
| BLAKE2b-256 |
0f95575ed19188b6d9cbda7a48fb907df90170e06258b7b589ef3d63dec81db1
|
File details
Details for the file darn_it-1.3.1-cp39-cp39-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: darn_it-1.3.1-cp39-cp39-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 4.9 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d996e924f313342252da0921b4af3c19343f01054766e0cc7aef6a4efd8bf87
|
|
| MD5 |
7e09a9f7b0b8138f46927594eb1947c9
|
|
| BLAKE2b-256 |
9de2c3ef734ea4aea1a39fc1486851d25933adb14105562d015c64396fd09420
|
File details
Details for the file darn_it-1.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: darn_it-1.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 4.7 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b95267ecaf2dedf3c8048ff4bcbbfc8c0c427f8eabf2bc543426f005fe97a99
|
|
| MD5 |
32086bb8ac4c2ee04e96312c955a7ea0
|
|
| BLAKE2b-256 |
b3a89078112a0660022c26b27c3c2a5672e6ff5d9a718b2afb3719325b80651c
|
File details
Details for the file darn_it-1.3.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: darn_it-1.3.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 4.8 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
449e9ef6a05aecf0d69b8bbd2cb06cc1f07d0f409967d412002a4c348eb80ef7
|
|
| MD5 |
a1b404b9249bf52abf9f7003b781e05b
|
|
| BLAKE2b-256 |
bdf435dfaf7b114cee0f9e39df54ced998901e149a36c8b0c849306ab7971823
|
File details
Details for the file darn_it-1.3.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: darn_it-1.3.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 5.0 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16cdf28b38b233c72f0d0b27e14638d979111ce8643cb3ead35779bd05c21d61
|
|
| MD5 |
c2c184b67683bb57e4ea355686ef6db3
|
|
| BLAKE2b-256 |
c676eac45c13c0335885f74eedff0e04d7239f7ed99259be7aa38421c292a4bf
|
File details
Details for the file darn_it-1.3.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: darn_it-1.3.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 4.7 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb73b5be6091fafdd9be626e3e64f2ff15c0c05720b85b3fc244fc0190b17dbc
|
|
| MD5 |
4a96fda3d98a4ceba7892d913df01e08
|
|
| BLAKE2b-256 |
55a442ba50438f189d9b55ee9c8d95a81a424fbf91352c8553c9d8cb4ce8fb61
|
File details
Details for the file darn_it-1.3.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: darn_it-1.3.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 4.8 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fcb140cd092c63db92c2d6ad3dd49b23953ecb2db6214bf2abd8d7995411c250
|
|
| MD5 |
88297f270376cc0f8859d4731ac2338e
|
|
| BLAKE2b-256 |
047e9be6106f98038a98149ec2fbd452e7bfb9e4e7e5d92ad7f7ce29303a1ce6
|
File details
Details for the file darn_it-1.3.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: darn_it-1.3.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 4.8 MB
- Tags: CPython 3.9, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
605e94cadcaff620c35db9da2193e5be6cbdf0f191ebe162c6dcae9818922bbf
|
|
| MD5 |
23206ae205ac318b185b74ddfa5e729a
|
|
| BLAKE2b-256 |
7b7cbaff567a40dd8df9d85e8ecc72e09393e7d23ae100153367c37b008f48b3
|