Installation Guide#
Warning
If you plan to use msg signer with amqps protocol, you need to install python3-qpid-proton
provided by your package manager (e.g. dnf install python3-qpid-proton
for Fedora).
as vesion in pypi seems to not be built with SSL support.
That's also the reason why the package is not listed in requirements.txt
.
Relased version#
To install released version, you need to run
pip install pubtools-sign
Development version#
To install the necessary dependencies for this project, you can use the following command:
pip install -r requirements.txt
pip install .
Optional dependencies#
If you want to use cosign signer, cosign binary needs to be available in your PATH
.