package_builder¶
Module Contents¶
Classes¶
- class package_builder.SochaPackageBuilder(package_name, architecture, python_version)¶
- _download_dependencies()¶
- static _create_build_directory()¶
- _create_directory_structure()¶
- static _get_modules()¶
- _copy_modules()¶
Recursively searches for the given python file in the current working directory and its subdirectories, and copies all python files with their directory structure to the target_folder.
- _create_shell_script()¶
- _zipdir()¶
- build_package()¶