packaging/README.md
This directory contains any supporting files to grant usage of Apprise in various distributions.
Let me know if you'd like to help me host on more platforms or can offer to do it yourself!
Provided you are connected to the EPEL repositories, the following will just work for you:
# python3-apprise: contains all you need to develop with apprise
# apprise: provides the 'apprise' administrative tool
dnf install python3-apprise apprise
You can build your own rpm packges with the following:
EPEL10 (Rocky/RedHat/Oracle Linux)
tox -e build-el10-rpm
EPEL9 (Rocky/RedHat/Oracle Linux)
tox -e build-el9-rpm
Fedora 42
tox -e build-f42-rpm
Fedora Rawhide
tox -e build-rawhide-rpm
The man page were generated using Ronn.
ronn --roff man/apprise.md to produce the man/apprise.1 which is used by distributions.The easiest way to generate the new man page (after updating the .md file is:
# rebuild man page
tox -e man