We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The fetcher is the component that does the following:
The text was updated successfully, but these errors were encountered:
Overloading from the URL is bit tricky in general as outside of known sites like github or gitlab it can be difficult to determine if it's git vs hg.
Mercurial projects don't seem to include a .hg in their URLs from what searching I've seen.
.hg
So worse case I think you'd need a way to for users to manually specify the type in case the default URL parsing fails to detect the resource type.
Sorry, something went wrong.
Pip uses the git+https://... syntax iirc.
git+https://...
No branches or pull requests
The fetcher is the component that does the following:
The text was updated successfully, but these errors were encountered: