Package io.github.cdklabs.projen.python
Class PythonPackagingOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.python.PythonPackagingOptions.Jsii$Proxy
-
- All Implemented Interfaces:
PythonPackagingOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- PythonPackagingOptions
@Stability(Experimental) @Internal public static final class PythonPackagingOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PythonPackagingOptions
An implementation forPythonPackagingOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.github.cdklabs.projen.python.PythonPackagingOptions
PythonPackagingOptions.Builder, PythonPackagingOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(PythonPackagingOptions.Builder builder)Constructor that initializes the object based on literal property values passed by thePythonPackagingOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetAuthorEmail()(experimental) Author's e-mail.StringgetAuthorName()(experimental) Author's name.List<String>getClassifiers()(experimental) A list of PyPI trove classifiers that describe the project.StringgetDescription()(experimental) A short description of the package.StringgetHomepage()(experimental) A URL to the website of the project.StringgetLicense()(experimental) License of this package as an SPDX identifier.StringgetPackageName()(experimental) Package name.PoetryPyprojectOptionsWithoutDepsgetPoetryOptions()(experimental) Additional options to set for poetry if using poetry.Map<String,Object>getSetupConfig()(experimental) Additional fields to pass in the setup() function if using setuptools.StringgetVersion()(experimental) Version of the package.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(PythonPackagingOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by thePythonPackagingOptions.Builder.
-
-
Method Detail
-
getAuthorEmail
public final String getAuthorEmail()
Description copied from interface:PythonPackagingOptions(experimental) Author's e-mail.Default: $GIT_USER_EMAIL
- Specified by:
getAuthorEmailin interfacePythonPackagingOptions
-
getAuthorName
public final String getAuthorName()
Description copied from interface:PythonPackagingOptions(experimental) Author's name.Default: $GIT_USER_NAME
- Specified by:
getAuthorNamein interfacePythonPackagingOptions
-
getVersion
public final String getVersion()
Description copied from interface:PythonPackagingOptions(experimental) Version of the package.Default: "0.1.0"
- Specified by:
getVersionin interfacePythonPackagingOptions
-
getClassifiers
public final List<String> getClassifiers()
Description copied from interface:PythonPackagingOptions(experimental) A list of PyPI trove classifiers that describe the project.- Specified by:
getClassifiersin interfacePythonPackagingOptions- See Also:
- https://pypi.org/classifiers/
-
getDescription
public final String getDescription()
Description copied from interface:PythonPackagingOptions(experimental) A short description of the package.- Specified by:
getDescriptionin interfacePythonPackagingOptions
-
getHomepage
public final String getHomepage()
Description copied from interface:PythonPackagingOptions(experimental) A URL to the website of the project.- Specified by:
getHomepagein interfacePythonPackagingOptions
-
getLicense
public final String getLicense()
Description copied from interface:PythonPackagingOptions(experimental) License of this package as an SPDX identifier.- Specified by:
getLicensein interfacePythonPackagingOptions
-
getPackageName
public final String getPackageName()
Description copied from interface:PythonPackagingOptions(experimental) Package name.- Specified by:
getPackageNamein interfacePythonPackagingOptions
-
getPoetryOptions
public final PoetryPyprojectOptionsWithoutDeps getPoetryOptions()
Description copied from interface:PythonPackagingOptions(experimental) Additional options to set for poetry if using poetry.- Specified by:
getPoetryOptionsin interfacePythonPackagingOptions
-
getSetupConfig
public final Map<String,Object> getSetupConfig()
Description copied from interface:PythonPackagingOptions(experimental) Additional fields to pass in the setup() function if using setuptools.- Specified by:
getSetupConfigin interfacePythonPackagingOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-