diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:09:49 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:53 -0400 |
commit | f7791a3c734faf11129ae786a6c2e558a625722f (patch) | |
tree | b55c86bb7cbce9626f465029722f38bdd8374797 | |
parent | 11f954564e9dd7b7bca90fc3c512b067ab96f239 (diff) |
python/boto: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | python/boto/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/python/boto/README b/python/boto/README index 1153c2844377..4f440d1355ff 100644 --- a/python/boto/README +++ b/python/boto/README @@ -1,8 +1,9 @@ -Boto is a Python package that provides interfaces to Amazon Web Services. +Boto is a Python package that provides interfaces to Amazon Web +Services. -The goal of boto is to support the full breadth and depth of Amazon Web -Services. In addition, boto provides support for other public services such as -Google Storage in addition to private cloud systems like Eucalyptus, OpenStack -and Open Nebula. +The goal of boto is to support the full breadth and depth of Amazon +Web Services. In addition, boto provides support for other public +services such as Google Storage in addition to private cloud systems +like Eucalyptus, OpenStack and Open Nebula. Optional dependencies: filechunkio, lxml and python-keyring |