Licence: MIT Licence
Author: The Electrum developers
Language: Python (>= 3.8)
This package provides a pure python interface to libsecp256k1.
Unlike Coincurve, it uses ctypes, and has no dependency.
$ python3 -m unittest discover -s tests -t .
Or
$ pytest tests -v
Release checklist:
- bump
__version__
in__init__.py
- write changelog?
$ git tag -s $VERSION -m "$VERSION"
- build sdist (see
contrib/sdist/
):$ ELECBUILD_COMMIT=HEAD ELECBUILD_NOCACHE=1 ./contrib/sdist/build.sh
$ python3 -m twine upload dist/$DISTNAME