Skip to content

Commit

Permalink
add kclpy to pip package
Browse files Browse the repository at this point in the history
  • Loading branch information
whummer committed Jan 4, 2019
1 parent ff5091b commit 66e11a0
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 28 deletions.
53 changes: 27 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[![Build Status](https://travis-ci.org/localstack/localstack.png)](https://travis-ci.org/localstack/localstack) [![Backers on Open Collective](https://opencollective.com/localstack/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/localstack/sponsors/badge.svg)](#sponsors) [![Coverage Status](https://coveralls.io/repos/github/localstack/localstack/badge.svg?branch=master)](https://coveralls.io/github/atlassian/localstack?branch=master)
[![Build Status](https://travis-ci.org/localstack/localstack.png)](https://travis-ci.org/localstack/localstack) [![Backers on Open Collective](https://opencollective.com/localstack/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/localstack/sponsors/badge.svg)](#sponsors) [![Coverage Status](https://coveralls.io/repos/github/localstack/localstack/badge.svg?branch=master)](https://coveralls.io/github/localstack/localstack?branch=master)
[![Gitter](https://img.shields.io/gitter/room/localstack/Platform.svg)](https://gitter.im/localstack/Platform)
[![PyPI Version](https://badge.fury.io/py/localstack.svg)](https://badge.fury.io/py/localstack)
[![PyPI License](https://img.shields.io/pypi/l/localstack.svg)](https://img.shields.io/pypi/l/localstack.svg)
[![Code Climate](https://codeclimate.com/github/atlassian/localstack/badges/gpa.svg)](https://codeclimate.com/github/atlassian/localstack)
[![Code Climate](https://codeclimate.com/github/localstack/localstack/badges/gpa.svg)](https://codeclimate.com/github/localstack/localstack)
[![Twitter](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/_localstack)

# LocalStack - A fully functional local AWS cloud stack
Expand Down Expand Up @@ -412,6 +412,7 @@ localstack web

## Change Log

* v0.8.10: Add kclpy to pip package; fix badges in README
* v0.8.9: Replace moto-ext with upstream moto; fix SNS message attributes; fix swagger; make external SQS port configurable; support for SNS DeleteTopic; S3 notifications for multipart uploads; support requestContext in AWS_PROXY integration; update docs for SSL usage
* v0.8.8: Support Docker network config for Lambda containers; support queryStringParameters for Lambda AWS_PROXY apigateway; add AWS SecretsManager service; add SQS/Lambda integration; add support for Firehose Kinesis source; add GetAlias to Lambda API; add function properties to LambdaContext for invocations; fix extraction of Java Lambda archives; check region headers for SNS; fix Lambda output buffering; fix S3 download of gzip; bump ElasticMQ to 0.14.5; fix Lambda response codes; fix syntax issues for Python 3.7
* v0.8.7: Support .Net Core 2.0 and nodejs8.10 Lambdas; refactor Java libs and integrate with JUnit 5; support tags for ES domains; add CloudFormation support for SNS topics; fix kinesis error injection; fix override of `ES_JAVA_OPTS`; fix SQS CORS preflight response; fix S3 content md5 checks and Host header; fix ES startup issue; Bump elasticmq to 0.13.10; bump kinesalite version
Expand Down Expand Up @@ -520,34 +521,34 @@ Support this project by becoming a sponsor. Your logo will show up here with a l

## License

Copyright (c) 2017 *LocalStack* maintainers and contributors.
Copyright (c) 2017-2019 *LocalStack* maintainers and contributors.

Copyright (c) 2016 Atlassian and others.

This version of *LocalStack* is released under the Apache License, Version 2.0 (see LICENSE.txt).
By downloading and using this software you agree to the
[End-User License Agreement (EULA)](doc/end_user_license_agreement).

We build on a number of third-party software tools, with the following licenses:

Third-Party software | License
----------------------------|-----------------------
**Python/pip modules:** |
airspeed | BSD License
amazon_kclpy | Amazon Software License
boto3 | Apache License 2.0
coverage | Apache License 2.0
docopt | MIT License
elasticsearch | Apache License 2.0
flask | BSD License
flask_swagger | MIT License
jsonpath-rw | Apache License 2.0
moto | Apache License 2.0
nose | GNU LGPL
pep8 | Expat license
requests | Apache License 2.0
subprocess32 | PSF License
**Node.js/npm modules:** |
kinesalite | MIT License
**Other tools:** |
Elasticsearch | Apache License 2.0
We build on a number of third-party software tools, including the following:

Third-Party software | License
--------------------------|-----------------------
**Python/pip modules:** |
airspeed | BSD License
amazon_kclpy | Amazon Software License
boto3 | Apache License 2.0
coverage | Apache License 2.0
docopt | MIT License
elasticsearch | Apache License 2.0
flask | BSD License
flask_swagger | MIT License
jsonpath-rw | Apache License 2.0
moto | Apache License 2.0
nose | GNU LGPL
pep8 | Expat license
requests | Apache License 2.0
subprocess32 | PSF License
**Node.js/npm modules:** |
kinesalite | MIT License
**Other tools:** |
Elasticsearch | Apache License 2.0
2 changes: 1 addition & 1 deletion localstack/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import localstack_client.config

# LocalStack version
VERSION = '0.8.9'
VERSION = '0.8.10'

# default AWS region
if 'DEFAULT_REGION' not in os.environ:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# from the dependencies when we build the pip package

airspeed==0.5.10
amazon-kclpy==1.4.5 #extended-lib
amazon-kclpy==1.5.0
awscli>=1.14.18
boto>=2.49.0
boto3>=1.9.71
Expand Down

0 comments on commit 66e11a0

Please sign in to comment.