Uplink
requests
Our great sponsors
Uplink | requests | |
---|---|---|
0 | 82 | |
976 | 49,217 | |
- | 0.6% | |
0.0 | 8.0 | |
4 months ago | 5 days ago | |
Python | Python | |
MIT 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.
Uplink
We haven't tracked posts mentioning Uplink yet.
Tracking mentions began in Dec 2020.
requests
-
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
-
I move from pipenv to poetry in 2023 - Am I right ?
projects that use setuptools : requests, django, flask, boto3... projects that use poetry : ward, ... (if you have some with more than 500 stars, share them in comments) projects that use pipenv : ... (if you have some with more than 500 stars, share them in comments)
-
Why Does Calloc Exist?
Some of the links in the paragraph about python-requests have bitrotted. Fixed links:
What are some alternatives?
urllib3 - Python HTTP library with thread-safe connection pooling, file post support, user friendly, and more.
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.
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