mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-24 04:21:07 +00:00
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.
This commit is contained in:
parent
6e52f02949
commit
af37499764
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user