apprise/apprise
Andreas Motl c9f0751b61 Resolve ambiguity with apprise.plugins module namespace
While the namespace is physically made of modules, it has been amended
to be the namespace home for the corresponding notifier classes as well.

This turned out to confuse both humans and machines on various ends.

While it has apparently worked for a while, it croaks on Python 3.11
now, and is not considered to have been a good idea in general.
2022-10-14 14:51:44 +02:00
..
assets Attachment Support for JSON & XML Notifications (#426) 2021-08-15 19:47:24 -04:00
attachment Use super() instead of super(__class__, self) (#686) 2022-10-09 10:00:24 -04:00
config Use super() instead of super(__class__, self) (#686) 2022-10-09 10:00:24 -04:00
decorators Use super() instead of super(__class__, self) (#686) 2022-10-09 10:00:24 -04:00
i18n bumped version to v1.1.0 2022-10-08 14:05:28 -04:00
plugins Resolve ambiguity with apprise.plugins module namespace 2022-10-14 14:51:44 +02:00
py3compat Added support for recent CPython and PyPy versions; Droped Python v2.7 Support (#680) 2022-10-07 20:28:36 -04:00
__init__.py bumped version to v1.1.0 2022-10-08 14:05:28 -04:00
Apprise.py Added support for recent CPython and PyPy versions; Droped Python v2.7 Support (#680) 2022-10-07 20:28:36 -04:00
Apprise.pyi Added support for recent CPython and PyPy versions; Droped Python v2.7 Support (#680) 2022-10-07 20:28:36 -04:00
AppriseAsset.py Added support for recent CPython and PyPy versions; Droped Python v2.7 Support (#680) 2022-10-07 20:28:36 -04:00
AppriseAsset.pyi Added limited type stubs for mypy (#402) 2021-07-19 16:26:38 -04:00
AppriseAttachment.py Added support for recent CPython and PyPy versions; Droped Python v2.7 Support (#680) 2022-10-07 20:28:36 -04:00
AppriseAttachment.pyi Added support for recent CPython and PyPy versions; Droped Python v2.7 Support (#680) 2022-10-07 20:28:36 -04:00
AppriseConfig.py Added support for recent CPython and PyPy versions; Droped Python v2.7 Support (#680) 2022-10-07 20:28:36 -04:00
AppriseConfig.pyi Added support for recent CPython and PyPy versions; Droped Python v2.7 Support (#680) 2022-10-07 20:28:36 -04:00
AppriseLocale.py Use super() instead of super(__class__, self) (#686) 2022-10-09 10:00:24 -04:00
cli.py Added support for recent CPython and PyPy versions; Droped Python v2.7 Support (#680) 2022-10-07 20:28:36 -04:00
common.py Added support for recent CPython and PyPy versions; Droped Python v2.7 Support (#680) 2022-10-07 20:28:36 -04:00
common.pyi Added limited type stubs for mypy (#402) 2021-07-19 16:26:38 -04:00
conversion.py Use super() instead of super(__class__, self) (#686) 2022-10-09 10:00:24 -04:00
logger.py Chore: Fix ResourceWarning: unclosed file <_io.TextIOWrapper name=... 2022-10-14 14:51:44 +02:00
py.typed Added limited type stubs for mypy (#402) 2021-07-19 16:26:38 -04:00
URLBase.py Added support for recent CPython and PyPy versions; Droped Python v2.7 Support (#680) 2022-10-07 20:28:36 -04:00
URLBase.pyi Added limited type stubs for mypy (#402) 2021-07-19 16:26:38 -04:00
utils.py Allow extended characters in ID of email address (#693) 2022-10-13 19:53:32 -04:00