pulumi-extra 0.1.2__py3-none-any.whl → 0.1.4__py3-none-any.whl

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.
@@ -0,0 +1,29 @@
1
+ Metadata-Version: 2.4
2
+ Name: pulumi-extra
3
+ Version: 0.1.4
4
+ Summary: Extra Pulumi utils and resources.
5
+ Project-URL: Homepage, https://github.com/lasuillard-s/pulumi-extra
6
+ Project-URL: Repository, https://github.com/lasuillard-s/pulumi-extra.git
7
+ Project-URL: Issues, https://github.com/lasuillard-s/pulumi-extra/issues
8
+ Author-email: Yuchan Lee <lasuillard@gmail.com>
9
+ License-Expression: MIT
10
+ License-File: LICENSE
11
+ Requires-Python: <4.0,>=3.9
12
+ Requires-Dist: braceexpand<1,>=0.1.7
13
+ Requires-Dist: jinja2<4,>=3
14
+ Requires-Dist: pulumi<4,>=3
15
+ Provides-Extra: aws
16
+ Requires-Dist: pulumi-aws>=6; extra == 'aws'
17
+ Provides-Extra: gcp
18
+ Requires-Dist: pulumi-gcp>=8; extra == 'gcp'
19
+ Provides-Extra: policy
20
+ Requires-Dist: pulumi-policy<2,>=1; extra == 'policy'
21
+ Description-Content-Type: text/markdown
22
+
23
+ # pulumi-extra
24
+
25
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
26
+ [![codecov](https://codecov.io/gh/lasuillard-s/pulumi-extra/graph/badge.svg?token=uuckU93NAu)](https://codecov.io/gh/lasuillard-s/pulumi-extra)
27
+ [![PyPI - Version](https://img.shields.io/pypi/v/pulumi-extra)](https://pypi.org/project/pulumi-extra/)
28
+
29
+ Extra Pulumi utils and resources.
@@ -21,7 +21,7 @@ pulumi_extra/transforms/__init__.py,sha256=24I3Uta0nTSGPEuO7udHHu1pZdNdcbwnwV0sn
21
21
  pulumi_extra/transforms/invoke.py,sha256=IcH3TUFEtGjsRCoF_3rtrvrACGqr8FIWqIlTPlMtS0Q,2778
22
22
  pulumi_extra/transforms/resource_.py,sha256=K6HtYgs8swmV2FpYT42H-u9ctpHOwR8ls8hehneuHe8,2716
23
23
  pulumi_extra/transforms/runtime.py,sha256=VUFwIcq3BVTKq04v9_54F5xSwmhW_yhXaXmYAS9_b_I,704
24
- pulumi_extra-0.1.2.dist-info/METADATA,sha256=a8kNzUo9LS7G2r92XfIfjNjstx2UIP02-K1plxG0W2Y,1862
25
- pulumi_extra-0.1.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
26
- pulumi_extra-0.1.2.dist-info/licenses/LICENSE,sha256=Q5GkvYijQ2KTQ-QWhv43ilzCno4ZrzrEuATEQZd9rYo,1067
27
- pulumi_extra-0.1.2.dist-info/RECORD,,
24
+ pulumi_extra-0.1.4.dist-info/METADATA,sha256=3bP1A36V0ipLsnMPdesKS5GSDplSHK64rznQNKiRvYU,1184
25
+ pulumi_extra-0.1.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
26
+ pulumi_extra-0.1.4.dist-info/licenses/LICENSE,sha256=Q5GkvYijQ2KTQ-QWhv43ilzCno4ZrzrEuATEQZd9rYo,1067
27
+ pulumi_extra-0.1.4.dist-info/RECORD,,
@@ -1,42 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: pulumi-extra
3
- Version: 0.1.2
4
- Summary: Extra Pulumi utils and resources.
5
- Project-URL: Homepage, https://github.com/lasuillard/pulumi-extra
6
- Project-URL: Repository, https://github.com/lasuillard/pulumi-extra.git
7
- Project-URL: Issues, https://github.com/lasuillard/pulumi-extra/issues
8
- Author-email: Yuchan Lee <lasuillard@gmail.com>
9
- License-Expression: MIT
10
- License-File: LICENSE
11
- Requires-Python: <4.0,>=3.9
12
- Requires-Dist: braceexpand<1,>=0.1.7
13
- Requires-Dist: jinja2<4,>=3
14
- Requires-Dist: pulumi<4,>=3
15
- Provides-Extra: aws
16
- Requires-Dist: pulumi-aws>=6; extra == 'aws'
17
- Provides-Extra: dev
18
- Requires-Dist: mypy~=1.11; extra == 'dev'
19
- Requires-Dist: ruff~=0.6; extra == 'dev'
20
- Provides-Extra: gcp
21
- Requires-Dist: pulumi-gcp>=8; extra == 'gcp'
22
- Provides-Extra: policy
23
- Requires-Dist: pulumi-policy<2,>=1; extra == 'policy'
24
- Provides-Extra: test
25
- Requires-Dist: coverage~=7.3; extra == 'test'
26
- Requires-Dist: nox<2025.3.0,>=2024.10.9; extra == 'test'
27
- Requires-Dist: pulumi-docker>=4.6.1; extra == 'test'
28
- Requires-Dist: pulumi-random>=4.18.0; extra == 'test'
29
- Requires-Dist: pytest-cov<7,>=5; extra == 'test'
30
- Requires-Dist: pytest-forked>=1.6.0; extra == 'test'
31
- Requires-Dist: pytest-sugar~=1.0; extra == 'test'
32
- Requires-Dist: pytest~=8.0; extra == 'test'
33
- Description-Content-Type: text/markdown
34
-
35
- # pulumi-extra
36
-
37
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
38
- [![CI](https://github.com/lasuillard/pulumi-extra/actions/workflows/ci.yaml/badge.svg)](https://github.com/lasuillard/pulumi-extra/actions/workflows/ci.yaml)
39
- [![codecov](https://codecov.io/gh/lasuillard/pulumi-extra/graph/badge.svg?token=uuckU93NAu)](https://codecov.io/gh/lasuillard/pulumi-extra)
40
- [![PyPI - Version](https://img.shields.io/pypi/v/pulumi-extra)](https://pypi.org/project/pulumi-extra/)
41
-
42
- Extra Pulumi utils and resources.