pulumi-external 0.0.2a1695237080__tar.gz → 0.0.2a1696529772__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 pulumi-external might be problematic. Click here for more details.

Files changed (17) hide show
  1. {pulumi_external-0.0.2a1695237080 → pulumi_external-0.0.2a1696529772}/PKG-INFO +6 -6
  2. {pulumi_external-0.0.2a1695237080 → pulumi_external-0.0.2a1696529772}/pulumi_external.egg-info/PKG-INFO +6 -6
  3. {pulumi_external-0.0.2a1695237080 → pulumi_external-0.0.2a1696529772}/pulumi_external.egg-info/SOURCES.txt +1 -2
  4. pulumi_external-0.0.2a1696529772/pyproject.toml +22 -0
  5. pulumi_external-0.0.2a1695237080/pulumi_external.egg-info/not-zip-safe +0 -1
  6. pulumi_external-0.0.2a1695237080/setup.py +0 -44
  7. {pulumi_external-0.0.2a1695237080 → pulumi_external-0.0.2a1696529772}/README.md +0 -0
  8. {pulumi_external-0.0.2a1695237080 → pulumi_external-0.0.2a1696529772}/pulumi_external/__init__.py +0 -0
  9. {pulumi_external-0.0.2a1695237080 → pulumi_external-0.0.2a1696529772}/pulumi_external/_utilities.py +0 -0
  10. {pulumi_external-0.0.2a1695237080 → pulumi_external-0.0.2a1696529772}/pulumi_external/get_external.py +0 -0
  11. {pulumi_external-0.0.2a1695237080 → pulumi_external-0.0.2a1696529772}/pulumi_external/provider.py +0 -0
  12. {pulumi_external-0.0.2a1695237080 → pulumi_external-0.0.2a1696529772}/pulumi_external/pulumi-plugin.json +0 -0
  13. {pulumi_external-0.0.2a1695237080 → pulumi_external-0.0.2a1696529772}/pulumi_external/py.typed +0 -0
  14. {pulumi_external-0.0.2a1695237080 → pulumi_external-0.0.2a1696529772}/pulumi_external.egg-info/dependency_links.txt +0 -0
  15. {pulumi_external-0.0.2a1695237080 → pulumi_external-0.0.2a1696529772}/pulumi_external.egg-info/requires.txt +0 -0
  16. {pulumi_external-0.0.2a1695237080 → pulumi_external-0.0.2a1696529772}/pulumi_external.egg-info/top_level.txt +0 -0
  17. {pulumi_external-0.0.2a1695237080 → pulumi_external-0.0.2a1696529772}/setup.cfg +0 -0
@@ -1,14 +1,16 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_external
3
- Version: 0.0.2a1695237080
3
+ Version: 0.0.2a1696529772
4
4
  Summary: A Pulumi package for creating and managing External cloud resources.
5
- Home-page: https://www.pulumi.com/
6
5
  License: Apache-2.0
6
+ Project-URL: Homepage, https://www.pulumi.com/
7
7
  Project-URL: Repository, https://github.com/pulumi/pulumi-external
8
- Keywords: pulumi category/cloud
9
- Platform: UNKNOWN
8
+ Keywords: pulumi,category/cloud
10
9
  Requires-Python: >=3.7
11
10
  Description-Content-Type: text/markdown
11
+ Requires-Dist: parver>=0.2.1
12
+ Requires-Dist: pulumi<4.0.0,>=3.0.0
13
+ Requires-Dist: semver>=2.8.1
12
14
 
