This repository contains the metadata of the
official addon index and related resources.
The following metadata is stored:
-
Index.json
List of known addons, controls the Addon display in the built-in Addon Manager. See the Index documentation for information on adding your Addon to this list. -
Python
Version-specific metadata.-
Allowed-Packages
List of allowed Python packages. To request that a package be added, submit an issue here. -
constraints.txt
Constraints of the Python packages (auto-generated fromAllowed-Packages), applied by the Addon Manager during dependency resolution to prevent Addon requirements conflicts. -
pyproject.toml
Python environment configuration.
-