Metadata-Version: 2.4
Name: inventree-apprise
Version: 1.3.3
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.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: apprise<2.0.0,>=1.0.0
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 reload all plugins 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). The Apprise project also provides an [interactive URL builder](https://appriseit.com/url-builder/). That can be used to generate the URL for you. The plugin settings are available under the following site in >1.0 setup: /web/settings/admin/plugin/apprise/

## Compatibility

| plugin version | InvenTree version |
|----------------|-------------------|
| <=1.2 | pre 1.0 |
| 1.3 | 1.3.1+ |

## 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.
