TritonDataCenter / python-manta

Python SDK for Manta (community maintained)
MIT License
25 stars 18 forks source link

Use requests in place of httplib2 #27

Open r14c opened 9 years ago

r14c commented 9 years ago

If this is something y'all are interested in, I'm willing to do the work to make it happen. The python 3 version of httplib2 is a bit problematic. I didn't run into any issues with it when I was working on my py3k branch of python-manta, but I have had a lot of trouble working with it in other codebases.

trentm commented 9 years ago

@xj9 Sorry for the ridiculous delay in responding. I'm totally in favour of moving to requests. How can I help?

r14c commented 9 years ago

Just knowing that its a desired feature is enough. I'll get to work and open a pull request as soon as I can.