Python binding to the Rust IPLD library
Project description
Python IPLD
This project aims to speed up The AT Protocol SDK by using Rust for the heavy lifting. Only atproto related parts are implemented first.
Code snippet:
import libipld
# CID
print(libipld.decode_cid('bafyreig7jbijxpn4lfhvnvyuwf5u5jyhd7begxwyiqe7ingwxycjdqjjoa'))
# Output: {'hash': {'size': 32, 'code': 18, 'digest': b'\xdfHP\x9b\xbd\xbcYOV\xd7\x14\xb1{N\xa7\x07\x1f\xc2C^\xd8D\t\xf44\xd6\xbe\x04\x91\xc1)p'}, 'version': 1, 'codec': 113}
print(libipld.encode_cid(b'\x01q\x12 \xb6\x81\x1a\x1d\x7f\x8c\x17\x91\xdam\x1bO\x13m\xc0\xe2&y\xea\xfe\xaaX\xd6M~/\xaa\xd5\x89\x0e\x9d\x9c'))
# Output: bafyreifwqenb274mc6i5u3i3j4jw3qhcez46v7vkldle27rpvlkysdu5tq
# DAG-CBOR
print(libipld.decode_dag_cbor(b'\xa2aa\x0cabfhello!'))
# Output: {'a': 12, 'b': 'hello!'}
print(libipld.encode_dag_cbor({'a': 12, 'b': 'hello!'}))
# Output: b'\xa2aa\x0cabfhello!'
# multibase
print(libipld.decode_multibase('ueWVzIG1hbmkgIQ'))
# Output: ('u', b'yes mani !')
print(libipld.encode_multibase('u', b'yes mani !'))
# Output: ueWVzIG1hbmkgIQ
Features
🔗 CID (Content Identifier) Operations
decode_cid(data: str | bytes) -> dict- Decode CIDs from string representation (e.g.,'bafy...') or raw bytes into structured data containing version, codec, and hash informationencode_cid(data: str | bytes) -> str- Encode CID raw bytes to string representation, or return string CIDs as-is
📦 DAG-CBOR (Directed Acyclic Graph CBOR) Operations
decode_dag_cbor(data: bytes) -> Any- Decode DAG-CBOR binary data into Python objects (dicts, lists, primitives)decode_dag_cbor_multi(data: bytes) -> list[Any]- Decode multiple concatenated DAG-CBOR objects from a single byte streamencode_dag_cbor(data: Any) -> bytes- Encode Python objects into DAG-CBOR binary format
🌐 Multibase Operations
decode_multibase(data: str) -> tuple[str, bytes]- Decode multibase-encoded strings, returning the base identifier and decoded dataencode_multibase(code: str, data: str | bytes) -> str- Encode data using specified multibase encoding (e.g., base58btc with code'u')
🚗 CAR (Content Addressable Archives) Operations
decode_car(data: bytes) -> tuple[dict, dict[bytes, dict]]- Decode CAR files into header metadata and a mapping of CID bytes to block data
Requirements
- Python 3.8 or higher.
Installing
You can install or upgrade libipld via
pip install -U libipld
Contributing
Contributions of all sizes are welcome.
License
MIT
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 libipld-3.3.2.tar.gz.
File metadata
- Download URL: libipld-3.3.2.tar.gz
- Upload date:
- Size: 4.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e85ccd9136110e63943d95232b193c893e369c406273d235160e5cc4b39c9ce
|
|
| MD5 |
23d61f34a8bb3fcf7dff4cb66cb6788d
|
|
| BLAKE2b-256 |
832b4e84e033268d2717c692e5034e016b1d82501736cd297586fd1c7378ccd5
|
File details
Details for the file libipld-3.3.2-pp311-pypy311_pp73-win_amd64.whl.
File metadata
- Download URL: libipld-3.3.2-pp311-pypy311_pp73-win_amd64.whl
- Upload date:
- Size: 156.9 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a81fbf42a8edf094c7f8ebd77eb14d8cc7c3d6b3b51d786d47ecb4c6763da2fe
|
|
| MD5 |
297b0021cb9902876078dad20eeb45b5
|
|
| BLAKE2b-256 |
a73eea35a256b3f26aa9fae1d5746d7312a20b683d23e54b738973bf59f18829
|
File details
Details for the file libipld-3.3.2-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl.
File metadata
- Download URL: libipld-3.3.2-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 460.0 kB
- Tags: PyPy, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0fae0158971bf97aa6662e5f9cb5f497c35d5196336047ca4a9ebc6492b1f582
|
|
| MD5 |
e330f3ac07da81e1ddfdda07d85f3544
|
|
| BLAKE2b-256 |
fa1edc9645d8072b9df38c9805a92ae18d0797a4fc534dec8387fd7eadbafd7a
|
File details
Details for the file libipld-3.3.2-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl.
File metadata
- Download URL: libipld-3.3.2-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 464.1 kB
- Tags: PyPy, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8957b49c946d4ddd70f37bfe289494fab9088529db452f1cfcce31501369917
|
|
| MD5 |
0b45f3a420bb52dbeadc546cbe8df346
|
|
| BLAKE2b-256 |
70f1edaf3934060a7b3c63b687fb2488cd847779251f85b2e8e5e7bf92c36bb6
|
File details
Details for the file libipld-3.3.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: libipld-3.3.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 283.7 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4596509ef4c2f00df2d0914e8efc632e4eb84bf837e57a8f53036dcf4d0d3169
|
|
| MD5 |
d89b008e3a8da55d51e3d461f3c35471
|
|
| BLAKE2b-256 |
bfa351aab0551e54b38c17a386ca0fc752dea698eb6801d66afdb34802dae896
|
File details
Details for the file libipld-3.3.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: libipld-3.3.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 280.4 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
717c4630c4b1ad81c6896291cd93bcaca4ddc3f66412d81459e2641a505ec04a
|
|
| MD5 |
95491c5da6cae8e9bec0d36f8c99c99c
|
|
| BLAKE2b-256 |
48257d831a1ed3d14296d9a57dbe1f78d7046660662096417af05a62456f3304
|
File details
Details for the file libipld-3.3.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: libipld-3.3.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 308.9 kB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67c2e2a6604fe8b5aa8960c31989dfb84275693ba411d5139cdb87b2855bf009
|
|
| MD5 |
b46a2596f296f2e0a14bea1e11465e8b
|
|
| BLAKE2b-256 |
1bfe8cce8eac58f8183526bdfbe67f8b86980454fdebec76d9f06bd36c460a22
|
File details
Details for the file libipld-3.3.2-pp311-pypy311_pp73-macosx_11_0_arm64.whl.
File metadata
- Download URL: libipld-3.3.2-pp311-pypy311_pp73-macosx_11_0_arm64.whl
- Upload date:
- Size: 253.7 kB
- Tags: PyPy, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3dbed6b1f2559c4ba8b898043a96c763a16063a1810cc1378cfdc92bcbdbb7e6
|
|
| MD5 |
b8f9d2203115617c26b3ba047fd02949
|
|
| BLAKE2b-256 |
c981d6a2d64a28a8adee8dd351d48900f341b4944e4875ef31c85c50b2ade869
|
File details
Details for the file libipld-3.3.2-pp311-pypy311_pp73-macosx_10_12_x86_64.whl.
File metadata
- Download URL: libipld-3.3.2-pp311-pypy311_pp73-macosx_10_12_x86_64.whl
- Upload date:
- Size: 267.9 kB
- Tags: PyPy, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3404a11e7e7803f7bc87a819e694e2568828c1f13a5f7fce74d3240d5a07aba
|
|
| MD5 |
dcd4f952220e3c7d8a30ce62c502158f
|
|
| BLAKE2b-256 |
b841dccfed4544e40c6de036f9eaf68d2235d68defa1988dbb6d282509756a66
|
File details
Details for the file libipld-3.3.2-cp314-cp314-win_arm64.whl.
File metadata
- Download URL: libipld-3.3.2-cp314-cp314-win_arm64.whl
- Upload date:
- Size: 149.3 kB
- Tags: CPython 3.14, Windows ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08261503b7307c6d9acbd3b2a221da9294b457204dcefce446f627893abb077e
|
|
| MD5 |
1e30122c56f627b1b377c0d7c661591d
|
|
| BLAKE2b-256 |
2219bb42dc53bb8855c1f40b4a431ed3cb2df257bd5a6af61842626712c83073
|
File details
Details for the file libipld-3.3.2-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: libipld-3.3.2-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 159.2 kB
- Tags: CPython 3.14, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1f3ed8f70b215a294b5c6830e91af48acde96b3c8a6cae13304291f8240b939
|
|
| MD5 |
383ae1dd75962a827cf90b1789db64bb
|
|
| BLAKE2b-256 |
e29c6b7b91a417162743d9ea109e142fe485b2f6dafadb276c6e5a393f772715
|
File details
Details for the file libipld-3.3.2-cp314-cp314-win32.whl.
File metadata
- Download URL: libipld-3.3.2-cp314-cp314-win32.whl
- Upload date:
- Size: 159.3 kB
- Tags: CPython 3.14, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a50cbf5b3b73164fbb88169573ed3e824024c12fbc5f9efd87fb5c8f236ccc1
|
|
| MD5 |
a8f7841799ca75c7088fbdb09d9664f5
|
|
| BLAKE2b-256 |
5cd698aafc9721dd239e578e2826cbb1e9ef438d76c0ec125bce64346e439041
|
File details
Details for the file libipld-3.3.2-cp314-cp314-musllinux_1_1_x86_64.whl.
File metadata
- Download URL: libipld-3.3.2-cp314-cp314-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 460.3 kB
- Tags: CPython 3.14, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95a2c4f507c88c01a797ec97ce10603bea684c03208227703e007485dc631971
|
|
| MD5 |
fa1bf8b17a4530874c210636ad0654e5
|
|
| BLAKE2b-256 |
924bae985a308191771e5a9e8e3108a3a4ed7090147e21a7cda0c0e345adc22a
|
File details
Details for the file libipld-3.3.2-cp314-cp314-musllinux_1_1_aarch64.whl.
File metadata
- Download URL: libipld-3.3.2-cp314-cp314-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 463.9 kB
- Tags: CPython 3.14, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91b02da059a6ae7f783efa826f640ab1ca5eb5dd370bfd3f41071693a363c4fb
|
|
| MD5 |
05f0a65717f64ec21409724758a13b69
|
|
| BLAKE2b-256 |
bdb5b9345d47569806e6f0041d339c9a1ec0be765fd8a3588308a7a40c383dd9
|
File details
Details for the file libipld-3.3.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: libipld-3.3.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 283.8 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44ca1ba44cb801686557e9544d248e013a2d5d1ab9fed796f090bb0d51d8f4ef
|
|
| MD5 |
c0e80c4f33a18112e30bf0802f41bb2c
|
|
| BLAKE2b-256 |
2ef884107ad6431311283dadf697fd238ea271e0af1068a0d13e574be5027f32
|
File details
Details for the file libipld-3.3.2-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: libipld-3.3.2-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 330.4 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5393886a7e387751904681ecfa7e5912471b46043f044baa041a2b4772e4f839
|
|
| MD5 |
ab36286ddf02dac96fd2b796a629f767
|
|
| BLAKE2b-256 |
83df51a549e3017cc496a80852063124793007cb9b4cf2cae2e8a99f5c3dd814
|
File details
Details for the file libipld-3.3.2-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: libipld-3.3.2-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 315.8 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a1d84c630961cff188deaa2129c86d69f5779c8d02046fbe0c629ef162bc3df
|
|
| MD5 |
ab58d75deef83343793bb0d5d2cdf4be
|
|
| BLAKE2b-256 |
bfb17c197e21f1635ba31b2f4e893d3368598a48d990cebc4308ba496bad1409
|
File details
Details for the file libipld-3.3.2-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: libipld-3.3.2-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 290.3 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b155c02626b194439f4b519a53985aedc8637ae56cf640ea6acf6172a37465de
|
|
| MD5 |
933cb4cf6ae8f51ef33049b4fa45ec3c
|
|
| BLAKE2b-256 |
2c4250445b6c1c418a3514feb7d267d308e9fb9fe473fbbfaa205bc288ffe5ed
|
File details
Details for the file libipld-3.3.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: libipld-3.3.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 280.3 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e3e9be4bdeb90dbc537a53f8d06e8b2c703f4b7868f9316958e1bbde526a143
|
|
| MD5 |
3b5fe4497c1650461acd6fc444caf3bd
|
|
| BLAKE2b-256 |
d8236cade33d39f00eb71fde1c8fe6f73c5db5274ef8abeac3d2e6d989e65718
|
File details
Details for the file libipld-3.3.2-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: libipld-3.3.2-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 309.4 kB
- Tags: CPython 3.14, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd0877ef4a1bd6e42ba52659769b5b766583c67b3cfb4e7143f9d10b81fb7a74
|
|
| MD5 |
39f24e933b16658fc3a571561882ca04
|
|
| BLAKE2b-256 |
35c5e3c5116b66383f7e54b9d1feb6d6e254a383311a4cce2940942f07d45893
|
File details
Details for the file libipld-3.3.2-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: libipld-3.3.2-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 261.1 kB
- Tags: CPython 3.14, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f46179c722baf74c627c01c0bf85be7fcbde66bbf7c5f8c1bbb57bd3a17b861b
|
|
| MD5 |
774bed0d6c6a8c42b8d42c4004ca0596
|
|
| BLAKE2b-256 |
c212d6f04fb3d6911a276940c89b5ad3e6168d79fda9ae79a812d4da91c433d6
|
File details
Details for the file libipld-3.3.2-cp314-cp314-macosx_10_12_x86_64.whl.
File metadata
- Download URL: libipld-3.3.2-cp314-cp314-macosx_10_12_x86_64.whl
- Upload date:
- Size: 268.9 kB
- Tags: CPython 3.14, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5947e99b40e923170094a3313c9f3629c6ed475465ba95eadce6cdcf08f1f65a
|
|
| MD5 |
8284045548e36c7feee453b913f1c22c
|
|
| BLAKE2b-256 |
ded69ab52adf13ee501b50624ef1265657aa30b3267998dfadcb44d77bbeef42
|
File details
Details for the file libipld-3.3.2-cp313-cp313-win_arm64.whl.
File metadata
- Download URL: libipld-3.3.2-cp313-cp313-win_arm64.whl
- Upload date:
- Size: 149.5 kB
- Tags: CPython 3.13, Windows ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4446cae7584a446b58de66942f89f155d95c2cbfb9ad215af359086824d4e3b9
|
|
| MD5 |
458cd902bc9d19e9865d32444214e45f
|
|
| BLAKE2b-256 |
d5f45b55acce9f3626f8cbd54163f22a0917430d7307bf56fd30d88df7a0a897
|
File details
Details for the file libipld-3.3.2-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: libipld-3.3.2-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 159.1 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8be484f1dc5525453e17f07f02202180c708213f2b6ea06d3b9247a5702e0229
|
|
| MD5 |
2c0d0f6c07643e9f167b54581b0cc6d8
|
|
| BLAKE2b-256 |
122a83f634329f1d1912e5d37aec717396c76ef689fa8c8997b16cf0866a1985
|
File details
Details for the file libipld-3.3.2-cp313-cp313-win32.whl.
File metadata
- Download URL: libipld-3.3.2-cp313-cp313-win32.whl
- Upload date:
- Size: 159.5 kB
- Tags: CPython 3.13, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06f766cec75f3d78339caa3ce3c6977e290e1a97f37e5f4ba358da2e77340196
|
|
| MD5 |
2e2ace8aa1daf870d84caf8d4986b2d7
|
|
| BLAKE2b-256 |
173fd6d2aa42f07855be6b7e1fb43d76e39945469fc54fe9366bf8c9a81ca38e
|
File details
Details for the file libipld-3.3.2-cp313-cp313-musllinux_1_1_x86_64.whl.
File metadata
- Download URL: libipld-3.3.2-cp313-cp313-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 460.5 kB
- Tags: CPython 3.13, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b8e7100bffbe579b7c92a3c6a8852ce333e0de171e696a2063e1e39ec9cc50a
|
|
| MD5 |
e6e1fdea29e120a310735a1e83a5a47f
|
|
| BLAKE2b-256 |
9dc28edf65cf2c98bfbf6535b65f4bcc461ecec65ae6b9e3fb5a4308b9a5fb7a
|
File details
Details for the file libipld-3.3.2-cp313-cp313-musllinux_1_1_aarch64.whl.
File metadata
- Download URL: libipld-3.3.2-cp313-cp313-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 464.0 kB
- Tags: CPython 3.13, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76731ebebd824fa45e51cc85506b108aa5da7322e43864909895f1779e9e4b41
|
|
| MD5 |
ef5a2c5f0b912d25be15f405702f72fe
|
|
| BLAKE2b-256 |
de9b0b4ee60ede82cdd301e2266a8172e8ee6f1b40c7dbd797510e632314ddf6
|
File details
Details for the file libipld-3.3.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: libipld-3.3.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 284.0 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b040dab7eb04b0ff730e68840f40eb225c9f14e73ad21238b76c7b8ded3ad99d
|
|
| MD5 |
ffb3b60a68b14e41d27f4db7b281c518
|
|
| BLAKE2b-256 |
bd41aff762ccf5a80b66a911c576afcd850f0d64cb43d51cb63c29429dc68230
|
File details
Details for the file libipld-3.3.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: libipld-3.3.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 330.6 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
196a8fcd86ae0c8096cea85ff308edf315d77fbb677ef3dd9eff0be9da526499
|
|
| MD5 |
b0d9f3037cf771ec83e3acb326620552
|
|
| BLAKE2b-256 |
bf75ca6fe1673c80f7f4164edf9647dd2cb622455a73890e96648c44c361c918
|
File details
Details for the file libipld-3.3.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: libipld-3.3.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 316.2 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a7de390a3eb897d3194f6c96067c21338fbe6e0fc1145ab6b51af276aa7a08e
|
|
| MD5 |
37a3d3c55f3c2fbaec4f062bfbb21b65
|
|
| BLAKE2b-256 |
6809dd0f39cf78dbc7f5f2ca1208fc9ff284b56c2b90edf3dbf98c4b36491b6c
|
File details
Details for the file libipld-3.3.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: libipld-3.3.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 290.4 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7627f371682160cae818f817eb846bc8c267a5daa028748a7c73103d8df00eb
|
|
| MD5 |
54ca355763081614c90688304bf1cd32
|
|
| BLAKE2b-256 |
f42eca50530aed1911d99a730f30ab73e7731da8299a933b909a96fcdbb1baf6
|
File details
Details for the file libipld-3.3.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: libipld-3.3.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 280.3 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a48bc2f7845825143a36f6a305680823a2816488593024803064d0803e3cee35
|
|
| MD5 |
4a25e30a8fc7b7e6d0eba8d14337cf33
|
|
| BLAKE2b-256 |
73f80c02a2acb246603f5351d0a71055d0c835bc0bc5332c5ca5d29a1d95b04c
|
File details
Details for the file libipld-3.3.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: libipld-3.3.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 309.9 kB
- Tags: CPython 3.13, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d7cd1e7e88b0fbc8f4aa267bdea2d10452c9dd0e1aafa82a5e0751427f222b0
|
|
| MD5 |
82d3f178ad9544c90b6216e1e0b19917
|
|
| BLAKE2b-256 |
2e563a19a6067bde8827146cd771583e8930cf952709f036328579747647f38f
|
File details
Details for the file libipld-3.3.2-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: libipld-3.3.2-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 260.7 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4140f030eb3cfff17d04b9481f13aaed0b2910d1371fe7489394120ed1d09ae5
|
|
| MD5 |
2eb777af6de3c24e32f9d3a06d4bbd91
|
|
| BLAKE2b-256 |
cc83850a0bb214c31c128447e29cdbea816225ee2c8fbb397a8c865f895198e4
|
File details
Details for the file libipld-3.3.2-cp313-cp313-macosx_10_12_x86_64.whl.
File metadata
- Download URL: libipld-3.3.2-cp313-cp313-macosx_10_12_x86_64.whl
- Upload date:
- Size: 269.3 kB
- Tags: CPython 3.13, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63bc6858d73c324e29d74155bdb339e14330a88bb1a8cc8fdc295048337dca09
|
|
| MD5 |
9479c80d7d2c92c3bf338b0137613b3f
|
|
| BLAKE2b-256 |
67a62bf577bde352fdb81ebe2e271e542b85f1aeae630405cae1b9d07a97b5e9
|
File details
Details for the file libipld-3.3.2-cp312-cp312-win_arm64.whl.
File metadata
- Download URL: libipld-3.3.2-cp312-cp312-win_arm64.whl
- Upload date:
- Size: 149.4 kB
- Tags: CPython 3.12, Windows ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36fe9cd1b5a75a315cab30091579242d05df39692f773f7d8221250503753e3a
|
|
| MD5 |
c8455c1c6087f7bc9faded023d01169e
|
|
| BLAKE2b-256 |
c2cd4ac32a0297c1d91d7147178927144dcb4456c35076388efb7c7f76e90695
|
File details
Details for the file libipld-3.3.2-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: libipld-3.3.2-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 158.9 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e35a8735b8a4bdd09b9edfbf1ae36e9ba9a804de50c99352c9a06aa3da109a62
|
|
| MD5 |
a531f922ba5e671e22177e7f9ae73591
|
|
| BLAKE2b-256 |
afb5b1cbc3347cf831c0599bb9b5579ed286939455d11d6f70110a3b8fb7d695
|
File details
Details for the file libipld-3.3.2-cp312-cp312-win32.whl.
File metadata
- Download URL: libipld-3.3.2-cp312-cp312-win32.whl
- Upload date:
- Size: 159.4 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
071de5acf902e9a21d761572755afc8403cbaadd4b8199e7504ad52ee45b6b5e
|
|
| MD5 |
034fd7e653d95dea45b71375bc5f2b18
|
|
| BLAKE2b-256 |
863ecfcbbe21b30752482afa22fd528635a96901b39e517a10b73fc422f3d29b
|
File details
Details for the file libipld-3.3.2-cp312-cp312-musllinux_1_1_x86_64.whl.
File metadata
- Download URL: libipld-3.3.2-cp312-cp312-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 460.4 kB
- Tags: CPython 3.12, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
634d176664cf295360712157b5c5a83539da2f4416f3e0491340064d49e74fd8
|
|
| MD5 |
6232afc2b290772ac2950eec55464bc5
|
|
| BLAKE2b-256 |
1d7d440e372c3b8070cbf9200e1ddf3dff7409bcbc9243aade08e99c9e845e90
|
File details
Details for the file libipld-3.3.2-cp312-cp312-musllinux_1_1_aarch64.whl.
File metadata
- Download URL: libipld-3.3.2-cp312-cp312-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 463.9 kB
- Tags: CPython 3.12, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37ea7cb7afb94277e4e095bcc0ae888ed4b6e0fe8082c41dccd6e9487ccfd729
|
|
| MD5 |
b09b94e3a55f14e1be9c0caba3a19323
|
|
| BLAKE2b-256 |
9dd7a1ffdb1b2986e60dd59d094c86e5bb318739c6d709b9e8af255667b7c578
|
File details
Details for the file libipld-3.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: libipld-3.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 283.7 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3344f30d47dcab9cba41dd8f2243874af91939e38e3c31f20d586383ca74296e
|
|
| MD5 |
4bce61dc9fb0d155e2ec12933044bf6e
|
|
| BLAKE2b-256 |
0b73be4031e3e1f839c286a6d9277fcacd756160a18009aa649adee308531698
|
File details
Details for the file libipld-3.3.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: libipld-3.3.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 330.1 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ac45e3aef416fe2eccbe84e562d81714416790bfd0756a1aa49ba895d4c7010
|
|
| MD5 |
7eab9aa5ed60d0ab5e90718d54ac8a6e
|
|
| BLAKE2b-256 |
724a2b8da906680e7379b31e1b31a4e49d90725a767e53510eb88f85f91e71c6
|
File details
Details for the file libipld-3.3.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: libipld-3.3.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 315.8 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
908630dc28b16a517cf323293f0843f481b0872649cba7d4cfdbc6eb258f5674
|
|
| MD5 |
291998c39db4b60a95a2469d64876134
|
|
| BLAKE2b-256 |
bb0c253c1d433e01c95d70c1b146e065fd5a3e1284ed0072f082603b5daf9223
|
File details
Details for the file libipld-3.3.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: libipld-3.3.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 290.2 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36be4ce9cb417eedec253eda9f55b92f29a35cbfcb24d108b496c72934fea7a2
|
|
| MD5 |
87306e0ee89108746ff04a13c23a4c75
|
|
| BLAKE2b-256 |
eb34f20ff8a1b28a76d28f20895b1cb7d88422946e6ff6d8bc3d26a0b444e990
|
File details
Details for the file libipld-3.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: libipld-3.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 280.2 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
627035693460bae559d2e7f46bc577a27504d6e38e8715fcf9a8d905f6b1c72d
|
|
| MD5 |
23b31ea57fb29153d720d3e81d4e7152
|
|
| BLAKE2b-256 |
af06a052e57bc99ec592d4b40c641d492f5fb225d25cc17f9edbf4f5918d7ff4
|
File details
Details for the file libipld-3.3.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: libipld-3.3.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 309.9 kB
- Tags: CPython 3.12, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4443d047fd1a9679534a87a6ee35c3a10793d4453801281341bb1e8390087c69
|
|
| MD5 |
af32bed0630c027d97462bf5204447af
|
|
| BLAKE2b-256 |
8ff235ebdb7b53cc4a97a2a8d580d5c302bf30a66d918273a0d01c3cd77b9336
|
File details
Details for the file libipld-3.3.2-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: libipld-3.3.2-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 260.4 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88ac549eb6c56287785ad20d0e7785d3e8b153b6a322fd5d7edf0e7fda2b182e
|
|
| MD5 |
3266e89edd3fa88a86d7b1730741c78d
|
|
| BLAKE2b-256 |
192001a3be66e8945aaef9959ce80a07bf959e31b2bd2216bd199b24b463235a
|
File details
Details for the file libipld-3.3.2-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: libipld-3.3.2-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 269.0 kB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f033e98c9e95e8448c97bbc904271908076974d790a895abade2ae89433715e
|
|
| MD5 |
a6f6baef9f02119de7826e6f570c8afc
|
|
| BLAKE2b-256 |
3d0bf65e7d56d0dec2804c1508aef4cf5d3a775273a090ae3047123f6f3e0f63
|
File details
Details for the file libipld-3.3.2-cp311-cp311-win_arm64.whl.
File metadata
- Download URL: libipld-3.3.2-cp311-cp311-win_arm64.whl
- Upload date:
- Size: 149.1 kB
- Tags: CPython 3.11, Windows ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6ed1bbdd5380a23ca84d4460c65f46d85f12ca860ef801212806ffe5ad497fa
|
|
| MD5 |
154f318a8f18dde372c7f765e51ebdf6
|
|
| BLAKE2b-256 |
e41d417288feaf3d74e6ba772d5f1fb0b4bcf1928db688fb92e2f69b32a4d364
|
File details
Details for the file libipld-3.3.2-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: libipld-3.3.2-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 158.4 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
847d6f481f8e8e10347479490db824cc568689e7bc1a9f5e5aa67235494dcdf6
|
|
| MD5 |
3d7d74e52cc162c157bdff0853ae197b
|
|
| BLAKE2b-256 |
d4867cfe92c1f49949a03f9d1916977a80211d315c5e229744c021dec8b39969
|
File details
Details for the file libipld-3.3.2-cp311-cp311-win32.whl.
File metadata
- Download URL: libipld-3.3.2-cp311-cp311-win32.whl
- Upload date:
- Size: 159.4 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad07c8574d59088ed8bcec7cd21544a50f51a324290e77b0b042a0e4c1ed1b07
|
|
| MD5 |
632c65ffe9a984ad490ebc917ab72c50
|
|
| BLAKE2b-256 |
7fb26ee177c24726cf325d7524aa5ce5c84368d2e2aa0bcb4f5852c7f09c51a1
|
File details
Details for the file libipld-3.3.2-cp311-cp311-musllinux_1_1_x86_64.whl.
File metadata
- Download URL: libipld-3.3.2-cp311-cp311-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 459.4 kB
- Tags: CPython 3.11, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf0c82b53b595cd91c3920081acd73b287c5aeb81e756e6b1a636a10e01eaaa3
|
|
| MD5 |
5954811f126fc0ddf7c2c606fa772201
|
|
| BLAKE2b-256 |
e547f25c8830afc9c6d60e8033d61b1ad64531c86edaf57467d88764227831a0
|
File details
Details for the file libipld-3.3.2-cp311-cp311-musllinux_1_1_aarch64.whl.
File metadata
- Download URL: libipld-3.3.2-cp311-cp311-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 463.6 kB
- Tags: CPython 3.11, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1767f287c4137521f6b2dfa30583030b128174515dc4ddc481598b570de72ca4
|
|
| MD5 |
4c3fa4cc8ead68fe9baaab8b77349c6d
|
|
| BLAKE2b-256 |
677c56003d61a8c0046d273fcbd4e0d2f361d69238d1b6bab1a97bedbe10d699
|
File details
Details for the file libipld-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: libipld-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 282.9 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b438d42efc857768db97f2a5ca8114b933e73b827d91344ec9dac6734687f060
|
|
| MD5 |
68d6aecf9ac17be60d31408274d42bbb
|
|
| BLAKE2b-256 |
48151831cd2aad430e995c10ad80696dd9ca4eeb0e42d0953379aa27494ae92e
|
File details
Details for the file libipld-3.3.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: libipld-3.3.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 329.9 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c2817982506d1ccda516da7d6cc2662b58a363fc84a163bea297ff61b789106
|
|
| MD5 |
cfc1d26a9662595b1b857951c83b5cf5
|
|
| BLAKE2b-256 |
93240fcc5b27a4541009e10f7f475623466017b1356134a035dabcb562e04c19
|
File details
Details for the file libipld-3.3.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: libipld-3.3.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 316.1 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9cb4e0cd56d66c2b751eef7288aba919a8a73f320c8f8b7060d522fdffb3cd5b
|
|
| MD5 |
ba65b12a50c73e8a8433159c5e52cd3f
|
|
| BLAKE2b-256 |
587b8bd7e036c8d9e496644c103b4ec144085a83434548665a9f6028040077b8
|
File details
Details for the file libipld-3.3.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: libipld-3.3.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 290.0 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f09281bebc3c4d397a58606663ee915290702db0323366f9f1bd30b8b4a3fc1
|
|
| MD5 |
eb884a9d8c67804ae163af2de4d962fa
|
|
| BLAKE2b-256 |
b296534a43dfd057b292c86e2e53eab0cdd12cbffce6e6d1375c929546a4a53d
|
File details
Details for the file libipld-3.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: libipld-3.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 280.0 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf7f553e13916b67572c8ae8ea1b3227d709dfc4d98699a0451027174dc3739a
|
|
| MD5 |
4e9bab566235315a25d1a6572ae08f3e
|
|
| BLAKE2b-256 |
013f052cc8f8c017d023ba8c154ae991c6b0bfcd5a65a95a5d3e7b90ee6117ec
|
File details
Details for the file libipld-3.3.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: libipld-3.3.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 307.9 kB
- Tags: CPython 3.11, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
249b74fcd3ae8bb6d0c9b3e0ec23a75db60f7b40f8b07ef378dfc9227c921ef5
|
|
| MD5 |
2988809f736122d969d5f3deef8a90c8
|
|
| BLAKE2b-256 |
174493f92a20b4fbf64dd1718c18d9e13aae8abeff0734f15f259c60288730f9
|
File details
Details for the file libipld-3.3.2-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: libipld-3.3.2-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 259.8 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9f8849acfb2e13d10aa4e8095c6eb65db7f431d3a38c60760de0f0abebcd58d
|
|
| MD5 |
699f67b84fd0f3ce5dda7efc07363bf6
|
|
| BLAKE2b-256 |
d2bfef17b76a69f7de01100dbfb94236892ef4f3dc9f5779c863ccfc71276d6b
|
File details
Details for the file libipld-3.3.2-cp311-cp311-macosx_10_12_x86_64.whl.
File metadata
- Download URL: libipld-3.3.2-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 268.0 kB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1549bfab54a1f422ec48d3141c9ec643444d8e80135b2a6e8ec8e109df05ff3
|
|
| MD5 |
652ffb70aec6432c43a9953646c24c54
|
|
| BLAKE2b-256 |
c8519b4472b60313f68c6ecfd7ced560ae5dc9add1f767d1e842c2647671cca3
|
File details
Details for the file libipld-3.3.2-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: libipld-3.3.2-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 158.6 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57ec5b9ffc608a438f41f359996982291382365c4a593b1bce30bbec7a63771a
|
|
| MD5 |
129f6d657d42ec4e99bd00c46c7ea5b9
|
|
| BLAKE2b-256 |
c88bea8da166e9f7c60f9a8cbe7da8d245dcaaccbead000cf20b600155f882e6
|
File details
Details for the file libipld-3.3.2-cp310-cp310-win32.whl.
File metadata
- Download URL: libipld-3.3.2-cp310-cp310-win32.whl
- Upload date:
- Size: 159.5 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6979074fd5bfeeda75653df39875f566fefc5d9f3bb6e786742f55d7a7f9bf38
|
|
| MD5 |
47b84f39db40700c29e8eb6239f56c22
|
|
| BLAKE2b-256 |
ffba224d7d2f73fd974c7d4ddb767b05f520a1173359740d8990547137d29802
|
File details
Details for the file libipld-3.3.2-cp310-cp310-musllinux_1_1_x86_64.whl.
File metadata
- Download URL: libipld-3.3.2-cp310-cp310-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 459.7 kB
- Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3d16a2d3588244702ea671373de2984e20d44936c9d6d457570e4d8b33dddcf
|
|
| MD5 |
05342ba6056b63c8e5e927cf4c2372fd
|
|
| BLAKE2b-256 |
25a9fa0b8a07f69af313fbae845a197a88f98d9021a31f04990a68449713c2b8
|
File details
Details for the file libipld-3.3.2-cp310-cp310-musllinux_1_1_aarch64.whl.
File metadata
- Download URL: libipld-3.3.2-cp310-cp310-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 463.8 kB
- Tags: CPython 3.10, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0dc2db1485703f7c6cf4ff9da0fe7a7d4ee883f92a35d68197c2294a3c3efd17
|
|
| MD5 |
61f7ecfd98dc837cb272a8faa3e4f362
|
|
| BLAKE2b-256 |
4058915fb082f81e5db2cdf9035c8fee1a77d4a675e9a4f5a2671875c2380da7
|
File details
Details for the file libipld-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: libipld-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 283.0 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d791227d505a3aab9f5bc0df9baafacae825f9fd4cd01f157252efe15536b10
|
|
| MD5 |
3632992a480b36183302f55256cc71c6
|
|
| BLAKE2b-256 |
8a390439a3b2b685b63860416050786f61dde58ddd5e11f087ae2da1efc5ef25
|
File details
Details for the file libipld-3.3.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: libipld-3.3.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 330.2 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9433e7c0ee73f30bc6849363660f8e7fda97fae5e3f0cf261e54af86dfa681d
|
|
| MD5 |
e590bcf4f8311c000abcaafe02f45d82
|
|
| BLAKE2b-256 |
56e1930c4ebf0502c5524950fb2a55f86ab22734c0639c29da00d0b895ee1101
|
File details
Details for the file libipld-3.3.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: libipld-3.3.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 316.3 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad6f8fd51a4472a8c2ae8e5c2b3fb274ea29876b9284d86456a203e41793952c
|
|
| MD5 |
beb3bc43cdc4143c87c89a9666d4bd30
|
|
| BLAKE2b-256 |
3af6aedb32c901a15ff880ee27f64e499364da5f86ac9d4cf9d7896250124575
|
File details
Details for the file libipld-3.3.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: libipld-3.3.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 290.1 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e52f5111d7d06838993d7c35256cb3e19143239c602cda177273788b0cb5ffc5
|
|
| MD5 |
f0db9da29d7090354ddc943d168c8892
|
|
| BLAKE2b-256 |
c7f78a7bf306cf8ec059c74e994144489a69e1d062debf6f4900b9fd42bafec0
|
File details
Details for the file libipld-3.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: libipld-3.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 280.2 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4a0538187b8a2dfc9507d83ff6e9de150802f81c67d22c043e4036653ca048e
|
|
| MD5 |
3292d2bc8753466ad9dd16056117e746
|
|
| BLAKE2b-256 |
a2cd9f451478c461073666011411cfb05ab5905eccc937173f2313f2b1e37ff7
|
File details
Details for the file libipld-3.3.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: libipld-3.3.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 308.1 kB
- Tags: CPython 3.10, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72b59693a1ac0962ef24c660e8d34dc25c41a1f1da1da54badb7442a498fc9a4
|
|
| MD5 |
c274f648da359acfc58b020a634cab7b
|
|
| BLAKE2b-256 |
156095919c6c4c54d650b869901960ebaaeb602cd676d9931f4eee13c2cfe8fd
|
File details
Details for the file libipld-3.3.2-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: libipld-3.3.2-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 260.1 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
981f870427c6f2ece983825b439c18718e5aaf8121a1659624e896ee905ab18e
|
|
| MD5 |
6ea3f21fe9ec635a39f6ed1c48b33a79
|
|
| BLAKE2b-256 |
496deb4585e3d1f9eaf55c36f33ad0e87223c6d0838199bd46d43df2fab4f005
|
File details
Details for the file libipld-3.3.2-cp310-cp310-macosx_10_12_x86_64.whl.
File metadata
- Download URL: libipld-3.3.2-cp310-cp310-macosx_10_12_x86_64.whl
- Upload date:
- Size: 268.2 kB
- Tags: CPython 3.10, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02f00a19e6a557bfed2ce6911d541f96708d73ca457b709793885336adf91431
|
|
| MD5 |
9e1bab7c5bda06d15728cf9cdb3fec4c
|
|
| BLAKE2b-256 |
2c4842097913e66d1424684c6a11de5ca2e962f0ca67a86644530386de505847
|
File details
Details for the file libipld-3.3.2-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: libipld-3.3.2-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 158.6 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b69f2accac94f2599e4c012d9b53fa786863156d9a9401000edf148af81e5be5
|
|
| MD5 |
256b6e8a8a404000ab633c9ffccc35c2
|
|
| BLAKE2b-256 |
deb6316de7caa56cabb592fa1c3e90c5b3cd4a9cb4289e759055bf0c02f2feba
|
File details
Details for the file libipld-3.3.2-cp39-cp39-win32.whl.
File metadata
- Download URL: libipld-3.3.2-cp39-cp39-win32.whl
- Upload date:
- Size: 159.5 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
047d95641c95360adb6627447d6cbc048fcd9768f4a827078842d7d99cb79b77
|
|
| MD5 |
b03e9d61080e2f0478c5b7c2dd22855e
|
|
| BLAKE2b-256 |
380f0d8005067022606a63d51dc406d4d20399afc74aca83d9fc5fe04a0123fe
|
File details
Details for the file libipld-3.3.2-cp39-cp39-musllinux_1_1_x86_64.whl.
File metadata
- Download URL: libipld-3.3.2-cp39-cp39-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 459.7 kB
- Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
829772d79337fc330c9c129295309d27c86785b78d947e3561e45ccfe67c519d
|
|
| MD5 |
9066a343cd78249b99c519a8353fe08f
|
|
| BLAKE2b-256 |
118593b9419727ad7373160c3fb58f44c1b7c3cc510b19da484dbd644291cb58
|
File details
Details for the file libipld-3.3.2-cp39-cp39-musllinux_1_1_aarch64.whl.
File metadata
- Download URL: libipld-3.3.2-cp39-cp39-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 463.8 kB
- Tags: CPython 3.9, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa67924c14b481f3f2c3d8a173d755955c2363d889ffc78dadb8d6abcaa7fe3c
|
|
| MD5 |
c7d93ef16e4855739ddf174e1f94bb5c
|
|
| BLAKE2b-256 |
cb0e0d9644c0753265e777492fce4713179f7761b59a19b7892b5c6d77367a17
|
File details
Details for the file libipld-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: libipld-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 283.0 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5cd74d2e17435869c21400cb587e788785bf7f565897c0e651f82e69bc0da27
|
|
| MD5 |
0b09a1987045e9c846648fd72dcc5000
|
|
| BLAKE2b-256 |
b74f2f6ab2f41de9315faaa974d169e725a966bc6fa447b873fc395f87897248
|
File details
Details for the file libipld-3.3.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: libipld-3.3.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 330.2 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08c8aadfebf9db9a547bd14ab4e5d438ee3f0a003eb4554bbecedaebbaaa0bbe
|
|
| MD5 |
ccf01718f322447716d9e615633a4dcf
|
|
| BLAKE2b-256 |
3ed96adbfe03d45b766af4570b37ee61d142594c6b11e5beeed4f7f6a89f1979
|
File details
Details for the file libipld-3.3.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: libipld-3.3.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 316.3 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8db7127528af6393c02da6317a9188fb05dd13feb7557ec5be320208402f6537
|
|
| MD5 |
554084522d8eb36048b8ac13ce5be5aa
|
|
| BLAKE2b-256 |
6727b442b23e91a07ffbe9884cc0c882f071b9605f1e563b44b84110cffe51ae
|
File details
Details for the file libipld-3.3.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: libipld-3.3.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 290.1 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e8608367317210baa57caa89b504db05c1623d8418e5a94276bcf36059cef65
|
|
| MD5 |
487c5113b5dc9d863e724b0100429c2b
|
|
| BLAKE2b-256 |
ec50098631793d7247dafcbd52426322f9f9ee8cd80bc94264bd58853cbd3bbc
|
File details
Details for the file libipld-3.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: libipld-3.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 280.2 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8494fe4235b053883209aa9c6a5d128f18efde7d6d0eceb51d2dcb029dffbc33
|
|
| MD5 |
7621680c109806c503d4368d80eaaf62
|
|
| BLAKE2b-256 |
44ddfe9b923e43fa6f9d052ce8d0b1299f2f11f70c9855c92b79b17037c400e2
|
File details
Details for the file libipld-3.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: libipld-3.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 308.1 kB
- Tags: CPython 3.9, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f78507f2f458239e4e7fe2f984c59c5f5060f1ec401e8f38cd2b59fc85d7d8fb
|
|
| MD5 |
a4cb4a0a27a8ba33fe875fbc15dbc7ae
|
|
| BLAKE2b-256 |
81e5f23f613c451021dea99311a6d6a58e49c75cad2ce1391c78af8f7745ac5a
|
File details
Details for the file libipld-3.3.2-cp39-cp39-macosx_11_0_arm64.whl.
File metadata
- Download URL: libipld-3.3.2-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 253.2 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c17ae8593e33bbb3c377974cd046be03453e0a317b5c723b9375fc00491ac5dd
|
|
| MD5 |
1f8f8c1d8d4e52d611ba06af8101d264
|
|
| BLAKE2b-256 |
2ec02cce09538c0671d87d42d88614c69d62866ee7ec40097bdc82cb9be14604
|
File details
Details for the file libipld-3.3.2-cp39-cp39-macosx_10_12_x86_64.whl.
File metadata
- Download URL: libipld-3.3.2-cp39-cp39-macosx_10_12_x86_64.whl
- Upload date:
- Size: 268.2 kB
- Tags: CPython 3.9, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
435643314f8a11d207c5e25536d3f6876a3efa337886faea7e5116e1d8b67bc6
|
|
| MD5 |
f2cfa760e813dedefb0efd6426d1d85b
|
|
| BLAKE2b-256 |
239228d87f8e0d188843056309e39d39c10e8065d88d06aafb50192a06962f73
|
File details
Details for the file libipld-3.3.2-cp38-cp38-win_amd64.whl.
File metadata
- Download URL: libipld-3.3.2-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 158.4 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d689891c00251c22439ccfa4a445cee77cfa68b9e703fdf7ffe7abe4de56da86
|
|
| MD5 |
add4a4ab98277f27a7ac1b0e36bbf08a
|
|
| BLAKE2b-256 |
dc357a635b85842116dc44b02a79ee576d3e5129231a1e49fa1e955942207d52
|
File details
Details for the file libipld-3.3.2-cp38-cp38-win32.whl.
File metadata
- Download URL: libipld-3.3.2-cp38-cp38-win32.whl
- Upload date:
- Size: 159.3 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c9f6e91da0f7dcdd3276eefe3f31b2ec659ed279f5e595e6f44efa337a18b2b
|
|
| MD5 |
1fa1d0f4ce49c26694d00007e3a83f7b
|
|
| BLAKE2b-256 |
fbba0a05fa588bf2a7f4b59411ccda1e69411a7f3f0843260b8ca8e31978d0d7
|
File details
Details for the file libipld-3.3.2-cp38-cp38-musllinux_1_1_x86_64.whl.
File metadata
- Download URL: libipld-3.3.2-cp38-cp38-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 459.5 kB
- Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca53a59670b113be3b57910c3132d003fd4571f2c83f75bbfc758f5ff3288708
|
|
| MD5 |
a8a9f38e6c09f111a05ebd0670818624
|
|
| BLAKE2b-256 |
d56831d6302eace20cb0204cc5d0e995d012d87d8ec741769b5d77d5e29662a2
|
File details
Details for the file libipld-3.3.2-cp38-cp38-musllinux_1_1_aarch64.whl.
File metadata
- Download URL: libipld-3.3.2-cp38-cp38-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 463.7 kB
- Tags: CPython 3.8, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3aa8ae124db8fe724199e7fd16c2bd72dcdd2f10572be28dcacf0eb7613af026
|
|
| MD5 |
8f2d6f8fcd30f5fb9be5e6eef9afb855
|
|
| BLAKE2b-256 |
b9eda1f3968ac4ee5fc211e9db03b82cf14386e8320c70757e406fe2394a61c9
|
File details
Details for the file libipld-3.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: libipld-3.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 282.8 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f0929edbbd283a203e0a74d1794ad171cf4f5fc11453bddc366615c4b97043c
|
|
| MD5 |
a099714aacd725dba453b453ed07ba52
|
|
| BLAKE2b-256 |
a636f0cc4bc6e3d258cb6f443cbe7a60489339e72c2748225d4d5f5ea2986b7f
|
File details
Details for the file libipld-3.3.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: libipld-3.3.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 330.2 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4402e21ac3b5c754e1562b448175d35113fb39d7bb938dfa4e095a9629ebb8dd
|
|
| MD5 |
e360eb8383eee97495e60387d972723b
|
|
| BLAKE2b-256 |
1125ec1b667feb90fd1daa1efcde3cc3f74058a0bc4b1080e8bdbf12784a0e5e
|
File details
Details for the file libipld-3.3.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: libipld-3.3.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 316.1 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
499345f7ce4ec6da1d35c4bf5c9f8aab9324f5c9e508db3065073fec2d4e4bde
|
|
| MD5 |
8a28be628a6f98696a4df394b1385899
|
|
| BLAKE2b-256 |
ac382cb09acbbaeff8885852d689c4b650f8988b2eb04b587dce9acaae57137a
|
File details
Details for the file libipld-3.3.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: libipld-3.3.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 289.9 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
edbfe93ae92609436471a83a80219e3ab07d79496d39ef161d4111eb47ea8184
|
|
| MD5 |
ba14b73758930a94ddf256ce8c2d2283
|
|
| BLAKE2b-256 |
05aab86792075f7ab24d582244f5f6552a9e712ffba10f94d099c9b529531182
|
File details
Details for the file libipld-3.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: libipld-3.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 280.0 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f11e053f954fe8efc37ee1d71ff3c20844551d1b2468388612876ecac500ccc3
|
|
| MD5 |
a83210c302eb914e823986e70d563369
|
|
| BLAKE2b-256 |
ce18ca4275d4f45a6041ac48f1f123518706482891d3e36c42466ec6a15947b6
|
File details
Details for the file libipld-3.3.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: libipld-3.3.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 308.0 kB
- Tags: CPython 3.8, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13cb6c68ec55a8802704241210cca44e09eaf4c0e9bd6823e191e56f7f038f05
|
|
| MD5 |
ec74182935070df3a986533006889ecb
|
|
| BLAKE2b-256 |
58a0effe504ef294f9dad84ddb145c17f883d842190d9c96ff294a6942c65063
|
File details
Details for the file libipld-3.3.2-cp38-cp38-macosx_11_0_arm64.whl.
File metadata
- Download URL: libipld-3.3.2-cp38-cp38-macosx_11_0_arm64.whl
- Upload date:
- Size: 253.1 kB
- Tags: CPython 3.8, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
082321d5ba84d9bb4e9f2577278040db2b4f624b131402735ea7eca13febedec
|
|
| MD5 |
94cf92e27c932baab6dee50c33005aed
|
|
| BLAKE2b-256 |
3dd0e183942d9f4628d587d582a79f6b972b4c6bf39562b4f03c105d8a086f9c
|
File details
Details for the file libipld-3.3.2-cp38-cp38-macosx_10_12_x86_64.whl.
File metadata
- Download URL: libipld-3.3.2-cp38-cp38-macosx_10_12_x86_64.whl
- Upload date:
- Size: 268.0 kB
- Tags: CPython 3.8, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d7f564d13a6983a20baef873a7966df28aa27a86ccc574456b4ebc7d31fdd2d
|
|
| MD5 |
9c12663cb7ea517110767fd2e75da512
|
|
| BLAKE2b-256 |
a43fda877d50b578a2def64f2a35732ae363ad7c671fbae2d19b1aa8905ce139
|