No description
parse_base_url and parse_repo_name hard-rejected any host other than bitbucket.org — a leftover from when bootstrapping required the Bitbucket API. With the Forgejo saas wrapper (#18) in place, downstream consumers feed Forgejo-shaped URLs through these helpers. Drop the host check; SCP-style format validation stays. Also corrects parse_repo_name's docstring, which was a stale copy of parse_base_url's. |
||
|---|---|---|
| src/byteb4rb1e | ||
| tests | ||
| .gitignore | ||
| DEVELOPMENT.md | ||
| LICENSE | ||
| Pipfile | ||
| Pipfile.lock | ||
| pyproject.toml | ||
| TODO | ||
| tox.ini | ||