Class PoetryPyproject

  • All Implemented Interfaces:
    software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    @Generated(value="jsii-pacmak/1.96.0 (build 921e240)",
               date="2024-03-28T21:16:43.226Z")
    @Stability(Experimental)
    public class PoetryPyproject
    extends Component
    (experimental) Represents configuration of a pyproject.toml file for a Poetry project.

    See Also:
    https://python-poetry.org/docs/pyproject/
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  PoetryPyproject.Builder
      (experimental) A fluent builder for PoetryPyproject.
      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
      • Nested classes/interfaces inherited from interface software.constructs.IConstruct

        software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
    • Constructor Detail

      • PoetryPyproject

        protected PoetryPyproject​(software.amazon.jsii.JsiiObjectRef objRef)
      • PoetryPyproject

        protected PoetryPyproject​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • PoetryPyproject

        @Stability(Experimental)
        public PoetryPyproject​(@NotNull
                               Project project,
                               @NotNull
                               PoetryPyprojectOptions options)
        Parameters:
        project - This parameter is required.
        options - This parameter is required.
    • Method Detail

      • getFile

        @Stability(Experimental)
        @NotNull
        public TomlFile getFile()