Skip to main content

Python bindings for tiny-bip39 RUST crate

Project description

py-bip39-bindings

Python bindings for the tiny-bip39 library: https://crates.io/crates/tiny-bip39

Reference to Reference to https://github.com/LocalCoinSwap/kusama-reference-implementation/tree/improve-trading-tests/bindings for the initial work

Documentation

https://docs.rs/py-bip39-bindings/

Installation

Install from PyPI

pip install py-bip39-bindings

Compile for local development

pip install -r requirements.txt
maturin develop

Build wheels

pip install -r requirements.txt

# Build local OS wheel
maturin build

# Build manylinux1 wheel
docker build . --tag polkasource/maturin
docker run --rm -i -v $(pwd):/io polkasource/maturin build

Examples

import binascii
from bip39 import bip39_to_mini_secret, bip39_generate, bip39_validate

mnemonic = bip39_generate(12)
bip39_validate(mnemonic)

seed_array = bip39_to_mini_secret(mnemonic, "")
seed_hex = binascii.hexlify(bytearray(seed_array)).decode("ascii")

Multi-language support

The following language codes are supported: 'en', 'zh-hans', 'zh-hant', 'fr', 'it', 'jap', 'ko', 'es'. Defaults to 'en'

mnemonic = bip39_generate(12, 'fr')
# 'moufle veinard tronc magasin merle amour toboggan admettre biotype décembre régalien billard'
bip39_validate(mnemonic, 'fr')

seed_array = bip39_to_mini_secret(mnemonic, "", 'fr')

mnemonic = bip39_generate(12, 'zh-hans')
# '观 敲 荣 硬 责 雪 专 宴 醇 飞 图 菌'

License

https://github.com/polkascan/py-bip39-bindings/blob/master/LICENSE

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

py_bip39_bindings-0.1.10.tar.gz (10.4 kB view details)

Uploaded Source

Built Distributions

py_bip39_bindings-0.1.10-cp311-none-win_amd64.whl (282.9 kB view details)

Uploaded CPython 3.11 Windows x86-64

py_bip39_bindings-0.1.10-cp311-none-win32.whl (296.3 kB view details)

Uploaded CPython 3.11 Windows x86

py_bip39_bindings-0.1.10-cp311-cp311-musllinux_1_1_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

py_bip39_bindings-0.1.10-cp311-cp311-musllinux_1_1_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

py_bip39_bindings-0.1.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

py_bip39_bindings-0.1.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

py_bip39_bindings-0.1.10-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (1.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.5+ i686

py_bip39_bindings-0.1.10-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (789.1 kB view details)

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

py_bip39_bindings-0.1.10-cp311-cp311-macosx_10_7_x86_64.whl (396.5 kB view details)

Uploaded CPython 3.11 macOS 10.7+ x86-64

py_bip39_bindings-0.1.10-cp310-none-win_amd64.whl (280.3 kB view details)

Uploaded CPython 3.10 Windows x86-64

py_bip39_bindings-0.1.10-cp310-none-win32.whl (293.4 kB view details)

Uploaded CPython 3.10 Windows x86

py_bip39_bindings-0.1.10-cp310-cp310-musllinux_1_1_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

py_bip39_bindings-0.1.10-cp310-cp310-musllinux_1_1_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

py_bip39_bindings-0.1.10-cp310-cp310-manylinux_2_28_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ ARMv7l

py_bip39_bindings-0.1.10-cp310-cp310-manylinux_2_28_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ ARM64

py_bip39_bindings-0.1.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

py_bip39_bindings-0.1.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

py_bip39_bindings-0.1.10-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.5+ i686

py_bip39_bindings-0.1.10-cp310-cp310-macosx_11_0_arm64.whl (405.3 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

py_bip39_bindings-0.1.10-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (779.4 kB view details)

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

py_bip39_bindings-0.1.10-cp310-cp310-macosx_10_7_x86_64.whl (392.1 kB view details)

Uploaded CPython 3.10 macOS 10.7+ x86-64

py_bip39_bindings-0.1.10-cp39-none-win_amd64.whl (280.3 kB view details)

Uploaded CPython 3.9 Windows x86-64

py_bip39_bindings-0.1.10-cp39-none-win32.whl (293.4 kB view details)

Uploaded CPython 3.9 Windows x86

py_bip39_bindings-0.1.10-cp39-cp39-musllinux_1_1_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

py_bip39_bindings-0.1.10-cp39-cp39-musllinux_1_1_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

py_bip39_bindings-0.1.10-cp39-cp39-manylinux_2_28_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.28+ ARMv7l

py_bip39_bindings-0.1.10-cp39-cp39-manylinux_2_28_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.28+ ARM64

py_bip39_bindings-0.1.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

py_bip39_bindings-0.1.10-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

py_bip39_bindings-0.1.10-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

py_bip39_bindings-0.1.10-cp39-cp39-macosx_11_0_arm64.whl (405.3 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

py_bip39_bindings-0.1.10-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (779.4 kB view details)

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

py_bip39_bindings-0.1.10-cp39-cp39-macosx_10_7_x86_64.whl (392.1 kB view details)

Uploaded CPython 3.9 macOS 10.7+ x86-64

py_bip39_bindings-0.1.10-cp38-none-win_amd64.whl (280.3 kB view details)

Uploaded CPython 3.8 Windows x86-64

py_bip39_bindings-0.1.10-cp38-none-win32.whl (293.4 kB view details)

Uploaded CPython 3.8 Windows x86

py_bip39_bindings-0.1.10-cp38-cp38-musllinux_1_1_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

py_bip39_bindings-0.1.10-cp38-cp38-musllinux_1_1_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

py_bip39_bindings-0.1.10-cp38-cp38-manylinux_2_28_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.28+ ARMv7l

py_bip39_bindings-0.1.10-cp38-cp38-manylinux_2_28_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.28+ ARM64

py_bip39_bindings-0.1.10-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

py_bip39_bindings-0.1.10-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

py_bip39_bindings-0.1.10-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

py_bip39_bindings-0.1.10-cp38-cp38-macosx_11_0_arm64.whl (405.2 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

py_bip39_bindings-0.1.10-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (779.4 kB view details)

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

py_bip39_bindings-0.1.10-cp38-cp38-macosx_10_7_x86_64.whl (392.1 kB view details)

Uploaded CPython 3.8 macOS 10.7+ x86-64

py_bip39_bindings-0.1.10-cp37-none-win_amd64.whl (280.2 kB view details)

Uploaded CPython 3.7 Windows x86-64

py_bip39_bindings-0.1.10-cp37-none-win32.whl (293.4 kB view details)

Uploaded CPython 3.7 Windows x86

py_bip39_bindings-0.1.10-cp37-cp37m-musllinux_1_1_x86_64.whl (1.2 MB view details)

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

py_bip39_bindings-0.1.10-cp37-cp37m-musllinux_1_1_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

py_bip39_bindings-0.1.10-cp37-cp37m-manylinux_2_28_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.28+ ARMv7l

py_bip39_bindings-0.1.10-cp37-cp37m-manylinux_2_28_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.28+ ARM64

py_bip39_bindings-0.1.10-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

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

py_bip39_bindings-0.1.10-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

py_bip39_bindings-0.1.10-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

py_bip39_bindings-0.1.10-cp37-cp37m-macosx_10_7_x86_64.whl (392.1 kB view details)

Uploaded CPython 3.7m macOS 10.7+ x86-64

py_bip39_bindings-0.1.10-cp36-none-win_amd64.whl (280.5 kB view details)

Uploaded CPython 3.6 Windows x86-64

py_bip39_bindings-0.1.10-cp36-none-win32.whl (293.5 kB view details)

Uploaded CPython 3.6 Windows x86

py_bip39_bindings-0.1.10-cp36-cp36m-musllinux_1_1_x86_64.whl (1.2 MB view details)

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

py_bip39_bindings-0.1.10-cp36-cp36m-musllinux_1_1_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

py_bip39_bindings-0.1.10-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64

py_bip39_bindings-0.1.10-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

py_bip39_bindings-0.1.10-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.5+ i686

py_bip39_bindings-0.1.10-cp36-cp36m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (779.1 kB view details)

Uploaded CPython 3.6m macOS 10.9+ universal2 (ARM64, x86-64) macOS 10.9+ x86-64 macOS 11.0+ ARM64

py_bip39_bindings-0.1.10-cp36-cp36m-macosx_10_7_x86_64.whl (391.8 kB view details)

Uploaded CPython 3.6m macOS 10.7+ x86-64

File details

Details for the file py_bip39_bindings-0.1.10.tar.gz.

File metadata

  • Download URL: py_bip39_bindings-0.1.10.tar.gz
  • Upload date:
  • Size: 10.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for py_bip39_bindings-0.1.10.tar.gz
Algorithm Hash digest
SHA256 28a251a7fd01ed947b959a0a7c98f9275720fe5ea07eece9d85d865f98707f4b
MD5 1e4046d7ef2583f3a324f407c5912aed
BLAKE2b-256 e2b76f0a8d8aea73c1c7f9298dac074b80dc52f27df939967e675d84c745890b

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 96dc5b8df8763aa2b9c1b7f9527cc89a2cd597c7baeb9acdda0601d4578d0d5a
MD5 d28f33595eaa901ee61528255cac13b7
BLAKE2b-256 2fd0c9daca1b96e597c7fdb9a22f4f990faa5dadbbbb801a244048f6fcebd91f

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp311-none-win32.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp311-none-win32.whl
Algorithm Hash digest
SHA256 239d54fcfee171e259344027ef4ea7904da30db4d64822c6f56277ba58105bd5
MD5 dd461c4f19ed2f57b109decc120c29f9
BLAKE2b-256 42e532dfd1ce42d3763b41e5693f5834d31e5fc18e6d49f505edbb83e4a31981

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c8dd321fe280b5ebaf2820fde03ed4d6c2cceed47a18e7730b5b9115fdfd8882
MD5 4deff23b23438ee64f0d05d98560bd12
BLAKE2b-256 8847b330405d87f8a999ab11d22591d45efeff08957483ec9127f00dca7c4d55

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f8df8705ca901f2d2702fcb73e1829174c6f7910f76adf5cbf1dbbbe95348adb
MD5 876ba659a1776f1a2966c5a9eadd8c67
BLAKE2b-256 b5ae0c6240aed21886a866ac618b36c80171a36d726d104fd95042d7a4635ed4

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e1c38682f43bb31afd4879e60331d1312f5de93169131a1a11c27ef61537f71a
MD5 8fd9af5382ed4becb7ebd43631e0bfa5
BLAKE2b-256 a7d66265637e6dd223b865bdea75acdc778e484aa2a3d778183527d1583915b8

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 501c831c346744a1baefc374ef46a8e34c049ad227d32bf4b96a8d59422668b9
MD5 c12b15073f0db7449ef92abaef08a5d6
BLAKE2b-256 6d31ad9a9f7c451e971176ab0c697d7f1cdc5f0a694df3ba1045b2c350b1629e

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 65458cf3b8488ad1ec4da91541fd30289b029fcb33acc04a63b2376ea703f4e8
MD5 df5db25f92abe99b58a99221c165b03c
BLAKE2b-256 e0c001417731a2766293e29e6eca699283d48f3f063e611c958e5992dd5d42fd

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 1f58a191d352d08ce72238d27d5a5c440f43bb643c8b5a64a4e6c33ecc3a9b28
MD5 6464efdf8a742044550b23ebe858963f
BLAKE2b-256 b13fd37f9ea5208b3aa34467d36b0cf0c94f6b1ba091d3c40c255de41bec7c0b

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp311-cp311-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp311-cp311-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 0fe32e472fada2b351e2ebfdb5938acf5d7cd7f58df6d52f55fc1062935b404a
MD5 756380dd2d8097eafa63338bbfafc533
BLAKE2b-256 56b9507706fb0f15e2422faed2da4134f62853d434ac08cdcbfb265a94364093

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 e840414767425466113b870206871fc5c279fe01afe1e4681cebf118d14b19a7
MD5 a8a7fc25799b989630aeca433ae667fc
BLAKE2b-256 c4fd447957876e1cd61701e1c65ebaebebfa2c24b0bdfbc4a814ad61af4b09b3

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp310-none-win32.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp310-none-win32.whl
Algorithm Hash digest
SHA256 1cbd6f2e5c9c1ce1434ecd64e768d7ff99d73b2e7c77387288231717edef7b24
MD5 7af5a9ab32fd79a7620e4d9d02ea535a
BLAKE2b-256 e710ff8db4b5a68e9a820e767cfa7e603eaf9e1856633584406d0e18fe0efbda

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2c514b123742281b845ecb64eb78d1a9104660a9e7a11aed10a95d95c38755c1
MD5 59f24c2d49cc9d003d2d12f5f96a4813
BLAKE2b-256 885392bc2439725af74808c25bd557e0e8eae0afbb0cf6c289ed97743d0f2f14

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 65f03e87ecbab07587b40a887a2b8d97039dce384034f0c19cdfcde62d3c956f
MD5 86e9f22a5c3af606e1852946ec1399ff
BLAKE2b-256 cb63d8acd0a49b5a82ee9f935016e1c90cd7ddd3ca02cebc6b4a50e40b2c3dd6

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp310-cp310-manylinux_2_28_armv7l.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp310-cp310-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 4f7242b2f101bfe7e964393c61f712b359a117ea477a015b1e236f0188737839
MD5 5e176804073e098c312efe1e30ab84c3
BLAKE2b-256 5640e02fe13176b930f333917bf4f393d9f05aa87661e5387c378552d98645a0

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0d8bb3b34dff06f7dc919797650fa9bc63582e3f98b307f9ae09c5b57b7104d3
MD5 376c97ddf13ad35df7a1c5077410ffb3
BLAKE2b-256 0e9993ee78e5042dd94365500ac0c5761ec87d7e5d54ae7baa9547b984631395

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6377d8508560d3ec6b468891c2fb97b5f59268232bbb0b27b94690409d104630
MD5 4aa63620c4017c3dd140af9c1e56f8c1
BLAKE2b-256 dfc0f0c327187cb3aaea864c6eb174d2e7f05d870892af5a610eed1db81daf8e

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 44260fb0856f8e47db576d9bfca1246a036ff5272e63a15fdcf92897aaa7160a
MD5 a1676fd26a477332352b31de766c15e6
BLAKE2b-256 370242d35df2d8923cd7dc3878cc8e8729ebdaafe6bf3cf27e85093257e0ba69

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 122506e0a6665f5d5680539d0204f360b7cf2e0f423de9c2c306a2d7b57abd77
MD5 402ba885aee398b51caa99e27e66754c
BLAKE2b-256 660b6c2d69b86ae7705377428128a4bde6a6655b948c63063aa27d4bf2494c29

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0473f2614b7882838eaad13a10eb445b67e47195d725f94846468fb7ffd22176
MD5 3fab6c207f828e6af3de6c4c47854fe3
BLAKE2b-256 020044823fbb1cbcba19528cf5047f1125dd7d7b68362051ebcc604b99f223f6

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2a7b5b0984dc36245877fe280e5b751ffc3f339efb5fdd90c1306b7453b1345b
MD5 0bfeabd8f453b37bc1a8ac5f376cf0fd
BLAKE2b-256 2225984ff580acc33e21ff165c80165da277070a0d3a687f1baa6a54c8271cf1

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp310-cp310-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 3a6c012049ff9bd1ab48273a3d2a5f96b19ffa1e20b985ebdc6881233ae51789
MD5 3d9cdb5bb06149cedba4a0c3790902a6
BLAKE2b-256 176d5301faa720994cfab79e55046660eef58055e8c7da8f3be182860dab00ae

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 42f5a6576adc640eb99b2e3e59d70b4acb7e256bb8362dbeb4011c2ec9db770f
MD5 1dd17b6ce722daed030ee47daf288225
BLAKE2b-256 d9c18e8f9d86651eb2e7c773e1a8317c96a82eaecb6255b958985e2a5bae0eb7

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp39-none-win32.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp39-none-win32.whl
Algorithm Hash digest
SHA256 5b205918f4cdf03eb93a94960bfcba915b57c0a1a3651e2c333f342753aa9bb1
MD5 fecda676d742aff40a10cfbcd69ca843
BLAKE2b-256 ed99811a6254a6bd2337c855fad488bc64465af655e2b3abd741f2995bd9b8d4

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b8cc92811480dd55dfb1d9cfa09c01218eb391e91954740a625bd9214b0f021b
MD5 8aeb2fae85a67fb3ea98517102bc90e9
BLAKE2b-256 de9da40a7fb7b054f99a6bf48615dd06fd374b826c5d5b47f4fb8354074e8eb2

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7ba3d42fd5ae6f1a76ee050e726ece3fbf30ef8918574bd66e60fbba56fd7013
MD5 2a6e22cbb8d03932dc1ab7532ca23224
BLAKE2b-256 8ba66238d01ea0dbf9a97dfe32bab2dc461a2feeb2b44f120df1ccd3a19470b3

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp39-cp39-manylinux_2_28_armv7l.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp39-cp39-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 dd8c1527de092f0016ff02fb6bd84f20003bfa1c5da59d8f4353c74c04039eb4
MD5 8737d5afc994b0467a37b85a7fb040a2
BLAKE2b-256 e500df0eeae5c5a80d041a8135dca0629e365d139e15c599a532cff936d4654c

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ee2bd44888afc3295946cb6f1dbc34647385e33b75edea6abd67537e22f93c4b
MD5 eda58803ba5f2ef8aec35130b84220d1
BLAKE2b-256 55a4851aeb8d1134b67d5b40f7e8ca49b171b90c96cda2cd99abdf31eb3ea8d7

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 30c21a1d98449b3ac9d238e90a4a70062913ba280b545665a84b9856adfc5ce4
MD5 81597b2a77d51a069dd180b898d6bda4
BLAKE2b-256 72210217cc280920d987f51865804b7b239fb2f97ff005f3a2ae083824987575

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c600ea7b7d970aeb7154343a9c2b54902584ac09bf56d0bc52b483dd53ced16f
MD5 a66fd2c9fb8b805454b7c4a7cb10865e
BLAKE2b-256 2b45149f07b8e8b449400401174ac05f6956c5e6e0ae04d224911232ed5a6c4b

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2ccfe9f1e0ea964ee457992053ff3fca4ac2c1f469ff830e1f5696f383533b49
MD5 6aca9eaaa4f00bad841db0dcce12d796
BLAKE2b-256 beea8f5a407357a9e64cc9114ee516478928bc0f584d9bb75b2fabfffa2a31ca

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 67ccae1807d41017948d1f606fe82b293250d11105159009d681b0a6b882fbf2
MD5 c1e6d7c1fd12706908e16ed7986a53a8
BLAKE2b-256 fe233efa7a35b17573a573dddcde98e8f22e129f8c4f7c4510c620e08ac02eaf

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a00f7f6f9a5968827152a6c30614bfb756b1def99919e3a752686d8dc844ac92
MD5 0f695b1819d0c558e7bd59c6f0e3f853
BLAKE2b-256 1da5bbb07c9b5c50952c79e88f177ad8ad0627e5c020cb60246228ff5f8a575c

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp39-cp39-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp39-cp39-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 220cd2a262a18a0cda921ecdcb21858473d6634fc66ea986fb0a7b73ced2985f
MD5 118aff1ec1c14b569bf7de755568553a
BLAKE2b-256 0c991345e0ff67157792fda7b0a88316261ed1afe446471d8ec282f1ddd71f97

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 8a6aaf9e465b179a58187bed2ccbcc9548914f1f4a5149d1a787aba3439312de
MD5 7d91e9a489668e72a25b518d937844a7
BLAKE2b-256 d9a2ff99788e6dd6b2ebfa42c85c2099eb51ed030b54dda3aa7244bf5554eb6d

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp38-none-win32.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp38-none-win32.whl
Algorithm Hash digest
SHA256 58c88c612e6794a290b12d1aabc84527023b88d1554de3d80225294dc4265d97
MD5 37d6cd7c9f24910ec31e7bab21ca6b69
BLAKE2b-256 15b0332f1545a321bb631bb8d7a4de88f83b3e303d3df9730f49426f49dbfffe

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1640e053125393d6d43ce58f72d090213caa7852eb6538acdfbfbd4667a74747
MD5 1a0faf8cebc65a4c0a24a3a588961c10
BLAKE2b-256 deb40ea5f5cfcf90667284d57b3b9899edc766620df06686a28482edd987738a

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b3ea27da3594daf6405b04570305b320932bcbe0a8ca94b3b50554711758134e
MD5 aa24b719824c0d355741be7881c94ba9
BLAKE2b-256 b9e33008a4e8bd7f1e4fc91d9c2e75c14c6c0e3adb8801a092e9e2496b31db5f

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp38-cp38-manylinux_2_28_armv7l.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp38-cp38-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 d0d3c29ec5be99231d3e5cb65c5ae39e498fee35def8cc473a2ce04597537917
MD5 135db555819e604c6ad92125679bbb6c
BLAKE2b-256 3e819f0719ea175650aa3838a585bd643617477cf59e137bdf66d97d1d627361

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp38-cp38-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp38-cp38-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ae1dd01f03eccb33bfe9b3086685877aebea58a42de445b94ba4a5d7840566c6
MD5 9dcfa6c0601979de889da9fcb35907bc
BLAKE2b-256 ba3adc4956415c53da6e21140305f2a16d5fef4f2c857fc6d1aebaf0583bf1d0

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 753125bf7635ba7ef638770052ea88adbed32cb78b05cbfa929ddf6394aa2890
MD5 301f358768c235f560bdeaf574498b6c
BLAKE2b-256 097e51a2b4e800e2819bbd99640ca1ab580a4be260cc9ca0b18635d329a3b517

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e942001981e222977b7de1e9874426dce78debb1ee7897fb57b470d2bc4d2611
MD5 aa7db03f45c47fb78c68958670800831
BLAKE2b-256 9711d7f6ee896594d353560a64cf897cce552e153d7fc6dce10829f20e0e0a8a

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 39a105decbe17f302ddc3b0ff31900427fbc1be2087bf1c33b06ebd95665a2a3
MD5 fc43525e5d4096cb92ecf9ca75903241
BLAKE2b-256 05d6bdd2f2f62a179c5a886e722fababc93e8c34fe2fbb212662a29bf69f8fe4

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8443783226f96fcb40c449022c5f2b9af0bb50f4d309383ebabf3c0afc1677fb
MD5 e6fa2bfcb9029288e42f57678f07b76b
BLAKE2b-256 08a171a9975c792fa884917c0a0f4e427fd36bcc328407f906d5eacad7873967

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 7cc7725dbf5a0ca4d7e851f48c5041602e49cff8286275c15d12ae0f798c266a
MD5 5ec45a220c8a2c302b02ab5a9be75952
BLAKE2b-256 4b164d1da9132ee08baca1f97cbc2837eb27467072d11f882e6af192285a665d

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp38-cp38-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp38-cp38-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 ecbbdfd8772c75d9662af06a9668edbc518d48bd6f90d8746ddacb22ce3e76fa
MD5 612879931c3da7884eec3fe6a4ce7964
BLAKE2b-256 56062f6f1a62e953aafc19b17e4a1f0c06c4ad9680bc268789258407bee08a04

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp37-none-win_amd64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 864c53bd86dbbd728da13e15b8ff136c412c3f8c42b77ecebcbd113834c3f529
MD5 a7bedbbf95ac75b183fcc619d508f6cf
BLAKE2b-256 b0d03bd5d0a7365d3171eed6d9b4c8a2ec59788431a75abf33ab5d3181403d0a

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp37-none-win32.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp37-none-win32.whl
Algorithm Hash digest
SHA256 34af7864c418e9844e3b33472dc0708ff745fcf77e04674a7c59f8119896a6cc
MD5 ae4ca186c17c7c0f84e34affb7f34c5c
BLAKE2b-256 097813c9acd28da40f1409ebab8167c4de418689f01a581cb889557f6f2ab024

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 93358d2d4fb6b837601233cb09dbadd71182073e5fa1dfc574f6aaebd1a4a4d2
MD5 b2ffd064b90ac2ad0e7b296243178cb3
BLAKE2b-256 9f143cd6ca00be923eb9ad15493a4a3d9126df945952b460c25c3ff85d6061b4

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f6d016d1130c6242348ad44e802b602ebb2cea3bbddb9ec132fa5f0f5733ceca
MD5 8b0bb519e099aa4abd9f5b10e8bfa633
BLAKE2b-256 3377d3c3e06282075b1415707c48816784cbd5a733e682ce633e756e7abc2565

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp37-cp37m-manylinux_2_28_armv7l.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp37-cp37m-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 3aa45e8eb0b0bec58961abb04ca512b0d6a75ac79e0a5f60ac3ad0b5c01284cf
MD5 e3def10675b99f9242f3f8bfad5a0e43
BLAKE2b-256 f88bcd3157c099a29db3f74eddcb5110b4daede2aaa021df6da1842b0233c662

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp37-cp37m-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp37-cp37m-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3126adfac01c1b68c4f3681439615ff9233a784eeed23ed33c0ab7acd1bda1c0
MD5 59d470e6ad09574bc2ac84a0fd475840
BLAKE2b-256 ee3d7e6d82a48224f68bfe79564f933253dc9b5b6bc01ad3c4a940d7eb97ff09

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3f830585b8ba6e61c52c443a25f6c33ecfe87f6bb916b3f325e5ca852fe1c717
MD5 f76ac960df9083615084cc527db9f865
BLAKE2b-256 f845c1fbdcbec5f6e7dc508c58fd751b9ca6ea50ad3b7d4aa647286d4ddfa1a0

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6d747bb538a7f234aaf725847bc2d866865c58dcfc2b7f4163fad216a8419ba6
MD5 b9df97b8aeecb14fc7d75b08c300d80d
BLAKE2b-256 71f9199bd2775dff7855f0c177abac6ea407cd7af4fade45e098810c091c28d7

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 13274b247896e596493a170cd18b8b42a854cdabca79815be02642c780a92787
MD5 be0de83d8f017f8b6cc67600a4be4e5c
BLAKE2b-256 444e99bde68752693f5cd2a923a80ee5b8896aa4fe56a39160e7d7e963ee3721

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp37-cp37m-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp37-cp37m-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 e9df6e25815dd766df203002deb2ba46e8f2318463b79438ad70cca3f91ca384
MD5 098b8298aaff46b36cbc0834ac053c12
BLAKE2b-256 e8ddafaa2a373b3049009f45cad23911923a8d048dd48f1a3437ed839b6443f5

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp36-none-win_amd64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp36-none-win_amd64.whl
Algorithm Hash digest
SHA256 44b78b68e86be3a6be0f6422a4a196ff4a90c5eeba0503f19db65edf67740cbc
MD5 b19ba03bfd5c96cdc22833286f3c017f
BLAKE2b-256 19837d13c401a316f87c78ae15457cc487313c89d6c0af2fc6c929c9ec1b1def

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp36-none-win32.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp36-none-win32.whl
Algorithm Hash digest
SHA256 23ff1093793db66d4409ff1b71fa917e2c787d73c493e36f55ff84273b211331
MD5 9e6d5ef3dda3d4795d0ff8339b965e0d
BLAKE2b-256 d41aa111216649ddf024d74a1c908f075cfd34c49b10d5ec69b97f0cc5867da8

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2c5ed2cd8582a181e649f37fbdc6ff63e96dc48f91f7ed7b5a553e4cbb94492d
MD5 2637f9a9ffbce50864a9362ecd682ee7
BLAKE2b-256 285a8a145a79f34af800b306e35cb072a01eb25e388c660b3592215f84e672a1

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp36-cp36m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3f871aa56b35c4f96c25691a4b86a67ed30b020a2f3ce63ed5ebb8bf5d5fe163
MD5 f0b54cb6ba2e5d7fe9a1a999b36458d4
BLAKE2b-256 13755627fdc40f8a9953a05ebbb4a12a0828a8231eed21adb064f559f40e6692

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3de1446063b8a0ba93027b27c0f0614a405973e4b01ea25599c58bf080d4dfac
MD5 40ef1a3de8ad402c05947823f4d61dd2
BLAKE2b-256 b1d372a899b6f2c6c9ad57a2e8c4ffdc17d375949a33f12c5c3b3b7d01ee1a48

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b1e1e318061f38140c3fc8c38c832bb47134db109a31755572e988ca8bd7233d
MD5 32382fc4b9831a92ea225dd64dd3eef1
BLAKE2b-256 ac222034c2d945c0336908a8763b633c1ff86f5736e3abbef412dd1e6aaa617a

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2118dbb45044b09e1bfec726c2f5771bb7ff847b9fe73e500a6349c1cd05402a
MD5 990282bcd3233d5d7c5ba46d8e457f51
BLAKE2b-256 a728cbb943d841db9d961bf53ef6c79c09a1a83f14bf5be956db138c38e0300d

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp36-cp36m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp36-cp36m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 9a28e48496468d0a8684d33c21644c264dc1fd1864fb10b9ef901e76d2a93769
MD5 7acfee699bcb2a7db908bca9d4d3019d
BLAKE2b-256 ace36b41021d1f87efd4203f6c4bc99cc32804534f0b36e2f35680264b76dd94

See more details on using hashes here.

Provenance

File details

Details for the file py_bip39_bindings-0.1.10-cp36-cp36m-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for py_bip39_bindings-0.1.10-cp36-cp36m-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 9c61626e43f92c97fdaacee5579a68406a774f3437b2c66b83799564b258f5b1
MD5 5d1623cc8cc6142ffda1c4340fcb8a76
BLAKE2b-256 44d57978e272bb5681bcd0f0f77041b68e3f85c49608e1a3d8690aa2cf22c0bd

See more details on using hashes here.

Provenance

Supported by

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