{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/4"}],"enrichment":{"capability":"Parse, manipulate, and generate URIs with a self-contained library that handles URI syntax and structure without external dependencies.","skillfed_tags":["uri-parsing","web-standards"],"use_cases":["Parse and extract components (scheme, host, path, query) from URIs in web applications or APIs.","Generate or manipulate URIs programmatically when building URLs for HTTP requests or links.","Validate and normalize URI strings in data processing or web scraping workflows.","Handle URI encoding and decoding in tools that work with web standards or REST APIs."],"what_it_does":"lazr.uri is a standalone library for working with URIs\u2014parsing them into components, modifying those components, and reconstructing or generating new URIs. It has no runtime dependencies, making it lightweight and easy to embed in other projects. The library supports modern Python versions from 3.8 through 3.14 and is marked as production-stable.\n\nThe package is useful when you need to programmatically extract parts of a URI (scheme, host, path, query parameters), build URIs from scratch, or manipulate existing ones. It handles the syntax and structure of URIs so you don't have to parse them manually or rely on string splitting. Since it carries no external dependencies, adding it to a project introduces minimal installation friction.","worth_installing":"Yes. The package is lightweight (no dependencies), actively maintained, production-stable, and solves a common problem with a self-contained implementation. The LGPL v3 copyleft license requires you to disclose modifications and use compatible licensing if you distribute derivatives, but poses no barrier to internal use. Install it if you need robust URI parsing and manipulation without external dependencies."},"id":"lazr-uri","links":{"html":"https://skillfed.io/packages/lazr-uri","md":"https://skillfed.io/packages/lazr-uri.md","pypi":"https://pypi.org/project/lazr-uri/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-01","license_spdx":null,"license_treatment":"copyleft","name":"lazr.uri","python_support":"supports_current","summary":"A self-contained, easily reusable library for parsing, manipulating, and generating URIs."},"popularity":{"monthly_downloads":367440,"position":7196,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"4.0.0"}
