localstack 4.13.2.dev36__tar.gz → 4.13.2.dev116__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.13.2.dev116/PKG-INFO +248 -0
- localstack-4.13.2.dev116/localstack.egg-info/PKG-INFO +248 -0
- localstack-4.13.2.dev116/localstack.egg-info/SOURCES.txt +7 -0
- localstack-4.13.2.dev116/localstack.egg-info/requires.txt +6 -0
- localstack-4.13.2.dev36/localstack_cli/version.py → localstack-4.13.2.dev116/localstack_cli/__init__.py +3 -3
- localstack-4.13.2.dev116/setup.py +44 -0
- localstack-4.13.2.dev36/.github/workflows/tests-cli.yml +0 -121
- localstack-4.13.2.dev36/.gitignore +0 -124
- localstack-4.13.2.dev36/Makefile +0 -40
- localstack-4.13.2.dev36/PKG-INFO +0 -95
- localstack-4.13.2.dev36/README.md +0 -39
- localstack-4.13.2.dev36/bin/localstack +0 -23
- localstack-4.13.2.dev36/localstack.egg-info/PKG-INFO +0 -95
- localstack-4.13.2.dev36/localstack.egg-info/SOURCES.txt +0 -235
- localstack-4.13.2.dev36/localstack.egg-info/entry_points.txt +0 -17
- localstack-4.13.2.dev36/localstack.egg-info/requires.txt +0 -40
- localstack-4.13.2.dev36/localstack_cli/__init__.py +0 -0
- localstack-4.13.2.dev36/localstack_cli/cli/__init__.py +0 -10
- localstack-4.13.2.dev36/localstack_cli/cli/console.py +0 -11
- localstack-4.13.2.dev36/localstack_cli/cli/core_plugin.py +0 -12
- localstack-4.13.2.dev36/localstack_cli/cli/exceptions.py +0 -19
- localstack-4.13.2.dev36/localstack_cli/cli/localstack.py +0 -961
- localstack-4.13.2.dev36/localstack_cli/cli/lpm.py +0 -138
- localstack-4.13.2.dev36/localstack_cli/cli/main.py +0 -22
- localstack-4.13.2.dev36/localstack_cli/cli/plugin.py +0 -39
- localstack-4.13.2.dev36/localstack_cli/cli/plugins.py +0 -134
- localstack-4.13.2.dev36/localstack_cli/cli/profiles.py +0 -65
- localstack-4.13.2.dev36/localstack_cli/config.py +0 -1689
- localstack-4.13.2.dev36/localstack_cli/constants.py +0 -166
- localstack-4.13.2.dev36/localstack_cli/logging/__init__.py +0 -0
- localstack-4.13.2.dev36/localstack_cli/logging/format.py +0 -194
- localstack-4.13.2.dev36/localstack_cli/logging/setup.py +0 -142
- localstack-4.13.2.dev36/localstack_cli/packages/__init__.py +0 -25
- localstack-4.13.2.dev36/localstack_cli/packages/api.py +0 -418
- localstack-4.13.2.dev36/localstack_cli/packages/core.py +0 -416
- localstack-4.13.2.dev36/localstack_cli/pro/__init__.py +0 -0
- localstack-4.13.2.dev36/localstack_cli/pro/core/__init__.py +0 -0
- localstack-4.13.2.dev36/localstack_cli/pro/core/bootstrap/__init__.py +0 -1
- localstack-4.13.2.dev36/localstack_cli/pro/core/bootstrap/auth.py +0 -213
- localstack-4.13.2.dev36/localstack_cli/pro/core/bootstrap/dns_utils.py +0 -55
- localstack-4.13.2.dev36/localstack_cli/pro/core/bootstrap/entitlements.py +0 -117
- localstack-4.13.2.dev36/localstack_cli/pro/core/bootstrap/extensions/__init__.py +0 -3
- localstack-4.13.2.dev36/localstack_cli/pro/core/bootstrap/extensions/__main__.py +0 -106
- localstack-4.13.2.dev36/localstack_cli/pro/core/bootstrap/extensions/autoinstall.py +0 -63
- localstack-4.13.2.dev36/localstack_cli/pro/core/bootstrap/extensions/bootstrap.py +0 -97
- localstack-4.13.2.dev36/localstack_cli/pro/core/bootstrap/extensions/repository.py +0 -374
- localstack-4.13.2.dev36/localstack_cli/pro/core/bootstrap/licensingv2.py +0 -1259
- localstack-4.13.2.dev36/localstack_cli/pro/core/bootstrap/pods/__init__.py +0 -0
- localstack-4.13.2.dev36/localstack_cli/pro/core/bootstrap/pods/api_types.py +0 -17
- localstack-4.13.2.dev36/localstack_cli/pro/core/bootstrap/pods/constants.py +0 -26
- localstack-4.13.2.dev36/localstack_cli/pro/core/bootstrap/pods/remotes/__init__.py +0 -0
- localstack-4.13.2.dev36/localstack_cli/pro/core/bootstrap/pods/remotes/api.py +0 -75
- localstack-4.13.2.dev36/localstack_cli/pro/core/bootstrap/pods/remotes/configs.py +0 -69
- localstack-4.13.2.dev36/localstack_cli/pro/core/bootstrap/pods/remotes/params.py +0 -86
- localstack-4.13.2.dev36/localstack_cli/pro/core/bootstrap/pods_client.py +0 -834
- localstack-4.13.2.dev36/localstack_cli/pro/core/cli/__init__.py +0 -0
- localstack-4.13.2.dev36/localstack_cli/pro/core/cli/auth.py +0 -226
- localstack-4.13.2.dev36/localstack_cli/pro/core/cli/aws.py +0 -16
- localstack-4.13.2.dev36/localstack_cli/pro/core/cli/cli.py +0 -99
- localstack-4.13.2.dev36/localstack_cli/pro/core/cli/click_utils.py +0 -21
- localstack-4.13.2.dev36/localstack_cli/pro/core/cli/cloud_pods.py +0 -465
- localstack-4.13.2.dev36/localstack_cli/pro/core/cli/diff_view.py +0 -41
- localstack-4.13.2.dev36/localstack_cli/pro/core/cli/ephemeral.py +0 -199
- localstack-4.13.2.dev36/localstack_cli/pro/core/cli/extensions.py +0 -492
- localstack-4.13.2.dev36/localstack_cli/pro/core/cli/iam.py +0 -180
- localstack-4.13.2.dev36/localstack_cli/pro/core/cli/license.py +0 -90
- localstack-4.13.2.dev36/localstack_cli/pro/core/cli/localstack.py +0 -118
- localstack-4.13.2.dev36/localstack_cli/pro/core/cli/replicator.py +0 -331
- localstack-4.13.2.dev36/localstack_cli/pro/core/cli/state.py +0 -183
- localstack-4.13.2.dev36/localstack_cli/pro/core/cli/tree_view.py +0 -235
- localstack-4.13.2.dev36/localstack_cli/pro/core/config.py +0 -565
- localstack-4.13.2.dev36/localstack_cli/pro/core/constants.py +0 -54
- localstack-4.13.2.dev36/localstack_cli/pro/core/plugins.py +0 -81
- localstack-4.13.2.dev36/localstack_cli/runtime/__init__.py +0 -6
- localstack-4.13.2.dev36/localstack_cli/runtime/exceptions.py +0 -7
- localstack-4.13.2.dev36/localstack_cli/runtime/hooks.py +0 -73
- localstack-4.13.2.dev36/localstack_cli/utils/__init__.py +0 -0
- localstack-4.13.2.dev36/localstack_cli/utils/analytics/__init__.py +0 -12
- localstack-4.13.2.dev36/localstack_cli/utils/analytics/cli.py +0 -67
- localstack-4.13.2.dev36/localstack_cli/utils/analytics/client.py +0 -111
- localstack-4.13.2.dev36/localstack_cli/utils/analytics/events.py +0 -30
- localstack-4.13.2.dev36/localstack_cli/utils/analytics/logger.py +0 -48
- localstack-4.13.2.dev36/localstack_cli/utils/analytics/metadata.py +0 -250
- localstack-4.13.2.dev36/localstack_cli/utils/analytics/publisher.py +0 -160
- localstack-4.13.2.dev36/localstack_cli/utils/analytics/service_request_aggregator.py +0 -133
- localstack-4.13.2.dev36/localstack_cli/utils/archives.py +0 -271
- localstack-4.13.2.dev36/localstack_cli/utils/batching.py +0 -258
- localstack-4.13.2.dev36/localstack_cli/utils/bootstrap.py +0 -1423
- localstack-4.13.2.dev36/localstack_cli/utils/checksum.py +0 -313
- localstack-4.13.2.dev36/localstack_cli/utils/collections.py +0 -554
- localstack-4.13.2.dev36/localstack_cli/utils/common.py +0 -229
- localstack-4.13.2.dev36/localstack_cli/utils/container_networking.py +0 -142
- localstack-4.13.2.dev36/localstack_cli/utils/container_utils/__init__.py +0 -0
- localstack-4.13.2.dev36/localstack_cli/utils/container_utils/container_client.py +0 -1585
- localstack-4.13.2.dev36/localstack_cli/utils/container_utils/docker_cmd_client.py +0 -987
- localstack-4.13.2.dev36/localstack_cli/utils/container_utils/docker_sdk_client.py +0 -1018
- localstack-4.13.2.dev36/localstack_cli/utils/crypto.py +0 -294
- localstack-4.13.2.dev36/localstack_cli/utils/docker_utils.py +0 -272
- localstack-4.13.2.dev36/localstack_cli/utils/files.py +0 -327
- localstack-4.13.2.dev36/localstack_cli/utils/functions.py +0 -92
- localstack-4.13.2.dev36/localstack_cli/utils/http.py +0 -326
- localstack-4.13.2.dev36/localstack_cli/utils/json.py +0 -219
- localstack-4.13.2.dev36/localstack_cli/utils/net.py +0 -516
- localstack-4.13.2.dev36/localstack_cli/utils/no_exit_argument_parser.py +0 -19
- localstack-4.13.2.dev36/localstack_cli/utils/numbers.py +0 -49
- localstack-4.13.2.dev36/localstack_cli/utils/objects.py +0 -235
- localstack-4.13.2.dev36/localstack_cli/utils/patch.py +0 -260
- localstack-4.13.2.dev36/localstack_cli/utils/platform.py +0 -77
- localstack-4.13.2.dev36/localstack_cli/utils/run.py +0 -514
- localstack-4.13.2.dev36/localstack_cli/utils/server/__init__.py +0 -0
- localstack-4.13.2.dev36/localstack_cli/utils/server/tcp_proxy.py +0 -108
- localstack-4.13.2.dev36/localstack_cli/utils/serving.py +0 -187
- localstack-4.13.2.dev36/localstack_cli/utils/ssl.py +0 -71
- localstack-4.13.2.dev36/localstack_cli/utils/strings.py +0 -245
- localstack-4.13.2.dev36/localstack_cli/utils/sync.py +0 -267
- localstack-4.13.2.dev36/localstack_cli/utils/threads.py +0 -163
- localstack-4.13.2.dev36/localstack_cli/utils/time.py +0 -81
- localstack-4.13.2.dev36/localstack_cli/utils/urls.py +0 -21
- localstack-4.13.2.dev36/localstack_cli/utils/venv.py +0 -100
- localstack-4.13.2.dev36/localstack_cli/utils/xml.py +0 -41
- localstack-4.13.2.dev36/plux.ini +0 -15
- localstack-4.13.2.dev36/pyproject.toml +0 -104
- localstack-4.13.2.dev36/tests/__init__.py +0 -0
- localstack-4.13.2.dev36/tests/cli/__init__.py +0 -2
- localstack-4.13.2.dev36/tests/cli/conftest.py +0 -10
- localstack-4.13.2.dev36/tests/cli/test_cli.py +0 -359
- localstack-4.13.2.dev36/tests/cli/test_cli_pro.py +0 -247
- localstack-4.13.2.dev36/tests/conftest.py +0 -7
- localstack-4.13.2.dev36/tests/unit/__init__.py +0 -0
- localstack-4.13.2.dev36/tests/unit/cli/__init__.py +0 -0
- localstack-4.13.2.dev36/tests/unit/cli/test_cli.py +0 -336
- localstack-4.13.2.dev36/tests/unit/cli/test_lpm.py +0 -120
- localstack-4.13.2.dev36/tests/unit/cli/test_profiles.py +0 -148
- localstack-4.13.2.dev36/tests/unit/pro/__init__.py +0 -0
- localstack-4.13.2.dev36/tests/unit/pro/test_cli.py +0 -68
- {localstack-4.13.2.dev36 → localstack-4.13.2.dev116}/localstack.egg-info/dependency_links.txt +0 -0
- {localstack-4.13.2.dev36 → localstack-4.13.2.dev116}/localstack.egg-info/top_level.txt +0 -0
- {localstack-4.13.2.dev36 → localstack-4.13.2.dev116}/setup.cfg +0 -0
|
@@ -0,0 +1,248 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: localstack
|
|
3
|
+
Version: 4.13.2.dev116
|
|
4
|
+
Summary: LocalStack - A fully functional local Cloud stack
|
|
5
|
+
Home-page: https://github.com/localstack/localstack
|
|
6
|
+
Author: LocalStack Contributors
|
|
7
|
+
Author-email: info@localstack.cloud
|
|
8
|
+
License: Apache License 2.0
|
|
9
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
10
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
11
|
+
Classifier: Topic :: Internet
|
|
12
|
+
Classifier: Topic :: Software Development :: Testing
|
|
13
|
+
Classifier: Topic :: System :: Emulators
|
|
14
|
+
Description-Content-Type: text/markdown
|
|
15
|
+
Requires-Dist: localstack-core
|
|
16
|
+
Requires-Dist: localstack-ext==4.13.2.dev116
|
|
17
|
+
Provides-Extra: runtime
|
|
18
|
+
Requires-Dist: localstack-core[runtime]; extra == "runtime"
|
|
19
|
+
Requires-Dist: localstack-ext[runtime]==4.13.2.dev116; extra == "runtime"
|
|
20
|
+
Dynamic: author
|
|
21
|
+
Dynamic: author-email
|
|
22
|
+
Dynamic: classifier
|
|
23
|
+
Dynamic: description
|
|
24
|
+
Dynamic: description-content-type
|
|
25
|
+
Dynamic: home-page
|
|
26
|
+
Dynamic: license
|
|
27
|
+
Dynamic: provides-extra
|
|
28
|
+
Dynamic: requires-dist
|
|
29
|
+
Dynamic: summary
|
|
30
|
+
|
|
31
|
+
> [!IMPORTANT]
|
|
32
|
+
> **We’re moving toward a unified LocalStack for AWS image, updating how access works.**
|
|
33
|
+
> **For details on timing and impact please refer [to this blog post](https://localstack.cloud/2026-updates).**
|
|
34
|
+
|
|
35
|
+
<p align="center">
|
|
36
|
+
<img src="docs/localstack-readme-banner.svg" alt="LocalStack - The Leading Platform for Local Cloud Development">
|
|
37
|
+
</p>
|
|
38
|
+
|
|
39
|
+
<p align="center">
|
|
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
|
+
<a href="https://pypi.org/project/localstack/"><img alt="PyPI Version" src="https://img.shields.io/pypi/v/localstack?color=blue"></a>
|
|
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
|
+
<a href="https://pypi.org/project/localstack"><img alt="PyPi downloads" src="https://static.pepy.tech/badge/localstack"></a>
|
|
45
|
+
<a href="#backers"><img alt="Backers on Open Collective" src="https://opencollective.com/localstack/backers/badge.svg"></a>
|
|
46
|
+
<a href="#sponsors"><img alt="Sponsors on Open Collective" src="https://opencollective.com/localstack/sponsors/badge.svg"></a>
|
|
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
|
+
<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
|
+
<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://bsky.app/profile/localstack.cloud"><img alt="Bluesky" src="https://img.shields.io/badge/bluesky-Follow-blue?logo=bluesky"></a>
|
|
51
|
+
</p>
|
|
52
|
+
|
|
53
|
+
<p align="center">
|
|
54
|
+
LocalStack is a cloud software development framework to develop and test your AWS applications locally.
|
|
55
|
+
</p>
|
|
56
|
+
|
|
57
|
+
<p align="center">
|
|
58
|
+
<a href="#overview">Overview</a> •
|
|
59
|
+
<a href="#install">Install</a> •
|
|
60
|
+
<a href="#quickstart">Quickstart</a> •
|
|
61
|
+
<a href="#running">Run</a> •
|
|
62
|
+
<a href="#usage">Usage</a> •
|
|
63
|
+
<a href="#releases">Releases</a> •
|
|
64
|
+
<a href="#contributing">Contributing</a>
|
|
65
|
+
<br/>
|
|
66
|
+
<a href="https://docs.localstack.cloud" target="_blank">📖 Docs</a> •
|
|
67
|
+
<a href="https://app.localstack.cloud" target="_blank">💻 Pro version</a> •
|
|
68
|
+
<a href="https://docs.localstack.cloud/references/coverage/" target="_blank">☑️ LocalStack coverage</a>
|
|
69
|
+
</p>
|
|
70
|
+
|
|
71
|
+
---
|
|
72
|
+
|
|
73
|
+
# Overview
|
|
74
|
+
|
|
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
|
+
|
|
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
|
+
|
|
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
|
+
|
|
81
|
+
## Install
|
|
82
|
+
|
|
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
|
+
|
|
85
|
+
### Brew (macOS or Linux with Homebrew)
|
|
86
|
+
|
|
87
|
+
Install the LocalStack CLI through our [official LocalStack Brew Tap](https://github.com/localstack/homebrew-tap):
|
|
88
|
+
|
|
89
|
+
```bash
|
|
90
|
+
brew install localstack/tap/localstack-cli
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
### Binary download (macOS, Linux, Windows)
|
|
94
|
+
|
|
95
|
+
If Brew is not installed on your machine, you can download the pre-built LocalStack CLI binary directly:
|
|
96
|
+
|
|
97
|
+
- Visit [localstack/localstack-cli](https://github.com/localstack/localstack-cli/releases/latest) and download the latest release for your platform.
|
|
98
|
+
- Extract the downloaded archive to a directory included in your `PATH` variable:
|
|
99
|
+
- For macOS/Linux, use the command: `sudo tar xvzf ~/Downloads/localstack-cli-*-darwin-*-onefile.tar.gz -C /usr/local/bin`
|
|
100
|
+
|
|
101
|
+
### PyPI (macOS, Linux, Windows)
|
|
102
|
+
|
|
103
|
+
LocalStack is developed using Python. To install the LocalStack CLI using `pip`, run the following command:
|
|
104
|
+
|
|
105
|
+
```bash
|
|
106
|
+
python3 -m pip install localstack
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
The `localstack-cli` installation enables you to run the Docker image containing the LocalStack runtime. To interact with the local AWS services, you need to install the `awslocal` CLI separately. For installation guidelines, refer to the [`awslocal` documentation](https://docs.localstack.cloud/user-guide/integrations/aws-cli/#localstack-aws-cli-awslocal).
|
|
110
|
+
|
|
111
|
+
> **Important**: Do not use `sudo` or run as `root` user. LocalStack must be installed and started entirely under a local non-root user. If you have problems with permissions in macOS High Sierra, install with `pip install --user localstack`
|
|
112
|
+
|
|
113
|
+
## Quickstart
|
|
114
|
+
|
|
115
|
+
Start LocalStack inside a Docker container by running:
|
|
116
|
+
|
|
117
|
+
```bash
|
|
118
|
+
% localstack start -d
|
|
119
|
+
|
|
120
|
+
__ _______ __ __
|
|
121
|
+
/ / ____ _________ _/ / ___// /_____ ______/ /__
|
|
122
|
+
/ / / __ \/ ___/ __ `/ /\__ \/ __/ __ `/ ___/ //_/
|
|
123
|
+
/ /___/ /_/ / /__/ /_/ / /___/ / /_/ /_/ / /__/ ,<
|
|
124
|
+
/_____/\____/\___/\__,_/_//____/\__/\__,_/\___/_/|_|
|
|
125
|
+
|
|
126
|
+
- LocalStack CLI: 4.9.0
|
|
127
|
+
- Profile: default
|
|
128
|
+
- App: https://app.localstack.cloud
|
|
129
|
+
|
|
130
|
+
[17:00:15] starting LocalStack in Docker mode 🐳 localstack.py:512
|
|
131
|
+
preparing environment bootstrap.py:1322
|
|
132
|
+
configuring container bootstrap.py:1330
|
|
133
|
+
starting container bootstrap.py:1340
|
|
134
|
+
[17:00:16] detaching bootstrap.py:1344
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
You can query the status of respective services on LocalStack by running:
|
|
138
|
+
|
|
139
|
+
```bash
|
|
140
|
+
% localstack status services
|
|
141
|
+
┏━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┓
|
|
142
|
+
┃ Service ┃ Status ┃
|
|
143
|
+
┡━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━┩
|
|
144
|
+
│ acm │ ✔ available │
|
|
145
|
+
│ apigateway │ ✔ available │
|
|
146
|
+
│ cloudformation │ ✔ available │
|
|
147
|
+
│ cloudwatch │ ✔ available │
|
|
148
|
+
│ config │ ✔ available │
|
|
149
|
+
│ dynamodb │ ✔ available │
|
|
150
|
+
...
|
|
151
|
+
```
|
|
152
|
+
|
|
153
|
+
To use SQS, a fully managed distributed message queuing service, on LocalStack, run:
|
|
154
|
+
|
|
155
|
+
```shell
|
|
156
|
+
% awslocal sqs create-queue --queue-name sample-queue
|
|
157
|
+
{
|
|
158
|
+
"QueueUrl": "http://sqs.us-east-1.localhost.localstack.cloud:4566/000000000000/sample-queue"
|
|
159
|
+
}
|
|
160
|
+
```
|
|
161
|
+
|
|
162
|
+
Learn more about [LocalStack AWS services](https://docs.localstack.cloud/references/coverage/) and using them with LocalStack's `awslocal` CLI.
|
|
163
|
+
|
|
164
|
+
## Running
|
|
165
|
+
|
|
166
|
+
You can run LocalStack through the following options:
|
|
167
|
+
|
|
168
|
+
- [LocalStack CLI](https://docs.localstack.cloud/getting-started/installation/#localstack-cli)
|
|
169
|
+
- [Docker](https://docs.localstack.cloud/getting-started/installation/#docker)
|
|
170
|
+
- [Docker Compose](https://docs.localstack.cloud/getting-started/installation/#docker-compose)
|
|
171
|
+
- [Helm](https://docs.localstack.cloud/getting-started/installation/#helm)
|
|
172
|
+
|
|
173
|
+
## Usage
|
|
174
|
+
|
|
175
|
+
To start using LocalStack, check out our [documentation](https://docs.localstack.cloud).
|
|
176
|
+
|
|
177
|
+
- [LocalStack Configuration](https://docs.localstack.cloud/references/configuration/)
|
|
178
|
+
- [LocalStack in CI](https://docs.localstack.cloud/user-guide/ci/)
|
|
179
|
+
- [LocalStack Integrations](https://docs.localstack.cloud/user-guide/integrations/)
|
|
180
|
+
- [LocalStack Tools](https://docs.localstack.cloud/user-guide/tools/)
|
|
181
|
+
- [Understanding LocalStack](https://docs.localstack.cloud/references/)
|
|
182
|
+
- [Frequently Asked Questions](https://docs.localstack.cloud/getting-started/faq/)
|
|
183
|
+
|
|
184
|
+
To use LocalStack with a graphical user interface, you can use the following UI clients:
|
|
185
|
+
|
|
186
|
+
* [LocalStack Web Application](https://app.localstack.cloud)
|
|
187
|
+
* [LocalStack Desktop](https://docs.localstack.cloud/user-guide/tools/localstack-desktop/)
|
|
188
|
+
* [LocalStack Docker Extension](https://docs.localstack.cloud/user-guide/tools/localstack-docker-extension/)
|
|
189
|
+
|
|
190
|
+
## Releases
|
|
191
|
+
|
|
192
|
+
Please refer to [GitHub releases](https://github.com/localstack/localstack/releases) to see the complete list of changes for each release. For extended release notes, please refer to the [changelog](https://docs.localstack.cloud/references/changelog/).
|
|
193
|
+
|
|
194
|
+
## Contributing
|
|
195
|
+
|
|
196
|
+
If you are interested in contributing to LocalStack:
|
|
197
|
+
|
|
198
|
+
- Start by reading our [contributing guide](docs/CONTRIBUTING.md).
|
|
199
|
+
- Check out our [development environment setup guide](docs/development-environment-setup/README.md).
|
|
200
|
+
- Navigate our codebase and [open issues](https://github.com/localstack/localstack/issues).
|
|
201
|
+
|
|
202
|
+
We are thankful for all the contributions and feedback we receive.
|
|
203
|
+
|
|
204
|
+
## Get in touch
|
|
205
|
+
|
|
206
|
+
Get in touch with the LocalStack Team to
|
|
207
|
+
report 🐞 [issues](https://github.com/localstack/localstack/issues/new/choose),
|
|
208
|
+
upvote 👍 [feature requests](https://github.com/localstack/localstack/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+),
|
|
209
|
+
🙋🏽 ask [support questions](https://docs.localstack.cloud/getting-started/help-and-support/),
|
|
210
|
+
or 🗣️ discuss local cloud development:
|
|
211
|
+
|
|
212
|
+
- [LocalStack Slack Community](https://localstack.cloud/slack/)
|
|
213
|
+
- [LocalStack GitHub Issue tracker](https://github.com/localstack/localstack/issues)
|
|
214
|
+
|
|
215
|
+
### Contributors
|
|
216
|
+
|
|
217
|
+
We are thankful to all the people who have contributed to this project.
|
|
218
|
+
|
|
219
|
+
<a href="https://github.com/localstack/localstack/graphs/contributors"><img src="https://opencollective.com/localstack/contributors.svg?width=890" /></a>
|
|
220
|
+
|
|
221
|
+
### Backers
|
|
222
|
+
|
|
223
|
+
We are also grateful to all our backers who have donated to the project. You can become a backer on [Open Collective](https://opencollective.com/localstack#backer).
|
|
224
|
+
|
|
225
|
+
<a href="https://opencollective.com/localstack#backers" target="_blank"><img src="https://opencollective.com/localstack/backers.svg?width=890"></a>
|
|
226
|
+
|
|
227
|
+
### Sponsors
|
|
228
|
+
|
|
229
|
+
You can also support this project by becoming a sponsor on [Open Collective](https://opencollective.com/localstack#sponsor). Your logo will show up here along with a link to your website.
|
|
230
|
+
|
|
231
|
+
<a href="https://opencollective.com/localstack/sponsor/0/website" target="_blank"><img src="https://opencollective.com/localstack/sponsor/0/avatar.svg"></a>
|
|
232
|
+
<a href="https://opencollective.com/localstack/sponsor/1/website" target="_blank"><img src="https://opencollective.com/localstack/sponsor/1/avatar.svg"></a>
|
|
233
|
+
<a href="https://opencollective.com/localstack/sponsor/2/website" target="_blank"><img src="https://opencollective.com/localstack/sponsor/2/avatar.svg"></a>
|
|
234
|
+
<a href="https://opencollective.com/localstack/sponsor/3/website" target="_blank"><img src="https://opencollective.com/localstack/sponsor/3/avatar.svg"></a>
|
|
235
|
+
<a href="https://opencollective.com/localstack/sponsor/4/website" target="_blank"><img src="https://opencollective.com/localstack/sponsor/4/avatar.svg"></a>
|
|
236
|
+
<a href="https://opencollective.com/localstack/sponsor/5/website" target="_blank"><img src="https://opencollective.com/localstack/sponsor/5/avatar.svg"></a>
|
|
237
|
+
<a href="https://opencollective.com/localstack/sponsor/6/website" target="_blank"><img src="https://opencollective.com/localstack/sponsor/6/avatar.svg"></a>
|
|
238
|
+
<a href="https://opencollective.com/localstack/sponsor/7/website" target="_blank"><img src="https://opencollective.com/localstack/sponsor/7/avatar.svg"></a>
|
|
239
|
+
<a href="https://opencollective.com/localstack/sponsor/8/website" target="_blank"><img src="https://opencollective.com/localstack/sponsor/8/avatar.svg"></a>
|
|
240
|
+
<a href="https://opencollective.com/localstack/sponsor/9/website" target="_blank"><img src="https://opencollective.com/localstack/sponsor/9/avatar.svg"></a>
|
|
241
|
+
|
|
242
|
+
## License
|
|
243
|
+
|
|
244
|
+
Copyright (c) 2017-2025 LocalStack maintainers and contributors.
|
|
245
|
+
|
|
246
|
+
Copyright (c) 2016 Atlassian and others.
|
|
247
|
+
|
|
248
|
+
This version of LocalStack is released under the Apache License, Version 2.0 (see [LICENSE](LICENSE.txt)). By downloading and using this software you agree to the [End-User License Agreement (EULA)](docs/end_user_license_agreement).
|
|
@@ -0,0 +1,248 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: localstack
|
|
3
|
+
Version: 4.13.2.dev116
|
|
4
|
+
Summary: LocalStack - A fully functional local Cloud stack
|
|
5
|
+
Home-page: https://github.com/localstack/localstack
|
|
6
|
+
Author: LocalStack Contributors
|
|
7
|
+
Author-email: info@localstack.cloud
|
|
8
|
+
License: Apache License 2.0
|
|
9
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
10
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
11
|
+
Classifier: Topic :: Internet
|
|
12
|
+
Classifier: Topic :: Software Development :: Testing
|
|
13
|
+
Classifier: Topic :: System :: Emulators
|
|
14
|
+
Description-Content-Type: text/markdown
|
|
15
|
+
Requires-Dist: localstack-core
|
|
16
|
+
Requires-Dist: localstack-ext==4.13.2.dev116
|
|
17
|
+
Provides-Extra: runtime
|
|
18
|
+
Requires-Dist: localstack-core[runtime]; extra == "runtime"
|
|
19
|
+
Requires-Dist: localstack-ext[runtime]==4.13.2.dev116; extra == "runtime"
|
|
20
|
+
Dynamic: author
|
|
21
|
+
Dynamic: author-email
|
|
22
|
+
Dynamic: classifier
|
|
23
|
+
Dynamic: description
|
|
24
|
+
Dynamic: description-content-type
|
|
25
|
+
Dynamic: home-page
|
|
26
|
+
Dynamic: license
|
|
27
|
+
Dynamic: provides-extra
|
|
28
|
+
Dynamic: requires-dist
|
|
29
|
+
Dynamic: summary
|
|
30
|
+
|
|
31
|
+
> [!IMPORTANT]
|
|
32
|
+
> **We’re moving toward a unified LocalStack for AWS image, updating how access works.**
|
|
33
|
+
> **For details on timing and impact please refer [to this blog post](https://localstack.cloud/2026-updates).**
|
|
34
|
+
|
|
35
|
+
<p align="center">
|
|
36
|
+
<img src="docs/localstack-readme-banner.svg" alt="LocalStack - The Leading Platform for Local Cloud Development">
|
|
37
|
+
</p>
|
|
38
|
+
|
|
39
|
+
<p align="center">
|
|
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
|
+
<a href="https://pypi.org/project/localstack/"><img alt="PyPI Version" src="https://img.shields.io/pypi/v/localstack?color=blue"></a>
|
|
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
|
+
<a href="https://pypi.org/project/localstack"><img alt="PyPi downloads" src="https://static.pepy.tech/badge/localstack"></a>
|
|
45
|
+
<a href="#backers"><img alt="Backers on Open Collective" src="https://opencollective.com/localstack/backers/badge.svg"></a>
|
|
46
|
+
<a href="#sponsors"><img alt="Sponsors on Open Collective" src="https://opencollective.com/localstack/sponsors/badge.svg"></a>
|
|
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
|
+
<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
|
+
<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://bsky.app/profile/localstack.cloud"><img alt="Bluesky" src="https://img.shields.io/badge/bluesky-Follow-blue?logo=bluesky"></a>
|
|
51
|
+
</p>
|
|
52
|
+
|
|
53
|
+
<p align="center">
|
|
54
|
+
LocalStack is a cloud software development framework to develop and test your AWS applications locally.
|
|
55
|
+
</p>
|
|
56
|
+
|
|
57
|
+
<p align="center">
|
|
58
|
+
<a href="#overview">Overview</a> •
|
|
59
|
+
<a href="#install">Install</a> •
|
|
60
|
+
<a href="#quickstart">Quickstart</a> •
|
|
61
|
+
<a href="#running">Run</a> •
|
|
62
|
+
<a href="#usage">Usage</a> •
|
|
63
|
+
<a href="#releases">Releases</a> •
|
|
64
|
+
<a href="#contributing">Contributing</a>
|
|
65
|
+
<br/>
|
|
66
|
+
<a href="https://docs.localstack.cloud" target="_blank">📖 Docs</a> •
|
|
67
|
+
<a href="https://app.localstack.cloud" target="_blank">💻 Pro version</a> •
|
|
68
|
+
<a href="https://docs.localstack.cloud/references/coverage/" target="_blank">☑️ LocalStack coverage</a>
|
|
69
|
+
</p>
|
|
70
|
+
|
|
71
|
+
---
|
|
72
|
+
|
|
73
|
+
# Overview
|
|
74
|
+
|
|
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
|
+
|
|
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
|
+
|
|
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
|
+
|
|
81
|
+
## Install
|
|
82
|
+
|
|
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
|
+
|
|
85
|
+
### Brew (macOS or Linux with Homebrew)
|
|
86
|
+
|
|
87
|
+
Install the LocalStack CLI through our [official LocalStack Brew Tap](https://github.com/localstack/homebrew-tap):
|
|
88
|
+
|
|
89
|
+
```bash
|
|
90
|
+
brew install localstack/tap/localstack-cli
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
### Binary download (macOS, Linux, Windows)
|
|
94
|
+
|
|
95
|
+
If Brew is not installed on your machine, you can download the pre-built LocalStack CLI binary directly:
|
|
96
|
+
|
|
97
|
+
- Visit [localstack/localstack-cli](https://github.com/localstack/localstack-cli/releases/latest) and download the latest release for your platform.
|
|
98
|
+
- Extract the downloaded archive to a directory included in your `PATH` variable:
|
|
99
|
+
- For macOS/Linux, use the command: `sudo tar xvzf ~/Downloads/localstack-cli-*-darwin-*-onefile.tar.gz -C /usr/local/bin`
|
|
100
|
+
|
|
101
|
+
### PyPI (macOS, Linux, Windows)
|
|
102
|
+
|
|
103
|
+
LocalStack is developed using Python. To install the LocalStack CLI using `pip`, run the following command:
|
|
104
|
+
|
|
105
|
+
```bash
|
|
106
|
+
python3 -m pip install localstack
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
The `localstack-cli` installation enables you to run the Docker image containing the LocalStack runtime. To interact with the local AWS services, you need to install the `awslocal` CLI separately. For installation guidelines, refer to the [`awslocal` documentation](https://docs.localstack.cloud/user-guide/integrations/aws-cli/#localstack-aws-cli-awslocal).
|
|
110
|
+
|
|
111
|
+
> **Important**: Do not use `sudo` or run as `root` user. LocalStack must be installed and started entirely under a local non-root user. If you have problems with permissions in macOS High Sierra, install with `pip install --user localstack`
|
|
112
|
+
|
|
113
|
+
## Quickstart
|
|
114
|
+
|
|
115
|
+
Start LocalStack inside a Docker container by running:
|
|
116
|
+
|
|
117
|
+
```bash
|
|
118
|
+
% localstack start -d
|
|
119
|
+
|
|
120
|
+
__ _______ __ __
|
|
121
|
+
/ / ____ _________ _/ / ___// /_____ ______/ /__
|
|
122
|
+
/ / / __ \/ ___/ __ `/ /\__ \/ __/ __ `/ ___/ //_/
|
|
123
|
+
/ /___/ /_/ / /__/ /_/ / /___/ / /_/ /_/ / /__/ ,<
|
|
124
|
+
/_____/\____/\___/\__,_/_//____/\__/\__,_/\___/_/|_|
|
|
125
|
+
|
|
126
|
+
- LocalStack CLI: 4.9.0
|
|
127
|
+
- Profile: default
|
|
128
|
+
- App: https://app.localstack.cloud
|
|
129
|
+
|
|
130
|
+
[17:00:15] starting LocalStack in Docker mode 🐳 localstack.py:512
|
|
131
|
+
preparing environment bootstrap.py:1322
|
|
132
|
+
configuring container bootstrap.py:1330
|
|
133
|
+
starting container bootstrap.py:1340
|
|
134
|
+
[17:00:16] detaching bootstrap.py:1344
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
You can query the status of respective services on LocalStack by running:
|
|
138
|
+
|
|
139
|
+
```bash
|
|
140
|
+
% localstack status services
|
|
141
|
+
┏━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┓
|
|
142
|
+
┃ Service ┃ Status ┃
|
|
143
|
+
┡━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━┩
|
|
144
|
+
│ acm │ ✔ available │
|
|
145
|
+
│ apigateway │ ✔ available │
|
|
146
|
+
│ cloudformation │ ✔ available │
|
|
147
|
+
│ cloudwatch │ ✔ available │
|
|
148
|
+
│ config │ ✔ available │
|
|
149
|
+
│ dynamodb │ ✔ available │
|
|
150
|
+
...
|
|
151
|
+
```
|
|
152
|
+
|
|
153
|
+
To use SQS, a fully managed distributed message queuing service, on LocalStack, run:
|
|
154
|
+
|
|
155
|
+
```shell
|
|
156
|
+
% awslocal sqs create-queue --queue-name sample-queue
|
|
157
|
+
{
|
|
158
|
+
"QueueUrl": "http://sqs.us-east-1.localhost.localstack.cloud:4566/000000000000/sample-queue"
|
|
159
|
+
}
|
|
160
|
+
```
|
|
161
|
+
|
|
162
|
+
Learn more about [LocalStack AWS services](https://docs.localstack.cloud/references/coverage/) and using them with LocalStack's `awslocal` CLI.
|
|
163
|
+
|
|
164
|
+
## Running
|
|
165
|
+
|
|
166
|
+
You can run LocalStack through the following options:
|
|
167
|
+
|
|
168
|
+
- [LocalStack CLI](https://docs.localstack.cloud/getting-started/installation/#localstack-cli)
|
|
169
|
+
- [Docker](https://docs.localstack.cloud/getting-started/installation/#docker)
|
|
170
|
+
- [Docker Compose](https://docs.localstack.cloud/getting-started/installation/#docker-compose)
|
|
171
|
+
- [Helm](https://docs.localstack.cloud/getting-started/installation/#helm)
|
|
172
|
+
|
|
173
|
+
## Usage
|
|
174
|
+
|
|
175
|
+
To start using LocalStack, check out our [documentation](https://docs.localstack.cloud).
|
|
176
|
+
|
|
177
|
+
- [LocalStack Configuration](https://docs.localstack.cloud/references/configuration/)
|
|
178
|
+
- [LocalStack in CI](https://docs.localstack.cloud/user-guide/ci/)
|
|
179
|
+
- [LocalStack Integrations](https://docs.localstack.cloud/user-guide/integrations/)
|
|
180
|
+
- [LocalStack Tools](https://docs.localstack.cloud/user-guide/tools/)
|
|
181
|
+
- [Understanding LocalStack](https://docs.localstack.cloud/references/)
|
|
182
|
+
- [Frequently Asked Questions](https://docs.localstack.cloud/getting-started/faq/)
|
|
183
|
+
|
|
184
|
+
To use LocalStack with a graphical user interface, you can use the following UI clients:
|
|
185
|
+
|
|
186
|
+
* [LocalStack Web Application](https://app.localstack.cloud)
|
|
187
|
+
* [LocalStack Desktop](https://docs.localstack.cloud/user-guide/tools/localstack-desktop/)
|
|
188
|
+
* [LocalStack Docker Extension](https://docs.localstack.cloud/user-guide/tools/localstack-docker-extension/)
|
|
189
|
+
|
|
190
|
+
## Releases
|
|
191
|
+
|
|
192
|
+
Please refer to [GitHub releases](https://github.com/localstack/localstack/releases) to see the complete list of changes for each release. For extended release notes, please refer to the [changelog](https://docs.localstack.cloud/references/changelog/).
|
|
193
|
+
|
|
194
|
+
## Contributing
|
|
195
|
+
|
|
196
|
+
If you are interested in contributing to LocalStack:
|
|
197
|
+
|
|
198
|
+
- Start by reading our [contributing guide](docs/CONTRIBUTING.md).
|
|
199
|
+
- Check out our [development environment setup guide](docs/development-environment-setup/README.md).
|
|
200
|
+
- Navigate our codebase and [open issues](https://github.com/localstack/localstack/issues).
|
|
201
|
+
|
|
202
|
+
We are thankful for all the contributions and feedback we receive.
|
|
203
|
+
|
|
204
|
+
## Get in touch
|
|
205
|
+
|
|
206
|
+
Get in touch with the LocalStack Team to
|
|
207
|
+
report 🐞 [issues](https://github.com/localstack/localstack/issues/new/choose),
|
|
208
|
+
upvote 👍 [feature requests](https://github.com/localstack/localstack/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+),
|
|
209
|
+
🙋🏽 ask [support questions](https://docs.localstack.cloud/getting-started/help-and-support/),
|
|
210
|
+
or 🗣️ discuss local cloud development:
|
|
211
|
+
|
|
212
|
+
- [LocalStack Slack Community](https://localstack.cloud/slack/)
|
|
213
|
+
- [LocalStack GitHub Issue tracker](https://github.com/localstack/localstack/issues)
|
|
214
|
+
|
|
215
|
+
### Contributors
|
|
216
|
+
|
|
217
|
+
We are thankful to all the people who have contributed to this project.
|
|
218
|
+
|
|
219
|
+
<a href="https://github.com/localstack/localstack/graphs/contributors"><img src="https://opencollective.com/localstack/contributors.svg?width=890" /></a>
|
|
220
|
+
|
|
221
|
+
### Backers
|
|
222
|
+
|
|
223
|
+
We are also grateful to all our backers who have donated to the project. You can become a backer on [Open Collective](https://opencollective.com/localstack#backer).
|
|
224
|
+
|
|
225
|
+
<a href="https://opencollective.com/localstack#backers" target="_blank"><img src="https://opencollective.com/localstack/backers.svg?width=890"></a>
|
|
226
|
+
|
|
227
|
+
### Sponsors
|
|
228
|
+
|
|
229
|
+
You can also support this project by becoming a sponsor on [Open Collective](https://opencollective.com/localstack#sponsor). Your logo will show up here along with a link to your website.
|
|
230
|
+
|
|
231
|
+
<a href="https://opencollective.com/localstack/sponsor/0/website" target="_blank"><img src="https://opencollective.com/localstack/sponsor/0/avatar.svg"></a>
|
|
232
|
+
<a href="https://opencollective.com/localstack/sponsor/1/website" target="_blank"><img src="https://opencollective.com/localstack/sponsor/1/avatar.svg"></a>
|
|
233
|
+
<a href="https://opencollective.com/localstack/sponsor/2/website" target="_blank"><img src="https://opencollective.com/localstack/sponsor/2/avatar.svg"></a>
|
|
234
|
+
<a href="https://opencollective.com/localstack/sponsor/3/website" target="_blank"><img src="https://opencollective.com/localstack/sponsor/3/avatar.svg"></a>
|
|
235
|
+
<a href="https://opencollective.com/localstack/sponsor/4/website" target="_blank"><img src="https://opencollective.com/localstack/sponsor/4/avatar.svg"></a>
|
|
236
|
+
<a href="https://opencollective.com/localstack/sponsor/5/website" target="_blank"><img src="https://opencollective.com/localstack/sponsor/5/avatar.svg"></a>
|
|
237
|
+
<a href="https://opencollective.com/localstack/sponsor/6/website" target="_blank"><img src="https://opencollective.com/localstack/sponsor/6/avatar.svg"></a>
|
|
238
|
+
<a href="https://opencollective.com/localstack/sponsor/7/website" target="_blank"><img src="https://opencollective.com/localstack/sponsor/7/avatar.svg"></a>
|
|
239
|
+
<a href="https://opencollective.com/localstack/sponsor/8/website" target="_blank"><img src="https://opencollective.com/localstack/sponsor/8/avatar.svg"></a>
|
|
240
|
+
<a href="https://opencollective.com/localstack/sponsor/9/website" target="_blank"><img src="https://opencollective.com/localstack/sponsor/9/avatar.svg"></a>
|
|
241
|
+
|
|
242
|
+
## License
|
|
243
|
+
|
|
244
|
+
Copyright (c) 2017-2025 LocalStack maintainers and contributors.
|
|
245
|
+
|
|
246
|
+
Copyright (c) 2016 Atlassian and others.
|
|
247
|
+
|
|
248
|
+
This version of LocalStack is released under the Apache License, Version 2.0 (see [LICENSE](LICENSE.txt)). By downloading and using this software you agree to the [End-User License Agreement (EULA)](docs/end_user_license_agreement).
|
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '4.13.2.
|
|
32
|
-
__version_tuple__ = version_tuple = (4, 13, 2, '
|
|
31
|
+
__version__ = version = '4.13.2.dev116'
|
|
32
|
+
__version_tuple__ = version_tuple = (4, 13, 2, 'dev116')
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'gcebdb5959'
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
#!/usr/bin/env python
|
|
2
|
+
import urllib.request
|
|
3
|
+
|
|
4
|
+
from localstack_cli import __version__
|
|
5
|
+
from setuptools import setup
|
|
6
|
+
|
|
7
|
+
# download the README.md from the community repo
|
|
8
|
+
readme_content = ""
|
|
9
|
+
try:
|
|
10
|
+
url = "https://raw.githubusercontent.com/localstack/localstack/main/README.md"
|
|
11
|
+
response = urllib.request.urlopen(url)
|
|
12
|
+
charset = response.info().get_content_charset()
|
|
13
|
+
readme_content = response.read().decode(charset)
|
|
14
|
+
except Exception:
|
|
15
|
+
print("Long Description could not be fetched from GitHub.")
|
|
16
|
+
import traceback
|
|
17
|
+
|
|
18
|
+
traceback.print_exc()
|
|
19
|
+
|
|
20
|
+
setup(
|
|
21
|
+
name="localstack",
|
|
22
|
+
version=__version__,
|
|
23
|
+
long_description=readme_content,
|
|
24
|
+
long_description_content_type="text/markdown",
|
|
25
|
+
description="LocalStack - A fully functional local Cloud stack",
|
|
26
|
+
author="LocalStack Contributors",
|
|
27
|
+
author_email="info@localstack.cloud",
|
|
28
|
+
url="https://github.com/localstack/localstack",
|
|
29
|
+
license="Apache License 2.0",
|
|
30
|
+
classifiers=[
|
|
31
|
+
"Programming Language :: Python :: 3.11",
|
|
32
|
+
"License :: OSI Approved :: Apache Software License",
|
|
33
|
+
"Topic :: Internet",
|
|
34
|
+
"Topic :: Software Development :: Testing",
|
|
35
|
+
"Topic :: System :: Emulators",
|
|
36
|
+
],
|
|
37
|
+
install_requires=["localstack-core", f"localstack-ext=={__version__}"],
|
|
38
|
+
extras_require={
|
|
39
|
+
"runtime": [
|
|
40
|
+
"localstack-core[runtime]",
|
|
41
|
+
f"localstack-ext[runtime]=={__version__}",
|
|
42
|
+
],
|
|
43
|
+
},
|
|
44
|
+
)
|