Python script metadata
Metadata of a Python script, as defined by PEP 723
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.
dependencies
string[]
An array of dependency specifier strings, each representing a mandatory dependent package of the project.
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
uv
Latest Uv