localstack 4.1.2.dev1__tar.gz → 4.1.2.dev52__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.1.2.dev1 → localstack-4.1.2.dev52}/PKG-INFO +5 -5
- {localstack-4.1.2.dev1 → localstack-4.1.2.dev52}/localstack.egg-info/PKG-INFO +5 -5
- localstack-4.1.2.dev52/localstack.egg-info/requires.txt +6 -0
- {localstack-4.1.2.dev1 → localstack-4.1.2.dev52}/localstack_cli/__init__.py +2 -2
- localstack-4.1.2.dev1/localstack.egg-info/requires.txt +0 -6
- {localstack-4.1.2.dev1 → localstack-4.1.2.dev52}/localstack.egg-info/SOURCES.txt +0 -0
- {localstack-4.1.2.dev1 → localstack-4.1.2.dev52}/localstack.egg-info/dependency_links.txt +0 -0
- {localstack-4.1.2.dev1 → localstack-4.1.2.dev52}/localstack.egg-info/top_level.txt +0 -0
- {localstack-4.1.2.dev1 → localstack-4.1.2.dev52}/setup.cfg +0 -0
- {localstack-4.1.2.dev1 → localstack-4.1.2.dev52}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: localstack
|
|
3
|
-
Version: 4.1.2.
|
|
3
|
+
Version: 4.1.2.dev52
|
|
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.1.2.
|
|
16
|
+
Requires-Dist: localstack-ext==4.1.2.dev52
|
|
17
17
|
Provides-Extra: runtime
|
|
18
18
|
Requires-Dist: localstack-core[runtime]; extra == "runtime"
|
|
19
|
-
Requires-Dist: localstack-ext[runtime]==4.1.2.
|
|
19
|
+
Requires-Dist: localstack-ext[runtime]==4.1.2.dev52; extra == "runtime"
|
|
20
20
|
Dynamic: author
|
|
21
21
|
Dynamic: author-email
|
|
22
22
|
Dynamic: classifier
|
|
@@ -74,13 +74,13 @@ Dynamic: summary
|
|
|
74
74
|
|
|
75
75
|
[LocalStack](https://localstack.cloud) is a cloud service emulator that runs in a single container on your laptop or in your CI environment. With LocalStack, you can run your AWS applications or Lambdas entirely on your local machine without connecting to a remote cloud provider! Whether you are testing complex CDK applications or Terraform configurations, or just beginning to learn about AWS services, LocalStack helps speed up and simplify your testing and development workflow.
|
|
76
76
|
|
|
77
|
-
LocalStack supports a growing number of AWS services, like AWS Lambda, S3,
|
|
77
|
+
LocalStack supports a growing number of AWS services, like AWS Lambda, S3, DynamoDB, Kinesis, SQS, SNS, and many more! The [Pro version of LocalStack](https://localstack.cloud/pricing) supports additional APIs and advanced features. You can find a comprehensive list of supported APIs on our [☑️ Feature Coverage](https://docs.localstack.cloud/user-guide/aws/feature-coverage/) page.
|
|
78
78
|
|
|
79
79
|
LocalStack also provides additional features to make your life as a cloud developer easier! Check out LocalStack's [User Guides](https://docs.localstack.cloud/user-guide/) for more information.
|
|
80
80
|
|
|
81
81
|
## Install
|
|
82
82
|
|
|
83
|
-
The quickest way get started with LocalStack is by using the LocalStack CLI. It enables you to start and manage the LocalStack Docker container directly through your command line. Ensure that your machine has a functional [`docker` environment](https://docs.docker.com/get-docker/) installed before proceeding.
|
|
83
|
+
The quickest way to get started with LocalStack is by using the LocalStack CLI. It enables you to start and manage the LocalStack Docker container directly through your command line. Ensure that your machine has a functional [`docker` environment](https://docs.docker.com/get-docker/) installed before proceeding.
|
|
84
84
|
|
|
85
85
|
### Brew (macOS or Linux with Homebrew)
|
|
86
86
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: localstack
|
|
3
|
-
Version: 4.1.2.
|
|
3
|
+
Version: 4.1.2.dev52
|
|
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.1.2.
|
|
16
|
+
Requires-Dist: localstack-ext==4.1.2.dev52
|
|
17
17
|
Provides-Extra: runtime
|
|
18
18
|
Requires-Dist: localstack-core[runtime]; extra == "runtime"
|
|
19
|
-
Requires-Dist: localstack-ext[runtime]==4.1.2.
|
|
19
|
+
Requires-Dist: localstack-ext[runtime]==4.1.2.dev52; extra == "runtime"
|
|
20
20
|
Dynamic: author
|
|
21
21
|
Dynamic: author-email
|
|
22
22
|
Dynamic: classifier
|
|
@@ -74,13 +74,13 @@ Dynamic: summary
|
|
|
74
74
|
|
|
75
75
|
[LocalStack](https://localstack.cloud) is a cloud service emulator that runs in a single container on your laptop or in your CI environment. With LocalStack, you can run your AWS applications or Lambdas entirely on your local machine without connecting to a remote cloud provider! Whether you are testing complex CDK applications or Terraform configurations, or just beginning to learn about AWS services, LocalStack helps speed up and simplify your testing and development workflow.
|
|
76
76
|
|
|
77
|
-
LocalStack supports a growing number of AWS services, like AWS Lambda, S3,
|
|
77
|
+
LocalStack supports a growing number of AWS services, like AWS Lambda, S3, DynamoDB, Kinesis, SQS, SNS, and many more! The [Pro version of LocalStack](https://localstack.cloud/pricing) supports additional APIs and advanced features. You can find a comprehensive list of supported APIs on our [☑️ Feature Coverage](https://docs.localstack.cloud/user-guide/aws/feature-coverage/) page.
|
|
78
78
|
|
|
79
79
|
LocalStack also provides additional features to make your life as a cloud developer easier! Check out LocalStack's [User Guides](https://docs.localstack.cloud/user-guide/) for more information.
|
|
80
80
|
|
|
81
81
|
## Install
|
|
82
82
|
|
|
83
|
-
The quickest way get started with LocalStack is by using the LocalStack CLI. It enables you to start and manage the LocalStack Docker container directly through your command line. Ensure that your machine has a functional [`docker` environment](https://docs.docker.com/get-docker/) installed before proceeding.
|
|
83
|
+
The quickest way to get started with LocalStack is by using the LocalStack CLI. It enables you to start and manage the LocalStack Docker container directly through your command line. Ensure that your machine has a functional [`docker` environment](https://docs.docker.com/get-docker/) installed before proceeding.
|
|
84
84
|
|
|
85
85
|
### Brew (macOS or Linux with Homebrew)
|
|
86
86
|
|
|
@@ -12,5 +12,5 @@ __version__: str
|
|
|
12
12
|
__version_tuple__: VERSION_TUPLE
|
|
13
13
|
version_tuple: VERSION_TUPLE
|
|
14
14
|
|
|
15
|
-
__version__ = version = '4.1.2.
|
|
16
|
-
__version_tuple__ = version_tuple = (4, 1, 2, '
|
|
15
|
+
__version__ = version = '4.1.2.dev52'
|
|
16
|
+
__version_tuple__ = version_tuple = (4, 1, 2, 'dev52')
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|