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
It should support two use cases:
extract_package_code(package, lib_paths, ...)
looking for package in lib_paths
package
lib_paths
extract_package_code(path, ...)
which will first install the package into a temp dir and then extract the code
The text was updated successfully, but these errors were encountered:
Updated the extract_package_code API (closes #151)
efe68a2
No branches or pull requests
It should support two use cases:
looking for
package
inlib_paths
which will first install the package into a temp dir and then extract the code
The text was updated successfully, but these errors were encountered: