This package provides a plugin for zest.releaser that offers to notify about a new release in a configured channel (actually only Keybase is supported).
To use, add a section to your ~/.pypirc like the following:
[risclog.zestreleaser.notify] keybase = https://bots.keybase.io/webhookbot/<CHANNELID>
- Free software: MIT license
Run tests:
$ ./pytest
This package was created with Cookiecutter and the risclog-solution/risclog-cookiecutter-pypackage project template.
This package uses AppEnv for running tests inside this package.