Metadata-Version: |
2.3 |
Name: |
coincurve |
Version: |
20.0.0 |
Summary: |
Cross-platform Python CFFI bindings for libsecp256k1 |
Author-Email: |
Ofek Lev <oss[at]ofek.dev> |
Project-Url: |
Homepage, https://github.com/ofek/coincurve |
Project-Url: |
Documentation, https://ofek.dev/coincurve/ |
Project-Url: |
Repository, https://github.com/ofek/coincurve |
Project-Url: |
Bug Tracker, https://github.com/ofek/coincurve/issues |
Keywords: |
bitcoin,crypto,cryptocurrency,elliptic curves,ethereum,secp256k1 |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: Apache Software License |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Natural Language :: English |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Topic :: Security :: Cryptography |
Classifier: |
Topic :: Software Development :: Libraries |
Requires-Python: |
>=3.8 |
Requires-Dist: |
asn1crypto |
Requires-Dist: |
cffi (>=1.3.0) |
Requires-Dist: |
coverage; extra == "dev" |
Requires-Dist: |
pytest; extra == "dev" |
Requires-Dist: |
pytest-benchmark; extra == "dev" |
Provides-Extra: |
dev |
Description-Content-Type: |
text/markdown |
License-Expression: |
MIT OR Apache-2.0 |
License-File: |
LICENSE-APACHE |
License-File: |
LICENSE-MIT |