Go to the source code of this file.
Namespaces | |
wheel_create | |
Functions | |
def | wheel_create.clean_access_rights (path) |
def | wheel_create.cleanup_folders (dist=False) |
def | wheel_create.create () |
def | wheel_create.folder_cleanup (folder, names=None, extensions=None) |
def | wheel_create.unix_line_ending (folder, extensions=None, excluded=None) |
Variables | |
wheel_create.PATH_HERE = os.path.dirname(os.path.realpath(__file__)) | |
wheel_create.PATH_TEMP = os.path.join(PATH_HERE, "Temp") | |
list | wheel_create.UNIXLE_EXCLUDED = [".git", ".dll", ".so", ".pyd", ".dylib"] |
list | wheel_create.UNIXLE_EXTENSIONS = [".py", ".xml", ".json", ".pml", ".txt", ".htm", ".html", ".css"] |