cloudsnorkel.cdk-rds-sanitized-snapshots 0.1.0__tar.gz → 0.1.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 cloudsnorkel.cdk-rds-sanitized-snapshots might be problematic. Click here for more details.
- {cloudsnorkel.cdk-rds-sanitized-snapshots-0.1.0/src/cloudsnorkel.cdk_rds_sanitized_snapshots.egg-info → cloudsnorkel.cdk-rds-sanitized-snapshots-0.1.1}/PKG-INFO +2 -3
- {cloudsnorkel.cdk-rds-sanitized-snapshots-0.1.0 → cloudsnorkel.cdk-rds-sanitized-snapshots-0.1.1}/pyproject.toml +2 -2
- {cloudsnorkel.cdk-rds-sanitized-snapshots-0.1.0 → cloudsnorkel.cdk-rds-sanitized-snapshots-0.1.1}/setup.py +4 -5
- {cloudsnorkel.cdk-rds-sanitized-snapshots-0.1.0 → cloudsnorkel.cdk-rds-sanitized-snapshots-0.1.1}/src/cloudsnorkel/cdk_rds_sanitized_snapshots/__init__.py +3 -0
- {cloudsnorkel.cdk-rds-sanitized-snapshots-0.1.0 → cloudsnorkel.cdk-rds-sanitized-snapshots-0.1.1}/src/cloudsnorkel/cdk_rds_sanitized_snapshots/_jsii/__init__.py +5 -2
- cloudsnorkel.cdk-rds-sanitized-snapshots-0.1.1/src/cloudsnorkel/cdk_rds_sanitized_snapshots/_jsii/cdk-rds-sanitized-snapshots@0.1.1.jsii.tgz +0 -0
- {cloudsnorkel.cdk-rds-sanitized-snapshots-0.1.0 → cloudsnorkel.cdk-rds-sanitized-snapshots-0.1.1/src/cloudsnorkel.cdk_rds_sanitized_snapshots.egg-info}/PKG-INFO +2 -3
- {cloudsnorkel.cdk-rds-sanitized-snapshots-0.1.0 → cloudsnorkel.cdk-rds-sanitized-snapshots-0.1.1}/src/cloudsnorkel.cdk_rds_sanitized_snapshots.egg-info/SOURCES.txt +1 -1
- {cloudsnorkel.cdk-rds-sanitized-snapshots-0.1.0 → cloudsnorkel.cdk-rds-sanitized-snapshots-0.1.1}/src/cloudsnorkel.cdk_rds_sanitized_snapshots.egg-info/requires.txt +1 -1
- cloudsnorkel.cdk-rds-sanitized-snapshots-0.1.0/src/cloudsnorkel/cdk_rds_sanitized_snapshots/_jsii/cdk-rds-sanitized-snapshots@0.1.0.jsii.tgz +0 -0
- {cloudsnorkel.cdk-rds-sanitized-snapshots-0.1.0 → cloudsnorkel.cdk-rds-sanitized-snapshots-0.1.1}/LICENSE +0 -0
- {cloudsnorkel.cdk-rds-sanitized-snapshots-0.1.0 → cloudsnorkel.cdk-rds-sanitized-snapshots-0.1.1}/MANIFEST.in +0 -0
- {cloudsnorkel.cdk-rds-sanitized-snapshots-0.1.0 → cloudsnorkel.cdk-rds-sanitized-snapshots-0.1.1}/README.md +0 -0
- {cloudsnorkel.cdk-rds-sanitized-snapshots-0.1.0 → cloudsnorkel.cdk-rds-sanitized-snapshots-0.1.1}/setup.cfg +0 -0
- {cloudsnorkel.cdk-rds-sanitized-snapshots-0.1.0 → cloudsnorkel.cdk-rds-sanitized-snapshots-0.1.1}/src/cloudsnorkel/cdk_rds_sanitized_snapshots/py.typed +0 -0
- {cloudsnorkel.cdk-rds-sanitized-snapshots-0.1.0 → cloudsnorkel.cdk-rds-sanitized-snapshots-0.1.1}/src/cloudsnorkel.cdk_rds_sanitized_snapshots.egg-info/dependency_links.txt +0 -0
- {cloudsnorkel.cdk-rds-sanitized-snapshots-0.1.0 → cloudsnorkel.cdk-rds-sanitized-snapshots-0.1.1}/src/cloudsnorkel.cdk_rds_sanitized_snapshots.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cloudsnorkel.cdk-rds-sanitized-snapshots
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: CDK construct to periodically take snapshots of RDS databases, sanitize them, and share with selected accounts.
|
|
5
5
|
Home-page: https://github.com/CloudSnorkel/cdk-rds-sanitized-snapshots.git
|
|
6
6
|
Author: Amir Szekely<amir@cloudsnorkel.com>
|
|
@@ -10,7 +10,6 @@ Classifier: Intended Audience :: Developers
|
|
|
10
10
|
Classifier: Operating System :: OS Independent
|
|
11
11
|
Classifier: Programming Language :: JavaScript
|
|
12
12
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
14
13
|
Classifier: Programming Language :: Python :: 3.8
|
|
15
14
|
Classifier: Programming Language :: Python :: 3.9
|
|
16
15
|
Classifier: Programming Language :: Python :: 3.10
|
|
@@ -18,7 +17,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
18
17
|
Classifier: Typing :: Typed
|
|
19
18
|
Classifier: Development Status :: 4 - Beta
|
|
20
19
|
Classifier: License :: OSI Approved
|
|
21
|
-
Requires-Python: ~=3.
|
|
20
|
+
Requires-Python: ~=3.8
|
|
22
21
|
Description-Content-Type: text/markdown
|
|
23
22
|
License-File: LICENSE
|
|
24
23
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
[build-system]
|
|
2
|
-
requires = ["setuptools~=67.3.2", "wheel~=0.
|
|
2
|
+
requires = ["setuptools~=67.3.2", "wheel~=0.42"]
|
|
3
3
|
build-backend = "setuptools.build_meta"
|
|
4
4
|
|
|
5
5
|
[tool.pyright]
|
|
6
6
|
defineConstant = { DEBUG = true }
|
|
7
|
-
pythonVersion = "3.
|
|
7
|
+
pythonVersion = "3.8"
|
|
8
8
|
pythonPlatform = "All"
|
|
9
9
|
reportSelfClsParameterName = false
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "cloudsnorkel.cdk-rds-sanitized-snapshots",
|
|
8
|
-
"version": "0.1.
|
|
8
|
+
"version": "0.1.1",
|
|
9
9
|
"description": "CDK construct to periodically take snapshots of RDS databases, sanitize them, and share with selected accounts.",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"url": "https://github.com/CloudSnorkel/cdk-rds-sanitized-snapshots.git",
|
|
@@ -26,17 +26,17 @@ kwargs = json.loads(
|
|
|
26
26
|
],
|
|
27
27
|
"package_data": {
|
|
28
28
|
"cloudsnorkel.cdk_rds_sanitized_snapshots._jsii": [
|
|
29
|
-
"cdk-rds-sanitized-snapshots@0.1.
|
|
29
|
+
"cdk-rds-sanitized-snapshots@0.1.1.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"cloudsnorkel.cdk_rds_sanitized_snapshots": [
|
|
32
32
|
"py.typed"
|
|
33
33
|
]
|
|
34
34
|
},
|
|
35
|
-
"python_requires": "~=3.
|
|
35
|
+
"python_requires": "~=3.8",
|
|
36
36
|
"install_requires": [
|
|
37
37
|
"aws-cdk-lib>=2.85.0, <3.0.0",
|
|
38
38
|
"constructs>=10.0.5, <11.0.0",
|
|
39
|
-
"jsii>=1.
|
|
39
|
+
"jsii>=1.97.0, <2.0.0",
|
|
40
40
|
"publication>=0.0.3",
|
|
41
41
|
"typeguard~=2.13.3"
|
|
42
42
|
],
|
|
@@ -45,7 +45,6 @@ kwargs = json.loads(
|
|
|
45
45
|
"Operating System :: OS Independent",
|
|
46
46
|
"Programming Language :: JavaScript",
|
|
47
47
|
"Programming Language :: Python :: 3 :: Only",
|
|
48
|
-
"Programming Language :: Python :: 3.7",
|
|
49
48
|
"Programming Language :: Python :: 3.8",
|
|
50
49
|
"Programming Language :: Python :: 3.9",
|
|
51
50
|
"Programming Language :: Python :: 3.10",
|
|
@@ -109,6 +109,9 @@ on giving other accounts access to the key.
|
|
|
109
109
|
npm run bundle && npm run integ:default:deploy
|
|
110
110
|
```
|
|
111
111
|
'''
|
|
112
|
+
from pkgutil import extend_path
|
|
113
|
+
__path__ = extend_path(__path__, __name__)
|
|
114
|
+
|
|
112
115
|
import abc
|
|
113
116
|
import builtins
|
|
114
117
|
import datetime
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
from pkgutil import extend_path
|
|
2
|
+
__path__ = extend_path(__path__, __name__)
|
|
3
|
+
|
|
1
4
|
import abc
|
|
2
5
|
import builtins
|
|
3
6
|
import datetime
|
|
@@ -15,9 +18,9 @@ import constructs._jsii
|
|
|
15
18
|
|
|
16
19
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
17
20
|
"@cloudsnorkel/cdk-rds-sanitized-snapshots",
|
|
18
|
-
"0.1.
|
|
21
|
+
"0.1.1",
|
|
19
22
|
__name__[0:-6],
|
|
20
|
-
"cdk-rds-sanitized-snapshots@0.1.
|
|
23
|
+
"cdk-rds-sanitized-snapshots@0.1.1.jsii.tgz",
|
|
21
24
|
)
|
|
22
25
|
|
|
23
26
|
__all__ = [
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cloudsnorkel.cdk-rds-sanitized-snapshots
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: CDK construct to periodically take snapshots of RDS databases, sanitize them, and share with selected accounts.
|
|
5
5
|
Home-page: https://github.com/CloudSnorkel/cdk-rds-sanitized-snapshots.git
|
|
6
6
|
Author: Amir Szekely<amir@cloudsnorkel.com>
|
|
@@ -10,7 +10,6 @@ Classifier: Intended Audience :: Developers
|
|
|
10
10
|
Classifier: Operating System :: OS Independent
|
|
11
11
|
Classifier: Programming Language :: JavaScript
|
|
12
12
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
14
13
|
Classifier: Programming Language :: Python :: 3.8
|
|
15
14
|
Classifier: Programming Language :: Python :: 3.9
|
|
16
15
|
Classifier: Programming Language :: Python :: 3.10
|
|
@@ -18,7 +17,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
18
17
|
Classifier: Typing :: Typed
|
|
19
18
|
Classifier: Development Status :: 4 - Beta
|
|
20
19
|
Classifier: License :: OSI Approved
|
|
21
|
-
Requires-Python: ~=3.
|
|
20
|
+
Requires-Python: ~=3.8
|
|
22
21
|
Description-Content-Type: text/markdown
|
|
23
22
|
License-File: LICENSE
|
|
24
23
|
|
|
@@ -11,4 +11,4 @@ src/cloudsnorkel.cdk_rds_sanitized_snapshots.egg-info/top_level.txt
|
|
|
11
11
|
src/cloudsnorkel/cdk_rds_sanitized_snapshots/__init__.py
|
|
12
12
|
src/cloudsnorkel/cdk_rds_sanitized_snapshots/py.typed
|
|
13
13
|
src/cloudsnorkel/cdk_rds_sanitized_snapshots/_jsii/__init__.py
|
|
14
|
-
src/cloudsnorkel/cdk_rds_sanitized_snapshots/_jsii/cdk-rds-sanitized-snapshots@0.1.
|
|
14
|
+
src/cloudsnorkel/cdk_rds_sanitized_snapshots/_jsii/cdk-rds-sanitized-snapshots@0.1.1.jsii.tgz
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|