diff options
author | Larry Hajali <larryhaja@gmail.com> | 2015-01-10 22:40:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-10 22:40:53 +0700 |
commit | e8f7adff132ae3828a203c5d2c6f0d96c7dc6d84 (patch) | |
tree | 20417ab8e5c9c929042159ac521f632c7b80dea8 /python/boto3/README | |
parent | 495dbbe26d006c92150209ccfa3eb469035559d3 (diff) | |
download | slackbuilds-e8f7adff132ae3828a203c5d2c6f0d96c7dc6d84.tar.gz |
python/boto3: Added (Python API for AWS).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/boto3/README')
-rw-r--r-- | python/boto3/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/python/boto3/README b/python/boto3/README new file mode 100644 index 0000000000..e3ccaeefad --- /dev/null +++ b/python/boto3/README @@ -0,0 +1,13 @@ +Boto is the Amazon Web Services (AWS) Software Development Kit (SDK) for +Python, which allows Python developers to write software that makes use +of services like Amazon S3 and Amazon EC2. You can find the latest, most +up to date, documentation at `Read the Docs`_, including a list of +services that are supported. + +**WARNING**: Boto 3 is in *developer preview* and **should not** be used in +production yet! Please try it out and give feedback by opening issues or +pull requests on this repository. + +Note: boto3 can be installed alongside boto. + +Optional dependencies: pysetuptools |