awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
gruns avatar

gruns/furl

0
View on GitHub↗
2,809 stars·160 forks·Python·14 views

Furl

🌐 The easiest way to parse and modify URLs in Python.

Features

  • HTTP Clients - Library for easy URL parsing and manipulation.
  • URL Utilities - Simplified URL manipulation library.

Star history

Star history chart for gruns/furlStar history chart for gruns/furl

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Furl

Similar open-source projects, ranked by how many features they share with Furl.
  • aio-libs/aiohttpaio-libs avatar

    aio-libs/aiohttp

    16,351View on GitHub↗

    This project is an asynchronous network framework for Python that provides both a client and a server for HTTP communication. It is designed to handle high-concurrency network operations by leveraging cooperative multitasking, allowing for the management of thousands of simultaneous connections without the overhead of traditional thread-per-request models. The framework distinguishes itself through its focus on efficient resource management and persistent communication. It utilizes connection pooling to reuse network sockets, which reduces latency during sequential requests, and supports full

    Pythonaiohttpasyncasyncio
    View on GitHub↗16,351
  • alir3z4/python-shorturlA

    Alir3z4/python-shorturl

    0View on GitHub↗
    View on GitHub↗0
  • argo/argoA

    argo/argo

    0View on GitHub↗

    An extensible, asynchronous HTTP reverse proxy and origin server.

    View on GitHub↗0
  • aderyabin/snifferaderyabin avatar

    aderyabin/sniffer

    584View on GitHub↗
    Rubyhttprubysniffer
    View on GitHub↗584
See all 30 alternatives to Furl→

Frequently asked questions

What does gruns/furl do?

🌐 The easiest way to parse and modify URLs in Python.

What are the main features of gruns/furl?

The main features of gruns/furl are: HTTP Clients, URL Utilities.

What are some open-source alternatives to gruns/furl?

Open-source alternatives to gruns/furl include: aio-libs/aiohttp — This project is an asynchronous network framework for Python that provides both a client and a server for HTTP… alir3z4/python-shorturl. argo/argo — An extensible, asynchronous HTTP reverse proxy and origin server. asynchttpclient/async-http-client — This is a non-blocking network client for Java applications that provides asynchronous HTTP request capabilities and… axios/axios — Axios is an isomorphic, promise-based HTTP client designed for making asynchronous network requests across different… aderyabin/sniffer.