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
- Host: GitHub
- URL: https://github.com/planetarium/coincurve-stubs
- Owner: planetarium
- License: mit
- Created: 2018-11-07T20:04:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-07T20:04:49.000Z (over 6 years ago)
- Last Synced: 2024-10-28T14:45:12.098Z (6 months ago)
- Topics: coincurve, mypy, python, python-types
- Language: Python
- Homepage: https://pypi.org/project/coincurve-stubs/
- Size: 2.93 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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