Metadata-Version: 2.1
Name: risclog.zestreleaser.notify
Version: 1.1.1
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
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: pydantic[dotenv]<2
Requires-Dist: zest.releaser>=5.0
Requires-Dist: requests
Requires-Dist: six
Provides-Extra: docs
Requires-Dist: Sphinx; extra == "docs"
Provides-Extra: test
Requires-Dist: pytest-cache; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-flake8; extra == "test"
Requires-Dist: pytest-rerunfailures; extra == "test"
Requires-Dist: pytest-sugar; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: coverage; extra == "test"
Requires-Dist: flake8<4; extra == "test"
Requires-Dist: mock; extra == "test"
Requires-Dist: requests; extra == "test"

============================
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


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).

.. _Keybase: https://keybase.io

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.

.. _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
