requests
grequests
Our great sponsors
- InfluxDB - Access the most powerful time series database as a service
- ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
- CodiumAI - TestGPT | Generating meaningful tests for busy devs
- Sonar - Write Clean Python Code. Always.
requests | grequests | |
---|---|---|
84 | 6 | |
49,587 | 4,234 | |
0.6% | - | |
8.1 | 0.0 | |
8 days ago | 5 months ago | |
Python | Python | |
Apache License 2.0 | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
requests
-
urllib3 v2.0.0 is now generally available!
It's Lukasa (his name is Cory, there's Łukasz in PSF though, but that's a different person). Looking at him, he made significant contributions to the requests repo: https://github.com/psf/requests/graphs/contributors
- I built a chatbot that lets you talk to any Github repository
-
I Could Rewrite Curl
> I'd love to see the look on some of these people's faces when they find out that tool/software/whatever they use is actually using libcurl under the hood.
Python dependencies (does not include curl)
https://devguide.python.org/getting-started/setup-building/i...
The "requests" module in Python (does not use curl)
-
Trying to install autoscan from https://github.com/NiNiyas/autoscan and stuck with no idea what the problem is.
Looking around for similar errors I found this issue where they recommended trying to use a newer version of the urllib3 library.
-
Pain when going back to other languages
but I appreciate the fact that there is an issue about it, it's acknowledged and .. unfixable, it would now break too many things https://github.com/psf/requests/issues/2002
-
How do you decide when to keep a project in a single python file vs break it up into multiple files?
The requests package has been the golden standard for package structure for as long as I can remember.
-
Python projects with best practices on Github?
Requests: Simple HTTP library for Python.
-
Why Type Hinting Sucks!
Another example is the third party library requests: https://github.com/psf/requests
-
The Python Packages That Gave Me Nightmares: A Guide to Overcoming Common Challenges
Requests: Requests is a popular Python library for sending HTTP requests. It is easy to use and versatile, but can cause nightmares when dealing with complex authentication methods and session management. GitHub - https://github.com/psf/requests
- Urllib3 raised $26,000 and shipped v2.0 in 2022
grequests
-
How can I speed up python requests?
grequests https://github.com/spyoungtech/grequests
-
Best way to run parallel async http requests
I found examples of running parallel async http requests using grequests, but in its GitHub page it recommends using requests-threads or requests-futures instead. Which of them would be the most straightforward tool for optimizing a sequence of GET requests against an API. Case scenario: API endpoint provides paginated responses. With first response, I get the total of itens, which allow me to prepare all the remaining urls. The API allows for 25 simultaneous requests from a single user session (JWT token).
What are some alternatives?
urllib3 - urllib3 is a user-friendly HTTP client library for Python
httplib2 - Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.
AIOHTTP - Asynchronous HTTP client/server framework for asyncio and Python
requests-futures - Asynchronous Python HTTP Requests for Humans using Futures
treq - Python requests like API built on top of Twisted's HTTP client.
Uplink - A Declarative HTTP Client for Python
Tapioca-Wrapper - Python API client generator
FGrequests - Fastest python library for making asynchronous group requests.
pyppeteer - Headless chrome/chromium automation library (unofficial port of puppeteer)
jasmin - Jasmin - Open source SMS gateway