You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Chris Caron 01c1082ad8
CLI environment variable over-ride support (#1231)
4 weeks ago
..
man CLI environment variable over-ride support (#1231) 4 weeks ago
redhat Remove Boxcar due service shutdown upstream (#1222) 1 month ago
README.md Dropped Python v3.6 (and EPEL8) support (#1155) 5 months ago

README.md

Packaging

This directory contains any supporting files to grant usage of Apprise in various distributions.

RPM Based Packages

  • EPEL based distributions are only supported if they are of v9 or higher. This includes:
    • Red Hat 9.x (or higher)
    • Scientific OS 9.x (or higher)
    • Oracle Linux 9.x (or higher)
    • Rocky Linux 9.x (or higher)
    • Alma Linux 9.x (or higher)
    • Fedora 29 (or higher)

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

Let me know if you'd like to help me host on more platforms or can offer to do it yourself!

Man Pages Information

The man page were generated using Ronn.

  • Content is directly written to entries in the man/*.md files following the the format structure available on the Ronn site.
  • Then the following is executed ronn --roff man/apprise.md to produce the man/apprise.1 which is used by distributions.