Metadata-Version: 2.4
Name: inventree-zapier
Version: 1.1
Summary: Zapier plugin for InvenTree
Author-email: Matthias Mair <code@mjmair.com>
License: MIT
Project-URL: Repository, https://github.com/invenhost/inventree-zapier
Project-URL: Bug Tracker, https://github.com/invenhost/inventree-zapier/issues
Keywords: inventree,inventree-plugin,zapier,inventory
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
Provides-Extra: dev
Requires-Dist: twine; extra == "dev"
Requires-Dist: setuptools; extra == "dev"
Dynamic: license-file

# inventree-zapier

Integrate Zapier into InvenTree

## Setup

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

2. Enable
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**

3. Migrate
Access your instances python environment and run

```bash
inv migrate
```

4. Configure
Create an API-token in the admin interface and add set up the zapier integration in Zapier.com itself.

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

## State of the Code
This is currently a PoC / 'beta' - at least till the Zapier App is published. Please feel free to file FRs, issues or just ideas.
