Metadata-Version: 2.1
Name: owlery
Version: 0.3.0
Summary: Uniform messaging service for Python applications.
Author-email: Michael de Villiers <michael@devilears.co.za>
Maintainer-email: Michael de Villiers <michael@devilears.co.za>
License: MIT
Project-URL: Homepage, https://github.com/COUR4G3/owlery/
Project-URL: Documentation, https://owlery-messaging.readthedocs.io/
Project-URL: Changes, https://owlery-messaging.readthedocs.io/en/latest/changelog.html
Project-URL: Source Code, https://github.com/COUR4G3/owlery/
Project-URL: Issue Tracker, https://github.com/COUR4G3/owlery/issues/
Project-URL: Donate, https://ko-fi.com/cour4g3
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: tests
Provides-Extra: typing
License-File: LICENSE

Owlery
======

Uniform messaging service supporting a variety of messaging services and vendors easily integrated with your Python
applications or usable from your command-line, allowing easy substitution and drop-in of services and vendors during
runtime, configuration, development cycle or application evolution - even sending different messages through different
vendors based on rules.


## Links

- Documentation: <https://owlery-messaging.readthedocs.io/>
- Changes: <https://owlery-messaging.readthedocs.io/en/latest/changes.html>
- Releases: <https://pypi.org/project/owlery/>
- Source Code: <https://github.com/COUR4G3/owlery>
- Issue Tracker: <https://github.com/COUR4G3/owlery/issues>
