latest--partial-poetry
shared| Type | object |
|---|---|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/pyproject/_shared/latest--partial-poetry.json |
| Parent schema | pyproject |
Properties
Whether Poetry operates in package mode or not.
Package name.
Version of the package. It should follow semantic versioning, but it is not enforced.
Homepage URL for the project.
Repository URL for the project.
Documentation URL for the project.
License name.
List of authors that contributed to the package. This is typically the main maintainers, not the full list.
List of maintainers, other than the original author(s), that upkeep the package.
A list of trove classifiers.
A list of packages to include in the final distribution.
A list of files and folders to include.
A list of files and folders to exclude.
This is a hash of package name (keys) and version constraints (values) that are required to run this package.
1 nested properties
This is a hash of package name (keys) and version constraints (values) that this package requires for developing it (testing tools and such).
This represents groups of dependencies
A hash of scripts to be installed.
A hash of hashes representing plugins
Definitions
Package name.
Version of the package. It should follow semantic versioning, but it is not enforced.
Short package description.
Pattern that matches Name <email> like 'King Arthur' or 'Miss Islington <[email protected]>'.
List of authors that contributed to the package. This is typically the main maintainers, not the full list.
List of maintainers, other than the original author(s), that upkeep the package.
Path to file or directory to include.
A Python packaging format.
The format(s) for which the package must be included.
A version constraint. Validates against the PEP 440's version pattern.
A version constraint. Validates against the PEP 440's version pattern.
A version constraint. Validates against the PEP 440's version pattern.
The python versions for which the dependency should be installed.
The platform(s) for which the dependency should be installed.
The PEP 508 compliant environment markers for which the dependency should be installed.
Whether the dependency allows prereleases or not.
Whether the dependency allows prereleases or not.
Whether the dependency is optional or not.
The required extras for this dependency.
The exclusive source used to search for this dependency.
The url of the git repository.
The branch to checkout.
The tag to checkout.
The revision to checkout.
The relative path to the directory where the package is located.
The python versions for which the dependency should be installed.
The platform(s) for which the dependency should be installed.
The PEP 508 compliant environment markers for which the dependency should be installed.
Whether the dependency allows prereleases or not.
Whether the dependency allows prereleases or not.
Whether the dependency is optional or not.
The required extras for this dependency.
Whether to install the dependency in development mode.
The path to the file.
The python versions for which the dependency should be installed.
The platform(s) for which the dependency should be installed.
The PEP 508 compliant environment markers for which the dependency should be installed.
Whether the dependency is optional or not.
The required extras for this dependency.
The path to the dependency.
The python versions for which the dependency should be installed.
The platform(s) for which the dependency should be installed.
The PEP 508 compliant environment markers for which the dependency should be installed.
Whether the dependency is optional or not.
The required extras for this dependency.
Whether to install the dependency in development mode.
The url to the file.
The python versions for which the dependency should be installed.
The platform(s) for which the dependency should be installed.
The PEP 508 compliant environment markers for which the dependency should be installed.
Whether the dependency is optional or not.
The required extras for this dependency.
A simple script pointing to a callable object.
Either a console entry point or a script file that'll be included in the distribution package.
If type is file this is the relative path of the script file, if console it is the module name.
Value can be either file or console.
The required extras for this script. Only applicable if type is console.
A script that should be installed only if extras are activated.
A simple script pointing to a callable object.
The required extras for this script.
The python script file used to build extensions.
Build specific configurations.
Generate and include a setup.py file in sdist.
The python script file used to build extensions.