coincurve


Namecoincurve JSON
Version 19.0.1 PyPI version JSON
download
home_page
SummaryCross-platform Python CFFI bindings for libsecp256k1
upload_time2024-03-02 06:40:58
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT OR Apache-2.0
keywords secp256k1 crypto elliptic curves bitcoin ethereum cryptocurrency
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # coincurve

| | |
| --- | --- |
| CI/CD | [![CI - Test](https://github.com/ofek/coincurve/actions/workflows/build.yml/badge.svg)](https://github.com/ofek/coincurve/actions/workflows/build.yml) [![CI - Coverage](https://img.shields.io/codecov/c/github/ofek/coincurve/master.svg?logo=codecov&logoColor=red)](https://codecov.io/github/ofek/coincurve) |
| Docs | [![CI - Docs](https://github.com/ofek/coincurve/actions/workflows/docs.yml/badge.svg)](https://github.com/ofek/coincurve/actions/workflows/docs.yml) |
| Package | [![PyPI - Version](https://img.shields.io/pypi/v/coincurve.svg?logo=pypi&label=PyPI&logoColor=gold)](https://pypi.org/project/coincurve/) [![PyPI - Downloads](https://img.shields.io/pypi/dm/coincurve.svg?color=blue&label=Downloads&logo=pypi&logoColor=gold)](https://pypi.org/project/coincurve/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/coincurve.svg?logo=python&label=Python&logoColor=gold)](https://pypi.org/project/coincurve/) |
| Meta | [![code style - black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![types - Mypy](https://img.shields.io/badge/types-Mypy-blue.svg)](https://github.com/ambv/black) [![imports - isort](https://img.shields.io/badge/imports-isort-ef8336.svg)](https://github.com/pycqa/isort) [![License - MIT OR Apache-2.0](https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-9400d3.svg)](https://spdx.org/licenses/) [![GitHub Sponsors](https://img.shields.io/github/sponsors/ofek?logo=GitHub%20Sponsors&style=social)](https://github.com/sponsors/ofek) |

-----

This library provides well-tested Python bindings for [libsecp256k1](https://github.com/bitcoin-core/secp256k1), the heavily optimized C library
used by [Bitcoin Core](https://github.com/bitcoin/bitcoin) for operations on the elliptic curve [secp256k1](https://en.bitcoin.it/wiki/Secp256k1).

Feel free to read the [documentation](https://ofek.dev/coincurve/)!

## Users

- [Ethereum](https://ethereum.org)
- [LBRY](https://lbry.com)
- [libp2p](https://libp2p.io)

and [many more](https://ofek.dev/coincurve/users/)!

## License

`coincurve` is distributed under the terms of any of the following licenses:

- [MIT](https://spdx.org/licenses/MIT.html)
- [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "coincurve",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "secp256k1,crypto,elliptic curves,bitcoin,ethereum,cryptocurrency",
    "author": "",
    "author_email": "Ofek Lev <oss@ofek.dev>",
    "download_url": "https://files.pythonhosted.org/packages/4c/84/46c9d3144d4b4b2666f5928449ef7798c3627a8cce510aed1532e67c4661/coincurve-19.0.1.tar.gz",
    "platform": null,
    "description": "# coincurve\n\n| | |\n| --- | --- |\n| CI/CD | [![CI - Test](https://github.com/ofek/coincurve/actions/workflows/build.yml/badge.svg)](https://github.com/ofek/coincurve/actions/workflows/build.yml) [![CI - Coverage](https://img.shields.io/codecov/c/github/ofek/coincurve/master.svg?logo=codecov&logoColor=red)](https://codecov.io/github/ofek/coincurve) |\n| Docs | [![CI - Docs](https://github.com/ofek/coincurve/actions/workflows/docs.yml/badge.svg)](https://github.com/ofek/coincurve/actions/workflows/docs.yml) |\n| Package | [![PyPI - Version](https://img.shields.io/pypi/v/coincurve.svg?logo=pypi&label=PyPI&logoColor=gold)](https://pypi.org/project/coincurve/) [![PyPI - Downloads](https://img.shields.io/pypi/dm/coincurve.svg?color=blue&label=Downloads&logo=pypi&logoColor=gold)](https://pypi.org/project/coincurve/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/coincurve.svg?logo=python&label=Python&logoColor=gold)](https://pypi.org/project/coincurve/) |\n| Meta | [![code style - black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![types - Mypy](https://img.shields.io/badge/types-Mypy-blue.svg)](https://github.com/ambv/black) [![imports - isort](https://img.shields.io/badge/imports-isort-ef8336.svg)](https://github.com/pycqa/isort) [![License - MIT OR Apache-2.0](https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-9400d3.svg)](https://spdx.org/licenses/) [![GitHub Sponsors](https://img.shields.io/github/sponsors/ofek?logo=GitHub%20Sponsors&style=social)](https://github.com/sponsors/ofek) |\n\n-----\n\nThis library provides well-tested Python bindings for [libsecp256k1](https://github.com/bitcoin-core/secp256k1), the heavily optimized C library\nused by [Bitcoin Core](https://github.com/bitcoin/bitcoin) for operations on the elliptic curve [secp256k1](https://en.bitcoin.it/wiki/Secp256k1).\n\nFeel free to read the [documentation](https://ofek.dev/coincurve/)!\n\n## Users\n\n- [Ethereum](https://ethereum.org)\n- [LBRY](https://lbry.com)\n- [libp2p](https://libp2p.io)\n\nand [many more](https://ofek.dev/coincurve/users/)!\n\n## License\n\n`coincurve` is distributed under the terms of any of the following licenses:\n\n- [MIT](https://spdx.org/licenses/MIT.html)\n- [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html)\n",
    "bugtrack_url": null,
    "license": "MIT OR Apache-2.0",
    "summary": "Cross-platform Python CFFI bindings for libsecp256k1",
    "version": "19.0.1",
    "project_urls": {
        "Documentation": "https://ofek.dev/coincurve/",
        "Issues": "https://github.com/ofek/coincurve/issues",
        "Source": "https://github.com/ofek/coincurve"
    },
    "split_keywords": [
        "secp256k1",
        "crypto",
        "elliptic curves",
        "bitcoin",
        "ethereum",
        "cryptocurrency"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb1f8d58050cc36157393584844f54e0089e687c622c9af3554dc18633c01150",
                "md5": "67c54d20c62b96137f1682ead7cbe7d2",
                "sha256": "2fe158bde4f45f08d68fc373d78fecd119d3f4179b83d57a7c8541f070e87c4f"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "67c54d20c62b96137f1682ead7cbe7d2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1275651,
            "upload_time": "2024-03-02T06:39:46",
            "upload_time_iso_8601": "2024-03-02T06:39:46.968248Z",
            "url": "https://files.pythonhosted.org/packages/fb/1f/8d58050cc36157393584844f54e0089e687c622c9af3554dc18633c01150/coincurve-19.0.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae88c538a890216fa1a7b2cec726145090c0ca8ef6e7381518d9a0d38fb89d6a",
                "md5": "78ab2a16eadf2a07dea963cb6526d92a",
                "sha256": "976be3a67d1d3940a53aa05513d8a7124432bfb7cd8d2eb0ea5ba3c2e06fd940"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "78ab2a16eadf2a07dea963cb6526d92a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1271101,
            "upload_time": "2024-03-02T06:39:49",
            "upload_time_iso_8601": "2024-03-02T06:39:49.304832Z",
            "url": "https://files.pythonhosted.org/packages/ae/88/c538a890216fa1a7b2cec726145090c0ca8ef6e7381518d9a0d38fb89d6a/coincurve-19.0.1-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a7313d466591ba905cb78871cac60a0a9bea5250d62983411857112e4cebc96d",
                "md5": "c0cb24da376576c2722830f1479d83e9",
                "sha256": "1ca607dfae705b90d5060b57cdf73e79f7c949e272cf540398bb4c10d1af4956"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c0cb24da376576c2722830f1479d83e9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1428710,
            "upload_time": "2024-03-02T06:39:50",
            "upload_time_iso_8601": "2024-03-02T06:39:50.728581Z",
            "url": "https://files.pythonhosted.org/packages/a7/31/3d466591ba905cb78871cac60a0a9bea5250d62983411857112e4cebc96d/coincurve-19.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d0545f617e46cafdc6f09202ddcf1648def80f8fccd4ec62eed3e97813231436",
                "md5": "0a3da0ffb5703b417ce1f5812162ecc9",
                "sha256": "1356308449462275546ec5b8b2bf2ef8ba46a031dd3f7de29ea8840046b50412"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0a3da0ffb5703b417ce1f5812162ecc9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1434467,
            "upload_time": "2024-03-02T06:39:52",
            "upload_time_iso_8601": "2024-03-02T06:39:52.732709Z",
            "url": "https://files.pythonhosted.org/packages/d0/54/5f617e46cafdc6f09202ddcf1648def80f8fccd4ec62eed3e97813231436/coincurve-19.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1af76ec75f1fefe634538e24f788f31b366abebe9cd903f342d4aa1d68715e9e",
                "md5": "ea508e42c92aba46c2ced99111deff22",
                "sha256": "88adad6a06618a9ce647758a2a303b399982b3360e68efabd9a772497894ddb3"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "ea508e42c92aba46c2ced99111deff22",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1423751,
            "upload_time": "2024-03-02T06:39:54",
            "upload_time_iso_8601": "2024-03-02T06:39:54.486205Z",
            "url": "https://files.pythonhosted.org/packages/1a/f7/6ec75f1fefe634538e24f788f31b366abebe9cd903f342d4aa1d68715e9e/coincurve-19.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cba30736f801bd42c93caf27cbd16f376292a796bee975a0d1b13bc932359366",
                "md5": "7b55ea95d4e05d6e0290e69dc5cec542",
                "sha256": "1eef347d2446a78dd249dfbf298d4b053d3ca00e6514e6589107dd5e326d9ac8"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp310-cp310-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7b55ea95d4e05d6e0290e69dc5cec542",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1588060,
            "upload_time": "2024-03-02T06:39:56",
            "upload_time_iso_8601": "2024-03-02T06:39:56.522443Z",
            "url": "https://files.pythonhosted.org/packages/cb/a3/0736f801bd42c93caf27cbd16f376292a796bee975a0d1b13bc932359366/coincurve-19.0.1-cp310-cp310-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1d09ac699071ddf5a2897ab55b4b8924f39c59e6306f192705b95e76dfc1d0e7",
                "md5": "6c936f1ef59cee2da2e5d9b4d7fae363",
                "sha256": "9472600e6bc32ec27efbec906e15da822ae345091d2b0f3c19b42a90041ae077"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp310-cp310-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "6c936f1ef59cee2da2e5d9b4d7fae363",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1419825,
            "upload_time": "2024-03-02T06:39:58",
            "upload_time_iso_8601": "2024-03-02T06:39:58.129254Z",
            "url": "https://files.pythonhosted.org/packages/1d/09/ac699071ddf5a2897ab55b4b8924f39c59e6306f192705b95e76dfc1d0e7/coincurve-19.0.1-cp310-cp310-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3fed4a1f267a3c983ffe55f457ad0583ff6dcde858a6b91ac7bdea7673bac6e5",
                "md5": "f66b429515599bf88c26d93c2eac90c9",
                "sha256": "ca1b8f986ba24d4c8ea6ae396fc931291dbc44d9e2f5ea830d463e5c45c84357"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f66b429515599bf88c26d93c2eac90c9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1613875,
            "upload_time": "2024-03-02T06:39:59",
            "upload_time_iso_8601": "2024-03-02T06:39:59.779482Z",
            "url": "https://files.pythonhosted.org/packages/3f/ed/4a1f267a3c983ffe55f457ad0583ff6dcde858a6b91ac7bdea7673bac6e5/coincurve-19.0.1-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e5bc9b0852ed7e17e7493d61fa0b36d93fe27f511cb4beeecf41fbbbb6481653",
                "md5": "544ce302bf71f24923438dbd56468bd5",
                "sha256": "a5ea7d27168c4f626e03057abfcc5116545d7729ec679d1d542739c441a10d42"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "544ce302bf71f24923438dbd56468bd5",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1275652,
            "upload_time": "2024-03-02T06:40:01",
            "upload_time_iso_8601": "2024-03-02T06:40:01.744692Z",
            "url": "https://files.pythonhosted.org/packages/e5/bc/9b0852ed7e17e7493d61fa0b36d93fe27f511cb4beeecf41fbbbb6481653/coincurve-19.0.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6a05518a71bd32ff12b448d4e218e0b31a1c223c31dbf4ba112545d17030689e",
                "md5": "e37e8491aae79dc08c90f671840aa1cf",
                "sha256": "b6b07ae76fed2c83970fc694222ada50feab9e404db6b99d3a20e191874acb80"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e37e8491aae79dc08c90f671840aa1cf",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1271099,
            "upload_time": "2024-03-02T06:40:03",
            "upload_time_iso_8601": "2024-03-02T06:40:03.310719Z",
            "url": "https://files.pythonhosted.org/packages/6a/05/518a71bd32ff12b448d4e218e0b31a1c223c31dbf4ba112545d17030689e/coincurve-19.0.1-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0947f095114f9dc87ac0e53c69e518cc9f5a6fcfef32671081360a68e19f042c",
                "md5": "e605bd83d01c8e4bc2d0cb8bc846effe",
                "sha256": "ab8332db832913e04a112d0c6ec33f99f31a723f67243da9a5501d284a4e003b"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e605bd83d01c8e4bc2d0cb8bc846effe",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1428703,
            "upload_time": "2024-03-02T06:40:05",
            "upload_time_iso_8601": "2024-03-02T06:40:05.002731Z",
            "url": "https://files.pythonhosted.org/packages/09/47/f095114f9dc87ac0e53c69e518cc9f5a6fcfef32671081360a68e19f042c/coincurve-19.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "687bed19cc52085640a42ba2ac1921cb8ec89a43e3f88fe065438ffa442b067e",
                "md5": "db9d5b421f8ffb5870dd0a07312f08cb",
                "sha256": "8af61945ba74ba6b498fcd05a21368d01b6c4bf7cda896791876aee5aa830acc"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "db9d5b421f8ffb5870dd0a07312f08cb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1434457,
            "upload_time": "2024-03-02T06:40:06",
            "upload_time_iso_8601": "2024-03-02T06:40:06.469700Z",
            "url": "https://files.pythonhosted.org/packages/68/7b/ed19cc52085640a42ba2ac1921cb8ec89a43e3f88fe065438ffa442b067e/coincurve-19.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e8baf438714ca54cdd7b196fdaba4b916766b05786308a3b7ace879f3bc73783",
                "md5": "c770f891c9116fb14958760a8be3d0f0",
                "sha256": "662cc62d743466efc0cf2cc11cbfd81f1ef4d16cba9d554ff81dacd7989e6af5"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "c770f891c9116fb14958760a8be3d0f0",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1423762,
            "upload_time": "2024-03-02T06:40:08",
            "upload_time_iso_8601": "2024-03-02T06:40:08.430004Z",
            "url": "https://files.pythonhosted.org/packages/e8/ba/f438714ca54cdd7b196fdaba4b916766b05786308a3b7ace879f3bc73783/coincurve-19.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f95cd4767e4972e375b9e13cf52d22216fb5edc5c9191692d5e54a0b3cd4887",
                "md5": "210e8978c03bd45a591d82c62500e2c0",
                "sha256": "4194222745f1f5ca224e7bf52a9b2710650558e0de1e05f16e23f2b5ffb114a0"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp311-cp311-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "210e8978c03bd45a591d82c62500e2c0",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1588099,
            "upload_time": "2024-03-02T06:40:10",
            "upload_time_iso_8601": "2024-03-02T06:40:10.009863Z",
            "url": "https://files.pythonhosted.org/packages/2f/95/cd4767e4972e375b9e13cf52d22216fb5edc5c9191692d5e54a0b3cd4887/coincurve-19.0.1-cp311-cp311-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f4464b01a8d353ac9e709b208b846347edd40b78ddd7820c8de5fedb6ab5e9cd",
                "md5": "ea7087198de3a8ae555332536a7a16eb",
                "sha256": "64ec50fbea52fbb6b7972ae62caf2ae18888e3a99e1fe095073d5d09ff5f87fa"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp311-cp311-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "ea7087198de3a8ae555332536a7a16eb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1419873,
            "upload_time": "2024-03-02T06:40:12",
            "upload_time_iso_8601": "2024-03-02T06:40:12.088112Z",
            "url": "https://files.pythonhosted.org/packages/f4/46/4b01a8d353ac9e709b208b846347edd40b78ddd7820c8de5fedb6ab5e9cd/coincurve-19.0.1-cp311-cp311-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c053790bbde517867215fff9a4619aaf720133ad4444321327e4640084889077",
                "md5": "94ab34515d7a23326feae64e8772f69e",
                "sha256": "75d971c3ba7171b0711652684f8cc471594fecb94915409080fbc8af6d1332e7"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "94ab34515d7a23326feae64e8772f69e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1613893,
            "upload_time": "2024-03-02T06:40:14",
            "upload_time_iso_8601": "2024-03-02T06:40:14.239475Z",
            "url": "https://files.pythonhosted.org/packages/c0/53/790bbde517867215fff9a4619aaf720133ad4444321327e4640084889077/coincurve-19.0.1-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "51e9afe1606ae115ebbaf0cdb36376ab9f63affb8d3bcf0b2553caab30311d46",
                "md5": "a77c862060b2756744767c0e47504e62",
                "sha256": "7d2449cf35c6d1a4edbd73b58e7db1c29934d0b1750569bb9725dfb591c08510"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a77c862060b2756744767c0e47504e62",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1275677,
            "upload_time": "2024-03-02T06:40:15",
            "upload_time_iso_8601": "2024-03-02T06:40:15.897674Z",
            "url": "https://files.pythonhosted.org/packages/51/e9/afe1606ae115ebbaf0cdb36376ab9f63affb8d3bcf0b2553caab30311d46/coincurve-19.0.1-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4701ea1da8573ec6ad51864dc0fa8bb99314df669a9510a71a58bdb00bf03774",
                "md5": "16df209e182d61e6db1cc530dac7c001",
                "sha256": "512385b546366889be713d0ea613a805467e99630f57f9379976650129cad752"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "16df209e182d61e6db1cc530dac7c001",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1271148,
            "upload_time": "2024-03-02T06:40:17",
            "upload_time_iso_8601": "2024-03-02T06:40:17.219814Z",
            "url": "https://files.pythonhosted.org/packages/47/01/ea1da8573ec6ad51864dc0fa8bb99314df669a9510a71a58bdb00bf03774/coincurve-19.0.1-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92c31bbb8250ae8b0ab2f55dfbdecfcc522afff409b6a9f5645096a85b64e21d",
                "md5": "3d09fb3f01fc4165b2feeb5f938b58c0",
                "sha256": "d8769eec71e6881f2eb0efd37604eca40384bd92f055a413fe5156787fc2733b"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3d09fb3f01fc4165b2feeb5f938b58c0",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1429167,
            "upload_time": "2024-03-02T06:40:18",
            "upload_time_iso_8601": "2024-03-02T06:40:18.910567Z",
            "url": "https://files.pythonhosted.org/packages/92/c3/1bbb8250ae8b0ab2f55dfbdecfcc522afff409b6a9f5645096a85b64e21d/coincurve-19.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f1c9a6db21c7787cdb6dec29f9f407972ff2d057d06d7dd6a8cc2bc0ac3267f1",
                "md5": "8bda474c036832b938ab87b242cb56d8",
                "sha256": "4364ef547d82d8075107e6a54e82a81f08a71acaa9722478f3ed3c8a8a042e00"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8bda474c036832b938ab87b242cb56d8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1434967,
            "upload_time": "2024-03-02T06:40:20",
            "upload_time_iso_8601": "2024-03-02T06:40:20.459226Z",
            "url": "https://files.pythonhosted.org/packages/f1/c9/a6db21c7787cdb6dec29f9f407972ff2d057d06d7dd6a8cc2bc0ac3267f1/coincurve-19.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e3c8e24c9245a2b82e79b35299bb724f4bc51e86102514f06f9244b7d0fd678",
                "md5": "7ce4a9e710345cdcede263b2b0668490",
                "sha256": "3de1dca6a657060575f9290b52dcf825f1e6c38a07dfc6a3535152e4846fbf2b"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "7ce4a9e710345cdcede263b2b0668490",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1424211,
            "upload_time": "2024-03-02T06:40:21",
            "upload_time_iso_8601": "2024-03-02T06:40:21.730947Z",
            "url": "https://files.pythonhosted.org/packages/2e/3c/8e24c9245a2b82e79b35299bb724f4bc51e86102514f06f9244b7d0fd678/coincurve-19.0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9664e55b5e5ed1ec78e592a556b8aa70d9d982650f9ea1ed102135aad25fb46a",
                "md5": "45bbbf2491b927f23cdf6342257779ca",
                "sha256": "3e5dfad921fc0de04f7117edae5d81639ec76bae3d6d1fe571eb394be85656be"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp312-cp312-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "45bbbf2491b927f23cdf6342257779ca",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1588563,
            "upload_time": "2024-03-02T06:40:23",
            "upload_time_iso_8601": "2024-03-02T06:40:23.770786Z",
            "url": "https://files.pythonhosted.org/packages/96/64/e55b5e5ed1ec78e592a556b8aa70d9d982650f9ea1ed102135aad25fb46a/coincurve-19.0.1-cp312-cp312-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a168f0b1cb1968b41e2354516f9ec25fc510e44393078459dbfc787e5b323cdc",
                "md5": "ba8a49b719a9ad1cd2cbdfd3d942c590",
                "sha256": "bd0bb1d1f31e42fb4eea96344febf7d2108dffeede6f6b6c9bc0482d0f911c7d"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp312-cp312-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "ba8a49b719a9ad1cd2cbdfd3d942c590",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1420226,
            "upload_time": "2024-03-02T06:40:25",
            "upload_time_iso_8601": "2024-03-02T06:40:25.625473Z",
            "url": "https://files.pythonhosted.org/packages/a1/68/f0b1cb1968b41e2354516f9ec25fc510e44393078459dbfc787e5b323cdc/coincurve-19.0.1-cp312-cp312-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "051607f3675baadd74e20a4b811d3407529111e0fa8cddd915f7becc8044a98d",
                "md5": "e22671dc1ff0f301a3f086170be690e2",
                "sha256": "6f25c9360c6d770559073333553a695c42b051576a44b8276c07cfc74eacf8df"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp312-cp312-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e22671dc1ff0f301a3f086170be690e2",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1614373,
            "upload_time": "2024-03-02T06:40:27",
            "upload_time_iso_8601": "2024-03-02T06:40:27.517449Z",
            "url": "https://files.pythonhosted.org/packages/05/16/07f3675baadd74e20a4b811d3407529111e0fa8cddd915f7becc8044a98d/coincurve-19.0.1-cp312-cp312-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "19e5e5d06d513d79ae222c9b6ba0d2a84609ca12110bd99d1eb389770b113f34",
                "md5": "e32e78a9a59bfd0052bb80d747309d68",
                "sha256": "2784cb217777bbd247e9090385689da9baf5613d1a5c9c9bd4b22e43d04c1956"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e32e78a9a59bfd0052bb80d747309d68",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1275642,
            "upload_time": "2024-03-02T06:40:29",
            "upload_time_iso_8601": "2024-03-02T06:40:29.211462Z",
            "url": "https://files.pythonhosted.org/packages/19/e5/e5d06d513d79ae222c9b6ba0d2a84609ca12110bd99d1eb389770b113f34/coincurve-19.0.1-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c490347e13d6324decc99a59d552453d04c8992afcbc06f1c8a14cd4d1e81d0f",
                "md5": "4be96df2c6bc54aa54279a5f465284d4",
                "sha256": "7bae24f65cf5121ec708bb29004473a4c157eec8c2569067b02015bf729aae8c"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "4be96df2c6bc54aa54279a5f465284d4",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1271097,
            "upload_time": "2024-03-02T06:40:31",
            "upload_time_iso_8601": "2024-03-02T06:40:31.389741Z",
            "url": "https://files.pythonhosted.org/packages/c4/90/347e13d6324decc99a59d552453d04c8992afcbc06f1c8a14cd4d1e81d0f/coincurve-19.0.1-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "735298e9d00b5b964f05e2471d7cb4bbb7789316f74e5dd3357731d35a660f8f",
                "md5": "5b256e49b6d34d267b06652f6ce97afb",
                "sha256": "d56bc6458bd72ef307e805d0ad4c686fff94b4ae8340b7998c954b86d2af8ee6"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5b256e49b6d34d267b06652f6ce97afb",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1428886,
            "upload_time": "2024-03-02T06:40:33",
            "upload_time_iso_8601": "2024-03-02T06:40:33.569402Z",
            "url": "https://files.pythonhosted.org/packages/73/52/98e9d00b5b964f05e2471d7cb4bbb7789316f74e5dd3357731d35a660f8f/coincurve-19.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "036bdeed8d1b53c4baaeb7e6c565786ded62d800fd57dc637a650a896b0417a4",
                "md5": "f9f99a46ac83ee787582fb9d0c5b6b43",
                "sha256": "992897fe0b37634aaf76b2f94933d7011f88725b436249e64f1f809110d39d1c"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f9f99a46ac83ee787582fb9d0c5b6b43",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1434601,
            "upload_time": "2024-03-02T06:40:35",
            "upload_time_iso_8601": "2024-03-02T06:40:35.090883Z",
            "url": "https://files.pythonhosted.org/packages/03/6b/deed8d1b53c4baaeb7e6c565786ded62d800fd57dc637a650a896b0417a4/coincurve-19.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4f84e178cdf13501d313e8f193dc706ca40f6450db0f75c7c156baeda49b8c0",
                "md5": "43faaa52453976befc67ba5aa53af83d",
                "sha256": "a960657b570a33a0a02089c9e122e0a0deec09e95f79d71fb5256760ceb8eb0c"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "43faaa52453976befc67ba5aa53af83d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1423980,
            "upload_time": "2024-03-02T06:40:36",
            "upload_time_iso_8601": "2024-03-02T06:40:36.498227Z",
            "url": "https://files.pythonhosted.org/packages/c4/f8/4e178cdf13501d313e8f193dc706ca40f6450db0f75c7c156baeda49b8c0/coincurve-19.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6de3bbb9a5b4db5f2fc32f9ca933b719d8512e93fa8152d1eadacb96ce263407",
                "md5": "f48e18d4a0625a5678e70ab7220d0031",
                "sha256": "744f394e6ce9db96eb2dd374448e56c497d99da52cba8b1ccecf410dc004552f"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp38-cp38-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f48e18d4a0625a5678e70ab7220d0031",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1588420,
            "upload_time": "2024-03-02T06:40:38",
            "upload_time_iso_8601": "2024-03-02T06:40:38.464550Z",
            "url": "https://files.pythonhosted.org/packages/6d/e3/bbb9a5b4db5f2fc32f9ca933b719d8512e93fa8152d1eadacb96ce263407/coincurve-19.0.1-cp38-cp38-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d018e8e47238a80a2457499950f3db5a89fff43d6bfe96b2d6911abf3bdbcfb2",
                "md5": "1eb0fa89d3b76d869dd28cd4a0b4d1ec",
                "sha256": "ef0dbb63c0c55a86ef320d9a4a0ba08782ed07e741f2c1900309b2d9a35116be"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp38-cp38-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "1eb0fa89d3b76d869dd28cd4a0b4d1ec",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1420309,
            "upload_time": "2024-03-02T06:40:39",
            "upload_time_iso_8601": "2024-03-02T06:40:39.869597Z",
            "url": "https://files.pythonhosted.org/packages/d0/18/e8e47238a80a2457499950f3db5a89fff43d6bfe96b2d6911abf3bdbcfb2/coincurve-19.0.1-cp38-cp38-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aed67bf9d490011f23e210be93b1c53b79d2f4718cb62fe38b55b2177709aa83",
                "md5": "65b7e5e36446391bdebd9ee5ee5e8582",
                "sha256": "2fd44bbb937f28c3b7eec72ae4d090ab8fd6894c43b62b38b48d3a3623ca9066"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "65b7e5e36446391bdebd9ee5ee5e8582",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1614240,
            "upload_time": "2024-03-02T06:40:41",
            "upload_time_iso_8601": "2024-03-02T06:40:41.562893Z",
            "url": "https://files.pythonhosted.org/packages/ae/d6/7bf9d490011f23e210be93b1c53b79d2f4718cb62fe38b55b2177709aa83/coincurve-19.0.1-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "611bf55037d548a9827eae5750e68cb7c9122c6a0d153414d8022894dbdb0365",
                "md5": "d76b32cca58a19deb08ac9d117de8d14",
                "sha256": "19a9c10847590baca83191e62a6d7cff3d9853edc42235c44dff0548a7d0a14e"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d76b32cca58a19deb08ac9d117de8d14",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1275643,
            "upload_time": "2024-03-02T06:40:42",
            "upload_time_iso_8601": "2024-03-02T06:40:42.975251Z",
            "url": "https://files.pythonhosted.org/packages/61/1b/f55037d548a9827eae5750e68cb7c9122c6a0d153414d8022894dbdb0365/coincurve-19.0.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "967f04c2ca5820961b804e85c663cb8f362338bc4ccb267d04d3415738bcf08d",
                "md5": "b90f42a2188c13c0578e29cb6837bdf6",
                "sha256": "825771d13023335d372f8e7f9f212f44527a00b0845e2f35da2e53ac3d3bc320"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "b90f42a2188c13c0578e29cb6837bdf6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1271097,
            "upload_time": "2024-03-02T06:40:44",
            "upload_time_iso_8601": "2024-03-02T06:40:44.245351Z",
            "url": "https://files.pythonhosted.org/packages/96/7f/04c2ca5820961b804e85c663cb8f362338bc4ccb267d04d3415738bcf08d/coincurve-19.0.1-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d6aa652fff00da8d2d66234066eecaff35ca8c06619e32a886d27784b37b13ff",
                "md5": "7804ebfa8e666e8b05216996ff3c6c2a",
                "sha256": "b65ecb9ca384db928e7ca24b82632d3ed50d0be84d0f4eafb4b6e8b04940eaf3"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7804ebfa8e666e8b05216996ff3c6c2a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1428710,
            "upload_time": "2024-03-02T06:40:46",
            "upload_time_iso_8601": "2024-03-02T06:40:46.005880Z",
            "url": "https://files.pythonhosted.org/packages/d6/aa/652fff00da8d2d66234066eecaff35ca8c06619e32a886d27784b37b13ff/coincurve-19.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f7216e646101b6f9e425bcad38c3273b5e2801e6f2faaa76d275e253a92777d3",
                "md5": "7433ee493453f3ab244a00ee52dceade",
                "sha256": "c3a50b9b1f242d14363cd2504cdb72eb8a24012082c691a7ed4cbc81d5b9c01a"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7433ee493453f3ab244a00ee52dceade",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1434452,
            "upload_time": "2024-03-02T06:40:48",
            "upload_time_iso_8601": "2024-03-02T06:40:48.047849Z",
            "url": "https://files.pythonhosted.org/packages/f7/21/6e646101b6f9e425bcad38c3273b5e2801e6f2faaa76d275e253a92777d3/coincurve-19.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c27dac612047027aa280ca2db2c15d16dfdaf8e9c7cc65aeda6ab29e69aa223f",
                "md5": "259411fa7463b084e54843ec0cf89c65",
                "sha256": "9a31556af9199b5a84a787a17578fc60eff2edf87ba1b68b5a2d7bf5795b556c"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "259411fa7463b084e54843ec0cf89c65",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1423741,
            "upload_time": "2024-03-02T06:40:49",
            "upload_time_iso_8601": "2024-03-02T06:40:49.531532Z",
            "url": "https://files.pythonhosted.org/packages/c2/7d/ac612047027aa280ca2db2c15d16dfdaf8e9c7cc65aeda6ab29e69aa223f/coincurve-19.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b467485301d611ce415e35e97da2c7ee45995d51674fb9bfed11d76b81d467f",
                "md5": "c5fa1e3dfde156503fe9be1b58dcdd95",
                "sha256": "a66d4fc6f782ba8fa444c8027548a0314af1ec5176d8fca5122f954bbd9ef4b6"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp39-cp39-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c5fa1e3dfde156503fe9be1b58dcdd95",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1588094,
            "upload_time": "2024-03-02T06:40:50",
            "upload_time_iso_8601": "2024-03-02T06:40:50.768077Z",
            "url": "https://files.pythonhosted.org/packages/3b/46/7485301d611ce415e35e97da2c7ee45995d51674fb9bfed11d76b81d467f/coincurve-19.0.1-cp39-cp39-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e93b3f6e020c0c630961b7d047efe3da3ebddc4dcd36ea13daeaf1b3b09460f",
                "md5": "7201eda1f2f07dfa6933f37392b48f1f",
                "sha256": "37045959e9b15902704e342e2a99e84df85021be7368c7d9c59f7ff7fb6aaf95"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp39-cp39-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "7201eda1f2f07dfa6933f37392b48f1f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1419840,
            "upload_time": "2024-03-02T06:40:52",
            "upload_time_iso_8601": "2024-03-02T06:40:52.062484Z",
            "url": "https://files.pythonhosted.org/packages/8e/93/b3f6e020c0c630961b7d047efe3da3ebddc4dcd36ea13daeaf1b3b09460f/coincurve-19.0.1-cp39-cp39-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a88c701536eecf12f2662a1bec5f42a6ee521413ebbeaf1f2138cdfcd8352088",
                "md5": "5cc9a23c77fef343753b8f36eaf7ec6c",
                "sha256": "4cc0c380a0a0f6ea1589ab9216059c3ea1c5b153cc283b2b603102de66f75a65"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5cc9a23c77fef343753b8f36eaf7ec6c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1613896,
            "upload_time": "2024-03-02T06:40:53",
            "upload_time_iso_8601": "2024-03-02T06:40:53.530940Z",
            "url": "https://files.pythonhosted.org/packages/a8/8c/701536eecf12f2662a1bec5f42a6ee521413ebbeaf1f2138cdfcd8352088/coincurve-19.0.1-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ceac70c3f727fec5a796227b6a87b5bb293922a797a3da0b0371a0312b6aef74",
                "md5": "d01c7394258d1c44a1549407d36a3ff4",
                "sha256": "f6f4f1eebcdc8037242b90ab1255fc398456dd8e383718485f7716228fa5e8f9"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-py3-none-win32.whl",
            "has_sig": false,
            "md5_digest": "d01c7394258d1c44a1549407d36a3ff4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 1406230,
            "upload_time": "2024-03-02T06:40:55",
            "upload_time_iso_8601": "2024-03-02T06:40:55.362020Z",
            "url": "https://files.pythonhosted.org/packages/ce/ac/70c3f727fec5a796227b6a87b5bb293922a797a3da0b0371a0312b6aef74/coincurve-19.0.1-py3-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f03b2dbe1a889b2c8b2a5786b0a5bfb91b3a5fc0374ea455931267e8605d78b3",
                "md5": "5a0200aff631d4645cfa6b42c830d217",
                "sha256": "346b44755ae505d2f64f9880a294d5fcad4d3fd8a315296dd39c3509f1dc555d"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1-py3-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "5a0200aff631d4645cfa6b42c830d217",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 1410669,
            "upload_time": "2024-03-02T06:40:56",
            "upload_time_iso_8601": "2024-03-02T06:40:56.779080Z",
            "url": "https://files.pythonhosted.org/packages/f0/3b/2dbe1a889b2c8b2a5786b0a5bfb91b3a5fc0374ea455931267e8605d78b3/coincurve-19.0.1-py3-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c8446c9d3144d4b4b2666f5928449ef7798c3627a8cce510aed1532e67c4661",
                "md5": "7ebb7511dd66ac3dcb3df7664b3abc31",
                "sha256": "c2191049e66792a1a19ca2e64b4d057be3ef1553105e5b9713a92b740c7809ee"
            },
            "downloads": -1,
            "filename": "coincurve-19.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "7ebb7511dd66ac3dcb3df7664b3abc31",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2639689,
            "upload_time": "2024-03-02T06:40:58",
            "upload_time_iso_8601": "2024-03-02T06:40:58.074342Z",
            "url": "https://files.pythonhosted.org/packages/4c/84/46c9d3144d4b4b2666f5928449ef7798c3627a8cce510aed1532e67c4661/coincurve-19.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-02 06:40:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ofek",
    "github_project": "coincurve",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "coincurve"
}
        
Elapsed time: 0.20443s