Commit Graph

28 Commits

Author SHA1 Message Date
Ryan Young
c2fdd47b9d
Refactored async notification handling (#741) 2023-02-15 22:50:10 -05:00
Chris Caron
429470d45e
Apprise License changes to BSD 3-Clause (#813) 2023-02-09 03:54:55 -05:00
Andreas Motl
0cd64c1026
Tests: Fix minor typo (#725) 2022-10-30 17:34:46 -04:00
Andreas Motl
41b4ddb942
Use super() instead of super(__class__, self) (#686)
Removes some further Python 2 intricicanties.

It is `ruff` rule SPR001, taken from `flake8-super`.
- https://github.com/charliermarsh/ruff#rules
- https://pypi.org/project/flake8-super/

Implemented with:

  ruff --select SPR001 apprise test --fix
2022-10-09 10:00:24 -04:00
Andreas Motl
00afe4e5b6
Added support for recent CPython and PyPy versions; Droped Python v2.7 Support (#680) 2022-10-07 20:28:36 -04:00
Chris Caron
2d5ab59252
RHEL9 Support - Test cases to leverage unittest.mock when possible (#658) 2022-08-31 20:05:40 -04:00
Chris Caron
75ad104e99
Apprise @notify decorator/plugin support (#625) 2022-07-15 11:27:36 -04:00
Chris Caron
54cd566ab8 code coverage updates 2021-11-26 11:24:43 -05:00
Chris Caron
fe83c62669
Refactored Unit Testing and Dependencies (#483) 2021-11-25 15:20:22 -05:00
Chris Caron
9b5815ef6e
CLI --interpret-escapes works without --title specified (#471) 2021-10-30 17:00:05 -04:00
Chris Caron
fec6de1403
Added support for interpretable escapes via CLI (#349) 2021-01-31 17:15:18 -05:00
Chris Caron
23957a3337
Added support for Slack email address targets (#345) 2021-01-10 15:55:59 -05:00
Chris Caron
5e002044a4 fixed failing unit test 2020-12-31 10:16:03 -05:00
Chris Caron
c7d6aefebb
APPRISE_URLS & APPRISE_CONFIG env variable support added (#334) 2020-12-26 17:36:33 -05:00
Chris Caron
25514643f6
Apprise configuration support for 'include' keyword (#278) 2020-08-25 17:54:31 -04:00
Chris Caron
aa039e74b2
Python asyncio Integration - Notifications sent Asynchronously (#273) 2020-08-15 20:28:15 -04:00
Chris Caron
57cb5f38d2
--input-format (-i) switch added to CLI (#261) 2020-07-28 20:51:05 -04:00
Chris Caron
25d56d3fad added attachment framework 2019-11-10 23:36:58 -05:00
Chris Caron
7f60fff521
Exclusive Apprise URL Tag matching (#154) 2019-09-29 18:19:55 -04:00
Chris Caron
f3d335b748
100% test coverage + handling of test warnings (#134)
* 100% test coverage again + handling of test warnings
* dropped unreferenced dependencies
2019-06-30 15:32:12 -04:00
Chris Caron
ac56a409a0
Added default configuration paths for Microsoft users (#111) 2019-05-14 16:54:45 -04:00
Chris Caron
de5c5e4331 Added deprecate and trace logging directives 2019-04-05 19:57:48 -04:00
Chris Caron
643dc3f561 updated granularity of logging - include warning 2019-03-10 10:51:36 -04:00
Chris Caron
0ab86c2115 Config file support added for http & file (text); refs #55 2019-03-03 17:41:08 -05:00
Chris Caron
0a0ce64ad7 Converted to MIT Licensing; refs #47 2019-01-31 21:05:56 -05:00
Chris Caron
804e27c5fd deprication warning cleanup 2018-09-08 22:16:58 -04:00
Chris Caron
dbab994f37 pep8 fixes 2018-09-05 21:27:52 -04:00
Chris Caron
2a64c6bafb refactored cli; renaming notify.py to apprise + testing 2018-03-13 19:41:36 -04:00