Skip to content
New issue

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

Update the extract_package_code to work both installed packages and package sources #151

Open
fikovnik opened this issue Jun 20, 2018 · 0 comments
Milestone

Comments

@fikovnik
Copy link
Member

It should support two use cases:

  • extracting code from installed package
extract_package_code(package, lib_paths, ...)

looking for package in lib_paths

  • extracting code from package sources
extract_package_code(path, ...)

which will first install the package into a temp dir and then extract the code

@fikovnik fikovnik added this to the 0.2.0 milestone Jun 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant