cloud-radar 0.14.0a1__tar.gz → 0.14.0a3__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.
- {cloud_radar-0.14.0a1 → cloud_radar-0.14.0a3}/PKG-INFO +10 -12
- {cloud_radar-0.14.0a1 → cloud_radar-0.14.0a3}/README.md +2 -1
- {cloud_radar-0.14.0a1 → cloud_radar-0.14.0a3}/pyproject.toml +27 -19
- {cloud_radar-0.14.0a1 → cloud_radar-0.14.0a3}/LICENSE.txt +0 -0
- {cloud_radar-0.14.0a1 → cloud_radar-0.14.0a3}/src/cloud_radar/__init__.py +0 -0
- {cloud_radar-0.14.0a1 → cloud_radar-0.14.0a3}/src/cloud_radar/cf/__init__.py +0 -0
- {cloud_radar-0.14.0a1 → cloud_radar-0.14.0a3}/src/cloud_radar/cf/e2e/__init__.py +0 -0
- {cloud_radar-0.14.0a1 → cloud_radar-0.14.0a3}/src/cloud_radar/cf/e2e/_stack.py +0 -0
- {cloud_radar-0.14.0a1 → cloud_radar-0.14.0a3}/src/cloud_radar/cf/unit/__init__.py +0 -0
- {cloud_radar-0.14.0a1 → cloud_radar-0.14.0a3}/src/cloud_radar/cf/unit/_condition.py +0 -0
- {cloud_radar-0.14.0a1 → cloud_radar-0.14.0a3}/src/cloud_radar/cf/unit/_hooks.py +0 -0
- {cloud_radar-0.14.0a1 → cloud_radar-0.14.0a3}/src/cloud_radar/cf/unit/_output.py +0 -0
- {cloud_radar-0.14.0a1 → cloud_radar-0.14.0a3}/src/cloud_radar/cf/unit/_parameter.py +0 -0
- {cloud_radar-0.14.0a1 → cloud_radar-0.14.0a3}/src/cloud_radar/cf/unit/_resource.py +0 -0
- {cloud_radar-0.14.0a1 → cloud_radar-0.14.0a3}/src/cloud_radar/cf/unit/_stack.py +0 -0
- {cloud_radar-0.14.0a1 → cloud_radar-0.14.0a3}/src/cloud_radar/cf/unit/_template.py +0 -0
- {cloud_radar-0.14.0a1 → cloud_radar-0.14.0a3}/src/cloud_radar/cf/unit/functions.py +0 -0
- {cloud_radar-0.14.0a1 → cloud_radar-0.14.0a3}/src/cloud_radar/cf/unit/test__template.py +0 -0
@@ -1,13 +1,12 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.3
|
2
2
|
Name: cloud-radar
|
3
|
-
Version: 0.14.
|
3
|
+
Version: 0.14.0a3
|
4
4
|
Summary: Run functional tests on cloudformation stacks.
|
5
|
-
Home-page: https://github.com/DontShaveTheYak/cloud-radar
|
6
5
|
License: Apache-2.0
|
7
6
|
Keywords: aws,cloudformation,cloud-radar,testing,taskcat,cloud,radar
|
8
7
|
Author: Levi Blaney
|
9
|
-
Author-email: shadycuz@gmail.com
|
10
|
-
Requires-Python: >=3.9,<
|
8
|
+
Author-email: shadycuz+dev@gmail.com
|
9
|
+
Requires-Python: >=3.9,<4.0
|
11
10
|
Classifier: Development Status :: 2 - Pre-Alpha
|
12
11
|
Classifier: License :: OSI Approved :: Apache Software License
|
13
12
|
Classifier: Operating System :: OS Independent
|
@@ -15,17 +14,15 @@ Classifier: Programming Language :: Python :: 3
|
|
15
14
|
Classifier: Programming Language :: Python :: 3.9
|
16
15
|
Classifier: Programming Language :: Python :: 3.10
|
17
16
|
Classifier: Programming Language :: Python :: 3.11
|
18
|
-
Classifier: Programming Language :: Python :: 3
|
19
|
-
Classifier: Programming Language :: Python :: 3.10
|
20
|
-
Classifier: Programming Language :: Python :: 3.11
|
21
17
|
Classifier: Programming Language :: Python :: 3.12
|
22
18
|
Classifier: Programming Language :: Python :: 3.13
|
23
|
-
Classifier: Programming Language :: Python :: 3.9
|
24
19
|
Classifier: Topic :: Software Development :: Libraries
|
25
20
|
Classifier: Topic :: Software Development :: Testing
|
26
|
-
Requires-Dist: botocore (>=1.35.36)
|
21
|
+
Requires-Dist: botocore (>=1.35.36,<2.0.0)
|
27
22
|
Requires-Dist: cfn-flip (>=1.3.0,<2.0.0)
|
28
|
-
Requires-Dist: taskcat (>=0.9.41,<0.
|
23
|
+
Requires-Dist: taskcat (>=0.9.41,<1.0.0)
|
24
|
+
Project-URL: Changelog, https://github.com/DontShaveTheYak/cloud-radar/releases
|
25
|
+
Project-URL: Issues, https://github.com/DontShaveTheYak/cloud-radar/issues
|
29
26
|
Project-URL: Repository, https://github.com/DontShaveTheYak/cloud-radar
|
30
27
|
Description-Content-Type: text/markdown
|
31
28
|
|
@@ -37,7 +34,7 @@ Description-Content-Type: text/markdown
|
|
37
34
|
*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use.
|
38
35
|
*** https://www.markdownguide.org/basic-syntax/#reference-style-links
|
39
36
|
-->
|
40
|
-
[![Python][
|
37
|
+
[![Python][py-versions-shield]][pypi-url]
|
41
38
|
[![Latest][version-shield]][pypi-url]
|
42
39
|
[![Tests][test-shield]][test-url]
|
43
40
|
[![Coverage][codecov-shield]][codecov-url]
|
@@ -396,6 +393,7 @@ Levi - [@shady_cuz](https://twitter.com/shady_cuz)
|
|
396
393
|
<!-- MARKDOWN LINKS & IMAGES -->
|
397
394
|
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
|
398
395
|
[python-shield]: https://img.shields.io/pypi/pyversions/cloud-radar?style=for-the-badge
|
396
|
+
[py-versions-shield]: https://img.shields.io/pypi/pyversions/cloud-radar?style=for-the-badge
|
399
397
|
[version-shield]: https://img.shields.io/pypi/v/cloud-radar?label=latest&style=for-the-badge
|
400
398
|
[pypi-url]: https://pypi.org/project/cloud-radar/
|
401
399
|
[test-shield]: https://img.shields.io/github/actions/workflow/status/DontShaveTheYak/cloud-radar/test.yml?label=Tests&style=for-the-badge
|
@@ -6,7 +6,7 @@
|
|
6
6
|
*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use.
|
7
7
|
*** https://www.markdownguide.org/basic-syntax/#reference-style-links
|
8
8
|
-->
|
9
|
-
[![Python][
|
9
|
+
[![Python][py-versions-shield]][pypi-url]
|
10
10
|
[![Latest][version-shield]][pypi-url]
|
11
11
|
[![Tests][test-shield]][test-url]
|
12
12
|
[![Coverage][codecov-shield]][codecov-url]
|
@@ -365,6 +365,7 @@ Levi - [@shady_cuz](https://twitter.com/shady_cuz)
|
|
365
365
|
<!-- MARKDOWN LINKS & IMAGES -->
|
366
366
|
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
|
367
367
|
[python-shield]: https://img.shields.io/pypi/pyversions/cloud-radar?style=for-the-badge
|
368
|
+
[py-versions-shield]: https://img.shields.io/pypi/pyversions/cloud-radar?style=for-the-badge
|
368
369
|
[version-shield]: https://img.shields.io/pypi/v/cloud-radar?label=latest&style=for-the-badge
|
369
370
|
[pypi-url]: https://pypi.org/project/cloud-radar/
|
370
371
|
[test-shield]: https://img.shields.io/github/actions/workflow/status/DontShaveTheYak/cloud-radar/test.yml?label=Tests&style=for-the-badge
|
@@ -1,31 +1,36 @@
|
|
1
|
-
[
|
1
|
+
[project]
|
2
2
|
name = "cloud-radar"
|
3
|
-
version = "0.14.
|
3
|
+
version = "0.14.0a3"
|
4
4
|
description = "Run functional tests on cloudformation stacks."
|
5
5
|
readme = "README.md"
|
6
|
-
authors = [
|
6
|
+
authors = [
|
7
|
+
{ name = "Levi Blaney", email = "shadycuz+dev@gmail.com" },
|
8
|
+
]
|
7
9
|
license = "Apache-2.0"
|
8
|
-
repository = "https://github.com/DontShaveTheYak/cloud-radar"
|
9
10
|
keywords = ["aws", "cloudformation", "cloud-radar", "testing", "taskcat", "cloud", "radar"]
|
11
|
+
requires-python = ">=3.9,<4.0"
|
12
|
+
dynamic = [ "classifiers" ]
|
13
|
+
dependencies = [
|
14
|
+
"taskcat >=0.9.41, <1.0.0",
|
15
|
+
"cfn-flip >=1.3.0, <2.0.0",
|
16
|
+
"botocore >=1.35.36, <2.0.0",
|
17
|
+
]
|
18
|
+
[project.urls]
|
19
|
+
Repository = "https://github.com/DontShaveTheYak/cloud-radar"
|
20
|
+
Issues = "https://github.com/DontShaveTheYak/cloud-radar/issues"
|
21
|
+
Changelog = "https://github.com/DontShaveTheYak/cloud-radar/releases"
|
22
|
+
|
23
|
+
|
24
|
+
[tool.poetry]
|
25
|
+
requires-poetry = ">=2.0"
|
10
26
|
classifiers = [
|
11
27
|
"Development Status :: 2 - Pre-Alpha",
|
12
|
-
"License :: OSI Approved :: Apache Software License",
|
13
28
|
"Operating System :: OS Independent",
|
14
|
-
"Programming Language :: Python :: 3",
|
15
|
-
"Programming Language :: Python :: 3.9",
|
16
|
-
"Programming Language :: Python :: 3.10",
|
17
|
-
"Programming Language :: Python :: 3.11",
|
18
|
-
"Programming Language :: Python :: 3.12",
|
19
|
-
"Programming Language :: Python :: 3.13",
|
20
29
|
"Topic :: Software Development :: Libraries",
|
21
30
|
"Topic :: Software Development :: Testing"
|
22
31
|
]
|
23
32
|
|
24
|
-
|
25
|
-
python = ">=3.9,<3.14"
|
26
|
-
taskcat = "^0.9.41"
|
27
|
-
cfn-flip = "^1.3.0"
|
28
|
-
botocore = {version = ">=1.35.36", python = ">=3.13"}
|
33
|
+
|
29
34
|
|
30
35
|
[tool.poetry.group.dev.dependencies]
|
31
36
|
pytest = "^8.0.0"
|
@@ -33,7 +38,7 @@ coverage = {extras = ["toml"], version = "^7.0.0"}
|
|
33
38
|
pytest-cov = "^6.0.0"
|
34
39
|
pytest-mock = "^3.6.1"
|
35
40
|
isort = "^5.12.0"
|
36
|
-
black = "^
|
41
|
+
black = "^25.0.0"
|
37
42
|
flake8 = "^7.0.0"
|
38
43
|
flake8-black = "^0.3.0"
|
39
44
|
flake8-isort = "^6.1.0"
|
@@ -41,8 +46,11 @@ flake8-bugbear = "^24.0.0"
|
|
41
46
|
mypy = "^1.0.0"
|
42
47
|
types-requests = "^2.28.11"
|
43
48
|
types-PyYAML = "^6.0.12"
|
44
|
-
cfn-lint = "1.
|
45
|
-
setuptools = {version = "75.
|
49
|
+
cfn-lint = "1.24.0"
|
50
|
+
setuptools = {version = "75.8.0", python = ">=3.12"}
|
51
|
+
|
52
|
+
[tool.poetry.requires-plugins]
|
53
|
+
poetry-plugin-export = ">=1.8"
|
46
54
|
|
47
55
|
[tool.coverage.paths]
|
48
56
|
source = ["src", "*/site-packages"]
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|