Is there a way to get Github URL from just the package name (package is not installed)? I want to get the URL somehow, using pip or some API which will give correct result and then clone the repo from that URL.
For ex, in NPM, we can get the url of the of where the source code is hosted using
npm view <package_name> repository.url