FGrequests
requests
Our great sponsors
FGrequests | requests | |
---|---|---|
0 | 84 | |
14 | 49,772 | |
- | 0.7% | |
1.2 | 8.0 | |
about 1 year ago | 1 day ago | |
Python | Python | |
BSD 3-clause "New" or "Revised" License | Apache License 2.0 |
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.
FGrequests
We haven't tracked posts mentioning FGrequests yet.
Tracking mentions began in Dec 2020.
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
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.
grequests - Requests + Gevent = <3
AIOHTTP - Asynchronous HTTP client/server framework for asyncio and Python
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
requests-futures - Asynchronous Python HTTP Requests for Humans using Futures
pyppeteer - Headless chrome/chromium automation library (unofficial port of puppeteer)
jasmin - Jasmin - Open source SMS gateway
txrequests - Asynchronous Python HTTP Requests for Humans using twisted