aws-cdk.cx-api 0.33.0__tar.gz → 0.36.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aws-cdk.cx-api might be problematic. Click here for more details.
- {aws-cdk.cx-api-0.33.0 → aws-cdk.cx-api-0.36.1}/MANIFEST.in +0 -0
- aws-cdk.cx-api-0.36.1/PKG-INFO +31 -0
- aws-cdk.cx-api-0.36.1/README.md +19 -0
- {aws-cdk.cx-api-0.33.0 → aws-cdk.cx-api-0.36.1}/pyproject.toml +0 -0
- {aws-cdk.cx-api-0.33.0 → aws-cdk.cx-api-0.36.1}/setup.cfg +0 -0
- {aws-cdk.cx-api-0.33.0 → aws-cdk.cx-api-0.36.1}/setup.py +3 -3
- aws-cdk.cx-api-0.36.1/src/aws_cdk/cx_api/__init__.py +1106 -0
- {aws-cdk.cx-api-0.33.0 → aws-cdk.cx-api-0.36.1}/src/aws_cdk/cx_api/_jsii/__init__.py +0 -0
- aws-cdk.cx-api-0.36.1/src/aws_cdk/cx_api/_jsii/cx-api@0.36.1.jsii.tgz +0 -0
- {aws-cdk.cx-api-0.33.0 → aws-cdk.cx-api-0.36.1}/src/aws_cdk/cx_api/py.typed +0 -0
- aws-cdk.cx-api-0.36.1/src/aws_cdk.cx_api.egg-info/PKG-INFO +31 -0
- {aws-cdk.cx-api-0.33.0 → aws-cdk.cx-api-0.36.1}/src/aws_cdk.cx_api.egg-info/SOURCES.txt +1 -1
- {aws-cdk.cx-api-0.33.0 → aws-cdk.cx-api-0.36.1}/src/aws_cdk.cx_api.egg-info/dependency_links.txt +0 -0
- {aws-cdk.cx-api-0.33.0 → aws-cdk.cx-api-0.36.1}/src/aws_cdk.cx_api.egg-info/requires.txt +1 -1
- {aws-cdk.cx-api-0.33.0 → aws-cdk.cx-api-0.36.1}/src/aws_cdk.cx_api.egg-info/top_level.txt +0 -0
- aws-cdk.cx-api-0.33.0/PKG-INFO +0 -15
- aws-cdk.cx-api-0.33.0/README.md +0 -3
- aws-cdk.cx-api-0.33.0/src/aws_cdk/cx_api/__init__.py +0 -621
- aws-cdk.cx-api-0.33.0/src/aws_cdk/cx_api/_jsii/cx-api@0.33.0.jsii.tgz +0 -0
- aws-cdk.cx-api-0.33.0/src/aws_cdk.cx_api.egg-info/PKG-INFO +0 -15
|
File without changes
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: aws-cdk.cx-api
|
|
3
|
+
Version: 0.36.1
|
|
4
|
+
Summary: Cloud executable protocol
|
|
5
|
+
Home-page: https://github.com/awslabs/aws-cdk
|
|
6
|
+
Author: Amazon Web Services
|
|
7
|
+
License: UNKNOWN
|
|
8
|
+
Project-URL: Source, https://github.com/awslabs/aws-cdk.git
|
|
9
|
+
Description: ## Cloud Executable protocol
|
|
10
|
+
<!--BEGIN STABILITY BANNER-->
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+

|
|
15
|
+
|
|
16
|
+
> **This is a _developer preview_ (public beta) module. Releases might lack important features and might have
|
|
17
|
+
> future breaking changes.**
|
|
18
|
+
>
|
|
19
|
+
> This API is still under active development and subject to non-backward
|
|
20
|
+
> compatible changes or removal in any future version. Use of the API is not recommended in production
|
|
21
|
+
> environments. Experimental APIs are not subject to the Semantic Versioning model.
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
<!--END STABILITY BANNER-->
|
|
25
|
+
|
|
26
|
+
This module is part of the [AWS Cloud Development Kit](https://github.com/awslabs/aws-cdk) project.
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
Platform: UNKNOWN
|
|
30
|
+
Requires-Python: >=3.6
|
|
31
|
+
Description-Content-Type: text/markdown
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
## Cloud Executable protocol
|
|
2
|
+
<!--BEGIN STABILITY BANNER-->
|
|
3
|
+
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+

|
|
7
|
+
|
|
8
|
+
> **This is a _developer preview_ (public beta) module. Releases might lack important features and might have
|
|
9
|
+
> future breaking changes.**
|
|
10
|
+
>
|
|
11
|
+
> This API is still under active development and subject to non-backward
|
|
12
|
+
> compatible changes or removal in any future version. Use of the API is not recommended in production
|
|
13
|
+
> environments. Experimental APIs are not subject to the Semantic Versioning model.
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
<!--END STABILITY BANNER-->
|
|
17
|
+
|
|
18
|
+
This module is part of the [AWS Cloud Development Kit](https://github.com/awslabs/aws-cdk) project.
|
|
19
|
+
|
|
File without changes
|
|
File without changes
|
|
@@ -4,7 +4,7 @@ import setuptools
|
|
|
4
4
|
kwargs = json.loads("""
|
|
5
5
|
{
|
|
6
6
|
"name": "aws-cdk.cx-api",
|
|
7
|
-
"version": "0.
|
|
7
|
+
"version": "0.36.1",
|
|
8
8
|
"description": "Cloud executable protocol",
|
|
9
9
|
"url": "https://github.com/awslabs/aws-cdk",
|
|
10
10
|
"long_description_content_type": "text/markdown",
|
|
@@ -21,7 +21,7 @@ kwargs = json.loads("""
|
|
|
21
21
|
],
|
|
22
22
|
"package_data": {
|
|
23
23
|
"aws_cdk.cx_api._jsii": [
|
|
24
|
-
"cx-api@0.
|
|
24
|
+
"cx-api@0.36.1.jsii.tgz"
|
|
25
25
|
],
|
|
26
26
|
"aws_cdk.cx_api": [
|
|
27
27
|
"py.typed"
|
|
@@ -29,7 +29,7 @@ kwargs = json.loads("""
|
|
|
29
29
|
},
|
|
30
30
|
"python_requires": ">=3.6",
|
|
31
31
|
"install_requires": [
|
|
32
|
-
"jsii~=0.
|
|
32
|
+
"jsii~=0.13.2",
|
|
33
33
|
"publication>=0.0.3"
|
|
34
34
|
]
|
|
35
35
|
}
|