diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-03-31 16:57:46 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-01 09:14:16 +0700 |
commit | 4fc650e460410853d32837deed6846cb17cbd6bf (patch) | |
tree | 57a9704bfb3d62bf76797e95847c29aae8d4915a /python/python3-boto3/slack-desc | |
parent | 829645490f37fa3132a0830017972a713d8ec1c9 (diff) |
python/python3-boto3: Added (Python API for AWS)
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-boto3/slack-desc')
-rw-r--r-- | python/python3-boto3/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-boto3/slack-desc b/python/python3-boto3/slack-desc new file mode 100644 index 0000000000..7dc202653b --- /dev/null +++ b/python/python3-boto3/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python3-boto3: python3-boto3 (Python API for AWS) +python3-boto3: +python3-boto3: Boto is the Amazon Web Services (AWS) Software Development Kit (SDK) +python3-boto3: for Python, which allows Python developers to write software that +python3-boto3: makes use of services like Amazon S3 and Amazon EC2. You can find the +python3-boto3: latest, most up to date, documentation at `Read the Docs`_, including +python3-boto3: a list of services that are supported. +python3-boto3: +python3-boto3: Homepage: http://aws.amazon.com/sdk-for-python/ +python3-boto3: +python3-boto3: |