cloud-radar 0.14.0a7__tar.gz → 0.14.0a8__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.
Files changed (18) hide show
  1. {cloud_radar-0.14.0a7 → cloud_radar-0.14.0a8}/PKG-INFO +2 -2
  2. {cloud_radar-0.14.0a7 → cloud_radar-0.14.0a8}/README.md +1 -1
  3. {cloud_radar-0.14.0a7 → cloud_radar-0.14.0a8}/pyproject.toml +2 -1
  4. {cloud_radar-0.14.0a7 → cloud_radar-0.14.0a8}/LICENSE.txt +0 -0
  5. {cloud_radar-0.14.0a7 → cloud_radar-0.14.0a8}/src/cloud_radar/__init__.py +0 -0
  6. {cloud_radar-0.14.0a7 → cloud_radar-0.14.0a8}/src/cloud_radar/cf/__init__.py +0 -0
  7. {cloud_radar-0.14.0a7 → cloud_radar-0.14.0a8}/src/cloud_radar/cf/e2e/__init__.py +0 -0
  8. {cloud_radar-0.14.0a7 → cloud_radar-0.14.0a8}/src/cloud_radar/cf/e2e/_stack.py +0 -0
  9. {cloud_radar-0.14.0a7 → cloud_radar-0.14.0a8}/src/cloud_radar/cf/unit/__init__.py +0 -0
  10. {cloud_radar-0.14.0a7 → cloud_radar-0.14.0a8}/src/cloud_radar/cf/unit/_condition.py +0 -0
  11. {cloud_radar-0.14.0a7 → cloud_radar-0.14.0a8}/src/cloud_radar/cf/unit/_hooks.py +0 -0
  12. {cloud_radar-0.14.0a7 → cloud_radar-0.14.0a8}/src/cloud_radar/cf/unit/_output.py +0 -0
  13. {cloud_radar-0.14.0a7 → cloud_radar-0.14.0a8}/src/cloud_radar/cf/unit/_parameter.py +0 -0
  14. {cloud_radar-0.14.0a7 → cloud_radar-0.14.0a8}/src/cloud_radar/cf/unit/_resource.py +0 -0
  15. {cloud_radar-0.14.0a7 → cloud_radar-0.14.0a8}/src/cloud_radar/cf/unit/_stack.py +0 -0
  16. {cloud_radar-0.14.0a7 → cloud_radar-0.14.0a8}/src/cloud_radar/cf/unit/_template.py +0 -0
  17. {cloud_radar-0.14.0a7 → cloud_radar-0.14.0a8}/src/cloud_radar/cf/unit/functions.py +0 -0
  18. {cloud_radar-0.14.0a7 → cloud_radar-0.14.0a8}/src/cloud_radar/cf/unit/test__template.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: cloud-radar
3
- Version: 0.14.0a7
3
+ Version: 0.14.0a8
4
4
  Summary: Run functional tests on cloudformation stacks.
5
5
  License: Apache-2.0
6
6
  Keywords: aws,cloudformation,cloud-radar,testing,taskcat,cloud,radar
@@ -388,7 +388,7 @@ Levi - [@shady_cuz](https://twitter.com/shady_cuz)
388
388
  * [Taskcat](https://aws-quickstart.github.io/taskcat/)
389
389
  * [Hypermodern Python](https://cjolowicz.github.io/posts/hypermodern-python-01-setup/)
390
390
  * [Best-README-Template](https://github.com/othneildrew/Best-README-Template)
391
- * @dhutchison - He was the first contributor to this project and finished the last couple of features to make this project complete. Thank you!
391
+ * [David Hutchison (@dhutchison)](https://github.com/dhutchison) - He was the first contributor to this project and finished the last couple of features to make this project complete. Thank you!
392
392
 
393
393
  <!-- MARKDOWN LINKS & IMAGES -->
394
394
  <!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
@@ -360,7 +360,7 @@ Levi - [@shady_cuz](https://twitter.com/shady_cuz)
360
360
  * [Taskcat](https://aws-quickstart.github.io/taskcat/)
361
361
  * [Hypermodern Python](https://cjolowicz.github.io/posts/hypermodern-python-01-setup/)
362
362
  * [Best-README-Template](https://github.com/othneildrew/Best-README-Template)
363
- * @dhutchison - He was the first contributor to this project and finished the last couple of features to make this project complete. Thank you!
363
+ * [David Hutchison (@dhutchison)](https://github.com/dhutchison) - He was the first contributor to this project and finished the last couple of features to make this project complete. Thank you!
364
364
 
365
365
  <!-- MARKDOWN LINKS & IMAGES -->
366
366
  <!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
@@ -1,10 +1,11 @@
1
1
  [project]
2
2
  name = "cloud-radar"
3
- version = "0.14.0a7"
3
+ version = "0.14.0a8"
4
4
  description = "Run functional tests on cloudformation stacks."
5
5
  readme = "README.md"
6
6
  authors = [
7
7
  { name = "Levi Blaney", email = "shadycuz+dev@gmail.com" },
8
+ { name = "David Hutchison", email = "david@devwithimagination.com" }
8
9
  ]
9
10
  license = "Apache-2.0"
10
11
  keywords = ["aws", "cloudformation", "cloud-radar", "testing", "taskcat", "cloud", "radar"]