Metadata-Version: 2.3
Name: electrum-ecc
Version: 0.0.1
Summary: Cross-platform Python libsecp256k1
Project-URL: Homepage, https://github.com/spesmilo/electrum-ecc
Project-URL: Repository, https://github.com/spesmilo/electrum-ecc
Author: The Electrum developers
License-Expression: MIT
License-File: LICENSE.txt
Keywords: ecc,libsecp256k1
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
Description-Content-Type: text/markdown

This packages provides a pure python interface to libseckp256k1.
Unlike Coincurve, it uses ctypes, and has no dependency.



