Open fikovnik opened 6 years ago
It should support two use cases:
extracting code from installed package
extract_package_code(package, lib_paths, ...)
looking for package in lib_paths
package
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
It should support two use cases:
extracting code from installed package
looking for
package
inlib_paths
extracting code from package sources
which will first install the package into a temp dir and then extract the code