dependencies¶
-
pyscripts.dependencies(pyfile, pkg_name, abspath=False, pool_size=4)[source]¶ Return the dependencies on a package for a given python file. Dependencies are acquired on a different process, so it does not interfere with this stack. The package must be importable from the current environment.
Parameters: Returns: list with the paths to the files whom the provided file depends on.
Return type: See also