---
myst:
  html_meta:
    "description lang=en": "Parse git URLs in python"
    "keywords": "libvcs, git, parse, urls"
    "property=og:locale": "en_US"
---

# Git URL Parser - `libvcs.url.git`

Detect, parse, and change git URLs using libvcs's URL parser for `git(1)`. It builds on top of the
{ref}`VCS-friendly URL parser framework <parser-framework>`.

```{eval-rst}
.. automodule:: libvcs.url.git
   :members:
   :undoc-members:
   :show-inheritance:
```
