{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/7"},{"label":"Systems Administration","url":"https://skillfed.io/packages/category/system-systems-administration"}],"enrichment":{"capability":"Parses Git repository URLs to extract components like host, owner, and repository name, supporting both SSH and HTTPS formats.","skillfed_tags":["git-utilities","url-parsing"],"use_cases":["Extract repository metadata from Git URLs in deployment or CI/CD scripts","Parse user-provided Git repository URLs in web applications to validate and normalize them","Automate Git repository cloning by extracting host and path components from URLs","Build tools that need to identify repository owners or names from remote URLs"],"what_it_does":"git-url-parse is a lightweight utility for parsing Git repository URLs into their component parts. It handles both SSH (git@host:owner/repo.git) and HTTPS (https://host/owner/repo.git) formats, extracting the host, owner, and repository name for programmatic use. The package depends only on pbr and installs with minimal friction.\n\nThe package is in beta status and has not been actively maintained since 2019, though the repository remains public. It is suitable for simple URL parsing tasks in applications that need to extract Git repository metadata, but users should verify compatibility with their specific Git hosting providers and be aware of the two known security vulnerabilities before deploying to production.","worth_installing":"Yes, with caution. The package solves a narrow, well-defined problem with low install friction. However, the lack of maintenance since 2019, the presence of two known vulnerabilities, and the aging status mean you should verify the vulnerabilities do not affect your use case and test thoroughly before production deployment. For simple, non-security-critical URL parsing, it remains viable; for security-sensitive applications, consider whether an actively maintained alternative exists."},"id":"git-url-parse","links":{"html":"https://skillfed.io/packages/git-url-parse","md":"https://skillfed.io/packages/git-url-parse.md","pypi":"https://pypi.org/project/git-url-parse/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2019-03-23","license_spdx":null,"license_treatment":"permissive","name":"git-url-parse","python_support":"unspecified","summary":"git-url-parse - A simple GIT URL parser."},"popularity":{"monthly_downloads":252197,"position":8553,"tier":"top_15000"},"security":{"n_vulnerabilities":2},"version":"1.2.2"}
