Metadata-Version: 2.1
Name: risclog.zestreleaser.notify
Version: 1.0
Summary: Notify about new release in keybase channel.
Home-page: https://github.com/risclog-solution/risclog.zestreleaser.notify
Author: riscLOG Solution GmbH
Author-email: info@risclog.de
License: MIT license
Keywords: risclog.zestreleaser.notify
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: German
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: docs
Provides-Extra: test
License-File: LICENSE
License-File: AUTHORS.rst

============================
risclog.zestreleaser.notify
============================

.. image:: https://github.com/risclog-solution/risclog.zestreleaser.notify/workflows/Test/badge.svg?branch=master
     :target: https://github.com/risclog-solution/risclog.zestreleaser.notify/actions?workflow=Test
     :alt: CI Status


.. image:: https://img.shields.io/pypi/v/risclog.zestreleaser.notify.svg
        :target: https://pypi.python.org/pypi/risclog.zestreleaser.notify

.. image:: https://img.shields.io/travis/risclog-solution/risclog.zestreleaser.notify.svg
        :target: https://travis-ci.com/risclog-solution/risclog.zestreleaser.notify

.. image:: https://readthedocs.org/projects/risclog.zestreleaser.notify/badge/?version=latest
        :target: https://risclog.zestreleaser.notify.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status

Notify about new release in notify channel.

This package provides a plugin for zest.releaser that offers to notify about a
new release in a configured notify channel.

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
* Documentation: https://risclog.zestreleaser.notify.readthedocs.io.


Features
--------

Run tests::

    $ ./pytest


Credits
-------

This package was created with Cookiecutter_ and the `risclog-solution/risclog-cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`risclog-solution/risclog-cookiecutter-pypackage`: https://github.com/risclog-solution/risclog-cookiecutter-pypackage


This package uses AppEnv_ for running tests inside this package.

.. _AppEnv: https://github.com/flyingcircusio/appenv


==========================================
Change log for risclog.zestreleaser.notify
==========================================


1.0 (2023-04-06)
================

* initial release
