Skip to content

Commit 0c01473

Browse files
authored
Add AWS SQS wrapper, Add HubSpot wrapper, Update AWS S3 wrapper info
Thanks for maintaining this awesome list of libraries! I'd like to add a couple of my wrapper libraries, as well as update the AWS S3 Bucketstore URL, since I'm now maintaining that library!
1 parent ce91836 commit 0c01473

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

readme.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ Hi. Below you will find a list of web services along with links to their docs an
2020

2121
### [Amazon S3](https://aws.amazon.com/s3/) - Cloud storage
2222
- [API Documentation](https://aws.amazon.com/documentation/s3/)
23-
- [Python wrapper](https://github.com/kennethreitz/bucketstore)
23+
- [Python wrapper](https://github.com/jpetrucciani/bucketstore)
24+
25+
### [Amazon SQS](https://aws.amazon.com/sqs/) - Managed Queue Service
26+
- [API Documentation](https://aws.amazon.com/documentation/sqs/)
27+
- [Python wrapper](https://github.com/jpetrucciani/qoo)
2428

2529
### [AWS](http://aws.amazon.com) - Cloud computing platform
2630
- [API Documentation](http://aws.amazon.com/documentation/)
@@ -296,6 +300,10 @@ Hi. Below you will find a list of web services along with links to their docs an
296300
- [API Documentation](https://www.hipchat.com/docs/api)
297301
- [Python wrapper for HipChat](https://github.com/dobarkod/hipchat-api)
298302

303+
### [HubSpot](https://www.hubspot.com/) - Marketing, Sales, and CRM software
304+
- [API Documentation](https://developers.hubspot.com/docs/overview)
305+
- [Python wrapper for HubSpot](https://github.com/jpetrucciani/hubspot3)
306+
299307
### [IEX](https://iextrading.com/) - Real-time and historical stock prices
300308
- [API Documentation](https://iextrading.com/developer/docs)
301309
- [Python wrapper for IEX](https://github.com/addisonlynch/iexfinance)

0 commit comments

Comments
 (0)