aboutsummaryrefslogtreecommitdiff
path: root/python/python3-boto3/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2023-03-31 16:57:46 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-01 09:14:16 +0700
commit4fc650e460410853d32837deed6846cb17cbd6bf (patch)
tree57a9704bfb3d62bf76797e95847c29aae8d4915a /python/python3-boto3/README
parent829645490f37fa3132a0830017972a713d8ec1c9 (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/README')
-rw-r--r--python/python3-boto3/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/python3-boto3/README b/python/python3-boto3/README
new file mode 100644
index 0000000000..c246d39573
--- /dev/null
+++ b/python/python3-boto3/README
@@ -0,0 +1,7 @@
+Boto3 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.
+
+This is the Python 3 build of boto3.