An open API service indexing awesome lists of open source software.

https://github.com/planetarium/coincurve-stubs

Stubs, i.e., type information, for Coincurve
https://github.com/planetarium/coincurve-stubs

coincurve mypy python python-types

Last synced: 5 months ago
JSON representation

Stubs, i.e., type information, for Coincurve

Awesome Lists containing this project

README

        

coincurve-stubs
===============

This is a `PEP-561`_-compliant stub-only package which provides type information
of Coincurve_, an elliptic curve secp256k1 library. Mypy_ type checker can
recognize__ Coincurve's types by installing this package:

.. code-block:: bash

pip install coincurve-stubs

.. _PEP-561: https://www.python.org/dev/peps/pep-0561/
.. _Coincurve: https://github.com/ofek/coincurve
.. _Mypy: http://www.mypy-lang.org/
__ https://mypy.readthedocs.io/en/latest/installed_packages.html