risclog.zestreleaser.notify

Notify about new release in keybase channel.


Keywords
risclog, zestreleaser, notify
License
MIT
Install
pip install risclog.zestreleaser.notify==1.1.0

Documentation

risclog.zestreleaser.notify

CI Status

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

Features

Run tests:

$ ./pytest

Credits

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.