z-base-32 0.1.4
pip install z-base-32
Released:
z-base-32: human-oriented base-32 encoding
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT
- Author: Matus Ferech <matus.ferech@gmail.com>
- Tags zbase32, base32, encode, decode, python
- Requires: Python >=3.7
Classifiers
- Programming Language
Project description
z-base-32
The z-base-32
is a human-oriented base-32 encoding.
Rust
Crate
Installation
cargo add z-base-32
API
The library exposes two functions with the following signatures and an error type:
pub fn encode(input: &[u8]) -> String;
pub fn decode(input: &str) -> Result<Vec<u8>, DecodeError>;
pub struct DecodeError;
Example
use zbase32::{encode, decode};
fn main() {
assert_eq!(encode(b"foo"), "c3zs6".to_string());
assert_eq!(Ok(b"foo"), decode("c3zs6".to_string()));
assert_eq!(decode(&encode(b"foo")).unwrap(), b"foo")
}
CLI
This project also provides a CLI utility with a similar interface to the well-known base64
command.
Installation
To install z-base-32
CLI you can build it from source or download prebuild binary from releases.
cargo install --features cli z-base-32
Example
$ zbase32 -h
z-base-32: human-oriented base-32 encoding
Usage: zbase32 [OPTIONS] [FILE]
Arguments:
[FILE] File to encode or decode
Options:
-d, --decode Decode data
-w, --wrap <WRAP> Wrap encoded lines after COLS character [default: 76]
-h, --help Print help
-V, --version Print version
Python
Installation
The z-base-32
package is published at PyPI. Install it using the following command:
pip install z-base-32
Building
This crate can be compiled with the feature flag python
in which case it produces Python bindings. To build Python wheels use maturin
:
maturin build
API
def encode(input: bytes) -> str:
def decode(input: str) -> bytes:
class DecodeError(Exception):
Example
import zbase32
assert zbase32.encode(b'foo') == 'c3zs6'
assert zbase32.decode('c3zs6') == b'foo'
try:
zbase32.decode('invalid@char')
except zbase32.DecodeError as e:
print(e)
References
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT
- Author: Matus Ferech <matus.ferech@gmail.com>
- Tags zbase32, base32, encode, decode, python
- Requires: Python >=3.7
Classifiers
- Programming Language
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
Uploaded
PyPy
manylinux: glibc 2.17+ x86-64
Uploaded
PyPy
manylinux: glibc 2.17+ s390x
Uploaded
PyPy
manylinux: glibc 2.17+ ppc64le
Uploaded
PyPy
manylinux: glibc 2.17+ ARMv7l
Uploaded
PyPy
manylinux: glibc 2.17+ ARM64
Uploaded
PyPy
manylinux: glibc 2.5+ i686
Uploaded
PyPy
manylinux: glibc 2.17+ x86-64
Uploaded
PyPy
manylinux: glibc 2.17+ s390x
Uploaded
PyPy
manylinux: glibc 2.17+ ppc64le
Uploaded
PyPy
manylinux: glibc 2.17+ ARMv7l
Uploaded
PyPy
manylinux: glibc 2.17+ ARM64
Uploaded
PyPy
manylinux: glibc 2.5+ i686
Uploaded
PyPy
manylinux: glibc 2.17+ x86-64
Uploaded
PyPy
manylinux: glibc 2.17+ s390x
Uploaded
PyPy
manylinux: glibc 2.17+ ppc64le
Uploaded
PyPy
manylinux: glibc 2.17+ ARMv7l
Uploaded
PyPy
manylinux: glibc 2.17+ ARM64
Uploaded
PyPy
manylinux: glibc 2.5+ i686
Uploaded
PyPy
manylinux: glibc 2.17+ x86-64
Uploaded
PyPy
manylinux: glibc 2.17+ s390x
Uploaded
PyPy
manylinux: glibc 2.17+ ppc64le
Uploaded
PyPy
manylinux: glibc 2.17+ ARMv7l
Uploaded
PyPy
manylinux: glibc 2.17+ ARM64
Uploaded
PyPy
manylinux: glibc 2.5+ i686
Uploaded
CPython 3.13
manylinux: glibc 2.17+ s390x
Uploaded
CPython 3.13
manylinux: glibc 2.17+ ppc64le
Uploaded
CPython 3.13
manylinux: glibc 2.17+ ARMv7l
Uploaded
CPython 3.13
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.12
Windows x86-64
Uploaded
CPython 3.12
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.12
manylinux: glibc 2.17+ s390x
Uploaded
CPython 3.12
manylinux: glibc 2.17+ ppc64le
Uploaded
CPython 3.12
manylinux: glibc 2.17+ ARMv7l
Uploaded
CPython 3.12
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.12
manylinux: glibc 2.5+ i686
Uploaded
CPython 3.12
macOS 11.0+ ARM64
Uploaded
CPython 3.12
macOS 10.12+ x86-64
Uploaded
CPython 3.11
Windows x86-64
Uploaded
CPython 3.11
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.11
manylinux: glibc 2.17+ s390x
Uploaded
CPython 3.11
manylinux: glibc 2.17+ ppc64le
Uploaded
CPython 3.11
manylinux: glibc 2.17+ ARMv7l
Uploaded
CPython 3.11
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.11
manylinux: glibc 2.5+ i686
Uploaded
CPython 3.11
macOS 11.0+ ARM64
Uploaded
CPython 3.11
macOS 10.12+ x86-64
Uploaded
CPython 3.10
Windows x86-64
Uploaded
CPython 3.10
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.10
manylinux: glibc 2.17+ s390x
Uploaded
CPython 3.10
manylinux: glibc 2.17+ ppc64le
Uploaded
CPython 3.10
manylinux: glibc 2.17+ ARMv7l
Uploaded
CPython 3.10
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.10
manylinux: glibc 2.5+ i686
Uploaded
CPython 3.10
macOS 11.0+ ARM64
Uploaded
CPython 3.10
macOS 10.12+ x86-64
Uploaded
CPython 3.9
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.9
manylinux: glibc 2.17+ s390x
Uploaded
CPython 3.9
manylinux: glibc 2.17+ ppc64le
Uploaded
CPython 3.9
manylinux: glibc 2.17+ ARMv7l
Uploaded
CPython 3.9
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.9
manylinux: glibc 2.5+ i686
Uploaded
CPython 3.8
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.8
manylinux: glibc 2.17+ s390x
Uploaded
CPython 3.8
manylinux: glibc 2.17+ ppc64le
Uploaded
CPython 3.8
manylinux: glibc 2.17+ ARMv7l
Uploaded
CPython 3.8
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.8
manylinux: glibc 2.5+ i686
Uploaded
CPython 3.7m
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.7m
manylinux: glibc 2.17+ s390x
Uploaded
CPython 3.7m
manylinux: glibc 2.17+ ppc64le
Uploaded
CPython 3.7m
manylinux: glibc 2.17+ ARMv7l
Uploaded
CPython 3.7m
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.7m
manylinux: glibc 2.5+ i686
File details
Details for the file z_base_32-0.1.4.tar.gz
.
File metadata
- Download URL: z_base_32-0.1.4.tar.gz
- Upload date:
- Size: 14.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea800abd0324bb6f6d89b2b46f5b943addf64e76f3712200f97ecfb943fd3e11 |
|
MD5 | 35cddb678808db8695c93da23db86e8a |
|
BLAKE2b-256 | 80a24ac7d3a4eefd233156b942793519149239196a554b377f19b0626e4e7b95 |
File details
Details for the file z_base_32-0.1.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: z_base_32-0.1.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 984.3 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e50d80ec0ba445b4c740c9f7132789c107c499bead0c3ed6363e54505c220b4e |
|
MD5 | cd59c97598bc69f57f83b2fab3b5a4db |
|
BLAKE2b-256 | e650230b02f836f32048cf69610f16b6c876bf6a3982294c9912339bc815fd3e |
File details
Details for the file z_base_32-0.1.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: z_base_32-0.1.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a6aee0455437e9e45189d43d819fa9cef8bc3882961bac78511f83934237d38 |
|
MD5 | 3a5d276b874fd5a138009ad77a357452 |
|
BLAKE2b-256 | 2d92c33d2aadf00ec42406d8847715c9ce276040217aca4e850539d548d4a55f |
File details
Details for the file z_base_32-0.1.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: z_base_32-0.1.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c9a5fcdff7ca949a1fb3b90f13ce5f9d4a0e0f7a7848aadce3efa464747d3f71 |
|
MD5 | 1d743a489564b652304c03a2cadea20b |
|
BLAKE2b-256 | c4ac1ba5082020ad515eaad7938ec1ed3319ab4bd2da5a700ca66555e1f9977f |
File details
Details for the file z_base_32-0.1.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: z_base_32-0.1.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 993.3 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb5d55bd445120142c8cb45c626d0e65b2733c8322376952f1f737597fb6d106 |
|
MD5 | 7883df78f6ac68b1e2ea4b1c5121172c |
|
BLAKE2b-256 | 841c2cc56f1cdd2681567d5959d02eb5676d1e01b094785cb132265bb08cccac |
File details
Details for the file z_base_32-0.1.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: z_base_32-0.1.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 973.4 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa737ae6b31e84229a12ef307f8ef8d8afc74996888c33d9650c71c20105d18c |
|
MD5 | 4e48ff140164ae86e309005d3e64b9f7 |
|
BLAKE2b-256 | 781699c8b6cfe7c994d0d310fbb49d4cca43cf71f47718e065c633590578615d |
File details
Details for the file z_base_32-0.1.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: z_base_32-0.1.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.0 MB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43ac3b33799f7baa359d8d92fd4512c4c03554f509e51e16f2c5f30db71833c2 |
|
MD5 | a8115c8578271a4ec81d38d59462dcb2 |
|
BLAKE2b-256 | 4f7094055abc4a72f414c3ddd23f9372f0e2cfa0b29e765cc589596f786a5917 |
File details
Details for the file z_base_32-0.1.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: z_base_32-0.1.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 984.3 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11ad9625c31e518726aceb44452d69909d9a60e1fe197dc1548855f10b604242 |
|
MD5 | dde4b45ee871dddfa40ea3e9c09f4e71 |
|
BLAKE2b-256 | ebe268526a5a181c0f7cbfdb3721f34506826c24485a4b97e16f44d25e19073c |
File details
Details for the file z_base_32-0.1.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: z_base_32-0.1.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a8d83dfd41fd1057872fdb2768931764facbafe2bea38f8e06b8092f0a4f4d65 |
|
MD5 | e19114fbf0c28ab8fe6920d556df495c |
|
BLAKE2b-256 | bbde704c31e72dcb5a3e9f4547ea314acb0da6a68a249a83bea97cf80bc179a3 |
File details
Details for the file z_base_32-0.1.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: z_base_32-0.1.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cbecbbec114e011dd7d68dafeb423fd7f6508e6ff45c63cf9abaa2210e1cb615 |
|
MD5 | 967249d901e0788a0eb606945ca95dc8 |
|
BLAKE2b-256 | c107e1ed1d4d15cfc1b34e77245879ed84665fd69ea8479d090e6163459c5a77 |
File details
Details for the file z_base_32-0.1.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: z_base_32-0.1.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 993.3 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38345ce1b0334a7d0e76b5bce0518500b18898a04f66143eb321537e20c8ea1b |
|
MD5 | 3d572aad5133f2395a7be1b2e9d00d0f |
|
BLAKE2b-256 | 326afc1f2e96d51be7158508c58838542c27dca9f70a2c8b33be1f754f41629d |
File details
Details for the file z_base_32-0.1.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: z_base_32-0.1.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 973.3 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a3e08f4954de25b366a276520a51f576ae07e55bc076ce4e31b4d0f3e5cc541 |
|
MD5 | 3d3d75d9a24d066ea5ca8fb39f14e22a |
|
BLAKE2b-256 | 8fe1fe6173138c14ecfcc8504add0aadda466fc5c73f493971c134dfabc61d2f |
File details
Details for the file z_base_32-0.1.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: z_base_32-0.1.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.0 MB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8550d043693f345873c7a4d8f4afcaad427639523892a1cec2aea805bc2745b9 |
|
MD5 | efa526f300d8f69e673d0306aac4ca62 |
|
BLAKE2b-256 | 3842a75b8ed6ba3221e7cc0c7deaf5b0693db7cd6fd574c9535a712728ed424a |
File details
Details for the file z_base_32-0.1.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: z_base_32-0.1.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 984.1 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a161e9afebf6b71224c3ff1d75de65128870a1fed6cd7920abd2ea08ec848ef3 |
|
MD5 | c1ce1d0921370c0d95a044081c890a45 |
|
BLAKE2b-256 | 4579dcfd4c8dd0aadd6fc0a316ac48ebe06100d555697016c7a97549717f5fe3 |
File details
Details for the file z_base_32-0.1.4-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: z_base_32-0.1.4-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed683626b7f9ef23afc225973d0d06d34f48792e501e4f919d5442ab12594d0c |
|
MD5 | 8491b35f6c986104dac00fccdb0b0bfa |
|
BLAKE2b-256 | 212a78746669687db926f6ff9cdf662b41dc2287cb343c9eda236a48289f9f11 |
File details
Details for the file z_base_32-0.1.4-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: z_base_32-0.1.4-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 694fc6ddcdeb9507b7016e396336d7e8d0a6f5daa924e2a8fdf0e8f7b8c79fe2 |
|
MD5 | 65f681489185e029b104f862ee704931 |
|
BLAKE2b-256 | 50308c991ea44911ed8bc1fd442fd2666c6565a4ece5b5da29f0afc699138c6d |
File details
Details for the file z_base_32-0.1.4-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: z_base_32-0.1.4-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 993.4 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9bbbf588f37de0dc3a368871f5e2f9f9c0799a8d7a80f76b4976581d83b3f269 |
|
MD5 | c8ca80c3e7f06f16a089a77eff00dd9d |
|
BLAKE2b-256 | 2880537d9ad83fcabfe2fcb5c1a356448868c535888aea367c3366ad857cef2f |
File details
Details for the file z_base_32-0.1.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: z_base_32-0.1.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 973.1 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fddeb57d92544908ec3e47478b8a752d2eb13cc78bca8579c7f8f7ca0dcc0778 |
|
MD5 | b2d1f975bae28f36efc0d6897fd48aa6 |
|
BLAKE2b-256 | d477bed526a46139142e8985ce38ae1121a5fdb35344933104b68b2347a60baf |
File details
Details for the file z_base_32-0.1.4-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: z_base_32-0.1.4-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.0 MB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9d95f17aa34dd15407ab00e4f89078fbba1338430ddd1842d44996dc4146486 |
|
MD5 | e2cd7238edf9632266a7d0537f311ce0 |
|
BLAKE2b-256 | acf28c1c0af50fb062bad489d8e88c13a637b115d9977a1349d43cc0c55212f2 |
File details
Details for the file z_base_32-0.1.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: z_base_32-0.1.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 987.8 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba7022bea4403be5a9b50fe0f3a94e2d836c76f89658d71f9c06a6285388faa2 |
|
MD5 | 2c9d9915fc214e11872c555c58bbe836 |
|
BLAKE2b-256 | d24a9e8b322eec213264bba9a4380d441c4fa3368a0017eb26ad494f37f85f2b |
File details
Details for the file z_base_32-0.1.4-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: z_base_32-0.1.4-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65654bbfce153e9a666792404f03d41a48e3604e1ef129bcd7ae6ffe0d527e95 |
|
MD5 | 014a662b56796c3117a4b25d83a785d9 |
|
BLAKE2b-256 | 9c1a7a815598fdb5988cab3da598f0bfec0524a5ccbb773f24d7361ab08d73c2 |
File details
Details for the file z_base_32-0.1.4-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: z_base_32-0.1.4-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8dc19752bebaca7092fba9dcbea3b8e290e0f099829a2a971d83467fceeb1700 |
|
MD5 | 96b4c0af4c58ec4e643859f195b4cc14 |
|
BLAKE2b-256 | f16781ed58ab98588fd65b016c9d73175c9e2a74ccec1c428733f924b2a90e77 |
File details
Details for the file z_base_32-0.1.4-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: z_base_32-0.1.4-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 996.4 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2de045e431a3c976668ca70457312896435c985d1d00d302f75aea1e66600136 |
|
MD5 | a50a0586b0ca69605f98c844638bc324 |
|
BLAKE2b-256 | 351836f4b40e1583c8bc0fa7cae6d6d002343eda295c7393e19fb93451f56ff9 |
File details
Details for the file z_base_32-0.1.4-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: z_base_32-0.1.4-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 976.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a51e32a980293894618c11496e146a6884c4933004fed119aa38955c1719d71e |
|
MD5 | 23d9b1b780a14677723ddaabb472e31e |
|
BLAKE2b-256 | 0e7f0243bb52634298978d68f439700bfc63e93c93ac9375cbb675ec2de9b82d |
File details
Details for the file z_base_32-0.1.4-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: z_base_32-0.1.4-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.0 MB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2736801bb0ba676ecb023ef9266077dd1c281b049565f3e2983c002aa1f82445 |
|
MD5 | 75eff128dfdb2f42b44f39e830cd01da |
|
BLAKE2b-256 | 5cce9b8598423365268a0ccde93cf398d436d790029536d2eb3edd04b3c1c2cf |
File details
Details for the file z_base_32-0.1.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ecd457e664520c1d3fdcac3778a6e0255d85870c27f9c1e6f150bcc5ddb2d4b9 |
|
MD5 | f1d5298bc36f24c7f3ff0c93aa169c1f |
|
BLAKE2b-256 | e06fe73b678d1b84cfdfe7c994dcf647e102f49eb8cb249871be591c91a20bd4 |
File details
Details for the file z_base_32-0.1.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d95e3c433718fcbc3263b996ece2a86556bff0f25b2d7b5c2c199482a2fe9ad |
|
MD5 | 9755d565ce1216349141c9cc20e69706 |
|
BLAKE2b-256 | 37a070f590d231c1bff569228b238dc49d4c484519c14ef42187c51a52f982f1 |
File details
Details for the file z_base_32-0.1.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 993.5 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bad64f7fb4bd7c03b35111725b3c29021d61ec3aebaeb1816f644e64737874be |
|
MD5 | 22e2e184504ae064d363a379eeaa7170 |
|
BLAKE2b-256 | b35723271ae903868fd583b75488f27d43adbdf99082c85aafdc7a91d3ae5e50 |
File details
Details for the file z_base_32-0.1.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 973.6 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7c7adcb2a63bb2739b0e185f7e2c08109cbd1c2df22c0946d2514ce397983847 |
|
MD5 | a4825c8ededd93274f9524997cdd18dc |
|
BLAKE2b-256 | acb4d6691e99358b97d84ca88f6b3e692775fee4f910aca2276c84d77329af5b |
File details
Details for the file z_base_32-0.1.4-cp312-none-win_amd64.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp312-none-win_amd64.whl
- Upload date:
- Size: 106.6 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f955b8ec8c673234747d31826e3804fa2ea38e430ae62ba579113630649ce6d2 |
|
MD5 | fb45b0604c02b8a3788179f11e617d10 |
|
BLAKE2b-256 | 0a6462c72a92c43facfe3c0db909bb934a6a26a86527ce944468312f60bf50fe |
File details
Details for the file z_base_32-0.1.4-cp312-none-win32.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp312-none-win32.whl
- Upload date:
- Size: 104.0 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2858e865cf3743e83630e0bbf33b51a7347cc6ca9394d087316380e6b3a00ff6 |
|
MD5 | 10f025276ff4ad2e50a7acb38fea682f |
|
BLAKE2b-256 | 138a4d2cbe60257e44630be9c53cc8b72b82082014663a152bf66ba1a5ece18f |
File details
Details for the file z_base_32-0.1.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 984.4 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 81fbd5192321e06599f29c3594f26de48ce1442b75d3c4da319b887d6a8fa8d7 |
|
MD5 | 0174b2d9910303d03e63eb850146c164 |
|
BLAKE2b-256 | 73a9052f121e32f8902197673e285277398cc0d58718c8389f2c5abb655d8b12 |
File details
Details for the file z_base_32-0.1.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e0468e7d6b38e95b9e0311fb64a64a7da65e64bf7ad71c4f2a6e7ff313c2346 |
|
MD5 | 34de63af66d7457589035837867f1d72 |
|
BLAKE2b-256 | faa5bef4ac2092ea9b0e86c78aad0a770c6091c3add118694defe2cb11bf2e1b |
File details
Details for the file z_base_32-0.1.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ebc6a48c0d63943ad7f2c4c11227bf0b7b712df278cb0a11bb87c60f5c4a8370 |
|
MD5 | 64277a8331465517e6b2556c30d63390 |
|
BLAKE2b-256 | a1807c90d97c629280a03a83f4b9289fd357d309cb327045f374ce5d7d45559d |
File details
Details for the file z_base_32-0.1.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 993.5 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6daa7a4f7a89ced4b87ce4e9eeceebf71590bc6817abfb099845a6f0d4c2e347 |
|
MD5 | c25624bf6aea5aa0c8fb01ab307f4bc4 |
|
BLAKE2b-256 | 31e6a07fb1d00c96d12d26bee60eb706e6e3a5eaae69c0f7f6d0c34b79b88e8b |
File details
Details for the file z_base_32-0.1.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 973.6 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13047daed57c5f12d232751aba946906bcf10114a41f41a7dab23208d831d19b |
|
MD5 | 2ece44f0ef47988c9e9515e68911a9f8 |
|
BLAKE2b-256 | da0e7b5dfdde8862b61c9832ded6b3e81ca2fbf581eeaef3e3a9e0ccf2a725ef |
File details
Details for the file z_base_32-0.1.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.12, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6cf87324c9814b2d275a9e52d00bf02f125bab9c51efe365efe1d65e5e119f1b |
|
MD5 | 39d7364f7549827b53d447c896ee738b |
|
BLAKE2b-256 | f49940091af66e4631b76d58dcc48b69e29e5ddf02c60f5beec79a05780a391a |
File details
Details for the file z_base_32-0.1.4-cp312-cp312-macosx_11_0_arm64.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 217.2 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7bdf7a8b788920c3e75d1298f4230aaa001dbe0e294049a174230848e5116ea |
|
MD5 | f00d1ed110c72857d1ceaff2b0329b5d |
|
BLAKE2b-256 | 0995e64a3729dc4ecfe6d65836cd6681b949b6ea233ec8114f2ea43bd34745cd |
File details
Details for the file z_base_32-0.1.4-cp312-cp312-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 220.8 kB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eaa2c32523e778defefecb869982de3cd30efa2c6f00dbab025df86b3f4af564 |
|
MD5 | dd5e1d759080b3193fe4cbeca185fbc6 |
|
BLAKE2b-256 | b4e066c97c70c434f535cdaf6a35b24c450f798a75ae6e46592236c0875ccf60 |
File details
Details for the file z_base_32-0.1.4-cp311-none-win_amd64.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp311-none-win_amd64.whl
- Upload date:
- Size: 106.0 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1dd8040a5d9dc9b56cb1067d2a62184adecad981a9d26c3aa4d35e2ebe9ff8c6 |
|
MD5 | 410c11e239bebc93971cfd6f2fcc72f9 |
|
BLAKE2b-256 | 48b879b136daf987b7c5e2c5b19971b577074267e8283c6ee7ca42c48dee0323 |
File details
Details for the file z_base_32-0.1.4-cp311-none-win32.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp311-none-win32.whl
- Upload date:
- Size: 104.1 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd131fdb3d3a83201e5ea26a7e1e3798ac89acc58cf1599dda03b3925b15d971 |
|
MD5 | aec21328a9ea21045307bb081605f481 |
|
BLAKE2b-256 | 3751b9563e012039f3e016f5a89fae0d727297c9bceaa383c0e1693ad7b05fdc |
File details
Details for the file z_base_32-0.1.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 984.6 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1d420da28e78f08ce905a68a049dde9f36dc8c50510f4166641cf79a812e5b0 |
|
MD5 | 1b8e3bfa9d5e9503f17c37788a87561f |
|
BLAKE2b-256 | 2bdee62ffe6fb5c7eb3b4c8888f4284b2a61b3649c315f3c2b88c1a55bc9ce22 |
File details
Details for the file z_base_32-0.1.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d9985f12fe865d18c83dca23a89b1ce6a46beddb9293a43055d685c4e37f0fc |
|
MD5 | 137bedc33e7ee8dfb576acb8a5974b6e |
|
BLAKE2b-256 | 07645a2638e947bf267dde8c0e05b20f7a6187f96e8c9cd5334c68ff99f41cd9 |
File details
Details for the file z_base_32-0.1.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6bf85d27fcbb5a697d48d96e95016fab106e72805aaa501625544fa82124ff46 |
|
MD5 | 57a9e4ba21c4f709c05e2bd613090726 |
|
BLAKE2b-256 | 91b9fa5a80c0d218e5748c9fad8f453122c415458b7a1bac5124c7b9590e24c1 |
File details
Details for the file z_base_32-0.1.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 993.9 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f42896f988781be853a7ecfec9ceeb76af218f4a73fc982996e5cbb082787bf0 |
|
MD5 | cef9ba0a21c0bbac9f843a14a01ea5a2 |
|
BLAKE2b-256 | caeb638d8cfe048bdb4ba40d00129d828fdf059631642d99b285ba58a4e216ff |
File details
Details for the file z_base_32-0.1.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 973.8 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e623a8771c827801959913162f08a243b92dfcc4b67c28e2d4a981e471c6ac32 |
|
MD5 | e8b27931a8ab0b7518d775b738f41ad2 |
|
BLAKE2b-256 | a1db231c3896509ef989ef9705aaf162a0877ebb7be3792c06f1b409cdb01ef8 |
File details
Details for the file z_base_32-0.1.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.11, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b08219cda5a7b3704e7fa417c4bcd7739f2c8c39cfd1fd414e4944fbc743b2de |
|
MD5 | b40c8f7c3372c69583c07e926ff1f2e2 |
|
BLAKE2b-256 | 7c25efbae646f24d1fc31940132189ff220c2559ad99ec8bf6c9d34f6f35fd63 |
File details
Details for the file z_base_32-0.1.4-cp311-cp311-macosx_11_0_arm64.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 217.1 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 85ab5c03a99fc1b4db5f077aea50e8331e4aa52accde23391b86614724fea8fc |
|
MD5 | 189acd08162883ba094bbaa295ce2683 |
|
BLAKE2b-256 | d7b6c6659eccceb10698f9e000dafd625fdeb3d0b94a449e128a04862d8e7a4e |
File details
Details for the file z_base_32-0.1.4-cp311-cp311-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 221.1 kB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13a60ec6267245d712907cfbfacc3f9fa3d2c84c4cc07df8cd4e01d357be593c |
|
MD5 | 1f61d05f1ce1bffbb815936366961d29 |
|
BLAKE2b-256 | dad36b61685c2bada7ce169ce5a5719ad69cf025ae087f5ddaea1199e4adf85d |
File details
Details for the file z_base_32-0.1.4-cp310-none-win_amd64.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp310-none-win_amd64.whl
- Upload date:
- Size: 106.0 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 15c2cbf0a9002d66bc091b29b182ce322da37736712e9a2bc801e961b9e03969 |
|
MD5 | 4b78ef7ca390a1b9f7c83b9640af5e57 |
|
BLAKE2b-256 | 29215a371db111ffe73df13a8e043be323f07c93e3730f679fd00072a2382f66 |
File details
Details for the file z_base_32-0.1.4-cp310-none-win32.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp310-none-win32.whl
- Upload date:
- Size: 104.1 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6d67291786a0f02a19e0f28804c93b5698d32d7694fc7e9a14d96e706a7a3ca |
|
MD5 | 936066807dd1e42d2c96ef3bbd6575b0 |
|
BLAKE2b-256 | d4a2f090c6e2de068d094913ec01a4d9f4b8eb376733d1f8caa07683294a72ee |
File details
Details for the file z_base_32-0.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 984.6 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16918e252432f6fd3be358e88b10016290ae911c29ae0cee571acf600c268041 |
|
MD5 | 21642c379e95741c62eaace66139f73a |
|
BLAKE2b-256 | e6665044b0b28de8841c8213737095344ea7a9d774cb1616f3ba85ceef2a5f8c |
File details
Details for the file z_base_32-0.1.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 70fca4c2984a3ebfe508abf4fa7fda9bd38a9b96e5282193416422bf4e05ba66 |
|
MD5 | d32d3d276fe46e61723ad5b4dd0c646e |
|
BLAKE2b-256 | 6d126b86e7aee7a33cf255d560ea3145a763f52e82185d2c4f8004ab02d3a7bb |
File details
Details for the file z_base_32-0.1.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4c4bf31a4e4809dd2b9010cd107bc66cb1a7c9af6e702939e8092deeb3739c0 |
|
MD5 | 9b5d3cf58cf4c54d7daea5068bf58736 |
|
BLAKE2b-256 | 21fa8c92cd6f43adea579606c27e7bee5d73e5449757a315fef7839fda702f15 |
File details
Details for the file z_base_32-0.1.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 993.9 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 68043d63d586dd27d97011fd08c90d27e322785094e626dab8d4af9e1e523fda |
|
MD5 | 0799491686370321f269dd28da498b38 |
|
BLAKE2b-256 | 0a9edd4cd84b6d9036569895bedfd126d8b3efa00838ff59fb848965d33a30a5 |
File details
Details for the file z_base_32-0.1.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 973.7 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 18f05e6ff5cf80789496a7652897f3cbb9cd05babd42b12e136d52e29f4839e4 |
|
MD5 | 50a41983d5bc06c40213f129d005041b |
|
BLAKE2b-256 | 1b72aced284f561108477c3e50ecda17428a500a22ed491f4f050b90a49316cf |
File details
Details for the file z_base_32-0.1.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.10, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a2b753affd1b3903d1ec7776736532b6808f0715335c0e27877b082b867e251 |
|
MD5 | a12cf28836b72c02348706b5281ab318 |
|
BLAKE2b-256 | 76e85edb552b2dabaea33d2b743c22faa9252592dd6f1654f912d78b97f12f6a |
File details
Details for the file z_base_32-0.1.4-cp310-cp310-macosx_11_0_arm64.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 217.1 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 482f98f19994f0ec445b85424a6d49752bcffe21443a9a94c195a99d63c0c373 |
|
MD5 | 2325d536c6200b5f3254aa636c851117 |
|
BLAKE2b-256 | 5ed52a3a41a0fba267127265915d502cb300458e4c8b4951015d1a123a50d110 |
File details
Details for the file z_base_32-0.1.4-cp310-cp310-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp310-cp310-macosx_10_12_x86_64.whl
- Upload date:
- Size: 221.1 kB
- Tags: CPython 3.10, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8bc6874bc57becab5eb31e0eb8fc77f88f7cf42bd09e34586a1812e44c2260d1 |
|
MD5 | 18f74fe3bf376559796731521089ef6b |
|
BLAKE2b-256 | 3a4eab61a36f124b255b2bd406553ec8c507b9b46a678dccfada9024dfc9a081 |
File details
Details for the file z_base_32-0.1.4-cp39-none-win_amd64.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp39-none-win_amd64.whl
- Upload date:
- Size: 106.0 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 051c72252838b0fc5b6e67f618920d37e0705461d905bed4b9346ec9d40988a6 |
|
MD5 | 5511ba4a265c600b73b0b97264f619d8 |
|
BLAKE2b-256 | 6a90d62a795bd38e710c555a3e13d4fd7b9508328c89f6bfd8db0646c775b6e1 |
File details
Details for the file z_base_32-0.1.4-cp39-none-win32.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp39-none-win32.whl
- Upload date:
- Size: 104.1 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3eea4cfe49be4379ce874d6bd6ad2405b608c35ec7ae497e53d1bceee4c3018 |
|
MD5 | 5ae8165d5f3f9a3f1419ae319c72f1c0 |
|
BLAKE2b-256 | f16cd3730d53e18a0fa0051b24fad7c1e2c96d48d48daf7d3379d66433d32cb7 |
File details
Details for the file z_base_32-0.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 984.6 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49f8d01571088cf705e52aa58d90694e7bc719a81acc9505ee74f2e7d5ca73b0 |
|
MD5 | 9f5a96efe4379234256306a04137dac8 |
|
BLAKE2b-256 | 1eb67379abf3ae042a8b46450e35fc44508bd3a2fc4c8051fa1ac822bb08342b |
File details
Details for the file z_base_32-0.1.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e06fae4da74e1ae2482ee064cafa302392643c3f7a864138c0199575ed12094 |
|
MD5 | 2ddf37d3525d30882e8e9613a1acecd2 |
|
BLAKE2b-256 | 5e86e2e10a46a55504a24a6cd51abadfef4b6849fc65c7b24a2bf2bbb76c2b1a |
File details
Details for the file z_base_32-0.1.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 15c63bcd039d2b29d0ced70e997b9d8f7f1cb9bd9b15a62c67825440611429e0 |
|
MD5 | 44538f2d0db6bebd5b847f4b2631afdd |
|
BLAKE2b-256 | a435ef7c7a985d7d729e71e7dc70a0bd0aa401d7f5ebc54237f4d9fb19c16a71 |
File details
Details for the file z_base_32-0.1.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 993.7 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 266eac0f36bccc2c7c4e74984bba912d7875cf344d00c3fe29e2225a16204a5d |
|
MD5 | 8e324226d044bf87a30d817d9eee2862 |
|
BLAKE2b-256 | 08275805d9297e158f274aedc1e16491b9dad1b60eced23e0200bed0ed97210b |
File details
Details for the file z_base_32-0.1.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 973.8 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6451f8e627e605f23fe5eb4450db0d0fc8bff8cb74534239cae04ba640155aa0 |
|
MD5 | 4f62786e99a561ef9059d2eeedd065e5 |
|
BLAKE2b-256 | 178812cb7382d2c64344be15b011fe9d9a9a11b5079737b09b77a256bad5dd89 |
File details
Details for the file z_base_32-0.1.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.9, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b067efae29e736f92b945ed0e1c33d82d1bb348436e4d4f029824b0463084a0 |
|
MD5 | d9a03d1443817eb5cf1da1222a338630 |
|
BLAKE2b-256 | ae58f75dcf7f25a8df9de67bac1b6ae83a85bd1dc9d7aabbb1ceefaf4797da15 |
File details
Details for the file z_base_32-0.1.4-cp38-none-win_amd64.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp38-none-win_amd64.whl
- Upload date:
- Size: 105.9 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a744740c72a7d11181974c51d3d867f0fc9d538f5401618cea05fda262344e94 |
|
MD5 | cb715c507dd6736926ed4407197321f4 |
|
BLAKE2b-256 | 69089fc37daa60f8dfadf2f0308ac58dd702014402c8cc958039af686612da99 |
File details
Details for the file z_base_32-0.1.4-cp38-none-win32.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp38-none-win32.whl
- Upload date:
- Size: 104.1 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 75411cacfeb478637e53544a5bdae6c897ee5e359eb1d433566a660d33ba1df9 |
|
MD5 | 97e5b1bcda81c9eade2a20f853e3b158 |
|
BLAKE2b-256 | 8db51d44508e3f294d403197910f646caee4d3c73101da2533f7f5869e9f97a5 |
File details
Details for the file z_base_32-0.1.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 983.9 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a3d10c28e0e06da7b662cc06462d81845a6dc8767b1b55b669c06677eb1fe5a |
|
MD5 | cf8db0d7aad48a4a88d3ee6f96e21b87 |
|
BLAKE2b-256 | fac469eef4695a5da7bc6be5d6041b970b0e8112e41cf6439721a07ad33ff243 |
File details
Details for the file z_base_32-0.1.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83af6b7a14a9261e0115d952a6ff253650d729dd9dafa23f16655adb1fdb1930 |
|
MD5 | 491c7f4bf377ea3ff1d2d5e1a7abefc9 |
|
BLAKE2b-256 | 542244468450b902a9626da7cb0edbec3e9bd9a59a30d7daf389733036a268f9 |
File details
Details for the file z_base_32-0.1.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 821659f3fa159b91f444255ed9efc6d3029938d5f8e098f33ddc1ebbd8492bc2 |
|
MD5 | 05e6bfeee73cf4cc501ff348a8fdcc6c |
|
BLAKE2b-256 | 847d42f7448746b3a0e729ea9ab79719fb285924852389550c3c8df0ab82f740 |
File details
Details for the file z_base_32-0.1.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 993.4 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0334110fc081824e314d84b6cd1ec260b71c8c86f14c6157ac47d7d23e28b93f |
|
MD5 | 70057b77a08133a279e2268d4edd3c2b |
|
BLAKE2b-256 | 52c8a3e094e4586f2fab1cfc4e1d0534a490479bc4c143891cfbee47fc8cfb49 |
File details
Details for the file z_base_32-0.1.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 973.4 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d586b1c2838e93398fdfb0a018f10e5f9b651e0b98579d93f07525bbed69340 |
|
MD5 | 2021fa265a861bfad1a32c0ad5b4537d |
|
BLAKE2b-256 | 098d61fc6aa6c9218cf1ca309256d6a4276208de1070e1977ca866d10088919a |
File details
Details for the file z_base_32-0.1.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.8, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20630c4f0d5a17816fb875c0e03fe535c6a8d6ecb5633cffb290f8d84005d54a |
|
MD5 | 48ac6d53f93df016fe9014a3170af01c |
|
BLAKE2b-256 | 7ae4868f59287b74c2bfbc5e8c8f318fcb021c40451a7329cb12925d332098ad |
File details
Details for the file z_base_32-0.1.4-cp37-none-win_amd64.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp37-none-win_amd64.whl
- Upload date:
- Size: 105.8 kB
- Tags: CPython 3.7, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 093e90b768dcd5c55c0d7dfe9fed06d0342b2f02841666e647d30141874d5142 |
|
MD5 | bfb9300fa92dd39bcb50e2b7bce95ade |
|
BLAKE2b-256 | 95ac0d2fb6874941b5b779b115efa0539496199ce6e6497e8af8656c6a3fce9e |
File details
Details for the file z_base_32-0.1.4-cp37-none-win32.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp37-none-win32.whl
- Upload date:
- Size: 104.0 kB
- Tags: CPython 3.7, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 025af84f96c3c0ef1e0954075d0c147ca76074dbca3886bde71ac98576bcede6 |
|
MD5 | 433a0e293dfb59f6c212c6b91e93c64c |
|
BLAKE2b-256 | 9ab100b3210bf77a38a8bb0eb11d41abce29efdda45b17f66a69a966121eed94 |
File details
Details for the file z_base_32-0.1.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 983.7 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10a51160cdd42bad0a9623b0d973d0d350d1fe69fdd7c1f27850ecd72a4b7a0f |
|
MD5 | 2a175e34dc5bb804013da8b25ea6a8a1 |
|
BLAKE2b-256 | 432118e39812431051d0bcb3de1acc47faf13cd7a51db2fd518c982f451d9680 |
File details
Details for the file z_base_32-0.1.4-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cdb3fe698ea615f0a6df960c234c395b6366838a9437ad67d154002a6aaf3d7b |
|
MD5 | ab840c1beec6f4de098909253bd03820 |
|
BLAKE2b-256 | 83376a45f659dfa96608a9a889b9253e994697565215c7ec5bdcadd57432dae2 |
File details
Details for the file z_base_32-0.1.4-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c656e3c36328daefddf038a75d6982690f393c1f02dae5b0d4015c3af082c03f |
|
MD5 | 628a466a25f550bf184d7342a5713a29 |
|
BLAKE2b-256 | fd10e7e69187076881a95a49c3163514c1e8f534525efa57a84e2a55e95b4c62 |
File details
Details for the file z_base_32-0.1.4-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 993.3 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4149e2d66cc29eaed25fa6f34b63b090a741c4fe76af082805e24e41a759ba6b |
|
MD5 | 334d287c0ef849e772bce405520f6f4f |
|
BLAKE2b-256 | a96da6f8962ed75736d74bde34dde88be6af7e42fe33d070131ec8a649c89074 |
File details
Details for the file z_base_32-0.1.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 973.2 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e57af79a8ff6869ed1171894db393d57f6b523f94500d22c9f9739d0a6c8825 |
|
MD5 | 6379aa2e3c391f3ccc6a5b1800e3ba5a |
|
BLAKE2b-256 | 9105af4604c025580b6e94fd543e751e3830859b9480439bb7bd2756bc1031e3 |
File details
Details for the file z_base_32-0.1.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: z_base_32-0.1.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.7m, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 07b7f865d16083af596067224a92875e176ab46c3683812ddc22b27a00afaf84 |
|
MD5 | 04e7f6fdea48373e9712fe9cce7d2556 |
|
BLAKE2b-256 | 4ce1651921e42f688c10d3959074253c483ff728a90435f414a2f1a636dad488 |