Projects
A utility (tool)belt of functionality that satisfies the needs of a small number of users of python-requests.
I am the co-author and a maintainer of the toolbelt. I wrote the streaming multipart encoder which is likely what is most popular about the library.
I am the author and maintainer of betamax.
Requests is an HTTP library written in Python under the Apache2 license.
It's meant to simplify HTTP 1.1 related tasks with several functionality out of the box. For example: there’s no need to manually add query strings to your URLs, or to form-encode your POST data. Keep-alive and HTTP connection pooling are 100% automatic
I am a core developer of python-requests. I propose bug fixes, perform code review on pull requests, and help solve bugs that are reported. I also spend a great deal of time on StackOverflow attempting to help users of python-requests answer their questions.