Chris Caron
|
01c1082ad8
|
CLI environment variable over-ride support (#1231)
|
4 weeks ago |
Chris Caron
|
3cb270cee8
|
Documentation and CLI Tidying (#1187)
|
3 months ago |
Chris Caron
|
827db528d0
|
Persistent Storage (#1131)
|
3 months ago |
Chris Caron
|
286a4374c0
|
manager classes accessible from apprise base
|
6 months ago |
Chris Caron
|
b8da1334ab
|
Refactor: Python Module Naming & Namespace Harmonization (#1119)
|
7 months ago |
Chris Caron
|
d5cbab19ca
|
custom module deadlock import fix (#1077)
|
9 months ago |
Chris Caron
|
3cd5895004
|
Bumped version to v1.7.2
|
10 months ago |
Chris Caron
|
9dcf769397
|
Load Dynamic Libraries and Emoji Engine on Demand (#1020)
|
11 months ago |
Chris Caron
|
76831f9a8b
|
Apprise Emoji Support Added (#1011)
|
11 months ago |
Alexandre Detiste
|
eb4e47cc45
|
remove leftover bits of Python2 support (#1012)
|
11 months ago |
Chris Caron
|
34e52e5d92
|
Switch License to BSDv2 (from v3) as it's less restrictive (#976)
|
1 year ago |
Chris Caron
|
f82934a815
|
Prevent gettext() from installing to global _ namespace (#821)
|
1 year ago |
Ryan Young
|
c2fdd47b9d
|
Refactored async notification handling (#741)
|
2 years ago |
Chris Caron
|
429470d45e
|
Apprise License changes to BSD 3-Clause (#813)
|
2 years ago |
Andreas Motl
|
0cd64c1026
|
Tests: Fix minor typo (#725)
|
2 years ago |
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
|
2 years ago |
Andreas Motl
|
00afe4e5b6
|
Added support for recent CPython and PyPy versions; Droped Python v2.7 Support (#680)
|
2 years ago |
Chris Caron
|
2d5ab59252
|
RHEL9 Support - Test cases to leverage unittest.mock when possible (#658)
|
2 years ago |
Chris Caron
|
75ad104e99
|
Apprise @notify decorator/plugin support (#625)
|
2 years ago |
Chris Caron
|
54cd566ab8
|
code coverage updates
|
3 years ago |
Chris Caron
|
fe83c62669
|
Refactored Unit Testing and Dependencies (#483)
|
3 years ago |
Chris Caron
|
9b5815ef6e
|
CLI --interpret-escapes works without --title specified (#471)
|
3 years ago |
Chris Caron
|
fec6de1403
|
Added support for interpretable escapes via CLI (#349)
|
4 years ago |
Chris Caron
|
23957a3337
|
Added support for Slack email address targets (#345)
|
4 years ago |
Chris Caron
|
5e002044a4
|
fixed failing unit test
|
4 years ago |
Chris Caron
|
c7d6aefebb
|
APPRISE_URLS & APPRISE_CONFIG env variable support added (#334)
|
4 years ago |
Chris Caron
|
25514643f6
|
Apprise configuration support for 'include' keyword (#278)
|
4 years ago |
Chris Caron
|
aa039e74b2
|
Python asyncio Integration - Notifications sent Asynchronously (#273)
|
4 years ago |
Chris Caron
|
57cb5f38d2
|
--input-format (-i) switch added to CLI (#261)
|
4 years ago |
Chris Caron
|
25d56d3fad
|
added attachment framework
|
5 years ago |
Chris Caron
|
7f60fff521
|
Exclusive Apprise URL Tag matching (#154)
|
5 years ago |
Chris Caron
|
f3d335b748
|
100% test coverage + handling of test warnings (#134)
* 100% test coverage again + handling of test warnings
* dropped unreferenced dependencies
|
5 years ago |
Chris Caron
|
ac56a409a0
|
Added default configuration paths for Microsoft users (#111)
|
6 years ago |
Chris Caron
|
de5c5e4331
|
Added deprecate and trace logging directives
|
6 years ago |
Chris Caron
|
643dc3f561
|
updated granularity of logging - include warning
|
6 years ago |
Chris Caron
|
0ab86c2115
|
Config file support added for http & file (text); refs #55
|
6 years ago |
Chris Caron
|
0a0ce64ad7
|
Converted to MIT Licensing; refs #47
|
6 years ago |
Chris Caron
|
804e27c5fd
|
deprication warning cleanup
|
6 years ago |
Chris Caron
|
dbab994f37
|
pep8 fixes
|
6 years ago |
Chris Caron
|
2a64c6bafb
|
refactored cli; renaming notify.py to apprise + testing
|
7 years ago |