Metadata-Version: 2.2
Name: localstack-client
Version: 2.9
Summary: A lightweight Python client for LocalStack.
Home-page: https://github.com/localstack/localstack-python-client
Author: LocalStack Team
Author-email: info@localstack.cloud
License: Apache License 2.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Software Development :: Testing
License-File: LICENSE
Requires-Dist: boto3
Provides-Extra: test
Requires-Dist: black; extra == "test"
Requires-Dist: coverage; extra == "test"
Requires-Dist: flake8; extra == "test"
Requires-Dist: isort; extra == "test"
Requires-Dist: localstack; extra == "test"
Requires-Dist: pytest; extra == "test"
