py-bip39-bindings


Namepy-bip39-bindings JSON
Version 0.3.0 PyPI version JSON
download
home_pagehttps://github.com/polkascan/py-bip39-bindings
SummaryPython bindings for tiny-bip39 RUST crate
upload_time2025-09-03 11:35:27
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords
VCS
bugtrack_url
requirements maturin bumpversion pytest
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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

```shell script
pip install py-bip39-bindings
```

### Compile for local development

```shell script
pip install -r requirements.txt
maturin develop
```
### Build wheels
```shell script
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

```python
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'

```python
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


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/polkascan/py-bip39-bindings",
    "name": "py-bip39-bindings",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "JAMdot Technologies <devops@jamdot.tech>",
    "keywords": null,
    "author": null,
    "author_email": "JAMdot Technologies <devops@jamdot.tech>",
    "download_url": "https://files.pythonhosted.org/packages/5a/1a/f41ae3dacae40a80d00111c2bb775b3e89b7175a576b7b48a2378f0e47b5/py_bip39_bindings-0.3.0.tar.gz",
    "platform": null,
    "description": "# py-bip39-bindings\nPython bindings for the tiny-bip39 library: https://crates.io/crates/tiny-bip39\n\nReference to Reference to https://github.com/LocalCoinSwap/kusama-reference-implementation/tree/improve-trading-tests/bindings for the initial work \n\n## Documentation\n\nhttps://docs.rs/py-bip39-bindings/\n\n## Installation\n\n### Install from PyPI\n\n```shell script\npip install py-bip39-bindings\n```\n\n### Compile for local development\n\n```shell script\npip install -r requirements.txt\nmaturin develop\n```\n### Build wheels\n```shell script\npip install -r requirements.txt\n\n# Build local OS wheel\nmaturin build\n\n# Build manylinux1 wheel\ndocker build . --tag polkasource/maturin\ndocker run --rm -i -v $(pwd):/io polkasource/maturin build\n\n```\n\n## Examples\n\n```python\nimport binascii\nfrom bip39 import bip39_to_mini_secret, bip39_generate, bip39_validate\n\nmnemonic = bip39_generate(12)\nbip39_validate(mnemonic)\n\nseed_array = bip39_to_mini_secret(mnemonic, \"\")\nseed_hex = binascii.hexlify(bytearray(seed_array)).decode(\"ascii\")\n\n```\n\n## Multi-language support\n\nThe following language codes are supported: 'en', 'zh-hans', 'zh-hant', 'fr', 'it', 'jap', 'ko', 'es'. Defaults to 'en'\n\n```python\nmnemonic = bip39_generate(12, 'fr')\n# 'moufle veinard tronc magasin merle amour toboggan admettre biotype de\u0301cembre re\u0301galien billard'\nbip39_validate(mnemonic, 'fr')\n\nseed_array = bip39_to_mini_secret(mnemonic, \"\", 'fr')\n\nmnemonic = bip39_generate(12, 'zh-hans')\n# '\u89c2 \u6572 \u8363 \u786c \u8d23 \u96ea \u4e13 \u5bb4 \u9187 \u98de \u56fe \u83cc'\n```\n\n\n\n## License\nhttps://github.com/polkascan/py-bip39-bindings/blob/master/LICENSE\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python bindings for tiny-bip39 RUST crate",
    "version": "0.3.0",
    "project_urls": {
        "Homepage": "https://github.com/polkascan/py-bip39-bindings",
        "repository": "https://github.com/polkascan/py-bip39-bindings"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "11be0b37a780bb189a12edbe1faff6e6539256cc67a5840d6ace502365dbeafd",
                "md5": "69391eed76ccbc88f21af248d2209128",
                "sha256": "6eef60f96aa7fbc5ba373ecf911af9f149ea012d4b0e720397f7ecbeee4c9b69"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "69391eed76ccbc88f21af248d2209128",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 422032,
            "upload_time": "2025-09-03T11:33:15",
            "upload_time_iso_8601": "2025-09-03T11:33:15.090449Z",
            "url": "https://files.pythonhosted.org/packages/11/be/0b37a780bb189a12edbe1faff6e6539256cc67a5840d6ace502365dbeafd/py_bip39_bindings-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a1279aa7aea394fcad31f00713c0fbf2c828f9a2816759b9d0a26049c8131956",
                "md5": "fb0c53ae3b6e41b9b8459b7037ce5387",
                "sha256": "cae8b5605b176057021f945d74e492b9738829ff8e79981253de7ab0743a14d2"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "fb0c53ae3b6e41b9b8459b7037ce5387",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 422392,
            "upload_time": "2025-09-03T11:33:32",
            "upload_time_iso_8601": "2025-09-03T11:33:32.242724Z",
            "url": "https://files.pythonhosted.org/packages/a1/27/9aa7aea394fcad31f00713c0fbf2c828f9a2816759b9d0a26049c8131956/py_bip39_bindings-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5f6fae600967e8bbb79c10eda2d9aedf870e5e4850a554d9dabe445bdcc9d2b0",
                "md5": "5b3b4d3b8ccdf5d808721fe1aed4b774",
                "sha256": "b09ab65fe88f3474e73406b1c908b7a2799ea48b954394b34fd66428659395f5"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "5b3b4d3b8ccdf5d808721fe1aed4b774",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 586513,
            "upload_time": "2025-09-03T11:33:44",
            "upload_time_iso_8601": "2025-09-03T11:33:44.850471Z",
            "url": "https://files.pythonhosted.org/packages/5f/6f/ae600967e8bbb79c10eda2d9aedf870e5e4850a554d9dabe445bdcc9d2b0/py_bip39_bindings-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "688c7f9089740aa09ccb2b200750fb2e33322d502e3e63c29ccec0b65933fb46",
                "md5": "aa9728f27dc61120434ebb44e6d42c62",
                "sha256": "0c888796a45d5fbbf6b6398a1ccc6777a127f3ab26ebb90ee5935d0d0c798155"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "aa9728f27dc61120434ebb44e6d42c62",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 432736,
            "upload_time": "2025-09-03T11:34:09",
            "upload_time_iso_8601": "2025-09-03T11:34:09.372105Z",
            "url": "https://files.pythonhosted.org/packages/68/8c/7f9089740aa09ccb2b200750fb2e33322d502e3e63c29ccec0b65933fb46/py_bip39_bindings-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "eb5020931bd4d0dcbbebf02b4f3ac4c370326ccd81fcb6a5594269051d6b3ce8",
                "md5": "f90591623bd932aeadb4fa04d8361143",
                "sha256": "7aeaafebb8b9e2341832baefbdb77ac08785a271c8c315a6912b58d8389dd80b"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "f90591623bd932aeadb4fa04d8361143",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 439288,
            "upload_time": "2025-09-03T11:33:58",
            "upload_time_iso_8601": "2025-09-03T11:33:58.246830Z",
            "url": "https://files.pythonhosted.org/packages/eb/50/20931bd4d0dcbbebf02b4f3ac4c370326ccd81fcb6a5594269051d6b3ce8/py_bip39_bindings-0.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "568c674f3c993e9992b3169c4ef3346ebadbe3e586e92b470d078909b787872b",
                "md5": "725d7354ab07ee1af175a50b45806aae",
                "sha256": "aec21f99374bddd38ded3d5877c8f77f486aee59680e5ea2ef5ec3fdbf9eecaf"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "725d7354ab07ee1af175a50b45806aae",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 602380,
            "upload_time": "2025-09-03T11:34:30",
            "upload_time_iso_8601": "2025-09-03T11:34:30.419673Z",
            "url": "https://files.pythonhosted.org/packages/56/8c/674f3c993e9992b3169c4ef3346ebadbe3e586e92b470d078909b787872b/py_bip39_bindings-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "440a22eb0e1a2689f549f80387cfa72a6e5ba0f8a8a43ada29903c6de4193ebe",
                "md5": "498adf569f3413405a53222a08779609",
                "sha256": "a10e4afb98f828c73add4f647c2bfef955af40bceed24ec313ad3a0f123268a6"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp310-cp310-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "498adf569f3413405a53222a08779609",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 685424,
            "upload_time": "2025-09-03T11:34:44",
            "upload_time_iso_8601": "2025-09-03T11:34:44.636460Z",
            "url": "https://files.pythonhosted.org/packages/44/0a/22eb0e1a2689f549f80387cfa72a6e5ba0f8a8a43ada29903c6de4193ebe/py_bip39_bindings-0.3.0-cp310-cp310-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fb4f11c40158c2f75bdab7b2a232e40cb275788d6cc809cb907e225b7ff4c645",
                "md5": "3b8e416f8fb006e3f8575bc94d862652",
                "sha256": "a2f021af6edc1268c59e7bba34c95c3c2b305e3dfcf536ba378c6299b58c466c"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "3b8e416f8fb006e3f8575bc94d862652",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 615805,
            "upload_time": "2025-09-03T11:35:01",
            "upload_time_iso_8601": "2025-09-03T11:35:01.081643Z",
            "url": "https://files.pythonhosted.org/packages/fb/4f/11c40158c2f75bdab7b2a232e40cb275788d6cc809cb907e225b7ff4c645/py_bip39_bindings-0.3.0-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bdd6eed1b2374584651ae508d68c933fadab7c792cc603dc04beb19fb7ad518c",
                "md5": "f8b223c699013e2a865918b30440e339",
                "sha256": "a6fa9d292ddff09673a54b8ca971dffdc10e6b0176a92addc4754a1cd9fa1a6b"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f8b223c699013e2a865918b30440e339",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 602379,
            "upload_time": "2025-09-03T11:35:14",
            "upload_time_iso_8601": "2025-09-03T11:35:14.288618Z",
            "url": "https://files.pythonhosted.org/packages/bd/d6/eed1b2374584651ae508d68c933fadab7c792cc603dc04beb19fb7ad518c/py_bip39_bindings-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5385010bbb03cde3500e63e6a79183d9ce31cb7b2e344e3fd1df36eb7d38984b",
                "md5": "3b20d7d55589034c0c71d41f801347e3",
                "sha256": "594bc823807549cbc3ad8999acdb96404439239fe72a9d13b111382e9fe93a5d"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "3b20d7d55589034c0c71d41f801347e3",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 262378,
            "upload_time": "2025-09-03T11:35:35",
            "upload_time_iso_8601": "2025-09-03T11:35:35.710144Z",
            "url": "https://files.pythonhosted.org/packages/53/85/010bbb03cde3500e63e6a79183d9ce31cb7b2e344e3fd1df36eb7d38984b/py_bip39_bindings-0.3.0-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "21e3f6d36f916c2ec1112f9465502f6c43b09567ce424beb8e67712ebe6614e3",
                "md5": "0858953dd4542d98571f8b2101950b55",
                "sha256": "91d1223fc88b236d930cd22cbccb397a371a8f8b3ad69cfc77f90d28d36c3e12"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0858953dd4542d98571f8b2101950b55",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 270037,
            "upload_time": "2025-09-03T11:35:29",
            "upload_time_iso_8601": "2025-09-03T11:35:29.024180Z",
            "url": "https://files.pythonhosted.org/packages/21/e3/f6d36f916c2ec1112f9465502f6c43b09567ce424beb8e67712ebe6614e3/py_bip39_bindings-0.3.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c3eafd4803a9416be6bbb1cf59a3c68fb1d5e7a0805434aa819346d485019a61",
                "md5": "610e0130f84389a404468ce99657a3eb",
                "sha256": "b6ca56a43c1d46b8c7190f706cd6e7a1b2b6a2180f031af77c023b1fd82fcaa1"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "610e0130f84389a404468ce99657a3eb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 375650,
            "upload_time": "2025-09-03T11:34:25",
            "upload_time_iso_8601": "2025-09-03T11:34:25.942310Z",
            "url": "https://files.pythonhosted.org/packages/c3/ea/fd4803a9416be6bbb1cf59a3c68fb1d5e7a0805434aa819346d485019a61/py_bip39_bindings-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9f59db23af772a4a62f7ac93b9b42e9298bc6fd1f4b543449ec77539a0a7aba4",
                "md5": "d091a7db2d4012010fef9647bf022ec3",
                "sha256": "f28ee64de7f4b018da5a07bf17cd56e9b010ee87a49a3cd1c304e674edea2326"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d091a7db2d4012010fef9647bf022ec3",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 365592,
            "upload_time": "2025-09-03T11:34:21",
            "upload_time_iso_8601": "2025-09-03T11:34:21.556368Z",
            "url": "https://files.pythonhosted.org/packages/9f/59/db23af772a4a62f7ac93b9b42e9298bc6fd1f4b543449ec77539a0a7aba4/py_bip39_bindings-0.3.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e0b5666e6ec306771a5e09f8d6300f5938ea23fede025b3a501eed02235f9bbe",
                "md5": "f9dde329b729fa0b762bf7cdb8a97f6a",
                "sha256": "29d95a3e8cd39a1ff8260988feda170f142c1f1457f58e94649829dfe108ab59"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f9dde329b729fa0b762bf7cdb8a97f6a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 421926,
            "upload_time": "2025-09-03T11:33:16",
            "upload_time_iso_8601": "2025-09-03T11:33:16.814557Z",
            "url": "https://files.pythonhosted.org/packages/e0/b5/666e6ec306771a5e09f8d6300f5938ea23fede025b3a501eed02235f9bbe/py_bip39_bindings-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8e95ecf8b65877d7ecad45a4c84b58252155d98fcad136d2c78e451a9d0c28b2",
                "md5": "cb197287757b3cb786808bd2155cc0cf",
                "sha256": "fcbd8c198aca994b47ca267e68a39de86d8e50ecc31896433e2eaac1d85be20a"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "cb197287757b3cb786808bd2155cc0cf",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 422231,
            "upload_time": "2025-09-03T11:33:33",
            "upload_time_iso_8601": "2025-09-03T11:33:33.641225Z",
            "url": "https://files.pythonhosted.org/packages/8e/95/ecf8b65877d7ecad45a4c84b58252155d98fcad136d2c78e451a9d0c28b2/py_bip39_bindings-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "99ea5fec79b40869f8f83519729b22f7667fb6727283a283dcaee670ecbe7510",
                "md5": "820bc380714be41173cf5978574a1cf4",
                "sha256": "837957e62c3a18e70d60d4874e73f9a394fc33e2daf85fec8745e50e5c5676a6"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "820bc380714be41173cf5978574a1cf4",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 586421,
            "upload_time": "2025-09-03T11:33:46",
            "upload_time_iso_8601": "2025-09-03T11:33:46.299419Z",
            "url": "https://files.pythonhosted.org/packages/99/ea/5fec79b40869f8f83519729b22f7667fb6727283a283dcaee670ecbe7510/py_bip39_bindings-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1a5535f78a4e395d8168ab6ca4caf1c973e3abec022fb52888c0de6226269167",
                "md5": "6d00bce586f68673eaffde4891cea5cc",
                "sha256": "8ae19a3b624a519b07c3431a67508a541ef9b6f1471dc28bca67155495f8e311"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6d00bce586f68673eaffde4891cea5cc",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 432480,
            "upload_time": "2025-09-03T11:34:11",
            "upload_time_iso_8601": "2025-09-03T11:34:11.126929Z",
            "url": "https://files.pythonhosted.org/packages/1a/55/35f78a4e395d8168ab6ca4caf1c973e3abec022fb52888c0de6226269167/py_bip39_bindings-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9c42a2885fd59ff8178a1c541b51476d433df0a861ff6e7fd8f63cc5ef92a4ec",
                "md5": "c874b8c68693ea35e427f8dab8fda4be",
                "sha256": "3cbbdedb1b07585989be72ca07b20d0df815e1dc1c337a8e62ad25059ed219f3"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "c874b8c68693ea35e427f8dab8fda4be",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 438966,
            "upload_time": "2025-09-03T11:33:59",
            "upload_time_iso_8601": "2025-09-03T11:33:59.666845Z",
            "url": "https://files.pythonhosted.org/packages/9c/42/a2885fd59ff8178a1c541b51476d433df0a861ff6e7fd8f63cc5ef92a4ec/py_bip39_bindings-0.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f900e0742b032a5049111e010547b878a6c6e4cfe50438b460ecf6dc44f8936c",
                "md5": "4df4f5e44596510d619688f3962eefa1",
                "sha256": "79ccb82db2e97d32ea8ffc5510b5d8bf514f1bd70c7b04d6e06f9aade8f8fd12"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4df4f5e44596510d619688f3962eefa1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 602202,
            "upload_time": "2025-09-03T11:34:32",
            "upload_time_iso_8601": "2025-09-03T11:34:32.070528Z",
            "url": "https://files.pythonhosted.org/packages/f9/00/e0742b032a5049111e010547b878a6c6e4cfe50438b460ecf6dc44f8936c/py_bip39_bindings-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "993a54eecaf6dd8c1f1416e3c7dde4e90bebe61be40b4cb2384cae93f6248661",
                "md5": "2617bfc25fecdeb62df4694de207dd58",
                "sha256": "6db3b0d3e6cc275cfc5a4addcb31f0c27f48171d1f0dacdb8ea344b210336c5c"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp311-cp311-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "2617bfc25fecdeb62df4694de207dd58",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 685352,
            "upload_time": "2025-09-03T11:34:46",
            "upload_time_iso_8601": "2025-09-03T11:34:46.209530Z",
            "url": "https://files.pythonhosted.org/packages/99/3a/54eecaf6dd8c1f1416e3c7dde4e90bebe61be40b4cb2384cae93f6248661/py_bip39_bindings-0.3.0-cp311-cp311-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b3c5024121fa0a56cf342f85db6f8b4f5b1ccfe5105317dc4d1ae5a5e35b9980",
                "md5": "f9e8edf1c7ac352c45965279016308e3",
                "sha256": "3652149fa502715bd1454663db7b942613c63f39a4b2b73a6c105a22cdeea843"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "f9e8edf1c7ac352c45965279016308e3",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 615475,
            "upload_time": "2025-09-03T11:35:02",
            "upload_time_iso_8601": "2025-09-03T11:35:02.451517Z",
            "url": "https://files.pythonhosted.org/packages/b3/c5/024121fa0a56cf342f85db6f8b4f5b1ccfe5105317dc4d1ae5a5e35b9980/py_bip39_bindings-0.3.0-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9ddb5b24a3f1dbf2e844de537f856fb18147407c8ad30330c4e91a9912544b2f",
                "md5": "3803831fe4eaf6657eb188429804802a",
                "sha256": "dff28cf90178cc00dcf57203f0db5cd0ea80bf01f94cd49caae5cea6c9ecf529"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3803831fe4eaf6657eb188429804802a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 602015,
            "upload_time": "2025-09-03T11:35:15",
            "upload_time_iso_8601": "2025-09-03T11:35:15.618907Z",
            "url": "https://files.pythonhosted.org/packages/9d/db/5b24a3f1dbf2e844de537f856fb18147407c8ad30330c4e91a9912544b2f/py_bip39_bindings-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7eeee323bb71961f199a91efea1920f743bbefedd712425bd498a3886c4e410e",
                "md5": "9b4e6990cf1f581ef02206afd6136f24",
                "sha256": "1f119374f9ddb7108649cdaf91146d988a39c5e7ec8beab66e1ab14ef6f1f105"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "9b4e6990cf1f581ef02206afd6136f24",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 262094,
            "upload_time": "2025-09-03T11:35:37",
            "upload_time_iso_8601": "2025-09-03T11:35:37.356694Z",
            "url": "https://files.pythonhosted.org/packages/7e/ee/e323bb71961f199a91efea1920f743bbefedd712425bd498a3886c4e410e/py_bip39_bindings-0.3.0-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fdcb533193270586b70e6d04c78db46e0ea4813b1dcda35826d6015f9b7ada55",
                "md5": "e4f0b05ae0fdd9df1cbc0167a098874a",
                "sha256": "323b004905d0bd639482244aad7c57f423f52e3a469d033628578324d99c0af3"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e4f0b05ae0fdd9df1cbc0167a098874a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 269893,
            "upload_time": "2025-09-03T11:35:30",
            "upload_time_iso_8601": "2025-09-03T11:35:30.342434Z",
            "url": "https://files.pythonhosted.org/packages/fd/cb/533193270586b70e6d04c78db46e0ea4813b1dcda35826d6015f9b7ada55/py_bip39_bindings-0.3.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "399bffacd8e438727cf5d2a91853a7b1a6b3ae39dbc17c2096ef4aaab02e85ad",
                "md5": "ffae807f45c84600e0d8bdd745aafbf2",
                "sha256": "8ef28358fda3c69776b2fd505d4ba2e24980ebcdc5d3abf04d5aecf86e6d155b"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ffae807f45c84600e0d8bdd745aafbf2",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 374346,
            "upload_time": "2025-09-03T11:34:27",
            "upload_time_iso_8601": "2025-09-03T11:34:27.263254Z",
            "url": "https://files.pythonhosted.org/packages/39/9b/ffacd8e438727cf5d2a91853a7b1a6b3ae39dbc17c2096ef4aaab02e85ad/py_bip39_bindings-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "725c7f7a456ad5377a9cca53c2720167c1ef8e7b5c6855849cbeed196c1dd84c",
                "md5": "d1f1293024760b6f3f1cfe9f586f6fb2",
                "sha256": "9d9f5b5e95b8abf012ff85f4369aef707a129fc8011d551ae606e2ace6c49fe9"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d1f1293024760b6f3f1cfe9f586f6fb2",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 363624,
            "upload_time": "2025-09-03T11:34:22",
            "upload_time_iso_8601": "2025-09-03T11:34:22.877699Z",
            "url": "https://files.pythonhosted.org/packages/72/5c/7f7a456ad5377a9cca53c2720167c1ef8e7b5c6855849cbeed196c1dd84c/py_bip39_bindings-0.3.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e69c4e823ece7129cdda9bf4b6e255289ae4291062d48b10e42e035bc9acdda9",
                "md5": "3c22fb6b7d24c8d079d673e23e9e25ab",
                "sha256": "4febd3d90cf6950b194c9a6f6df565cb86ff0e10c89156e6025092b7c272e5ff"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3c22fb6b7d24c8d079d673e23e9e25ab",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 421650,
            "upload_time": "2025-09-03T11:33:18",
            "upload_time_iso_8601": "2025-09-03T11:33:18.472419Z",
            "url": "https://files.pythonhosted.org/packages/e6/9c/4e823ece7129cdda9bf4b6e255289ae4291062d48b10e42e035bc9acdda9/py_bip39_bindings-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4e3857445cdeadc4c7fffb9cca73ec2a994c3c5b6e720a6ec2eb1b2ce9857794",
                "md5": "6ee6a1fc4fd9219acb7576aaffae3d4e",
                "sha256": "3916b60b83f6c4a79176c485df3b61f437b6c674e39cecb6e8ec5d9e3a28861e"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "6ee6a1fc4fd9219acb7576aaffae3d4e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 422342,
            "upload_time": "2025-09-03T11:33:34",
            "upload_time_iso_8601": "2025-09-03T11:33:34.914700Z",
            "url": "https://files.pythonhosted.org/packages/4e/38/57445cdeadc4c7fffb9cca73ec2a994c3c5b6e720a6ec2eb1b2ce9857794/py_bip39_bindings-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e2fe1d5cd9e2f386ada2a0fc97c47b3696191b756bfcfb224843d9655d79b71b",
                "md5": "02e3caea50fa45c18e249db1f1c409ab",
                "sha256": "90f19cbfba4834439e49099ca55ef0340fab4fa9abaf6cde9751fd0a05a60e10"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "02e3caea50fa45c18e249db1f1c409ab",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 585131,
            "upload_time": "2025-09-03T11:33:47",
            "upload_time_iso_8601": "2025-09-03T11:33:47.971800Z",
            "url": "https://files.pythonhosted.org/packages/e2/fe/1d5cd9e2f386ada2a0fc97c47b3696191b756bfcfb224843d9655d79b71b/py_bip39_bindings-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5a37c6c520b3f3037b292a11dc071c73345252bb3f449065b241088f3f5632ff",
                "md5": "2c6d13c627a13d87353160689673b3dc",
                "sha256": "9af016b24b290937a6b233388fb53ce416b8b4e0b3181c62197d30f1550d4cc6"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2c6d13c627a13d87353160689673b3dc",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 432384,
            "upload_time": "2025-09-03T11:34:12",
            "upload_time_iso_8601": "2025-09-03T11:34:12.415313Z",
            "url": "https://files.pythonhosted.org/packages/5a/37/c6c520b3f3037b292a11dc071c73345252bb3f449065b241088f3f5632ff/py_bip39_bindings-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ac5a53921b79d91e07e66ee4e2a46df78141f0d597be44cdcb5efdf0677c9d38",
                "md5": "b69fb61ef84406f59c9d7fecfc6f368c",
                "sha256": "c0397a8c6744e906e13b7b4129fa676ff943569fea968cc310f2c9248b9f88e6"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "b69fb61ef84406f59c9d7fecfc6f368c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 438808,
            "upload_time": "2025-09-03T11:34:00",
            "upload_time_iso_8601": "2025-09-03T11:34:00.966856Z",
            "url": "https://files.pythonhosted.org/packages/ac/5a/53921b79d91e07e66ee4e2a46df78141f0d597be44cdcb5efdf0677c9d38/py_bip39_bindings-0.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dc7a9b730edae87a5714fe06cca7aa8d6f328b588e305d1040299cf7c2b97bec",
                "md5": "950efd353e0fa47c799cb62448602fab",
                "sha256": "3b71b9b9cad54678c8ea4ff855db1e31adf027eab5a1cd2ec0d255178d1d60ea"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "950efd353e0fa47c799cb62448602fab",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 601932,
            "upload_time": "2025-09-03T11:34:34",
            "upload_time_iso_8601": "2025-09-03T11:34:34.311442Z",
            "url": "https://files.pythonhosted.org/packages/dc/7a/9b730edae87a5714fe06cca7aa8d6f328b588e305d1040299cf7c2b97bec/py_bip39_bindings-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2fece676d7305b0b12e218ff8ad51e4115781a36081db7d51f381d391cf7c5fb",
                "md5": "50ca7ab27999cd2df5e58a56cbf89a46",
                "sha256": "2b5f3f6dda9a68040c1fb74b9ca721788e3cec3d6e4d1e7ff91659bbc72c2bec"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp312-cp312-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "50ca7ab27999cd2df5e58a56cbf89a46",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 685349,
            "upload_time": "2025-09-03T11:34:47",
            "upload_time_iso_8601": "2025-09-03T11:34:47.721721Z",
            "url": "https://files.pythonhosted.org/packages/2f/ec/e676d7305b0b12e218ff8ad51e4115781a36081db7d51f381d391cf7c5fb/py_bip39_bindings-0.3.0-cp312-cp312-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9c3bcf983f9a777de6128244f533495d7787d1f311ab49eb67c71314e18e3695",
                "md5": "d06d3ce3e0d1196f04aaf444ce3660b8",
                "sha256": "086c8e73208f423c3edd051a79334710b5253fb7be5e6a8d0b53da8538c0cc48"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "d06d3ce3e0d1196f04aaf444ce3660b8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 614816,
            "upload_time": "2025-09-03T11:35:04",
            "upload_time_iso_8601": "2025-09-03T11:35:04.031186Z",
            "url": "https://files.pythonhosted.org/packages/9c/3b/cf983f9a777de6128244f533495d7787d1f311ab49eb67c71314e18e3695/py_bip39_bindings-0.3.0-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "90a981a97ae0850ec2b0b0d4df6757d1dcd478e3b205148d87ca561b95a0d102",
                "md5": "01475ffa943716085e25f5dc0532d18c",
                "sha256": "b16eb31bbedc6148a739a6fc8a79053306dcb7585972405f3728802cd844bfa7"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "01475ffa943716085e25f5dc0532d18c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 602022,
            "upload_time": "2025-09-03T11:35:17",
            "upload_time_iso_8601": "2025-09-03T11:35:17.435412Z",
            "url": "https://files.pythonhosted.org/packages/90/a9/81a97ae0850ec2b0b0d4df6757d1dcd478e3b205148d87ca561b95a0d102/py_bip39_bindings-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "27eed0819e4ae1b2725a215e46182122a8286740d196e1c12cce8fc14f5d4bcf",
                "md5": "467cb5dcc709b4ec1a84d2e08026c65d",
                "sha256": "34ac0484b24004d8e29243d345ce98285869f48be8d24a307fd188f76a284e27"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "467cb5dcc709b4ec1a84d2e08026c65d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 262833,
            "upload_time": "2025-09-03T11:35:38",
            "upload_time_iso_8601": "2025-09-03T11:35:38.784217Z",
            "url": "https://files.pythonhosted.org/packages/27/ee/d0819e4ae1b2725a215e46182122a8286740d196e1c12cce8fc14f5d4bcf/py_bip39_bindings-0.3.0-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c2321473a512d90162e8d134f76dd4035deb2db0b8b227fad5fbae88a76da329",
                "md5": "83eb6794397e129b03e6158bb4fa8ff1",
                "sha256": "a1506de7cc77827b6ec1eac874f5714be6afdc13b3b3132db71dfde14ee7a4f0"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "83eb6794397e129b03e6158bb4fa8ff1",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 270105,
            "upload_time": "2025-09-03T11:35:31",
            "upload_time_iso_8601": "2025-09-03T11:35:31.735238Z",
            "url": "https://files.pythonhosted.org/packages/c2/32/1473a512d90162e8d134f76dd4035deb2db0b8b227fad5fbae88a76da329/py_bip39_bindings-0.3.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "14ea9b3a8f7caf9ecfba1e63b0f3ce4d44930d36415a3edee9cf9f8f17965747",
                "md5": "447d397f80cb7e4409ab1efe0384c9ed",
                "sha256": "8430937ba275ce4d559260362c7c3d0df86ffc222c772faf531df1393fbd1923"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "447d397f80cb7e4409ab1efe0384c9ed",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 374325,
            "upload_time": "2025-09-03T11:34:29",
            "upload_time_iso_8601": "2025-09-03T11:34:29.007853Z",
            "url": "https://files.pythonhosted.org/packages/14/ea/9b3a8f7caf9ecfba1e63b0f3ce4d44930d36415a3edee9cf9f8f17965747/py_bip39_bindings-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "eb8b2a4830fe07338fe72d03783894efbefe1431312f250c664a170944eed10c",
                "md5": "52ac4058aa83845096e93677310dcdc0",
                "sha256": "5cdf11c5b9f6956688af5f1d16e576007619b722b3bbb1eebbb422b4f6ae0d51"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "52ac4058aa83845096e93677310dcdc0",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 363636,
            "upload_time": "2025-09-03T11:34:24",
            "upload_time_iso_8601": "2025-09-03T11:34:24.338706Z",
            "url": "https://files.pythonhosted.org/packages/eb/8b/2a4830fe07338fe72d03783894efbefe1431312f250c664a170944eed10c/py_bip39_bindings-0.3.0-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a0345c2e231231cd1c785a367cda37ec350f158c57c67c9b1f5dbc27eb15657b",
                "md5": "911b8247cc176de3c46e2af4ee66c312",
                "sha256": "d340865af414850716a9538d9d6fb269e2d52d7a13352d2b4fba29f1c7077f1f"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "911b8247cc176de3c46e2af4ee66c312",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 421878,
            "upload_time": "2025-09-03T11:33:20",
            "upload_time_iso_8601": "2025-09-03T11:33:20.258374Z",
            "url": "https://files.pythonhosted.org/packages/a0/34/5c2e231231cd1c785a367cda37ec350f158c57c67c9b1f5dbc27eb15657b/py_bip39_bindings-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f7fb1af261ff139b17101bfabc88c06aacf6f8f9af7504703532b5c91f0047fa",
                "md5": "0818d0ebba980a77cde882d1839a60da",
                "sha256": "83a1ed311303f0032be84b1c75b1e4fa012278b0f20b95861ced052db178cb92"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "0818d0ebba980a77cde882d1839a60da",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 422226,
            "upload_time": "2025-09-03T11:33:36",
            "upload_time_iso_8601": "2025-09-03T11:33:36.270780Z",
            "url": "https://files.pythonhosted.org/packages/f7/fb/1af261ff139b17101bfabc88c06aacf6f8f9af7504703532b5c91f0047fa/py_bip39_bindings-0.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "764ad570415a4b1e0765b3e496a8297718c78f150b4c0d668d5990ef02bc0138",
                "md5": "b319fc0b391e99487cb5d13750d42456",
                "sha256": "897cfc650de45dc7fa005dbec0e6572a16a2d9114e094d33dbe8018e77282d35"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "b319fc0b391e99487cb5d13750d42456",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 587316,
            "upload_time": "2025-09-03T11:33:49",
            "upload_time_iso_8601": "2025-09-03T11:33:49.400899Z",
            "url": "https://files.pythonhosted.org/packages/76/4a/d570415a4b1e0765b3e496a8297718c78f150b4c0d668d5990ef02bc0138/py_bip39_bindings-0.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9426fc0cbe3c416271fe76a2547302e670b47c02a196080d7b4f588bdbc98e06",
                "md5": "e470c67ba0f0d05e6953df61242faedd",
                "sha256": "5fd3cb63109a67419295a7adaf6122559f5991a8ad805fb3f0790c1ceb6869f8"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e470c67ba0f0d05e6953df61242faedd",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 432574,
            "upload_time": "2025-09-03T11:34:13",
            "upload_time_iso_8601": "2025-09-03T11:34:13.789009Z",
            "url": "https://files.pythonhosted.org/packages/94/26/fc0cbe3c416271fe76a2547302e670b47c02a196080d7b4f588bdbc98e06/py_bip39_bindings-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "62ecdc84f0f7397d750b0f9fa4ef868a829641d91720236a88cf6d158427f33b",
                "md5": "4650a10ad436b8b50c4fd46a5e379dd3",
                "sha256": "e223923c650a283957bcf6fd6c23c07731ad39c96b08b562ed347f098410204b"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "4650a10ad436b8b50c4fd46a5e379dd3",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 438815,
            "upload_time": "2025-09-03T11:34:02",
            "upload_time_iso_8601": "2025-09-03T11:34:02.380667Z",
            "url": "https://files.pythonhosted.org/packages/62/ec/dc84f0f7397d750b0f9fa4ef868a829641d91720236a88cf6d158427f33b/py_bip39_bindings-0.3.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bb459251764e2bcc744c3d4df291dd41a56c6c7df772fe70273bf40ec15af696",
                "md5": "e9e6dcb84f62d1e8e9ae2ff99b9a2a2f",
                "sha256": "e26947fb62edf9cc4644869ed5cca3feecb444fee0d1bfc99f7ff63b73f03d9a"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e9e6dcb84f62d1e8e9ae2ff99b9a2a2f",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 602196,
            "upload_time": "2025-09-03T11:34:35",
            "upload_time_iso_8601": "2025-09-03T11:34:35.765902Z",
            "url": "https://files.pythonhosted.org/packages/bb/45/9251764e2bcc744c3d4df291dd41a56c6c7df772fe70273bf40ec15af696/py_bip39_bindings-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f018d761398146bfad044eb3a67d6bc698b80ba9f746759fdc6218082cae3e60",
                "md5": "f436bfae1e7dc8504453560575dc139a",
                "sha256": "444e129940844f1ec06f90aa7394be95fa3a57be7466f7981fe68a6d686542c0"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp313-cp313-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "f436bfae1e7dc8504453560575dc139a",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 685511,
            "upload_time": "2025-09-03T11:34:49",
            "upload_time_iso_8601": "2025-09-03T11:34:49.263256Z",
            "url": "https://files.pythonhosted.org/packages/f0/18/d761398146bfad044eb3a67d6bc698b80ba9f746759fdc6218082cae3e60/py_bip39_bindings-0.3.0-cp313-cp313-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f631243dc2abe1379911ba58bf7b5414b1f8fd764a6e76ae38fbbd80ac124e5f",
                "md5": "194d9f185f35f97dff3e9c926343cad0",
                "sha256": "fc4d95dea547ba9eb98d58bc431abdca8e06ed75022bfb72474455753644d95b"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp313-cp313-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "194d9f185f35f97dff3e9c926343cad0",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 614886,
            "upload_time": "2025-09-03T11:35:05",
            "upload_time_iso_8601": "2025-09-03T11:35:05.622319Z",
            "url": "https://files.pythonhosted.org/packages/f6/31/243dc2abe1379911ba58bf7b5414b1f8fd764a6e76ae38fbbd80ac124e5f/py_bip39_bindings-0.3.0-cp313-cp313-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "efc519ab78d1fb7f8993db22f358c401ee7e25e998896cefb38dc58112b42f4a",
                "md5": "deb97e1be8aa5c67d9a5d5899f5197b6",
                "sha256": "70eeee161323a72fde16e26b46b8b04d95e6fc91298548cd88646beb00c95b6f"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "deb97e1be8aa5c67d9a5d5899f5197b6",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 602228,
            "upload_time": "2025-09-03T11:35:19",
            "upload_time_iso_8601": "2025-09-03T11:35:19.284092Z",
            "url": "https://files.pythonhosted.org/packages/ef/c5/19ab78d1fb7f8993db22f358c401ee7e25e998896cefb38dc58112b42f4a/py_bip39_bindings-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "69492c21dd6ee9027552c68c420c23f7b20f456bd33c7d880935b35184c2369b",
                "md5": "98877bcaa148801054254227d6e27d6a",
                "sha256": "e408026db2dd14c4bdcf8538ac014672c32cdbdf006e9f2e530450b2869ef256"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "98877bcaa148801054254227d6e27d6a",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 421567,
            "upload_time": "2025-09-03T11:33:21",
            "upload_time_iso_8601": "2025-09-03T11:33:21.732959Z",
            "url": "https://files.pythonhosted.org/packages/69/49/2c21dd6ee9027552c68c420c23f7b20f456bd33c7d880935b35184c2369b/py_bip39_bindings-0.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8f497e8da35209de056030990bcf7853b3491e505130ff9d2d0503f5ab4aebb7",
                "md5": "77cd8521101aeb760ccdc6307f8ebcd6",
                "sha256": "e7b72ad60d0094259deaa560ff01d16b8de84d2b6bc42ca50797b6e120c0a891"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "77cd8521101aeb760ccdc6307f8ebcd6",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 421765,
            "upload_time": "2025-09-03T11:33:37",
            "upload_time_iso_8601": "2025-09-03T11:33:37.588016Z",
            "url": "https://files.pythonhosted.org/packages/8f/49/7e8da35209de056030990bcf7853b3491e505130ff9d2d0503f5ab4aebb7/py_bip39_bindings-0.3.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fa226afb61921e999d51c86d1da865e2869405ecadbf26ada346ffc6f1f9337e",
                "md5": "b05c6c9eeab24aa398f162a8a977375d",
                "sha256": "33a1c0a6db50a13a9d9dc481e806d5ced79e24c927abd518938dda111226579f"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "b05c6c9eeab24aa398f162a8a977375d",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 584089,
            "upload_time": "2025-09-03T11:33:51",
            "upload_time_iso_8601": "2025-09-03T11:33:51.417113Z",
            "url": "https://files.pythonhosted.org/packages/fa/22/6afb61921e999d51c86d1da865e2869405ecadbf26ada346ffc6f1f9337e/py_bip39_bindings-0.3.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4a38f1cafcb900070a177b7c0c644d4554246797d2809874fd471a379d19a979",
                "md5": "d1cd48e149267d79950b4951a19dc95b",
                "sha256": "c82b3c9a8eca817a12e9367a0a6b3904a05a78aee36cbf364f0e3e94e48645e9"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d1cd48e149267d79950b4951a19dc95b",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 601803,
            "upload_time": "2025-09-03T11:34:37",
            "upload_time_iso_8601": "2025-09-03T11:34:37.223231Z",
            "url": "https://files.pythonhosted.org/packages/4a/38/f1cafcb900070a177b7c0c644d4554246797d2809874fd471a379d19a979/py_bip39_bindings-0.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8d4f291253e851e813e274d796d7d356d730f0c1dacbe4e206f401efd7e754fa",
                "md5": "a598d7ecd518db13e26b2bb406bbc2d1",
                "sha256": "2417721986f9f5d0cf2898aa5f8963d596a79a6c18406fca60eb7b93424d3c2e"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp313-cp313t-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "a598d7ecd518db13e26b2bb406bbc2d1",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 684753,
            "upload_time": "2025-09-03T11:34:50",
            "upload_time_iso_8601": "2025-09-03T11:34:50.752783Z",
            "url": "https://files.pythonhosted.org/packages/8d/4f/291253e851e813e274d796d7d356d730f0c1dacbe4e206f401efd7e754fa/py_bip39_bindings-0.3.0-cp313-cp313t-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "31b920bd4b3aaf20653319e22eba3e40d6549a6a0979e5e627536ad7f625189a",
                "md5": "914fccbe05bbc12c1df66d7a4695a446",
                "sha256": "43588c856e9ad36b78fa47803e5e0637d44c5cbc0b0c79d045c58d972c30ba05"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp313-cp313t-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "914fccbe05bbc12c1df66d7a4695a446",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 614248,
            "upload_time": "2025-09-03T11:35:07",
            "upload_time_iso_8601": "2025-09-03T11:35:07.012817Z",
            "url": "https://files.pythonhosted.org/packages/31/b9/20bd4b3aaf20653319e22eba3e40d6549a6a0979e5e627536ad7f625189a/py_bip39_bindings-0.3.0-cp313-cp313t-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bcc13baa4d6ffd1d366737a06719ecfddca7b3c6f07239289639dec1478dbc28",
                "md5": "8f45d3d311b2b6a4bd90870716129dd8",
                "sha256": "6bd1cdf3d333b37e39b97485293d4b2eb8cc90a24c64bf530f04a7891cd9d6eb"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8f45d3d311b2b6a4bd90870716129dd8",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 601779,
            "upload_time": "2025-09-03T11:35:20",
            "upload_time_iso_8601": "2025-09-03T11:35:20.773220Z",
            "url": "https://files.pythonhosted.org/packages/bc/c1/3baa4d6ffd1d366737a06719ecfddca7b3c6f07239289639dec1478dbc28/py_bip39_bindings-0.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8526529b72341a9bb9e333d2eb3cad8b0c2b6f56a8dfc5f341c9fe8a509d4473",
                "md5": "eff494b1544d12bcd04b058af8f9f559",
                "sha256": "b5a868636452ed8e1ccb5f3a6e069cad1ab9e873545c0234fa40bfdf4c8955f4"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp313-cp313-win32.whl",
            "has_sig": false,
            "md5_digest": "eff494b1544d12bcd04b058af8f9f559",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 262847,
            "upload_time": "2025-09-03T11:35:40",
            "upload_time_iso_8601": "2025-09-03T11:35:40.202069Z",
            "url": "https://files.pythonhosted.org/packages/85/26/529b72341a9bb9e333d2eb3cad8b0c2b6f56a8dfc5f341c9fe8a509d4473/py_bip39_bindings-0.3.0-cp313-cp313-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e944d0ec7c241fa37b9dd6fb921585523f200f40e7f6d31aa20d6f9e4c20aa3d",
                "md5": "323b55c1371802621d4991875a0eeadc",
                "sha256": "fbb4e8d3abee5b58cc719e4072bf31920bef173a54ba7775f39e7cc855ce2e69"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "323b55c1371802621d4991875a0eeadc",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 270150,
            "upload_time": "2025-09-03T11:35:33",
            "upload_time_iso_8601": "2025-09-03T11:35:33.127706Z",
            "url": "https://files.pythonhosted.org/packages/e9/44/d0ec7c241fa37b9dd6fb921585523f200f40e7f6d31aa20d6f9e4c20aa3d/py_bip39_bindings-0.3.0-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a9e03c8d94ed27c8775799bd30116535d3a165f2a09ad627f0f4ea78e3901f2f",
                "md5": "85dcffa89971950ea7acde3840c4f997",
                "sha256": "a5b4a6011d8e807c22699647d5caf1af231b027448c182b126e127adc6e84aab"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "85dcffa89971950ea7acde3840c4f997",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 432218,
            "upload_time": "2025-09-03T11:34:15",
            "upload_time_iso_8601": "2025-09-03T11:34:15.390660Z",
            "url": "https://files.pythonhosted.org/packages/a9/e0/3c8d94ed27c8775799bd30116535d3a165f2a09ad627f0f4ea78e3901f2f/py_bip39_bindings-0.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a1b675101dfaa0cd0f68bf1ebd5e0232b5504a6e69b672b27758063badfbf7d8",
                "md5": "a43c8e2320e03dcaf317817c4fa008c5",
                "sha256": "2a28d7d9c3d8aa46f63b40e59cd8d2fe8f49a1756dd690dfaad6c5a6ba44c5e8"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "a43c8e2320e03dcaf317817c4fa008c5",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 438955,
            "upload_time": "2025-09-03T11:34:03",
            "upload_time_iso_8601": "2025-09-03T11:34:03.710486Z",
            "url": "https://files.pythonhosted.org/packages/a1/b6/75101dfaa0cd0f68bf1ebd5e0232b5504a6e69b672b27758063badfbf7d8/py_bip39_bindings-0.3.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6107f32ed0222fd44e7e8cc4edff99c4164f3ab945eac7d9fcdc1edb8290917a",
                "md5": "228d07dfa23589f260ebd488758a79ac",
                "sha256": "1d3e23e86648795057ebdaf652da4499fdb2e7457fa2cca1f2ba0cd280a9ec7c"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "228d07dfa23589f260ebd488758a79ac",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 422437,
            "upload_time": "2025-09-03T11:33:23",
            "upload_time_iso_8601": "2025-09-03T11:33:23.488149Z",
            "url": "https://files.pythonhosted.org/packages/61/07/f32ed0222fd44e7e8cc4edff99c4164f3ab945eac7d9fcdc1edb8290917a/py_bip39_bindings-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1498bf9a7255ad60b2738548dd2baa0e5c8bc018a021950a8614f36f2f3c74b9",
                "md5": "401aaff58595ed382221189472608982",
                "sha256": "c639dfb158113b1ad59d1e5283df382a93a675aa011d4dce9254c7ee1b1b94cf"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "401aaff58595ed382221189472608982",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 422637,
            "upload_time": "2025-09-03T11:33:39",
            "upload_time_iso_8601": "2025-09-03T11:33:39.009710Z",
            "url": "https://files.pythonhosted.org/packages/14/98/bf9a7255ad60b2738548dd2baa0e5c8bc018a021950a8614f36f2f3c74b9/py_bip39_bindings-0.3.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "abdef8f4b6b13dbc8bdc61d1e0e17d221bb80ac93b63ee71492a6ed41e61bc5d",
                "md5": "6ad2279ab62ed53c10eb36d09383c880",
                "sha256": "3cce3a46025699466e7b26dc35275732e9ec2d967522fbd86cf6d8260798611e"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "6ad2279ab62ed53c10eb36d09383c880",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 587183,
            "upload_time": "2025-09-03T11:33:52",
            "upload_time_iso_8601": "2025-09-03T11:33:52.770497Z",
            "url": "https://files.pythonhosted.org/packages/ab/de/f8f4b6b13dbc8bdc61d1e0e17d221bb80ac93b63ee71492a6ed41e61bc5d/py_bip39_bindings-0.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "518a7b9f2036e3d4110b6c955cc2eff56a40a08d8d66fb264266f888793cd750",
                "md5": "c14f763deda52d2373f1eed15e664d96",
                "sha256": "b031c0724e2d3a1d911443cf5b84f211ddaed624320e40b706e85c9aa2536684"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c14f763deda52d2373f1eed15e664d96",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 433264,
            "upload_time": "2025-09-03T11:34:16",
            "upload_time_iso_8601": "2025-09-03T11:34:16.721489Z",
            "url": "https://files.pythonhosted.org/packages/51/8a/7b9f2036e3d4110b6c955cc2eff56a40a08d8d66fb264266f888793cd750/py_bip39_bindings-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2e753ff666ffcb91caedd2a10b14352e896e706aa310808edddddf46e37d97ad",
                "md5": "0dbe22bbc4561fd41d05677f2009c967",
                "sha256": "cdf83b6b3c6f83b662fff5284300f7c57bda306f6355c7b9022388a008870f7b"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "0dbe22bbc4561fd41d05677f2009c967",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 439603,
            "upload_time": "2025-09-03T11:34:05",
            "upload_time_iso_8601": "2025-09-03T11:34:05.051644Z",
            "url": "https://files.pythonhosted.org/packages/2e/75/3ff666ffcb91caedd2a10b14352e896e706aa310808edddddf46e37d97ad/py_bip39_bindings-0.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9cf340e54281db1cc85e1bbcd875d4a5c34722d1042da9c4a8b9ceff1162954d",
                "md5": "b77863d4c0d7336cd2bfbea58fcb8458",
                "sha256": "7ea903af24cf509664de5b6bec5f322ddbe68d484e88369543dc0e43dec4ccb8"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp39-cp39-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b77863d4c0d7336cd2bfbea58fcb8458",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 602630,
            "upload_time": "2025-09-03T11:34:38",
            "upload_time_iso_8601": "2025-09-03T11:34:38.635945Z",
            "url": "https://files.pythonhosted.org/packages/9c/f3/40e54281db1cc85e1bbcd875d4a5c34722d1042da9c4a8b9ceff1162954d/py_bip39_bindings-0.3.0-cp39-cp39-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "854e25182acf443b9fa48169e1be150bf48b38dbb14769a642afe016e45f7078",
                "md5": "5670ceb4800e8cf60338f3c9efff4788",
                "sha256": "963342d00d841bbbe9e9b99548b8cfc0dbf8d0eb7fac158a24680e3c9c48820a"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp39-cp39-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "5670ceb4800e8cf60338f3c9efff4788",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 685782,
            "upload_time": "2025-09-03T11:34:52",
            "upload_time_iso_8601": "2025-09-03T11:34:52.130956Z",
            "url": "https://files.pythonhosted.org/packages/85/4e/25182acf443b9fa48169e1be150bf48b38dbb14769a642afe016e45f7078/py_bip39_bindings-0.3.0-cp39-cp39-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "743f4a9b15e51280bb3238052d3c76977f15412e388bc563b67222e6bfc8e91a",
                "md5": "9c6460f3395ddc8a95ccddf2bd6ef0c8",
                "sha256": "b4398e6d5b20bd59dc074cd1bc9e5623ea149d1d6b7cabcdd2bb954a51d4c6c9"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "9c6460f3395ddc8a95ccddf2bd6ef0c8",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 616073,
            "upload_time": "2025-09-03T11:35:08",
            "upload_time_iso_8601": "2025-09-03T11:35:08.435918Z",
            "url": "https://files.pythonhosted.org/packages/74/3f/4a9b15e51280bb3238052d3c76977f15412e388bc563b67222e6bfc8e91a/py_bip39_bindings-0.3.0-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2b840fdb335e2b18686c02bcc96df21ff02ef3cc0236cb61374a370cd15ac5f5",
                "md5": "c8febef944f7cf098526cee20bfb84ee",
                "sha256": "4a5a700bbd07e3c6412034cb07c1978edf34f823cc3cd8a8a5634b9068331516"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c8febef944f7cf098526cee20bfb84ee",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 602910,
            "upload_time": "2025-09-03T11:35:22",
            "upload_time_iso_8601": "2025-09-03T11:35:22.233247Z",
            "url": "https://files.pythonhosted.org/packages/2b/84/0fdb335e2b18686c02bcc96df21ff02ef3cc0236cb61374a370cd15ac5f5/py_bip39_bindings-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "48cb2fc8733450ce7dc5b08c0ea0386a0644a76b2bd1db32c753512567a17ac2",
                "md5": "d4baa3b5f57b563b36a6da37e736031b",
                "sha256": "7159e78c119c53067524957c227757363f2f8a770b574345750cb42bfd4d01df"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "d4baa3b5f57b563b36a6da37e736031b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 262600,
            "upload_time": "2025-09-03T11:35:41",
            "upload_time_iso_8601": "2025-09-03T11:35:41.627538Z",
            "url": "https://files.pythonhosted.org/packages/48/cb/2fc8733450ce7dc5b08c0ea0386a0644a76b2bd1db32c753512567a17ac2/py_bip39_bindings-0.3.0-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6eea5e3e6e8f9fcb225d6eea71e3fa5220b775dbbf07a0c2b373a438f49bea94",
                "md5": "f4913f7dadcd142a1a3fb5d3d035991c",
                "sha256": "95385e460c7630a5ebaa4964b70f08ccb826e2d19c889f9fd3a745f4a40fc845"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f4913f7dadcd142a1a3fb5d3d035991c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 270291,
            "upload_time": "2025-09-03T11:35:34",
            "upload_time_iso_8601": "2025-09-03T11:35:34.388603Z",
            "url": "https://files.pythonhosted.org/packages/6e/ea/5e3e6e8f9fcb225d6eea71e3fa5220b775dbbf07a0c2b373a438f49bea94/py_bip39_bindings-0.3.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "56882caf0b09d52d2535f865e923be21f243c787119a1930d32b392a0de1d9df",
                "md5": "1fcd4a57b5316762f97a2ee5dcebc239",
                "sha256": "e1a4b84eff73f8e8b16dba1c74981ac35d1e14cffa888425be667d37f6697ecc"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1fcd4a57b5316762f97a2ee5dcebc239",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 422586,
            "upload_time": "2025-09-03T11:33:25",
            "upload_time_iso_8601": "2025-09-03T11:33:25.223997Z",
            "url": "https://files.pythonhosted.org/packages/56/88/2caf0b09d52d2535f865e923be21f243c787119a1930d32b392a0de1d9df/py_bip39_bindings-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0ff65020065b495f04dcad4743796fc5dadbdad8113364c9cf0bc37a8e6ff90d",
                "md5": "896b8c332743758a0f2f41d3ef51e67d",
                "sha256": "3dda4d9d4055b790511f36b61508c55a5ac7d437a30c0f7661ea0151f0913165"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "896b8c332743758a0f2f41d3ef51e67d",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 423161,
            "upload_time": "2025-09-03T11:33:40",
            "upload_time_iso_8601": "2025-09-03T11:33:40.341706Z",
            "url": "https://files.pythonhosted.org/packages/0f/f6/5020065b495f04dcad4743796fc5dadbdad8113364c9cf0bc37a8e6ff90d/py_bip39_bindings-0.3.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cf7e560d0c75d692a0ac9fd051b1dce3a869c25852be4ced288075267c3ed90d",
                "md5": "792b10663bd8a64df7b1523f6ff8a4d3",
                "sha256": "f41d29347f00530f17005a1672b6f309f526968e6643779600e4f0f275f551e4"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "792b10663bd8a64df7b1523f6ff8a4d3",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 586300,
            "upload_time": "2025-09-03T11:33:54",
            "upload_time_iso_8601": "2025-09-03T11:33:54.122951Z",
            "url": "https://files.pythonhosted.org/packages/cf/7e/560d0c75d692a0ac9fd051b1dce3a869c25852be4ced288075267c3ed90d/py_bip39_bindings-0.3.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b8ead81d4a01b6f17f62759b0ef50b470af30addaaba30495395319dbc6e252a",
                "md5": "5726210e0f0db7173894e8bd30b993d5",
                "sha256": "9e1c1a2ad22efb5114c0eb977c62c2e464fbd4a6c2ce06c86238f63226729ee6"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5726210e0f0db7173894e8bd30b993d5",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 433434,
            "upload_time": "2025-09-03T11:34:18",
            "upload_time_iso_8601": "2025-09-03T11:34:18.070341Z",
            "url": "https://files.pythonhosted.org/packages/b8/ea/d81d4a01b6f17f62759b0ef50b470af30addaaba30495395319dbc6e252a/py_bip39_bindings-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "489aa4491789c9ee4113c7d32e5ea34177a58a071dcc6bbdf757b7942786b2a1",
                "md5": "6d3185f0c07e714d03fb495b67d44690",
                "sha256": "0e833a109a39c73fb2e44068cb1dbeabf001a9d7e0df9bd4607b802c50325113"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "6d3185f0c07e714d03fb495b67d44690",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 440111,
            "upload_time": "2025-09-03T11:34:06",
            "upload_time_iso_8601": "2025-09-03T11:34:06.616509Z",
            "url": "https://files.pythonhosted.org/packages/48/9a/a4491789c9ee4113c7d32e5ea34177a58a071dcc6bbdf757b7942786b2a1/py_bip39_bindings-0.3.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "eea6751d625d56be368e31d4425627b21a01e509822661dad8e68ed786039693",
                "md5": "4fda32771ac9d7d12711e598252f9340",
                "sha256": "746325aba0fbde900986abb240328e25960118bd962a8b4a1d378d40c53814bd"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4fda32771ac9d7d12711e598252f9340",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 602886,
            "upload_time": "2025-09-03T11:34:40",
            "upload_time_iso_8601": "2025-09-03T11:34:40.121047Z",
            "url": "https://files.pythonhosted.org/packages/ee/a6/751d625d56be368e31d4425627b21a01e509822661dad8e68ed786039693/py_bip39_bindings-0.3.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7fe83d284a7c995e19b28ea0e0e179c1f800627d1f918a90680b7309142fcd0c",
                "md5": "1984e89f56266ae7c19c74a887933b37",
                "sha256": "ce8cf78ef90a00088d916bdab4edc44711e1fb50fc3c7838254029cac7357ce8"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "1984e89f56266ae7c19c74a887933b37",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 686371,
            "upload_time": "2025-09-03T11:34:53",
            "upload_time_iso_8601": "2025-09-03T11:34:53.867000Z",
            "url": "https://files.pythonhosted.org/packages/7f/e8/3d284a7c995e19b28ea0e0e179c1f800627d1f918a90680b7309142fcd0c/py_bip39_bindings-0.3.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b525b8653a15ba3a61455bdf60bbbce078e9f459fd0e1ea007d2f6961778b89f",
                "md5": "665b6ee6e5ac03450bfdc7f5fdbe2d83",
                "sha256": "504f688825261800c5eb1644d83e2ae1904c400ee32e293dee7de3316a8e3f0f"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "665b6ee6e5ac03450bfdc7f5fdbe2d83",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 616656,
            "upload_time": "2025-09-03T11:35:09",
            "upload_time_iso_8601": "2025-09-03T11:35:09.964312Z",
            "url": "https://files.pythonhosted.org/packages/b5/25/b8653a15ba3a61455bdf60bbbce078e9f459fd0e1ea007d2f6961778b89f/py_bip39_bindings-0.3.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0a53dee218f2ab4ccf2e8dfb994e54dc8ab2f8af40cfc472ace4b5e1e21d39b0",
                "md5": "2f80580539585525e9d41b63c6d99f78",
                "sha256": "f51f63b38f2b86fd363a3c21f45ed4660d30002d337ac6a1969eca7eb1f43737"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2f80580539585525e9d41b63c6d99f78",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 603009,
            "upload_time": "2025-09-03T11:35:23",
            "upload_time_iso_8601": "2025-09-03T11:35:23.630493Z",
            "url": "https://files.pythonhosted.org/packages/0a/53/dee218f2ab4ccf2e8dfb994e54dc8ab2f8af40cfc472ace4b5e1e21d39b0/py_bip39_bindings-0.3.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "227070a7b16f380f5b55bc3b5985a7801f409c0825268606c647d557fd371dd1",
                "md5": "835801b094e947cc6af80fa197e6e2b7",
                "sha256": "47d76355aca6e58cdadc53b49552a03e83223dec4677df9174f62b7e28508873"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "835801b094e947cc6af80fa197e6e2b7",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.9",
            "size": 422369,
            "upload_time": "2025-09-03T11:33:27",
            "upload_time_iso_8601": "2025-09-03T11:33:27.104423Z",
            "url": "https://files.pythonhosted.org/packages/22/70/70a7b16f380f5b55bc3b5985a7801f409c0825268606c647d557fd371dd1/py_bip39_bindings-0.3.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e8bc2c8cac605608e268b26cfb61f562e6752711e87c15fdbdb009501f91bc34",
                "md5": "91877fb30002ff3c8e410b4c660e520e",
                "sha256": "c695c8192e035662d48421b7468ac1f410f282944e64fac5c121116951b66487"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "91877fb30002ff3c8e410b4c660e520e",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.9",
            "size": 423133,
            "upload_time": "2025-09-03T11:33:42",
            "upload_time_iso_8601": "2025-09-03T11:33:42.182426Z",
            "url": "https://files.pythonhosted.org/packages/e8/bc/2c8cac605608e268b26cfb61f562e6752711e87c15fdbdb009501f91bc34/py_bip39_bindings-0.3.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0020949830a20004712606c3314f5f3eb7f5073f27bc32bec0ed1f59a9e205f9",
                "md5": "3cec68b17869266796f8c3ef2600d56c",
                "sha256": "b5543f586a65715a8222c7ea3d82af3c8f5c4e48085f44d01f0ec25c37287b13"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "3cec68b17869266796f8c3ef2600d56c",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.9",
            "size": 585614,
            "upload_time": "2025-09-03T11:33:55",
            "upload_time_iso_8601": "2025-09-03T11:33:55.488019Z",
            "url": "https://files.pythonhosted.org/packages/00/20/949830a20004712606c3314f5f3eb7f5073f27bc32bec0ed1f59a9e205f9/py_bip39_bindings-0.3.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ffee9063bb0bf22d1f87eab4812d73f79f38f82d81ec2c53cc6609839f6e1a8a",
                "md5": "33c93eac4e5148295df169b9e10afbad",
                "sha256": "6475b7530df2495d981ec2647ea7f17df9f82853a8b636dbd11653d595b8fb70"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "33c93eac4e5148295df169b9e10afbad",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.9",
            "size": 433138,
            "upload_time": "2025-09-03T11:34:20",
            "upload_time_iso_8601": "2025-09-03T11:34:20.242843Z",
            "url": "https://files.pythonhosted.org/packages/ff/ee/9063bb0bf22d1f87eab4812d73f79f38f82d81ec2c53cc6609839f6e1a8a/py_bip39_bindings-0.3.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "49cca2c2b8fac412c355e60fdf15727328a5e89d57a9bba2d3fb9c3e9d8594d2",
                "md5": "7cd0103bbe8874f2d26f3ec53c943d32",
                "sha256": "5f94646856391b1a1b9ea871f625ef08062e53dfcf500c66854ba3165609f43a"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "7cd0103bbe8874f2d26f3ec53c943d32",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.9",
            "size": 439831,
            "upload_time": "2025-09-03T11:34:07",
            "upload_time_iso_8601": "2025-09-03T11:34:07.999971Z",
            "url": "https://files.pythonhosted.org/packages/49/cc/a2c2b8fac412c355e60fdf15727328a5e89d57a9bba2d3fb9c3e9d8594d2/py_bip39_bindings-0.3.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ca3e26f645c741895a6231fdf9520f2be3804a8140896928307811c7c2fd8506",
                "md5": "db522dc56b6e93e801848a8bcc452d77",
                "sha256": "16f8e9039bf3c18dcc6529e777fe49747ec9342e5c8ffc9abb923c0b17073db6"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "db522dc56b6e93e801848a8bcc452d77",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.9",
            "size": 602712,
            "upload_time": "2025-09-03T11:34:41",
            "upload_time_iso_8601": "2025-09-03T11:34:41.759580Z",
            "url": "https://files.pythonhosted.org/packages/ca/3e/26f645c741895a6231fdf9520f2be3804a8140896928307811c7c2fd8506/py_bip39_bindings-0.3.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9f71503361e181fd5ae786d0a39d522563834799e3f6bed8fd45e43c75b0eda0",
                "md5": "1c32429990cacaac30aa227ca263e718",
                "sha256": "dfae21b4f7642e57f463225545b0e368d86a346ec1ce85d32dc11babe6bd7bb7"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "1c32429990cacaac30aa227ca263e718",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.9",
            "size": 686261,
            "upload_time": "2025-09-03T11:34:57",
            "upload_time_iso_8601": "2025-09-03T11:34:57.786564Z",
            "url": "https://files.pythonhosted.org/packages/9f/71/503361e181fd5ae786d0a39d522563834799e3f6bed8fd45e43c75b0eda0/py_bip39_bindings-0.3.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e97ebb08e8362cae200d6e964f0ad0c829ceb23359a698006b2d0d75dc10e161",
                "md5": "1820b775e0f3615c121547f1933d23bf",
                "sha256": "5498ee2456ddc3360ad1ae40486ce591b0255c940e16d25b9b105ebed867fccd"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "1820b775e0f3615c121547f1933d23bf",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.9",
            "size": 616343,
            "upload_time": "2025-09-03T11:35:11",
            "upload_time_iso_8601": "2025-09-03T11:35:11.405292Z",
            "url": "https://files.pythonhosted.org/packages/e9/7e/bb08e8362cae200d6e964f0ad0c829ceb23359a698006b2d0d75dc10e161/py_bip39_bindings-0.3.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8c85cd25aed2d81995abeced366759dd33a8b8cbf90177e1f6c3435fa1f2c39a",
                "md5": "4ae870791d4ea512677d9a271f1e86e2",
                "sha256": "1c9fcabde586a5fe6a5dec6e7389954ff9a2904d13c37cbfe576fe4136494384"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4ae870791d4ea512677d9a271f1e86e2",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.9",
            "size": 602815,
            "upload_time": "2025-09-03T11:35:25",
            "upload_time_iso_8601": "2025-09-03T11:35:25.367758Z",
            "url": "https://files.pythonhosted.org/packages/8c/85/cd25aed2d81995abeced366759dd33a8b8cbf90177e1f6c3435fa1f2c39a/py_bip39_bindings-0.3.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a09dc5333b6e227fad31880655ac8de3d661fd0ae33bd76c08053ea35355c3e7",
                "md5": "9e2b84a86f87134fa74014cbf15f6ba0",
                "sha256": "6d45bb01e7f933fe56626f405aa4b03ab917d8d4b969f935b6fed59ba348fe0c"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9e2b84a86f87134fa74014cbf15f6ba0",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 422956,
            "upload_time": "2025-09-03T11:33:28",
            "upload_time_iso_8601": "2025-09-03T11:33:28.870966Z",
            "url": "https://files.pythonhosted.org/packages/a0/9d/c5333b6e227fad31880655ac8de3d661fd0ae33bd76c08053ea35355c3e7/py_bip39_bindings-0.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "168c061c9fed9e1592a9bd1cc4070944e817072a608d228769dd3e3a87ca6f58",
                "md5": "29620b042e548f8967b5c8d2b02f91ec",
                "sha256": "d69037ca112b203cfb488f040dd85b2fac84d6ccb14cec9cc015a720450eb400"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "29620b042e548f8967b5c8d2b02f91ec",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 422955,
            "upload_time": "2025-09-03T11:33:43",
            "upload_time_iso_8601": "2025-09-03T11:33:43.590340Z",
            "url": "https://files.pythonhosted.org/packages/16/8c/061c9fed9e1592a9bd1cc4070944e817072a608d228769dd3e3a87ca6f58/py_bip39_bindings-0.3.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e0a32bb0d3d5a671eec35bca8ac0f9be319cd56f9fcb5c381624985da9f61eda",
                "md5": "18d5a65e5a158b7b178476dbff8dd636",
                "sha256": "e26fdb2df01b6e29436be43999bc49f39adde73d4b9040b187d82bf03b0b59c4"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "18d5a65e5a158b7b178476dbff8dd636",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 586417,
            "upload_time": "2025-09-03T11:33:56",
            "upload_time_iso_8601": "2025-09-03T11:33:56.865494Z",
            "url": "https://files.pythonhosted.org/packages/e0/a3/2bb0d3d5a671eec35bca8ac0f9be319cd56f9fcb5c381624985da9f61eda/py_bip39_bindings-0.3.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d181bdfca04edcb90c41572f1b25621352ba166971bcec9693d7bc211f595a0b",
                "md5": "2fda45a2d082bf9c5fd97cd1d5c95d46",
                "sha256": "15b672dad8aeb58d49709c5083cd0ccb74cb49e98e9ddb802c12978c2f5adeff"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "2fda45a2d082bf9c5fd97cd1d5c95d46",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 603121,
            "upload_time": "2025-09-03T11:34:43",
            "upload_time_iso_8601": "2025-09-03T11:34:43.214378Z",
            "url": "https://files.pythonhosted.org/packages/d1/81/bdfca04edcb90c41572f1b25621352ba166971bcec9693d7bc211f595a0b/py_bip39_bindings-0.3.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8e63008ab7903b940ee5363d0dd3cdf3c4afc4ef6c8e4f8ac4b0580723c22293",
                "md5": "c44907874898ca87202a601df74cd58d",
                "sha256": "0d0074a57242806ff4468986d9cd60ea69bfb5c9f54a700e75c150f3c878151c"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "c44907874898ca87202a601df74cd58d",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 686151,
            "upload_time": "2025-09-03T11:34:59",
            "upload_time_iso_8601": "2025-09-03T11:34:59.371662Z",
            "url": "https://files.pythonhosted.org/packages/8e/63/008ab7903b940ee5363d0dd3cdf3c4afc4ef6c8e4f8ac4b0580723c22293/py_bip39_bindings-0.3.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "78622626dccb808820b318728028ea302ffaa4aa615d3f3d9409b6c5ab455ff7",
                "md5": "1581493aeafbe041bfb6c24cb1eb023a",
                "sha256": "069514fbd203f619aba7254e1bc0d5db01ea52c8160fe51240debc41ce99f381"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "1581493aeafbe041bfb6c24cb1eb023a",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 616410,
            "upload_time": "2025-09-03T11:35:12",
            "upload_time_iso_8601": "2025-09-03T11:35:12.883908Z",
            "url": "https://files.pythonhosted.org/packages/78/62/2626dccb808820b318728028ea302ffaa4aa615d3f3d9409b6c5ab455ff7/py_bip39_bindings-0.3.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c68cc84f666ceec2db855407156b2d66c08982d8bf426c859948668c7059287e",
                "md5": "fc7642e029995f106df26c82041367a7",
                "sha256": "b99d6fa35e44a2b07c217f1759eca551fb7f821540ea6b00c75fa4066e77ed5c"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fc7642e029995f106df26c82041367a7",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 603452,
            "upload_time": "2025-09-03T11:35:26",
            "upload_time_iso_8601": "2025-09-03T11:35:26.776218Z",
            "url": "https://files.pythonhosted.org/packages/c6/8c/c84f666ceec2db855407156b2d66c08982d8bf426c859948668c7059287e/py_bip39_bindings-0.3.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5a1af41ae3dacae40a80d00111c2bb775b3e89b7175a576b7b48a2378f0e47b5",
                "md5": "8c594ae6baf463aee9da029e85acb3ca",
                "sha256": "ccf1f277358c635c28469d6cfd33f40c8cde902dcfdc23f395ac2932d19564bf"
            },
            "downloads": -1,
            "filename": "py_bip39_bindings-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8c594ae6baf463aee9da029e85acb3ca",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 14362,
            "upload_time": "2025-09-03T11:35:27",
            "upload_time_iso_8601": "2025-09-03T11:35:27.926884Z",
            "url": "https://files.pythonhosted.org/packages/5a/1a/f41ae3dacae40a80d00111c2bb775b3e89b7175a576b7b48a2378f0e47b5/py_bip39_bindings-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-03 11:35:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "polkascan",
    "github_project": "py-bip39-bindings",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "maturin",
            "specs": [
                [
                    "~=",
                    "1.7"
                ]
            ]
        },
        {
            "name": "bumpversion",
            "specs": []
        },
        {
            "name": "pytest",
            "specs": []
        }
    ],
    "lcname": "py-bip39-bindings"
}
        
Elapsed time: 3.02641s