localstack 4.6.1.dev1__tar.gz → 4.6.1.dev132__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.
- {localstack-4.6.1.dev1 → localstack-4.6.1.dev132}/PKG-INFO +9 -9
- {localstack-4.6.1.dev1 → localstack-4.6.1.dev132}/localstack.egg-info/PKG-INFO +9 -9
- localstack-4.6.1.dev132/localstack.egg-info/requires.txt +6 -0
- {localstack-4.6.1.dev1 → localstack-4.6.1.dev132}/localstack_cli/__init__.py +2 -2
- {localstack-4.6.1.dev1 → localstack-4.6.1.dev132}/setup.py +1 -1
- localstack-4.6.1.dev1/localstack.egg-info/requires.txt +0 -6
- {localstack-4.6.1.dev1 → localstack-4.6.1.dev132}/localstack.egg-info/SOURCES.txt +0 -0
- {localstack-4.6.1.dev1 → localstack-4.6.1.dev132}/localstack.egg-info/dependency_links.txt +0 -0
- {localstack-4.6.1.dev1 → localstack-4.6.1.dev132}/localstack.egg-info/top_level.txt +0 -0
- {localstack-4.6.1.dev1 → localstack-4.6.1.dev132}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: localstack
|
|
3
|
-
Version: 4.6.1.
|
|
3
|
+
Version: 4.6.1.dev132
|
|
4
4
|
Summary: LocalStack - A fully functional local Cloud stack
|
|
5
5
|
Home-page: https://github.com/localstack/localstack
|
|
6
6
|
Author: LocalStack Contributors
|
|
@@ -13,10 +13,10 @@ Classifier: Topic :: Software Development :: Testing
|
|
|
13
13
|
Classifier: Topic :: System :: Emulators
|
|
14
14
|
Description-Content-Type: text/markdown
|
|
15
15
|
Requires-Dist: localstack-core
|
|
16
|
-
Requires-Dist: localstack-ext==4.6.1.
|
|
16
|
+
Requires-Dist: localstack-ext==4.6.1.dev132
|
|
17
17
|
Provides-Extra: runtime
|
|
18
18
|
Requires-Dist: localstack-core[runtime]; extra == "runtime"
|
|
19
|
-
Requires-Dist: localstack-ext[runtime]==4.6.1.
|
|
19
|
+
Requires-Dist: localstack-ext[runtime]==4.6.1.dev132; extra == "runtime"
|
|
20
20
|
Dynamic: author
|
|
21
21
|
Dynamic: author-email
|
|
22
22
|
Dynamic: classifier
|
|
@@ -29,16 +29,16 @@ Dynamic: requires-dist
|
|
|
29
29
|
Dynamic: summary
|
|
30
30
|
|
|
31
31
|
<p align="center">
|
|
32
|
-
:zap: We are thrilled to announce the release of <a href="https://blog.localstack.cloud/localstack-release-v-4-
|
|
32
|
+
:zap: We are thrilled to announce the release of <a href="https://blog.localstack.cloud/localstack-for-aws-release-v-4-6-0/">LocalStack 4.6</a> :zap:
|
|
33
33
|
</p>
|
|
34
34
|
|
|
35
35
|
<p align="center">
|
|
36
|
-
<img src="https://raw.githubusercontent.com/localstack/localstack/
|
|
36
|
+
<img src="https://raw.githubusercontent.com/localstack/localstack/main/docs/localstack-readme-banner.svg" alt="LocalStack - A fully functional local cloud stack">
|
|
37
37
|
</p>
|
|
38
38
|
|
|
39
39
|
<p align="center">
|
|
40
|
-
<a href="https://github.com/localstack/localstack/actions/workflows/aws-main.yml?query=branch%
|
|
41
|
-
<a href="https://coveralls.io/github/localstack/localstack?branch=
|
|
40
|
+
<a href="https://github.com/localstack/localstack/actions/workflows/aws-main.yml?query=branch%3Amain"><img alt="GitHub Actions" src="https://github.com/localstack/localstack/actions/workflows/aws-main.yml/badge.svg?branch=main"></a>
|
|
41
|
+
<a href="https://coveralls.io/github/localstack/localstack?branch=main"><img alt="Coverage Status" src="https://coveralls.io/repos/github/localstack/localstack/badge.svg?branch=main"></a>
|
|
42
42
|
<a href="https://pypi.org/project/localstack/"><img alt="PyPI Version" src="https://img.shields.io/pypi/v/localstack?color=blue"></a>
|
|
43
43
|
<a href="https://hub.docker.com/r/localstack/localstack"><img alt="Docker Pulls" src="https://img.shields.io/docker/pulls/localstack/localstack"></a>
|
|
44
44
|
<a href="https://pypi.org/project/localstack"><img alt="PyPi downloads" src="https://static.pepy.tech/badge/localstack"></a>
|
|
@@ -47,7 +47,7 @@ Dynamic: summary
|
|
|
47
47
|
<a href="https://img.shields.io/pypi/l/localstack.svg"><img alt="PyPI License" src="https://img.shields.io/pypi/l/localstack.svg"></a>
|
|
48
48
|
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
|
|
49
49
|
<a href="https://github.com/astral-sh/ruff"><img alt="Ruff" src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json"></a>
|
|
50
|
-
<a href="https://
|
|
50
|
+
<a href="https://bsky.app/profile/localstack.cloud"><img alt="Bluesky" src="https://img.shields.io/badge/bluesky-Follow-blue?logo=bluesky"></a>
|
|
51
51
|
</p>
|
|
52
52
|
|
|
53
53
|
<p align="center">
|
|
@@ -123,7 +123,7 @@ Start LocalStack inside a Docker container by running:
|
|
|
123
123
|
/ /___/ /_/ / /__/ /_/ / /___/ / /_/ /_/ / /__/ ,<
|
|
124
124
|
/_____/\____/\___/\__,_/_//____/\__/\__,_/\___/_/|_|
|
|
125
125
|
|
|
126
|
-
- LocalStack CLI: 4.
|
|
126
|
+
- LocalStack CLI: 4.6.0
|
|
127
127
|
- Profile: default
|
|
128
128
|
- App: https://app.localstack.cloud
|
|
129
129
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: localstack
|
|
3
|
-
Version: 4.6.1.
|
|
3
|
+
Version: 4.6.1.dev132
|
|
4
4
|
Summary: LocalStack - A fully functional local Cloud stack
|
|
5
5
|
Home-page: https://github.com/localstack/localstack
|
|
6
6
|
Author: LocalStack Contributors
|
|
@@ -13,10 +13,10 @@ Classifier: Topic :: Software Development :: Testing
|
|
|
13
13
|
Classifier: Topic :: System :: Emulators
|
|
14
14
|
Description-Content-Type: text/markdown
|
|
15
15
|
Requires-Dist: localstack-core
|
|
16
|
-
Requires-Dist: localstack-ext==4.6.1.
|
|
16
|
+
Requires-Dist: localstack-ext==4.6.1.dev132
|
|
17
17
|
Provides-Extra: runtime
|
|
18
18
|
Requires-Dist: localstack-core[runtime]; extra == "runtime"
|
|
19
|
-
Requires-Dist: localstack-ext[runtime]==4.6.1.
|
|
19
|
+
Requires-Dist: localstack-ext[runtime]==4.6.1.dev132; extra == "runtime"
|
|
20
20
|
Dynamic: author
|
|
21
21
|
Dynamic: author-email
|
|
22
22
|
Dynamic: classifier
|
|
@@ -29,16 +29,16 @@ Dynamic: requires-dist
|
|
|
29
29
|
Dynamic: summary
|
|
30
30
|
|
|
31
31
|
<p align="center">
|
|
32
|
-
:zap: We are thrilled to announce the release of <a href="https://blog.localstack.cloud/localstack-release-v-4-
|
|
32
|
+
:zap: We are thrilled to announce the release of <a href="https://blog.localstack.cloud/localstack-for-aws-release-v-4-6-0/">LocalStack 4.6</a> :zap:
|
|
33
33
|
</p>
|
|
34
34
|
|
|
35
35
|
<p align="center">
|
|
36
|
-
<img src="https://raw.githubusercontent.com/localstack/localstack/
|
|
36
|
+
<img src="https://raw.githubusercontent.com/localstack/localstack/main/docs/localstack-readme-banner.svg" alt="LocalStack - A fully functional local cloud stack">
|
|
37
37
|
</p>
|
|
38
38
|
|
|
39
39
|
<p align="center">
|
|
40
|
-
<a href="https://github.com/localstack/localstack/actions/workflows/aws-main.yml?query=branch%
|
|
41
|
-
<a href="https://coveralls.io/github/localstack/localstack?branch=
|
|
40
|
+
<a href="https://github.com/localstack/localstack/actions/workflows/aws-main.yml?query=branch%3Amain"><img alt="GitHub Actions" src="https://github.com/localstack/localstack/actions/workflows/aws-main.yml/badge.svg?branch=main"></a>
|
|
41
|
+
<a href="https://coveralls.io/github/localstack/localstack?branch=main"><img alt="Coverage Status" src="https://coveralls.io/repos/github/localstack/localstack/badge.svg?branch=main"></a>
|
|
42
42
|
<a href="https://pypi.org/project/localstack/"><img alt="PyPI Version" src="https://img.shields.io/pypi/v/localstack?color=blue"></a>
|
|
43
43
|
<a href="https://hub.docker.com/r/localstack/localstack"><img alt="Docker Pulls" src="https://img.shields.io/docker/pulls/localstack/localstack"></a>
|
|
44
44
|
<a href="https://pypi.org/project/localstack"><img alt="PyPi downloads" src="https://static.pepy.tech/badge/localstack"></a>
|
|
@@ -47,7 +47,7 @@ Dynamic: summary
|
|
|
47
47
|
<a href="https://img.shields.io/pypi/l/localstack.svg"><img alt="PyPI License" src="https://img.shields.io/pypi/l/localstack.svg"></a>
|
|
48
48
|
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
|
|
49
49
|
<a href="https://github.com/astral-sh/ruff"><img alt="Ruff" src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json"></a>
|
|
50
|
-
<a href="https://
|
|
50
|
+
<a href="https://bsky.app/profile/localstack.cloud"><img alt="Bluesky" src="https://img.shields.io/badge/bluesky-Follow-blue?logo=bluesky"></a>
|
|
51
51
|
</p>
|
|
52
52
|
|
|
53
53
|
<p align="center">
|
|
@@ -123,7 +123,7 @@ Start LocalStack inside a Docker container by running:
|
|
|
123
123
|
/ /___/ /_/ / /__/ /_/ / /___/ / /_/ /_/ / /__/ ,<
|
|
124
124
|
/_____/\____/\___/\__,_/_//____/\__/\__,_/\___/_/|_|
|
|
125
125
|
|
|
126
|
-
- LocalStack CLI: 4.
|
|
126
|
+
- LocalStack CLI: 4.6.0
|
|
127
127
|
- Profile: default
|
|
128
128
|
- App: https://app.localstack.cloud
|
|
129
129
|
|
|
@@ -17,5 +17,5 @@ __version__: str
|
|
|
17
17
|
__version_tuple__: VERSION_TUPLE
|
|
18
18
|
version_tuple: VERSION_TUPLE
|
|
19
19
|
|
|
20
|
-
__version__ = version = '4.6.1.
|
|
21
|
-
__version_tuple__ = version_tuple = (4, 6, 1, '
|
|
20
|
+
__version__ = version = '4.6.1.dev132'
|
|
21
|
+
__version_tuple__ = version_tuple = (4, 6, 1, 'dev132')
|
|
@@ -7,7 +7,7 @@ from setuptools import setup
|
|
|
7
7
|
# download the README.md from the community repo
|
|
8
8
|
readme_content = ""
|
|
9
9
|
try:
|
|
10
|
-
url = "https://raw.githubusercontent.com/localstack/localstack/
|
|
10
|
+
url = "https://raw.githubusercontent.com/localstack/localstack/main/README.md"
|
|
11
11
|
response = urllib.request.urlopen(url)
|
|
12
12
|
charset = response.info().get_content_charset()
|
|
13
13
|
readme_content = response.read().decode(charset)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|