From af37499764bd0f68c65598c8c583d9cb7f8b4692 Mon Sep 17 00:00:00 2001 From: Daniel Schep Date: Thu, 15 Dec 2016 19:06:24 -0500 Subject: [PATCH] Switch boto to boto3 Boto3 is the current up to date version of boto. Despite what the name implies, it is also python 2.6 and 2.7 compatible. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95f9e070..41ed46f1 100644 --- a/README.md +++ b/README.md @@ -1084,7 +1084,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Libraries for accessing third party services APIs. See: [List of Python API Wrappers and Libraries](https://github.com/realpython/list-of-python-api-wrappers).* * [apache-libcloud](https://libcloud.apache.org/) - One Python library for all clouds. -* [boto](https://github.com/boto/boto) - Python interface to Amazon Web Services. +* [boto3](https://github.com/boto/boto3) - Python interface to Amazon Web Services. * [django-wordpress](https://github.com/sunlightlabs/django-wordpress/) - WordPress models and views for Django. * [facebook-sdk](https://github.com/mobolic/facebook-sdk) - Facebook Platform Python SDK. * [facepy](https://github.com/jgorset/facepy) - Facepy makes it really easy to interact with Facebook's Graph API