Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/python-script-metadata/latest.json
Source https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/pep-723.json

Validate with Lintel

npx @lintel/lintel check
Type: object

Properties

requires-python string

Specifies the Python version(s) that the distribution is compatible with. Must be in the format specified in Version specifiers.

Examples: ">= 3.7"
dependencies string[]

An array of dependency specifier strings, each representing a mandatory dependent package of the project.

Examples: ["attrs","requests ~= 2.28"]
tool Record<string, object>

Every tool that is used by the project can have users specify configuration data as long as they use a sub-table within [tool]. Generally a project can use the subtable tool.$NAME if, and only if, they own the entry for $NAME in the Cheeseshop/PyPI.

1 nested properties