Metadata-Version: 2.4
Name: inventree-apprise
Version: 1.2
Summary:  Send notifications from InvenTree via Apprise
Author-email: Matthias Mair <code@mjmair.com>
License: MIT
Project-URL: Repository, https://github.com/invenhost/inventree-apprise
Project-URL: Bug Tracker, https://github.com/invenhost/inventree-apprise/issues
Keywords: inventree,inventree-plugin,apprise
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Scientific/Engineering
Classifier: Framework :: InvenTree
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: django
Requires-Dist: apprise
Provides-Extra: dev
Requires-Dist: twine; extra == "dev"
Requires-Dist: setuptools; extra == "dev"
Dynamic: license-file

# inventree-apprise

Send notifications from InvenTree via Apprise

## Setup

1. Install this plugin in the webinterface with the packagename `inventree-apprise`

1. Enable the plugin in the plugin settings. You need to be signed in as a superuser for this.
**The server will restart if you enable the plugin**

1. Add all endpoints you want to use in the plugin settings. You can use the [Apprise URL Syntax](https://github.com/caronc/apprise#supported-notifications).

## License
This project is licensed as MIT. Copy and do what you want - maybe tag your new plugin so others can find it. The more the merrier.
