Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.61 KB

File metadata and controls

44 lines (29 loc) · 1.61 KB

Addon Index

This repository contains the metadata of the
official addon index and related resources.

Button Documentation

Data

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 from Allowed-Packages), applied by the Addon Manager during dependency resolution to prevent Addon requirements conflicts.

    • pyproject.toml
      Python environment configuration.