Metadata-Version: 2.4
Name: parse-git-url
Version: 2.0.0
Summary: Add your description here
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# giturlparse

A simple git URL parser.

Special thanks to the original author @retr0h and the author who inspired them, @FriendCode.

## License

MIT

## Contributing

Thanks for your interest, feel free to submit issues or PRs and I'll take a peek when I can.

Formatting:
`uv run ruff format`

Testing:
`uv run pytest --cov=src/`

Doc:
`uv run pdoc --output-dir=docs src/`

PRs will be squashed before merging into (conventional commits)[https://www.conventionalcommits.org/en/v1.0.0/].

