diff options
Diffstat (limited to 'python/boto3/slack-desc')
-rw-r--r-- | python/boto3/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/boto3/slack-desc b/python/boto3/slack-desc new file mode 100644 index 0000000000..7ed633a59d --- /dev/null +++ b/python/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------------------------------------------------------| +boto3: boto3 (Python API for AWS) +boto3: +boto3: Boto is the Amazon Web Services (AWS) Software Development Kit (SDK) +boto3: for Python, which allows Python developers to write software that +boto3: makes use of services like Amazon S3 and Amazon EC2. You can find the +boto3: latest, most up to date, documentation at `Read the Docs`_, including +boto3: a list of services that are supported. +boto3: +boto3: Homepage: http://aws.amazon.com/sdk-for-python/ +boto3: +boto3: |