Metadata-Version: 2.4
Name: baldrick
Version: 0.3
Summary: Baldrick: A cunning plan for GitHub Bots
Author: Stuart Mumford, Thomas Robitaille, Pey Lian Lim, Brigitta Sipőcz
License: BSD 3-Clause
Requires-Python: >=3.13
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: flask
Requires-Dist: pyjwt
Requires-Dist: requests
Requires-Dist: python-dateutil
Requires-Dist: cryptography
Requires-Dist: humanize
Requires-Dist: towncrier==25.8.0
Requires-Dist: loguru
Requires-Dist: ttldict
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-automodapi; extra == "docs"
Dynamic: license-file

.. image:: https://dev.azure.com/OpenAstronomy/baldrick/_apis/build/status/OpenAstronomy.baldrick?branchName=master
    :target: https://dev.azure.com/OpenAstronomy/baldrick/_build/latest?definitionId=1&branchName=master

.. image:: https://codecov.io/gh/OpenAstronomy/baldrick/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/OpenAstronomy/baldrick


Baldrick: A cunning plan for GitHub bots
----------------------------------------

This is a (GitHub) bot framework which is designed to have a pluggable and
configurable setup for responding to webhooks.

Baldrick grew out of `astropy-bot <https://github.com/astropy/astropy-bot>`__
but refactored to be generic and easy to configure.


Usage
-----

Baldrick is designed to be imported and used to construct a Flask app. An
example repository which could be deployed on
`Dokku <http://dokku.viewdocs.io/>`__ or `Heroku <https://www.heroku.com/>`__
can be found in the ``template`` directory.


Licence
-------

This project is licensed under the MIT licence.
