A fork of https://github.com/baking-bad/pytezos/tree/master/src/pytezos/crypto limiting itself to signature verification.
Pytezos is a huge library that provides a lot of functionalities. We only require signature verification in Aleph.im projects for now. This repository contains a fork of pytezos limiting itself to only the bare minimum of our needs.
python -m virtualenv venv source venv/bin/activate pip install -e .[testing]
- Create a new release on Github.
- Make sure your repository is up to date:
git checkout main && git pull
. - Build the package:
tox -e build
. - Upload the package:
twine upload dist/*
.
This project has been set up using PyScaffold 4.2.3. For details and usage information on PyScaffold see https://pyscaffold.org/.