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
- Decode DAG-CBOR (
decode_dag_cbor(bytes) -> dict
,decode_dag_cbor_multi(bytes) -> list[dict]
) - Encode DAG-CBOR (
encode_dag_cbor(obj) -> bytes
) - Decode CID (
decode_cid(str | bytes) -> dict
). Accepts CID stringified form or CID raw byte form. - Encode CID (
encode_cid(bytes) -> str
). Encodes CID raw byte form to stringified form. - Decode Multibase (
decode_multibase(str) -> tuple[str, bytes]
). Returns base and data. - Encode Multibase (
encode_multibase(str, bytes) -> str
). Accepts base and data. - Decode CAR (
decode_car(bytes) -> tuple[dict, dict[str, dict]]
). Returns a header and blocks mapped by CID. CIDs in raw byte form.
Note: stub file will be provided in the future.
Requirements
- Python 3.7 or higher.
Installing
You can install or upgrade libipld
via
pip install 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
File details
Details for the file libipld-2.0.0.tar.gz
.
File metadata
- Download URL: libipld-2.0.0.tar.gz
- Upload date:
- Size: 4.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93416fcf2bc85e2b280b71a0f50c4fe3c563d11e0a07fb06a111bfbe5a8ff469 |
|
MD5 | 030a6480c0e18186af2d6f343cc36fdf |
|
BLAKE2b-256 | dfd6d0887a586be146385477abf3d8d2c89e8e774762c531c41522cc63ebb22a |
File details
Details for the file libipld-2.0.0-pp310-pypy310_pp73-win_amd64.whl
.
File metadata
- Download URL: libipld-2.0.0-pp310-pypy310_pp73-win_amd64.whl
- Upload date:
- Size: 184.2 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fbc2e30d5039ad9b0226c275b887ff413c5e58c0112081e4d64e3427035e3ae4 |
|
MD5 | 1aeb5cd2ac0bb76420e291754ebd29cb |
|
BLAKE2b-256 | 83fd73a5463a4d29fe283391d7b7ed3368be9127370370a780a086787a711308 |
File details
Details for the file libipld-2.0.0-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: libipld-2.0.0-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 836.9 kB
- Tags: PyPy, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac9e22153d4ba2d7cb66f12e0ee63383cf6ef49f9b0fe808db196a6f8309af4d |
|
MD5 | 75928040c5f5dc07fa233f6d9faabfc8 |
|
BLAKE2b-256 | eeb4b41e57803b4689b66ef7d955d3fd412ea76b8451cababba08cc40d7488c6 |
File details
Details for the file libipld-2.0.0-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: libipld-2.0.0-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 842.4 kB
- Tags: PyPy, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 775e5fa3f2b920551756bf65d2cffd3490dd7b8b26e6827569436b482a7c553b |
|
MD5 | 90d0f86388eda0f4b7d83fbc8caded97 |
|
BLAKE2b-256 | 072c5f5dacb09328d16c441d7d35397d910674ee43204b98e7bfb79fe9d2f200 |
File details
Details for the file libipld-2.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: libipld-2.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 666.0 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2f51d93085661129d2e673e0a43047fd3e7e652931e77b811a1dce1f0250821 |
|
MD5 | db58e7deccf3cdd1bc164df07d240bf3 |
|
BLAKE2b-256 | 3df06fc8f183adc93ed6776c2a5fd565bf81c414586c77191f9cd4d843a08ab1 |
File details
Details for the file libipld-2.0.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: libipld-2.0.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 668.0 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc4ff0c4034196df2fadd83f176fc496d62021c4756bd95081ec1705b8b91bb1 |
|
MD5 | 8f5e29331f39fb07cd3f824c935f385f |
|
BLAKE2b-256 | 7a141d28b912881d0f5e8fae07fbf38bb7eac58510ba9635754a9c832a75e7c5 |
File details
Details for the file libipld-2.0.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: libipld-2.0.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 680.7 kB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5c255f9d7b1e5f30484dc5678a2f67a3b2cb8267ad345cfca99b2ef17db0d42 |
|
MD5 | 551b644406072153c0bc2a16dbef1b1b |
|
BLAKE2b-256 | 0e3746bec263b70a2eaa19d7fee01722b8c9ad9f7a787993d78e0e5a00c4789a |
File details
Details for the file libipld-2.0.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
.
File metadata
- Download URL: libipld-2.0.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
- Upload date:
- Size: 275.5 kB
- Tags: PyPy, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb9befc3ced250aaee1ef7ba695568a8135b970cf73b9b7570891e06e10a4789 |
|
MD5 | f68cb6934bf2bed6362674b91cf7154b |
|
BLAKE2b-256 | 5f7f4a5dcd0a1720dc06480b1571cbfb287340337024090024d68716630f6e56 |
File details
Details for the file libipld-2.0.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: libipld-2.0.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
- Upload date:
- Size: 288.2 kB
- Tags: PyPy, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 57169b476f4c2fc4d0ac4ae78fdb33110236f2d055d0eda698211f594d3fbeb0 |
|
MD5 | 0f309589de87c08e82ac27e9299ce1b4 |
|
BLAKE2b-256 | 2b341ac9308285d1d897484d87e5e68dae06da5dcf53955c1c43afe71a49bcda |
File details
Details for the file libipld-2.0.0-pp39-pypy39_pp73-win_amd64.whl
.
File metadata
- Download URL: libipld-2.0.0-pp39-pypy39_pp73-win_amd64.whl
- Upload date:
- Size: 184.2 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a3a9bc7a74c00df173504cc91f837746f300bf8767b2e51b4ac339fc388bb78c |
|
MD5 | 379969fc5849a93f0d69e59be6a37e87 |
|
BLAKE2b-256 | b0a9d76208387cd34ae96ad2e4e72fa070968b76f0f4fe83a6c71ea83fcba8c7 |
File details
Details for the file libipld-2.0.0-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: libipld-2.0.0-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 836.9 kB
- Tags: PyPy, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e12c85eaa9a167258d3b900787914c73419ef04ac48a04bc559210e8546bca4 |
|
MD5 | c5fc021855b087ca5bd17b3efbf54fc5 |
|
BLAKE2b-256 | 7b274c9b1ee9d257085a4fb35057bd4d23f7ada9c192d6b1482d2c7e29438e0c |
File details
Details for the file libipld-2.0.0-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: libipld-2.0.0-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 842.4 kB
- Tags: PyPy, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 653e33760fcd9b2d4f8a25393c99ffa8ab5bfc096fbcc5b6debdf58ba28f28a7 |
|
MD5 | e6ba8c235857abdfebc4c45aaae4085d |
|
BLAKE2b-256 | 651680597dc8d09010efc0c90e46af086fdd9f737c1e0bc1250a74af0eea3472 |
File details
Details for the file libipld-2.0.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: libipld-2.0.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 666.0 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48880f5fc259e9ad8caf0a8ee5fd58ba6ced9d6b674e53cb369653c8deec1d50 |
|
MD5 | a3e367d15d2f5587ad74cbe2de71d99c |
|
BLAKE2b-256 | 1a45ff8f643125b3eee0e50d24c0180fb7c08239a2bf9caf0cc11b840a372ee9 |
File details
Details for the file libipld-2.0.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: libipld-2.0.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 668.0 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 843d44bd4317184391d0632cd4639fda99a94f69c08ac20c6b56b668f38b5ce8 |
|
MD5 | 526aeee32ec496011d0a5dff65fcb759 |
|
BLAKE2b-256 | 9511595029e84c50c4b55b50de67e2957d30cbc1aeead4b16d3982c3a038f244 |
File details
Details for the file libipld-2.0.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: libipld-2.0.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 680.7 kB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fbf761fe0f5555364acc4e09e1141a36d267572562be8ee559cb1766bbc6ca22 |
|
MD5 | 7a498c17f6394dd3ffd475ba9343e09d |
|
BLAKE2b-256 | 6585580c22e9365d28c45d9bdbfa612840fa8289df39903189d94eb5aaea2656 |
File details
Details for the file libipld-2.0.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
.
File metadata
- Download URL: libipld-2.0.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
- Upload date:
- Size: 275.5 kB
- Tags: PyPy, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ee928a9822a3d9070032648e9a82d06ac00526b24e6378bc10ca3cc066ecae5 |
|
MD5 | 1e54c4e3d7655c59f9e49ea701e72742 |
|
BLAKE2b-256 | 71a5ee2bddd4f6a9840c9bdecbc09feb9f7492c5ec50bb9e99cea9142be92b16 |
File details
Details for the file libipld-2.0.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: libipld-2.0.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
- Upload date:
- Size: 288.2 kB
- Tags: PyPy, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3049873808348a0e90512b2bb13f7f9fd44f0211b2d0234d3fefb5d555d18a03 |
|
MD5 | 8b2bba82d0e75b1871a92252ecb966d2 |
|
BLAKE2b-256 | acb001b6b129723eba4611e9a9689d77a7d6280581a26fa761a418582da307af |
File details
Details for the file libipld-2.0.0-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: libipld-2.0.0-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 836.9 kB
- Tags: PyPy, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a38e14cd5253c3cf0835909c40cff9d08684048bf959eff54cc56966728b044 |
|
MD5 | 30fe54e8894dd2620e51bbd372bc2c7c |
|
BLAKE2b-256 | da88ea0b5e7d47897a646af7d7f08e260a3fe44c3b1db61f900db7563b0623c8 |
File details
Details for the file libipld-2.0.0-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: libipld-2.0.0-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 842.5 kB
- Tags: PyPy, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b71cc529b42bbd9efe4e4d12ffc0e2e4e17e8ba9e87cd7124fb77637f59d7ec7 |
|
MD5 | 6ff9766b1dedb568421ca1fd68d6118a |
|
BLAKE2b-256 | 9bf012c646753b4ddffeeec74484372e6afb0583944a6ceb84ba214f16c56631 |
File details
Details for the file libipld-2.0.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: libipld-2.0.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 668.0 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 353883655305af041e620457b430f2198167315363f5f7a9ba3593a287696c0b |
|
MD5 | 73a4d7a76616c7b18e7e577e3ef9b6a7 |
|
BLAKE2b-256 | 1650e07eb7c9351166cba6b3c1c3b9f379b09a37e4104d089c3966fd80420266 |
File details
Details for the file libipld-2.0.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: libipld-2.0.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 680.7 kB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c44c81f5b8909c176e644918a3a165ea7ad77a66f82c72fe6c20fa7b85b57706 |
|
MD5 | f0d9e8bc8c036c0c07987fa46386e52b |
|
BLAKE2b-256 | fa24960d1340cf82c97bbf6fb57f87185f042d931d3ee2143092da7067706cf7 |
File details
Details for the file libipld-2.0.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl
.
File metadata
- Download URL: libipld-2.0.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl
- Upload date:
- Size: 275.5 kB
- Tags: PyPy, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f38d3e8c44313f3ba0e542f148d1ab72baf1305930826dfc8affdc059025068 |
|
MD5 | 0caf592c898a8f5a8cb315f6cb6c1821 |
|
BLAKE2b-256 | dcf5734ccd2cb66518a13baa52da31ebc5d3b21e95163ee55d025adc140ce347 |
File details
Details for the file libipld-2.0.0-pp38-pypy38_pp73-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: libipld-2.0.0-pp38-pypy38_pp73-macosx_10_12_x86_64.whl
- Upload date:
- Size: 288.2 kB
- Tags: PyPy, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3eb55ae2c3c4888485b2443e079f64d237c3216bb57a12ed892ef368f7920d38 |
|
MD5 | 91ba17617b533324b3579aa92ba647bd |
|
BLAKE2b-256 | 3f23526bcc1fc3ef56902f854dae3c7df6119427b81d267a41fcfac496e2bf21 |
File details
Details for the file libipld-2.0.0-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: libipld-2.0.0-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 837.9 kB
- Tags: PyPy, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f34387836564fbe7c079c86783aeae72a9298b005ae363d221e65eafa043c93b |
|
MD5 | afbeb24f426f8f0523b871f18bbdaba0 |
|
BLAKE2b-256 | 3c7a14a0824010de079a8bea5156f42e401cba64ddec5e8673b7aa1f2e7e4ba1 |
File details
Details for the file libipld-2.0.0-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: libipld-2.0.0-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 844.5 kB
- Tags: PyPy, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ec895878ccee574086ac98aaa9c15a308c88f6139d5fe3d76a5547e90e8d60b |
|
MD5 | e05bb285c12b3de904b63963a75fe03e |
|
BLAKE2b-256 | 7009ac5820f40019d3827f4afe744dd18e29aeda6e0f5ddf9686e975d8d70779 |
File details
Details for the file libipld-2.0.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: libipld-2.0.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 669.4 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3aeccaa76c3283cd55ef455899b60833d14318ec91d765ab248856495b73da21 |
|
MD5 | a8fb5c1029bb36db3fbed31839d1c745 |
|
BLAKE2b-256 | 7bbe2bda6f166c455cd0b9cf32497f54495a3ed6136afe92b2ec15e6c8771d52 |
File details
Details for the file libipld-2.0.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: libipld-2.0.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 682.8 kB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76f34005c9dafc300cdbf87fe114a582d591556747ea88a3863eae5f90ddcea4 |
|
MD5 | 5de12d6b6a3802b486ac71e5124b7fd9 |
|
BLAKE2b-256 | a3c0041013d1792a21bae3aad90061d2057895d0f08a908429cc46d12098f2cb |
File details
Details for the file libipld-2.0.0-cp312-none-win_arm64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp312-none-win_arm64.whl
- Upload date:
- Size: 170.6 kB
- Tags: CPython 3.12, Windows ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e0890a7579c726d84e603eb276a65753d6f1dc7083ff0abc00ca07581468ba5 |
|
MD5 | 8449046f8020edfed2d9228693ecefea |
|
BLAKE2b-256 | 3ec83c71ab1c74bf4ad297f6ddedcaa3a046c6f01c4488ac5b7cbb120c1cd651 |
File details
Details for the file libipld-2.0.0-cp312-none-win_amd64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp312-none-win_amd64.whl
- Upload date:
- Size: 191.4 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a66d93ddfe9091b7e386df12ae1ed96728bc54c1f30022cf6b27201e513c0994 |
|
MD5 | 606f1335ffb2d55e7db93fabbb93e608 |
|
BLAKE2b-256 | a5b46e080c31f10e98b67e26a2f12f51644df621fcac626f8dbb0fc37811e149 |
File details
Details for the file libipld-2.0.0-cp312-none-win32.whl
.
File metadata
- Download URL: libipld-2.0.0-cp312-none-win32.whl
- Upload date:
- Size: 176.1 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d7814579ddcd6e1af56f65d1065afcd5cb4380613911a4124e27b8911b5a35b |
|
MD5 | a9a341dee0d4b2242d559b978e94facf |
|
BLAKE2b-256 | 6a87aba6b4f7657cb427f352beb9d686e20957bd12f19025ff33a6d72856f187 |
File details
Details for the file libipld-2.0.0-cp312-cp312-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp312-cp312-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 836.2 kB
- Tags: CPython 3.12, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 184d08ccc581c32f6aba55cb0e086b41cc38183d4473124fe6a1acad2f307042 |
|
MD5 | c2d54eca46cafea8cd5a0ef2a631716b |
|
BLAKE2b-256 | cdc18c53265d4a98e764f97e5115025d4ee1ddf032aabda27b9ff7ac7cfd9b56 |
File details
Details for the file libipld-2.0.0-cp312-cp312-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp312-cp312-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 841.1 kB
- Tags: CPython 3.12, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dbaa42742ab9cf7b75408ea79c3d3ca64f6d7f827d63f025d0027ff2038f1b1d |
|
MD5 | 6f14a8b4a5a47468040670abb0db3d76 |
|
BLAKE2b-256 | 7cf7006d98d1a761283bdea77b81b416e049e95badbe64a0482b26e695e865e1 |
File details
Details for the file libipld-2.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 672.9 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf63eb7c8d1c2fe4cc7a70bf3e39faae3a3ca92794d83125c485835fdd09f1e8 |
|
MD5 | fd32ba96c3bcb23e585b09c1b1c00284 |
|
BLAKE2b-256 | f0b59ef56de436ae40fc6d86a054a067eefe8ffc9f1f96b42dee64aba824d2a4 |
File details
Details for the file libipld-2.0.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: libipld-2.0.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 830.5 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae41bc9179c0bee8c373840d297c9d65379216119f0364a39585bb3bc83add6b |
|
MD5 | bca809864748b708df5d549471ba3fbb |
|
BLAKE2b-256 | 845aa7f0d6c5df85bfec102d9ce4e087d131018f04c6a6e42b0f551f2c920ff8 |
File details
Details for the file libipld-2.0.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: libipld-2.0.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 675.5 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 15a7f773387949b924274d3657b2ba180b7d45d4f0be850a1b2fe2a8ef458f48 |
|
MD5 | 9178483310080f32349e44d81a04742f |
|
BLAKE2b-256 | b4c4fa92b5df6b45d817be14821ee5fa4c16af807033d565a0885df1081a05d2 |
File details
Details for the file libipld-2.0.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: libipld-2.0.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 673.4 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e19a6f4ae5723138441473c083fff6b06e35055533639d48396f89c6da3fb96 |
|
MD5 | 2968ad942875ece25c131c41bd25fa1c |
|
BLAKE2b-256 | eb6363fc66e31fc997a28f8405ba2cf8dbeb8c0447d26208c289d750012b649f |
File details
Details for the file libipld-2.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 666.7 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6830751f855333ca16cfa1eefb3500ed616ddd3e9b2627514e6655204aac3c3a |
|
MD5 | 3b2f38f9d0408250487652c910286aa1 |
|
BLAKE2b-256 | 6ddb6210c26d66649911316a968e6ffcc0798a37fe125dafeaf77e25c28e26b7 |
File details
Details for the file libipld-2.0.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: libipld-2.0.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 680.2 kB
- Tags: CPython 3.12, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 803f8b9a7cd5d06fd4aa27be43bb328f67261668685fb46df521ae2c08698eec |
|
MD5 | df0a4b7b3b8fc9e30423c77e1c8877ae |
|
BLAKE2b-256 | 5d774746b1592eacf06cc673ca6c2c03bd7b189ca122e972cf775b96adde860f |
File details
Details for the file libipld-2.0.0-cp312-cp312-macosx_11_0_arm64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 287.8 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 47f0bc28ec1c03d729a3dd8b320718c9fc65ab4b8a5c87328b55e8b7aca6a4a7 |
|
MD5 | ce3b00a030ad96615e54c7dc46bf1a48 |
|
BLAKE2b-256 | d1ae6588780722497b8ac3727fec5e4e1b275331dfcc2f48e1bdbd578a4573bb |
File details
Details for the file libipld-2.0.0-cp312-cp312-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 318.9 kB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb704c774ebcda44c3b6c6a3f78496a7cae7e364de64f89edb9bf6c56e5bb0a9 |
|
MD5 | ce559d2c8f42f6817a449361e289ce70 |
|
BLAKE2b-256 | c38012ee026b2c1db592df60461b6a48182a109d96f43ab86bedc5346ae91a5c |
File details
Details for the file libipld-2.0.0-cp311-none-win_arm64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp311-none-win_arm64.whl
- Upload date:
- Size: 170.3 kB
- Tags: CPython 3.11, Windows ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 684d3e2e60047a50dbc631842c0e9c1875a66c9fd7391aa54922eda4d806948b |
|
MD5 | 3b66a40977522afec109021130c18a48 |
|
BLAKE2b-256 | 5f2f2df28836370fbec3ef41142c9fbfb15d86ff13ee1bc7265d4c631cbaf1e7 |
File details
Details for the file libipld-2.0.0-cp311-none-win_amd64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp311-none-win_amd64.whl
- Upload date:
- Size: 196.1 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd08df5c3a995f2afa11c32818949622665689d3dd92356546855b52742efbda |
|
MD5 | d523e18fa6d41e3b51bfb554fae718fe |
|
BLAKE2b-256 | 2d94c1f741a475d6f75843abdf094bc423b7430c888a13488d71e4ca1dfc1a73 |
File details
Details for the file libipld-2.0.0-cp311-none-win32.whl
.
File metadata
- Download URL: libipld-2.0.0-cp311-none-win32.whl
- Upload date:
- Size: 175.8 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7c1d72fe39a4e0549d9f835017f0662bd4b7a23c862065e841a790add17cc224 |
|
MD5 | c75a815eb260d220d2a2cf49eb883cd2 |
|
BLAKE2b-256 | 43f418b01d1d9c4be92f7425d0b386aa9bb40898d5c2a67ad3793c22ce0f1237 |
File details
Details for the file libipld-2.0.0-cp311-cp311-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp311-cp311-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 835.8 kB
- Tags: CPython 3.11, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9b5bdb73a9eeb0b4233f67de1ea7525dff22ec93ea6bc248338816175057d79 |
|
MD5 | 04a9dea97aa516047b997ad60b8c5dd0 |
|
BLAKE2b-256 | 0010e5261fc6600b187ac67e10feb4313b4c2980711ef4fa8689f70273c49fe5 |
File details
Details for the file libipld-2.0.0-cp311-cp311-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp311-cp311-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 841.0 kB
- Tags: CPython 3.11, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9756cc1c63a9ba8bf2059a51fd1d145f6641ba653a85d0bcd2ac6cbbd1240bf0 |
|
MD5 | ad130e2a8a1cbbf2daa20bc616b2098b |
|
BLAKE2b-256 | 7692734a5c49cde0d3b349c29c43723359885d3225af836aa6ddd6542a184562 |
File details
Details for the file libipld-2.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 672.0 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4783e4e27fe945536fb44928fb245e97f972aa0e9924afbf52e58c7434668763 |
|
MD5 | f632c6b59388c31d2ce4ee0f6df5d96f |
|
BLAKE2b-256 | 84e078f76e00194680f55a2f66797cec590638f71c94d758880af4fa75c78d46 |
File details
Details for the file libipld-2.0.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: libipld-2.0.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 836.3 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e171363631ba128f5083aea56589794996cc6a9afa98727f8be66103b760bb4 |
|
MD5 | e4e3a843e0611b57076d0cc42b793efd |
|
BLAKE2b-256 | 40a604aace60acb42d3b07d49bc81c341adc31fe4f0e96a751c9380d4f500ae2 |
File details
Details for the file libipld-2.0.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: libipld-2.0.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 674.5 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5ede5cc213fb4c07d80ae850559eb3137faf46aa8cd2cd624c2855be163f9b1 |
|
MD5 | c02c1f2ef5c1df1a42cb376f14831713 |
|
BLAKE2b-256 | e6f8c09fbfe1d9a873c789c247af56bb8fc431d9ac58e38b3f8a513fb49261ff |
File details
Details for the file libipld-2.0.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: libipld-2.0.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 673.1 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c19eeef3dbeccac587effed2384c8f330a399d336cda37b639fb48c7b292727 |
|
MD5 | 0f40e1198ba4c61317827b650b6ab1bc |
|
BLAKE2b-256 | 3e5185691960400dd3ae4e57c64646df6edf66e413ac3d550b0b6956227c6dbb |
File details
Details for the file libipld-2.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 666.6 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f04ce7435d26fe030b9aac5f05cacd43db5055746acb6102b0893848dca6fe17 |
|
MD5 | 8d417c92bad8920db04c7ac202dcf60c |
|
BLAKE2b-256 | 6c60fff9ad28687c87cfe9f741fb3b2c3b4aeed563a7e573c683b711237db684 |
File details
Details for the file libipld-2.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: libipld-2.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 678.7 kB
- Tags: CPython 3.11, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a06ba248d264ab87a0b1ff40417a3abee68263baf32e05228fe3b1c83ce850c |
|
MD5 | e4cc8d0fa97e284fdbd65c1a62535c45 |
|
BLAKE2b-256 | 4d3dc5c09a7c1356c02fb374170afde66f75a1bcac77fb8e0d34acd1b867871d |
File details
Details for the file libipld-2.0.0-cp311-cp311-macosx_11_0_arm64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 291.7 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b2986e5f9e1bc63a7159e34eb856c117762b39cd5d3bf6fe59a063b3fdbe62f |
|
MD5 | 542c6971333973c99e09ddee35fd1a63 |
|
BLAKE2b-256 | 3564c0f2407a44ce3fcdad7f86df9e251b55c2fa1a42f946c1c830bc0641f723 |
File details
Details for the file libipld-2.0.0-cp311-cp311-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 319.9 kB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42eb8565cf2a64a10b4a06cff05e8690d9ca9356816b1e73c9f6d2675545de37 |
|
MD5 | 4fc2458a7cf0cf922a373b63ffe14923 |
|
BLAKE2b-256 | 77ed50c08248ba6c003e03234985732685c612490f994318cd6ecf3046e09fc8 |
File details
Details for the file libipld-2.0.0-cp310-none-win_amd64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp310-none-win_amd64.whl
- Upload date:
- Size: 192.7 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c6458af79f88cdca59f4e9e21a3bf6c0256f179dfbaf27419bca33397bd40ba7 |
|
MD5 | 1ab059cfcac10079e96c3c38bb000b43 |
|
BLAKE2b-256 | 7a6b284af0ef931e3cfebf24913c649acc630fdf822fc0eb26c10b656be6ed1b |
File details
Details for the file libipld-2.0.0-cp310-none-win32.whl
.
File metadata
- Download URL: libipld-2.0.0-cp310-none-win32.whl
- Upload date:
- Size: 175.9 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | af906c35b01a9d5d8347b585f41d0eba6d2de46de9b5fa0b095c56dce84a9cf4 |
|
MD5 | de8829730eec7c8ca55c20896b5435a8 |
|
BLAKE2b-256 | e5be9c45ecd7376c1dfdd32328b0b0883891da778ad8805f041faa9b9f2fa87e |
File details
Details for the file libipld-2.0.0-cp310-cp310-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp310-cp310-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 836.0 kB
- Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7fca191fe4c2c566685d278bc41c39a03d738e0ff7a3a7ab60e6f39c4cb53fd9 |
|
MD5 | 09727d06ccb7762752942ac4eb6d0006 |
|
BLAKE2b-256 | 5e1186cf71fdb8b96ba3a8218ed4c79342d3f2b586b83a618f7e5e16862a020b |
File details
Details for the file libipld-2.0.0-cp310-cp310-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp310-cp310-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 841.1 kB
- Tags: CPython 3.10, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71a5d4b98c3c48420a3de71122a60f1f9960b556f6f925da4a5fdc39d52dd285 |
|
MD5 | 292fac9984a480e8a9ea152ca2b178d8 |
|
BLAKE2b-256 | 578a54827b6bd2d4cfa4da2539e5f7c23086293d13532d0375d49dac55ad52ba |
File details
Details for the file libipld-2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 672.2 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a8b94a210df803f1fb28936e948f17556de9def270f1e47c28db94582ea32b3 |
|
MD5 | 25b842b9d4f4082c2b8bd97ea55c30db |
|
BLAKE2b-256 | f7d6e1551e128381277dd849cece5dfa7b063bb30f9dd3923cec690e8bfa0a21 |
File details
Details for the file libipld-2.0.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: libipld-2.0.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 836.1 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb3064675085a994b77cfa1d1c4421e4004b9ebe4c29b9487a21b1f5e6515444 |
|
MD5 | fda3e1fd6158a13dc23282c4a163b266 |
|
BLAKE2b-256 | 657d5894f02f7f21c0756f582391844d1c9fa9aec4523a45257033825c74d55a |
File details
Details for the file libipld-2.0.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: libipld-2.0.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 674.7 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d096182c1e7519be6a9c17a7fe10f04e8cb4afd7c827aec88dffc6bb2ea7496 |
|
MD5 | 853ade2655ccba03a9bcff260d4e2ccd |
|
BLAKE2b-256 | fce4661061064dbf4b033cccc5908d817b2ce594b5779d1ed976675802686623 |
File details
Details for the file libipld-2.0.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: libipld-2.0.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 673.4 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1d19f6002491e4e600c8ef5e20b0c2a6584b514986afef82686bfa4ea8b4f38 |
|
MD5 | bfaf2298602fed4b045bed80aef0480a |
|
BLAKE2b-256 | 77a98a39e288b893fc359ebcd6609e78201662c611a4c780dcad35a9a725733b |
File details
Details for the file libipld-2.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 666.8 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7c682b313e6d286a26aea60b0b4af8588805b8388fbf1a3da444fd574fd55d32 |
|
MD5 | 6a50dfcff38c5a432007efd98575966d |
|
BLAKE2b-256 | deab2eb128ee1460ab78240b79379b4ed187df1aae7a6918cf17b3a2dca84325 |
File details
Details for the file libipld-2.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: libipld-2.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 678.9 kB
- Tags: CPython 3.10, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9bc41a1beef1004354b230b7b789721dc624f4063bf413288091d21fd6d3e2f1 |
|
MD5 | 2a6acc7692cfdca5fb6909715a0c7423 |
|
BLAKE2b-256 | 7a522ada8b433cb768aff1a50762220716d5a7618c7412f026572e9366f28c86 |
File details
Details for the file libipld-2.0.0-cp310-cp310-macosx_11_0_arm64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 291.8 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88e039a290dcb55838a8034e97fc557c9c79dae87c395d66d86a4679082a0d0d |
|
MD5 | 80ea196f5125748d37a64da5e050373a |
|
BLAKE2b-256 | 5ef2d0085003203272bdb1588d85c95a5d00916c63c6e2185a6120d6115f2546 |
File details
Details for the file libipld-2.0.0-cp310-cp310-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp310-cp310-macosx_10_12_x86_64.whl
- Upload date:
- Size: 322.6 kB
- Tags: CPython 3.10, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f98be7b5699a87d3db1bc38785bc3d3311e95ca243f4c45f6069e2a4f931feae |
|
MD5 | 4ab1e65959395946d075a2dd232415b4 |
|
BLAKE2b-256 | 023dd9eafd440615880412871017c1044b9c9089de95db62eb2a080cb6830352 |
File details
Details for the file libipld-2.0.0-cp39-none-win_amd64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp39-none-win_amd64.whl
- Upload date:
- Size: 193.0 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54e61181f3508d1856e59c59fbb5fa5822bb8ad2d30a525a50216719a0074e03 |
|
MD5 | befac489c6f1ac047eb7f4fa6783142f |
|
BLAKE2b-256 | 4ff97778d1230398aecc9c9ae800391b342a7eaa4f1e13e6c29e0a72a8374cf9 |
File details
Details for the file libipld-2.0.0-cp39-none-win32.whl
.
File metadata
- Download URL: libipld-2.0.0-cp39-none-win32.whl
- Upload date:
- Size: 175.9 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ce03f33a30e1987df9ac51bea60314fd46291a9e9febdbc690ee1569da1365c |
|
MD5 | adfc47b4b9113dd86aca77f36eab7d9b |
|
BLAKE2b-256 | 9507117f7b12f80aa01e5a67ca0a0b6bcd20ad85a241d578a347f0f19e537952 |
File details
Details for the file libipld-2.0.0-cp39-cp39-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp39-cp39-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 836.0 kB
- Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 34be083169f00a72b90c792785c892fe3ded5d106fed5bdd7a6bf183fe7f98da |
|
MD5 | 2eb2ff4bb3ab9e05550708bd60490281 |
|
BLAKE2b-256 | 1f5111d49f9ed4df8bbdb7d570fde1a0ccb86ceea68163ab580628a6478f20bd |
File details
Details for the file libipld-2.0.0-cp39-cp39-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp39-cp39-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 841.1 kB
- Tags: CPython 3.9, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 005316038b362dc450dc9739f055bfde841cd256af9af6d4534ffae4ae91f14e |
|
MD5 | 277ba99e299098edb8ac6e9d4d40bd8b |
|
BLAKE2b-256 | 401e5cc81eb154a1e306a3bbbab3bab44110b4d14e1d8506cb147ad062b68143 |
File details
Details for the file libipld-2.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 672.3 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c92696d047466f3eb59c1f00e9c0bb2ed05a25120dd57b25df74664b5921a4f7 |
|
MD5 | fcb7de6eecfb03cbbf481614d3eaaaf8 |
|
BLAKE2b-256 | bf53f31ec4e712e2e5ed54ea527b98d86b43f5af13465a34fa711016c597ab24 |
File details
Details for the file libipld-2.0.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: libipld-2.0.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 836.0 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 131598b09d0d7f8243e7474a09b3be1f8633686d2a366e2316cab210c07dd6a1 |
|
MD5 | bd42129832f5d970684839d2f60ec008 |
|
BLAKE2b-256 | 643fc6da25380ba58aea74dd99aef7f2d715e906aa3bc6883c18e888b3fe5916 |
File details
Details for the file libipld-2.0.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: libipld-2.0.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 674.6 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0666381e5ac832c44cca2a377ddbc6d517f30b57749586a6b278c26d8943db8e |
|
MD5 | ed8191be72646a2df39941a48b22d4f6 |
|
BLAKE2b-256 | 0f05a897a683779ec12397c0e94a08cc44cc216a40d3d24ae680043d0f7ab133 |
File details
Details for the file libipld-2.0.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: libipld-2.0.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 673.4 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a23082795b1e2e815873d146ded62a136f2c68861c71fb76230b51d4f4fbb59b |
|
MD5 | 0a61b7553fc13d238e17eebb1fdfd3e4 |
|
BLAKE2b-256 | 90dfaaad0344784ee8bac6c03ca20694cec67a6803f9639d8aeb10cc5b994a2b |
File details
Details for the file libipld-2.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 666.8 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e75e00f948a48b3a683d587d38bf6a030e67b5c49a94fa5cbf06fa750b7cea1e |
|
MD5 | 9aec47b54f01e79c7393a177ffe69eb4 |
|
BLAKE2b-256 | 3807e285c71e94801222b556bed5eba07fa0ff62cf350449960b308b4e4baee7 |
File details
Details for the file libipld-2.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: libipld-2.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 678.9 kB
- Tags: CPython 3.9, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8da3d31382b61f9beaf08d26a59212c6387243eac9310b4c41b18d385fac3e0b |
|
MD5 | b596525c10fc77da4c94594d3dd79f4f |
|
BLAKE2b-256 | d60e9d1bf9f153c65999826cb4626abcf60e8d1ff06669579dbef059bf316d88 |
File details
Details for the file libipld-2.0.0-cp39-cp39-macosx_11_0_arm64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 274.1 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9fa56c5eb698191930e25b79c7c4a06bd148597cda37d60d25ee777cf010e169 |
|
MD5 | 79ac216a572f7b57a31e403cad33d2cc |
|
BLAKE2b-256 | 6eb7620ed8fb47e1642b9e76e5960f4a9c551f02a52f5a3bab8f6ddb5e5a5297 |
File details
Details for the file libipld-2.0.0-cp39-cp39-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp39-cp39-macosx_10_12_x86_64.whl
- Upload date:
- Size: 321.5 kB
- Tags: CPython 3.9, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 941a72116dff08718bb0c7ca139ce5770743749b6a52fe42e3798ac982cac87a |
|
MD5 | e247105d83a67e8aaac390df403556ac |
|
BLAKE2b-256 | 24f55af7bb2eec6c6d738a5ede0f922ca01040570f2f63a2549c4e5c1d97107b |
File details
Details for the file libipld-2.0.0-cp38-none-win_amd64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp38-none-win_amd64.whl
- Upload date:
- Size: 192.9 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ab529d9b37e7e88cd7c9743ad9c74cb52a202964c67122430a0cbab1580aad7 |
|
MD5 | 12190ca7668c101cf6a0876968d52992 |
|
BLAKE2b-256 | 479fa85a93c44a447b4bf7f0c3bd670f21e34d253867643c6b0c6899d2e60314 |
File details
Details for the file libipld-2.0.0-cp38-none-win32.whl
.
File metadata
- Download URL: libipld-2.0.0-cp38-none-win32.whl
- Upload date:
- Size: 175.7 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c937b539ebc9c1674c83af1ee2dd869da6fe042aafc706f1d7961b3ab03971cc |
|
MD5 | 65660afe8f17b2ee48584ef8a7fb4d09 |
|
BLAKE2b-256 | bab4687f76102a9bfd941b8ee15593d8731e3cd99ea4c10812514bd5950dd04d |
File details
Details for the file libipld-2.0.0-cp38-cp38-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp38-cp38-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 836.0 kB
- Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 648209fad1d71fed44540a3c8489c5ae5cb1089ea10aab717346a24693f60420 |
|
MD5 | 419f959cfb26f7215981ac2424acf622 |
|
BLAKE2b-256 | bf25ade6d210e908ec17799ddbe9c98a526201b8ae48e5e64315f5c4b3dcd9ee |
File details
Details for the file libipld-2.0.0-cp38-cp38-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp38-cp38-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 841.0 kB
- Tags: CPython 3.8, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8197342272867baa7a4501f43b01799d1096fb3fad7d2f3a300f54f5a50f6cb5 |
|
MD5 | 851abd9bd550997d952ec16f55c81a3d |
|
BLAKE2b-256 | ea3e6ab31c588348f3f34713a0c622e78550e19a757c135c923f271e0820aa4a |
File details
Details for the file libipld-2.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 672.1 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0a6966886cb6551f11757a665f1f803b9310069ca500022cfc2500f3972fe86 |
|
MD5 | 4e0932c9d7462bd90ec3f06217b93147 |
|
BLAKE2b-256 | dfd0c7bb9f555528c813ce16f36031dd0d210ba830b9779a2eeb7780d2cebb10 |
File details
Details for the file libipld-2.0.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: libipld-2.0.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 836.0 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6cd8273c6ab100904c508f3ea5ed175864e9ea35af7ef25fe3d7776fa313f280 |
|
MD5 | ba16adf8e7487d76eb5610eb5ce2e741 |
|
BLAKE2b-256 | 20863b9537295917642b0f56f28dc93a53daac64d7ff5442362ffaf77ac2bd53 |
File details
Details for the file libipld-2.0.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: libipld-2.0.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 674.5 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b5886c0ba514177b576a95ec4b12fa4d6230817afbe5a046ba68cf5607dd9633 |
|
MD5 | 64639cc12a7ac596265ad04a40126eb8 |
|
BLAKE2b-256 | 491bd5596fb9a18ed6cfc132090db1dfc24a755f538e9ab08cd6d6cdf4e00913 |
File details
Details for the file libipld-2.0.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: libipld-2.0.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 673.1 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bed9c70fa063da288f0e4b9e87b5dcea3fcf35c04e29a06c20ace2b842af2eed |
|
MD5 | d7f8cbdc2b248f5ddfcf3d25cbc25287 |
|
BLAKE2b-256 | f45eb8ed8eb291b6b50935da800b7122265aca4c1298d8b96645c06aa77b1c02 |
File details
Details for the file libipld-2.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 666.5 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8b2609fa29a062a543f5e6d1180d4bddbe1eb7c988c6f802c3e1762c796d8fa |
|
MD5 | 9e573b3077abf7f0eece461cfa1443a6 |
|
BLAKE2b-256 | f32c588040755300e36614c0e6eb64218688b9ca5453b42d32649cb755e4da19 |
File details
Details for the file libipld-2.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: libipld-2.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 678.7 kB
- Tags: CPython 3.8, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 009a7b8bef60fac52a89c685430252b3695a01e4ab6aeca4e9fc02781e03135b |
|
MD5 | cf0ab7c62a46063cbdcc26212d167f14 |
|
BLAKE2b-256 | c7d5eb0550c5d5cd3a19ab6e29b19c5d00b8e49293ca074564b456ccfbae2971 |
File details
Details for the file libipld-2.0.0-cp38-cp38-macosx_11_0_arm64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp38-cp38-macosx_11_0_arm64.whl
- Upload date:
- Size: 274.1 kB
- Tags: CPython 3.8, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d896f3c429dee52d10a9d986f36880fd4c3e071828e6ec0971af84d0d1a1164d |
|
MD5 | 56839fac29c5a9494d43a1be3236d864 |
|
BLAKE2b-256 | aa8e279a7a33361a1cf4266a1020fcb056ac5b596a4cc85b16cf9df4f6bdd699 |
File details
Details for the file libipld-2.0.0-cp38-cp38-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp38-cp38-macosx_10_12_x86_64.whl
- Upload date:
- Size: 321.1 kB
- Tags: CPython 3.8, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 549c6e22f63ea367455e9064bc2c858418e77ec27614045ea4c4a9e1c2006776 |
|
MD5 | 6d9ae015c073d5fffa3c18344b06b3b3 |
|
BLAKE2b-256 | d00650c26f5a32674389be9186d647080647d1d7b114b8472e5144c6573d6c9a |
File details
Details for the file libipld-2.0.0-cp37-none-win_amd64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp37-none-win_amd64.whl
- Upload date:
- Size: 193.3 kB
- Tags: CPython 3.7, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f76d1a35936d254513ba6b6d61755ae44053e25e28a59bd428c136a09b927507 |
|
MD5 | 95e26466da24518c8cc3fcc0d55acd12 |
|
BLAKE2b-256 | d85d176e80e83fedc3b67459b619be213819f04f3ab221c09190dc207842a85e |
File details
Details for the file libipld-2.0.0-cp37-none-win32.whl
.
File metadata
- Download URL: libipld-2.0.0-cp37-none-win32.whl
- Upload date:
- Size: 175.8 kB
- Tags: CPython 3.7, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13460c6e87bb5616049be848c6fe2d252d1b04a391b40264ce34638456f8eb48 |
|
MD5 | d71e5c37aa1b5d89aaca6b2acc9b4001 |
|
BLAKE2b-256 | 5cae51ff4662a784e7946497bb427f0196c4a134eb08d3853d6d0876e504c261 |
File details
Details for the file libipld-2.0.0-cp37-cp37m-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp37-cp37m-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 835.9 kB
- Tags: CPython 3.7m, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f55c2cb101f089e1738d77ac2699e0a82748cd0b626822f05dfd8bbb8a9645c |
|
MD5 | dac103601e31872905b8f0852eecaf50 |
|
BLAKE2b-256 | ead9145b74e435a0c2863a6b2e3cdf15b16b39b8d0d3007abe9a63cc9ea4e4e9 |
File details
Details for the file libipld-2.0.0-cp37-cp37m-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp37-cp37m-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 840.9 kB
- Tags: CPython 3.7m, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3e9376c05a508b09f5aa7811170762bf75f4bc8dc2bb8a9caa36ec45924009f |
|
MD5 | 71bfcb029865495fb58132561285c579 |
|
BLAKE2b-256 | 4932ca7ec3777a8d171c54fb1e53f579569f3dcf443a46467f722221aa08f598 |
File details
Details for the file libipld-2.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 672.1 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 47299107e90fe57beb7703f19eca8720127c8bfe7670bd1d6337f9bc0f4379b5 |
|
MD5 | 4272b94d44d522552e7fd5855c912cb2 |
|
BLAKE2b-256 | cb1ca3f1bd6ebbfd499ae28108d534d6321cc4584e30c6b1d9e540d8380cf0cc |
File details
Details for the file libipld-2.0.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: libipld-2.0.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 835.9 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c3f6027c41826b919ef57d4d36aaa5a0c105571babc362178782d1b85a80d58 |
|
MD5 | ecf3f9751ecdaf37e487e70a847c13f7 |
|
BLAKE2b-256 | fa944500adfc46fa16ce471267474bdde9ed2bcf196ebbbed9d9924628783975 |
File details
Details for the file libipld-2.0.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: libipld-2.0.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 674.4 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f62054141ce5b5b4f0cd4e11f43c0e450d568d3671c42f36a486d2c31aba5840 |
|
MD5 | 8d7171fc803421454a8d985d89935ed4 |
|
BLAKE2b-256 | 277c8cb1d0d2defc197b64a97f211c61f1b2c14f58e9ba5853f544e73168c63a |
File details
Details for the file libipld-2.0.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: libipld-2.0.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 673.1 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5252f5a531a462c29614f8825b369876a8ea9ee7966a0f2d061cf781694488ef |
|
MD5 | efc4d81572c1c551f87460f9e854646c |
|
BLAKE2b-256 | 7edbb3cf7b99e54c0a3b3b0040a34193ae1d89a477632db9e02752e3add098e8 |
File details
Details for the file libipld-2.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 666.7 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80cb05d21dc774649e97a734b0e0b335b10f4643ffb6f9c6306d77492010592f |
|
MD5 | d2a9c478a79a494460fbe2ca8337aa0e |
|
BLAKE2b-256 | 89774331c0f0a8676e5be1ffedff33a6de29fe5272e2a9cff71cffcd35ae1c73 |
File details
Details for the file libipld-2.0.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: libipld-2.0.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 678.7 kB
- Tags: CPython 3.7m, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4699091088dc41130e258607a8bd9c2cf3259469c865acf4f4353d1e1aa3b356 |
|
MD5 | a5d343e1c7effb9df82f0aa3845f94a9 |
|
BLAKE2b-256 | 303ccdd2e8931dfb8e92e017ac750210328f47c6afa09871f0e5692efddcc79e |
File details
Details for the file libipld-2.0.0-cp37-cp37m-macosx_11_0_arm64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp37-cp37m-macosx_11_0_arm64.whl
- Upload date:
- Size: 274.1 kB
- Tags: CPython 3.7m, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f6069df787e9324fb0f78acdb91b94a73f9a658d71e087e86a5f2d1bae6e95c |
|
MD5 | 590e22acf6ecfb5af8531194d6fe0993 |
|
BLAKE2b-256 | c0873d3e1693b4146fcee939bd2d528b163084c056dd2e17aae0c413c1c2fdcb |
File details
Details for the file libipld-2.0.0-cp37-cp37m-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: libipld-2.0.0-cp37-cp37m-macosx_10_12_x86_64.whl
- Upload date:
- Size: 319.5 kB
- Tags: CPython 3.7m, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d98c21e8bba2e4d3d7d1de4a75056ddfa6513dec691d3bf32c6b4f9e22b4346 |
|
MD5 | e8f1a5508e20348f5e5cd084ab75b7bb |
|
BLAKE2b-256 | b1861022cab9b749e4ea28425ac6d91980df784fcf1dfbd09e578a33b98bbda2 |