| Interface | Description |
|---|---|
| IPackageProvider | |
| IPackageProvider.Jsii$Default |
Internal default implementation for
IPackageProvider. |
| IPythonDeps | |
| IPythonDeps.Jsii$Default |
Internal default implementation for
IPythonDeps. |
| IPythonEnv | |
| IPythonEnv.Jsii$Default |
Internal default implementation for
IPythonEnv. |
| IPythonPackaging | |
| IPythonPackaging.Jsii$Default |
Internal default implementation for
IPythonPackaging. |
| PipOptions |
(experimental) Options for pip.
|
| PoetryPyprojectOptions |
(experimental) Poetry-specific options.
|
| PoetryPyprojectOptionsWithoutDeps |
(experimental) Poetry-specific options.
|
| ProjenrcOptions |
(experimental) Options for `Projenrc`.
|
| PytestOptions | |
| PythonPackagingOptions | |
| PythonProjectOptions |
(experimental) Options for `PythonProject`.
|
| PythonSampleOptions |
(experimental) Options for python sample code.
|
| RequirementsFileOptions | |
| SetupPyOptions |
(experimental) Fields to pass in the setup() function of setup.py.
|
| VenvOptions |
(experimental) Options for venv.
|
| Class | Description |
|---|---|
| IPackageProvider.Jsii$Proxy |
A proxy class which represents a concrete javascript instance of this type.
|
| IPythonDeps.Jsii$Proxy |
A proxy class which represents a concrete javascript instance of this type.
|
| IPythonEnv.Jsii$Proxy |
A proxy class which represents a concrete javascript instance of this type.
|
| IPythonPackaging.Jsii$Proxy |
A proxy class which represents a concrete javascript instance of this type.
|
| Pip |
(experimental) Manages dependencies using a requirements.txt file and the pip CLI tool.
|
| Pip.Builder |
(experimental) A fluent builder for
Pip. |
| PipOptions.Builder |
A builder for
PipOptions |
| PipOptions.Jsii$Proxy |
An implementation for
PipOptions |
| Poetry |
(experimental) Manage project dependencies, virtual environments, and packaging through the poetry CLI tool.
|
| Poetry.Builder |
(experimental) A fluent builder for
Poetry. |
| PoetryPyproject |
(experimental) Represents configuration of a pyproject.toml file for a Poetry project.
|
| PoetryPyproject.Builder |
(experimental) A fluent builder for
PoetryPyproject. |
| PoetryPyprojectOptions.Builder |
A builder for
PoetryPyprojectOptions |
| PoetryPyprojectOptions.Jsii$Proxy |
An implementation for
PoetryPyprojectOptions |
| PoetryPyprojectOptionsWithoutDeps.Builder |
A builder for
PoetryPyprojectOptionsWithoutDeps |
| PoetryPyprojectOptionsWithoutDeps.Jsii$Proxy |
An implementation for
PoetryPyprojectOptionsWithoutDeps |
| Projenrc |
(experimental) Allows writing projenrc files in python.
|
| Projenrc.Builder |
(experimental) A fluent builder for
Projenrc. |
| ProjenrcOptions.Builder |
A builder for
ProjenrcOptions |
| ProjenrcOptions.Jsii$Proxy |
An implementation for
ProjenrcOptions |
| Pytest | |
| Pytest.Builder |
(experimental) A fluent builder for
Pytest. |
| PytestOptions.Builder |
A builder for
PytestOptions |
| PytestOptions.Jsii$Proxy |
An implementation for
PytestOptions |
| PythonPackagingOptions.Builder |
A builder for
PythonPackagingOptions |
| PythonPackagingOptions.Jsii$Proxy |
An implementation for
PythonPackagingOptions |
| PythonProject |
(experimental) Python project.
|
| PythonProject.Builder |
(experimental) A fluent builder for
PythonProject. |
| PythonProjectOptions.Builder |
A builder for
PythonProjectOptions |
| PythonProjectOptions.Jsii$Proxy |
An implementation for
PythonProjectOptions |
| PythonSample |
(experimental) Python code sample.
|
| PythonSample.Builder |
(experimental) A fluent builder for
PythonSample. |
| PythonSampleOptions.Builder |
A builder for
PythonSampleOptions |
| PythonSampleOptions.Jsii$Proxy |
An implementation for
PythonSampleOptions |
| RequirementsFile |
(experimental) Specifies a list of packages to be installed using pip.
|
| RequirementsFile.Builder |
(experimental) A fluent builder for
RequirementsFile. |
| RequirementsFileOptions.Builder |
A builder for
RequirementsFileOptions |
| RequirementsFileOptions.Jsii$Proxy |
An implementation for
RequirementsFileOptions |
| SetupPy |
(experimental) Python packaging script where package metadata can be placed.
|
| SetupPy.Builder |
(experimental) A fluent builder for
SetupPy. |
| SetupPyOptions.Builder |
A builder for
SetupPyOptions |
| SetupPyOptions.Jsii$Proxy |
An implementation for
SetupPyOptions |
| Setuptools |
(experimental) Manages packaging through setuptools with a setup.py script.
|
| Setuptools.Builder |
(experimental) A fluent builder for
Setuptools. |
| Venv |
(experimental) Manages a virtual environment through the Python venv module.
|
| Venv.Builder |
(experimental) A fluent builder for
Venv. |
| VenvOptions.Builder |
A builder for
VenvOptions |
| VenvOptions.Jsii$Proxy |
An implementation for
VenvOptions |
Copyright © 2021. All rights reserved.