From 3d5b07b331b51ed587f761c3a0319b3f047ea791 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 27 Oct 2025 21:55:57 +1100 Subject: [PATCH] [docs] pypi classifer (#10687) * [docs] pypi classifer Add link to pypi classifier tag on pypi * Tweak capitalization --- docs/docs/plugins/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/docs/plugins/index.md b/docs/docs/plugins/index.md index ee31efbc3d..c65e49c3cd 100644 --- a/docs/docs/plugins/index.md +++ b/docs/docs/plugins/index.md @@ -51,6 +51,15 @@ If the InvenTree server is running in [debug mode](../start/config.md#debug-mode A list of known third-party InvenTree extensions is provided [on our website](https://inventree.org/extend/integrate/) If you have an extension that should be listed here, contact the InvenTree team on [GitHub](https://github.com/inventree/). Refer to the [InvenTree website](https://inventree.org/plugins.html) for a (non exhaustive) list of plugins that are available for InvenTree. This includes both official and third-party plugins. +### PyPI + +There are a number of third-party InvenTree plugins available via the [Python Package Index](https://pypi.org/) (PyPI). These plugins can be installed using the PIP package manager. + +These plugins are discoverable via the `Framekwork :: InvenTree` classifier tag. To view all available InvenTree plugins on PyPI, visit the [InvenTree PyPi page](https://pypi.org/search/?c=Framework+%3A%3A+InvenTree). + +!!! warning "Third-Party Plugins" + Third-party plugins are developed and maintained by independent developers. InvenTree does not provide support for third-party plugins, and cannot guarantee their quality or security. Use third-party plugins at your own risk! + ## Mandatory Plugins Some plugins are mandatory for InvenTree to function correctly. These plugins are included in the InvenTree source code, and cannot be disabled. They provide essential functionality that is required for the core InvenTree features to work.