@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.898Z") @Stability(value=Experimental) public interface PoetryPyprojectOptions extends software.amazon.jsii.JsiiSerializable, PoetryPyprojectOptionsWithoutDeps
https://python-poetry.org/docs/pyproject/| Modifier and Type | Interface and Description |
|---|---|
static class |
PoetryPyprojectOptions.Builder
A builder for
PoetryPyprojectOptions |
static class |
PoetryPyprojectOptions.Jsii$Proxy
An implementation for
PoetryPyprojectOptions |
| Modifier and Type | Method and Description |
|---|---|
static PoetryPyprojectOptions.Builder |
builder() |
default Map<String,Object> |
getDependencies()
(experimental) A list of dependencies for the project.
|
default Map<String,Object> |
getDevDependencies()
(experimental) A list of development dependencies for the project.
|
getAuthors, getClassifiers, getDescription, getDocumentation, getExclude, getExtras, getHomepage, getInclude, getKeywords, getLicense, getMaintainers, getName, getPackages, getPlugins, getReadme, getRepository, getScripts, getSource, getUrls, getVersion@Stability(value=Experimental) @Nullable default Map<String,Object> getDependencies()
The python version for which your package is compatible is also required.
Example:
// Example automatically generated from non-compiling source. May contain errors.
{ requests: "^2.13.0" }
@Stability(value=Experimental) @Nullable default Map<String,Object> getDevDependencies()
Example:
// Example automatically generated from non-compiling source. May contain errors.
{ requests: "^2.13.0" }
@Stability(value=Experimental) static PoetryPyprojectOptions.Builder builder()
builder in interface PoetryPyprojectOptionsWithoutDepsPoetryPyprojectOptions.Builder of PoetryPyprojectOptionsCopyright © 2021. All rights reserved.