Skip to content

Commit af37499

Browse files
authored
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.
1 parent 6e52f02 commit af37499

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
10841084
*Libraries for accessing third party services APIs. See: [List of Python API Wrappers and Libraries](https://github.com/realpython/list-of-python-api-wrappers).*
10851085

10861086
* [apache-libcloud](https://libcloud.apache.org/) - One Python library for all clouds.
1087-
* [boto](https://github.com/boto/boto) - Python interface to Amazon Web Services.
1087+
* [boto3](https://github.com/boto/boto3) - Python interface to Amazon Web Services.
10881088
* [django-wordpress](https://github.com/sunlightlabs/django-wordpress/) - WordPress models and views for Django.
10891089
* [facebook-sdk](https://github.com/mobolic/facebook-sdk) - Facebook Platform Python SDK.
10901090
* [facepy](https://github.com/jgorset/facepy) - Facepy makes it really easy to interact with Facebook's Graph API

0 commit comments

Comments
 (0)