{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http"}],"enrichment":{"capability":"Expands RFC 6570 URI Templates (Level 4) by substituting variables into template strings to generate URIs.","skillfed_tags":["rfc-6570","zero-dependencies","url-generation"],"use_cases":["Build dynamic API URLs in REST clients by substituting host, path, and query parameters into RFC 6570 templates.","Generate OpenAPI-compliant URIs where URI templates are part of the specification.","Construct URLs with variable path segments and query strings without external dependencies.","Expand templated URLs in code generation tools that rely on RFC 6570.","Create portable URL generation logic that works identically across multiple programming languages."],"what_it_does":"std-uritemplate is a cross-language implementation of the URI Template specification (RFC 6570) Level 4, providing a single public method to expand template strings by substituting variable values. It takes a template string with placeholders and a dictionary of substitutions, then returns the expanded URI. The library is designed with zero dependencies, no regex usage, and no configuration options\u2014just a straightforward expand function that handles primitive type substitutions.\n\nThe package is part of a multi-language standardization effort aimed at providing stable, maintainable URI template handling across ecosystems. It supports Python 3.8 through 3.14 and is actively maintained by an independent organization. The implementation prioritizes readability and maintenance over micro-optimizations, making it suitable for applications that need RFC 6570 compliance without external dependencies.","worth_installing":"Yes. The package is actively maintained, has zero dependencies, supports current Python versions (3.8\u20133.14), carries no known vulnerabilities, and is licensed permissively. Install it when you need RFC 6570 Level 4 URI template expansion without adding dependency weight. The single-method API and design-by-constraint approach make it a low-risk, straightforward choice for standards-compliant URL generation."},"id":"std-uritemplate","links":{"html":"https://skillfed.io/packages/std-uritemplate","md":"https://skillfed.io/packages/std-uritemplate.md","pypi":"https://pypi.org/project/std-uritemplate/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-16","license_spdx":null,"license_treatment":"permissive","name":"std-uritemplate","python_support":"supports_current","summary":"std-uritemplate implementation for Python"},"popularity":{"monthly_downloads":14641175,"position":1221,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"2.0.12"}
