unleash
requests

unleash | requests | |
---|---|---|
43 | 98 | |
12,341 | 53,002 | |
1.3% | 0.2% | |
10.0 | 7.9 | |
5 days ago | 22 days ago | |
TypeScript | Python | |
Apache License 2.0 | 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.
unleash
-
Implementing Feature Flags with Spring: A Step-by-Step Guide for Feature Deployment
$ git clone https://github.com/Unleash/unleash.git
- Como implementar Feature Flags em seu Backend NestJS
-
How to Implement Feature Flags Using LaunchDarkly
Unleash
-
8 Open-Source Tools to grow your app and reach new markets! 🔥
Star the Unleash repository ⭐
-
Ask HN: What feature flags platform do you use?
https://github.com/Unleash/unleash
Works great, has every feature we need. We compared with Darkly was just insanely expensive for what we needed, millions of page hits adds up quickly.
We did have to do the work of adding unleash containers to our infra, but it was not hard at all.
-
How to Implement Feature Flags in Node.js using Unleash
Unleash (Feature Flags)
-
Show HN: A self-hosted and open-source feature flags platform
This pretty much looks like Unleash.
https://github.com/Unleash/unleash
-
KILLSWITCH
So my first instinct is to setup some sorta feature-flag thing within a CMS so managers can flip the boolean, I'm exploring getunleash.io and GrowthBook.io and we already use Contentful.com within the app but they're saying they "really don't think we need to use any third party thing for a killswitch"...
-
Show HN: We built an open-source LaunchDarkly alternative for B2Bs
Unleash is also open source (Apache 2.0 License). Repo is at https://github.com/Unleash/unleash . Would be interested in knowing the feature differences between the two as they are both Node / Typescript projects
-
Unleash Flutter SDK v1.0
Awesome news, Unleash - free and open-source feature flag solution, just got a Flutter SDK, with help from the Flutter community!
requests
-
Essential uv Usage for Daily Development
# Add latest version of requests package uv add requests # Specify version uv add 'requests==2.31.0' # Add git dependency uv add git+https://github.com/psf/requests # Migrate from requirements.txt uv add -r requirements.txt -c constraints.txt # If not using constraints.txt, use this uv add -r requirements.txt # Adding --dev makes it a development dependency # (added to dev in [dependency-groups] of pyproject.toml). # Example of adding moto needed only for testing as development dependency uv add moto --dev # Updates are also possible with uv add --upgrade uv add requests --upgrade
-
CVE-2024-47081: Netrc credential leak in PSF requests library
https://github.com/psf/requests/commit/79bb9ee1417afe2231972...
-
Show HN: Hypermode Model Router Preview – OpenRouter Alternative
You are right! https://github.com/psf/requests/blob/c65c780849563c891f35ffc...
The post function calls request the request function which uses its own context manager that will call the close function of the connection object.
- Latest Setuptools broke a bunch of packages
-
Ruff: Python linter and code formatter written in Rust
[2] https://github.com/psf/requests/pull/6667
-
Working with APIs in Python: A Practical Guide
requests is one of the most downloaded Python packages with around 30M downloads every week according to pypi. It enables you to send HTTP requests easily in Python. requests is a tested and trusted Python package, used by many established brands like IBM. Find the source code here. Some of the “beloved” features of requests are:
-
The Pythonic Emptiness
Keep in mind that truthiness comes from __bool__ and is overridable, so separate from Python itself, a lot of library authors have made questionable decisions here. A perennial contender is https://github.com/psf/requests/issues/2002.
- Python Requests is getting an interesting alternative
- Vanilla Python Packaging
-
Revived the promise made six years ago for Requests 3
For many years now, Requests has been frozen. Being left in a vegetative state and not evolving, this blocked millions of developers from using more advanced features.
What are some alternatives?
Kong - 🦍 The Cloud-Native API Gateway and AI Gateway.
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.
growthbook - Open Source Feature Flagging and A/B Testing Platform
grequests - Requests + Gevent = <3
flagsmith - Flagsmith is an open source feature flagging and remote config service. Self-host or use our hosted version at https://app.flagsmith.com.
urllib3 - urllib3 is a user-friendly HTTP client library for Python
