@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.901Z") @Stability(value=Experimental) public interface PythonPackagingOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
PythonPackagingOptions.Builder
A builder for
PythonPackagingOptions |
static class |
PythonPackagingOptions.Jsii$Proxy
An implementation for
PythonPackagingOptions |
| Modifier and Type | Method and Description |
|---|---|
static PythonPackagingOptions.Builder |
builder() |
String |
getAuthorEmail()
(experimental) Author's e-mail.
|
String |
getAuthorName()
(experimental) Author's name.
|
default List<String> |
getClassifiers()
(experimental) A list of PyPI trove classifiers that describe the project.
|
default String |
getDescription()
(experimental) A short description of the package.
|
default String |
getHomepage()
(experimental) A URL to the website of the project.
|
default String |
getLicense()
(experimental) License of this package as an SPDX identifier.
|
default PoetryPyprojectOptionsWithoutDeps |
getPoetryOptions()
(experimental) Additional options to set for poetry if using poetry.
|
default Map<String,Object> |
getSetupConfig()
(experimental) Additional fields to pass in the setup() function if using setuptools.
|
String |
getVersion()
(experimental) Version of the package.
|
@Stability(value=Experimental) @NotNull String getAuthorEmail()
Default: $GIT_USER_EMAIL
@Stability(value=Experimental) @NotNull String getAuthorName()
Default: $GIT_USER_NAME
@Stability(value=Experimental) @NotNull String getVersion()
Default: "0.1.0"
@Stability(value=Experimental) @Nullable default List<String> getClassifiers()
https://pypi.org/classifiers/@Stability(value=Experimental) @Nullable default String getDescription()
@Stability(value=Experimental) @Nullable default String getHomepage()
@Stability(value=Experimental) @Nullable default String getLicense()
@Stability(value=Experimental) @Nullable default PoetryPyprojectOptionsWithoutDeps getPoetryOptions()
@Stability(value=Experimental) @Nullable default Map<String,Object> getSetupConfig()
@Stability(value=Experimental) static PythonPackagingOptions.Builder builder()
PythonPackagingOptions.Builder of PythonPackagingOptionsCopyright © 2021. All rights reserved.