localstack 4.7.1.dev1__tar.gz → 4.7.1.dev195__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.7.1.dev1 → localstack-4.7.1.dev195}/PKG-INFO +6 -6
- {localstack-4.7.1.dev1 → localstack-4.7.1.dev195}/localstack.egg-info/PKG-INFO +6 -6
- localstack-4.7.1.dev195/localstack.egg-info/requires.txt +6 -0
- localstack-4.7.1.dev195/localstack_cli/__init__.py +34 -0
- localstack-4.7.1.dev1/localstack.egg-info/requires.txt +0 -6
- localstack-4.7.1.dev1/localstack_cli/__init__.py +0 -21
- {localstack-4.7.1.dev1 → localstack-4.7.1.dev195}/localstack.egg-info/SOURCES.txt +0 -0
- {localstack-4.7.1.dev1 → localstack-4.7.1.dev195}/localstack.egg-info/dependency_links.txt +0 -0
- {localstack-4.7.1.dev1 → localstack-4.7.1.dev195}/localstack.egg-info/top_level.txt +0 -0
- {localstack-4.7.1.dev1 → localstack-4.7.1.dev195}/setup.cfg +0 -0
- {localstack-4.7.1.dev1 → localstack-4.7.1.dev195}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: localstack
|
|
3
|
-
Version: 4.7.1.
|
|
3
|
+
Version: 4.7.1.dev195
|
|
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.7.1.
|
|
16
|
+
Requires-Dist: localstack-ext==4.7.1.dev195
|
|
17
17
|
Provides-Extra: runtime
|
|
18
18
|
Requires-Dist: localstack-core[runtime]; extra == "runtime"
|
|
19
|
-
Requires-Dist: localstack-ext[runtime]==4.7.1.
|
|
19
|
+
Requires-Dist: localstack-ext[runtime]==4.7.1.dev195; extra == "runtime"
|
|
20
20
|
Dynamic: author
|
|
21
21
|
Dynamic: author-email
|
|
22
22
|
Dynamic: classifier
|
|
@@ -29,7 +29,7 @@ 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-for-aws-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-7-0/">LocalStack 4.7</a> :zap:
|
|
33
33
|
</p>
|
|
34
34
|
|
|
35
35
|
<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.7.0
|
|
127
127
|
- Profile: default
|
|
128
128
|
- App: https://app.localstack.cloud
|
|
129
129
|
|
|
@@ -209,7 +209,7 @@ upvote 👍 [feature requests](https://github.com/localstack/localstack/issues?q
|
|
|
209
209
|
🙋🏽 ask [support questions](https://docs.localstack.cloud/getting-started/help-and-support/),
|
|
210
210
|
or 🗣️ discuss local cloud development:
|
|
211
211
|
|
|
212
|
-
- [LocalStack Slack Community](https://localstack.cloud/
|
|
212
|
+
- [LocalStack Slack Community](https://localstack.cloud/slack/)
|
|
213
213
|
- [LocalStack GitHub Issue tracker](https://github.com/localstack/localstack/issues)
|
|
214
214
|
|
|
215
215
|
### Contributors
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: localstack
|
|
3
|
-
Version: 4.7.1.
|
|
3
|
+
Version: 4.7.1.dev195
|
|
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.7.1.
|
|
16
|
+
Requires-Dist: localstack-ext==4.7.1.dev195
|
|
17
17
|
Provides-Extra: runtime
|
|
18
18
|
Requires-Dist: localstack-core[runtime]; extra == "runtime"
|
|
19
|
-
Requires-Dist: localstack-ext[runtime]==4.7.1.
|
|
19
|
+
Requires-Dist: localstack-ext[runtime]==4.7.1.dev195; extra == "runtime"
|
|
20
20
|
Dynamic: author
|
|
21
21
|
Dynamic: author-email
|
|
22
22
|
Dynamic: classifier
|
|
@@ -29,7 +29,7 @@ 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-for-aws-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-7-0/">LocalStack 4.7</a> :zap:
|
|
33
33
|
</p>
|
|
34
34
|
|
|
35
35
|
<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.7.0
|
|
127
127
|
- Profile: default
|
|
128
128
|
- App: https://app.localstack.cloud
|
|
129
129
|
|
|
@@ -209,7 +209,7 @@ upvote 👍 [feature requests](https://github.com/localstack/localstack/issues?q
|
|
|
209
209
|
🙋🏽 ask [support questions](https://docs.localstack.cloud/getting-started/help-and-support/),
|
|
210
210
|
or 🗣️ discuss local cloud development:
|
|
211
211
|
|
|
212
|
-
- [LocalStack Slack Community](https://localstack.cloud/
|
|
212
|
+
- [LocalStack Slack Community](https://localstack.cloud/slack/)
|
|
213
213
|
- [LocalStack GitHub Issue tracker](https://github.com/localstack/localstack/issues)
|
|
214
214
|
|
|
215
215
|
### Contributors
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# file generated by setuptools-scm
|
|
2
|
+
# don't change, don't track in version control
|
|
3
|
+
|
|
4
|
+
__all__ = [
|
|
5
|
+
"__version__",
|
|
6
|
+
"__version_tuple__",
|
|
7
|
+
"version",
|
|
8
|
+
"version_tuple",
|
|
9
|
+
"__commit_id__",
|
|
10
|
+
"commit_id",
|
|
11
|
+
]
|
|
12
|
+
|
|
13
|
+
TYPE_CHECKING = False
|
|
14
|
+
if TYPE_CHECKING:
|
|
15
|
+
from typing import Tuple
|
|
16
|
+
from typing import Union
|
|
17
|
+
|
|
18
|
+
VERSION_TUPLE = Tuple[Union[int, str], ...]
|
|
19
|
+
COMMIT_ID = Union[str, None]
|
|
20
|
+
else:
|
|
21
|
+
VERSION_TUPLE = object
|
|
22
|
+
COMMIT_ID = object
|
|
23
|
+
|
|
24
|
+
version: str
|
|
25
|
+
__version__: str
|
|
26
|
+
__version_tuple__: VERSION_TUPLE
|
|
27
|
+
version_tuple: VERSION_TUPLE
|
|
28
|
+
commit_id: COMMIT_ID
|
|
29
|
+
__commit_id__: COMMIT_ID
|
|
30
|
+
|
|
31
|
+
__version__ = version = '4.7.1.dev195'
|
|
32
|
+
__version_tuple__ = version_tuple = (4, 7, 1, 'dev195')
|
|
33
|
+
|
|
34
|
+
__commit_id__ = commit_id = 'gd04837aec'
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
# file generated by setuptools-scm
|
|
2
|
-
# don't change, don't track in version control
|
|
3
|
-
|
|
4
|
-
__all__ = ["__version__", "__version_tuple__", "version", "version_tuple"]
|
|
5
|
-
|
|
6
|
-
TYPE_CHECKING = False
|
|
7
|
-
if TYPE_CHECKING:
|
|
8
|
-
from typing import Tuple
|
|
9
|
-
from typing import Union
|
|
10
|
-
|
|
11
|
-
VERSION_TUPLE = Tuple[Union[int, str], ...]
|
|
12
|
-
else:
|
|
13
|
-
VERSION_TUPLE = object
|
|
14
|
-
|
|
15
|
-
version: str
|
|
16
|
-
__version__: str
|
|
17
|
-
__version_tuple__: VERSION_TUPLE
|
|
18
|
-
version_tuple: VERSION_TUPLE
|
|
19
|
-
|
|
20
|
-
__version__ = version = '4.7.1.dev1'
|
|
21
|
-
__version_tuple__ = version_tuple = (4, 7, 1, 'dev1')
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|