13
15
  [![Actions Status](https://github.com/pulumi/pulumi-external/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-external/actions)
14
16
  [![NPM version](https://img.shields.io/npm/v/@pulumi/external)](https://www.npmjs.com/package/@pulumi/external)
@@ -76,5 +78,3 @@ The following Pulumi configuration can be used:
76
78
  For further information, please visit [External reference documentation](https://example.com/external).
77
79
 
78
80
  -->
79
-
80
-
@@ -1,14 +1,16 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi-external
3
- Version: 0.0.2a1695237080
3
+ Version: 0.0.2a1696529772
4
4
  Summary: A Pulumi package for creating and managing External cloud resources.
5
- Home-page: https://www.pulumi.com/
6
5
  License: Apache-2.0
6
+ Project-URL: Homepage, https://www.pulumi.com/
7
7
  Project-URL: Repository, https://github.com/pulumi/pulumi-external
8
- Keywords: pulumi category/cloud
9
- Platform: UNKNOWN
8
+ Keywords: pulumi,category/cloud
10
9
  Requires-Python: >=3.7
11
10
  Description-Content-Type: text/markdown
11
+ Requires-Dist: parver>=0.2.1
12
+ Requires-Dist: pulumi<4.0.0,>=3.0.0
13
+ Requires-Dist: semver>=2.8.1
12
14
 
13
15
  [![Actions Status](https://github.com/pulumi/pulumi-external/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-external/actions)
14
16
  [![NPM version](https://img.shields.io/npm/v/@pulumi/external)](https://www.npmjs.com/package/@pulumi/external)
@@ -76,5 +78,3 @@ The following Pulumi configuration can be used:
76
78
  For further information, please visit [External reference documentation](https://example.com/external).
77
79
 
78
80
  -->
79
-
80
-
@@ -1,5 +1,5 @@
1
1
  README.md
2
- setup.py
2
+ pyproject.toml
3
3
  pulumi_external/__init__.py
4
4
  pulumi_external/_utilities.py
5
5
  pulumi_external/get_external.py
@@ -9,6 +9,5 @@ pulumi_external/py.typed
9
9
  pulumi_external.egg-info/PKG-INFO
10
10
  pulumi_external.egg-info/SOURCES.txt
11
11
  pulumi_external.egg-info/dependency_links.txt
12
- pulumi_external.egg-info/not-zip-safe
13
12
  pulumi_external.egg-info/requires.txt
14
13
  pulumi_external.egg-info/top_level.txt
@@ -0,0 +1,22 @@
1
+ [project]
2
+ name = "pulumi_external"
3
+ description = "A Pulumi package for creating and managing External cloud resources."
4
+ dependencies = ["parver>=0.2.1", "pulumi>=3.0.0,<4.0.0", "semver>=2.8.1"]
5
+ keywords = ["pulumi", "category/cloud"]
6
+ readme = "README.md"
7
+ requires-python = ">=3.7"
8
+ version = "0.0.2a1696529772"
9
+ [project.license]
10
+ text = "Apache-2.0"
11
+ [project.urls]
12
+ Homepage = "https://www.pulumi.com/"
13
+ Repository = "https://github.com/pulumi/pulumi-external"
14
+
15
+ [build-system]
16
+ requires = ["setuptools>=61.0"]
17
+ build-backend = "setuptools.build_meta"
18
+
19
+ [tool]
20
+ [tool.setuptools]
21
+ [tool.setuptools.package-data]
22
+ pulumi_external = ["py.typed", "pulumi-plugin.json"]
@@ -1,44 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- import errno
6
- from setuptools import setup, find_packages
7
- from setuptools.command.install import install
8
- from subprocess import check_call
9
-
10
-
11
- VERSION = "0.0.2a1695237080"
12
- def readme():
13
- try:
14
- with open('README.md', encoding='utf-8') as f:
15
- return f.read()
16
- except FileNotFoundError:
17
- return "external Pulumi Package - Development Version"
18
-
19
-
20
- setup(name='pulumi_external',
21
- python_requires='>=3.7',
22
- version=VERSION,
23
- description="A Pulumi package for creating and managing External cloud resources.",
24
- long_description=readme(),
25
- long_description_content_type='text/markdown',
26
- keywords='pulumi category/cloud',
27
- url='https://www.pulumi.com/',
28
- project_urls={
29
- 'Repository': 'https://github.com/pulumi/pulumi-external'
30
- },
31
- license='Apache-2.0',
32
- packages=find_packages(),
33
- package_data={
34
- 'pulumi_external': [
35
- 'py.typed',
36
- 'pulumi-plugin.json',
37
- ]
38
- },
39
- install_requires=[
40
- 'parver>=0.2.1',
41
- 'pulumi>=3.0.0,<4.0.0',
42
- 'semver>=2.8.1'
43
- ],
44
- zip_safe=False)