Koji plugin to send messages on fedora-messaging
$ python -m venv .venv $ source .venv/bin/activate (.venv) $ pip install poetry (.venv) $ poetry install
$ poetry run pytest
Generate the json schema
$ cd docs $ python generate_json_schema.py
Build the html
$ cd docs $ make html