4Suite API Documentation

Module Ft.Lib.DistExt.SDist

Classes:
Fields:

Classes

class SDist(distutils.command.sdist.sdist)

Methods

prune_file_list(self, filelist)
run(self)
validate(self)

Methods inherited from class distutils.command.sdist.sdist

check_metadata, finalize_options, get_archive_files, initialize_options, make_distribution, make_release_tree, read_manifest, read_template, write_manifest

Methods inherited from class distutils.cmd.Command

__getattr__, __init__, announce, copy_file, copy_tree, debug_print, dump_options, ensure_dirname, ensure_filename, ensure_finalized, ensure_string, ensure_string_list, execute, get_command_name, get_finalized_command, get_sub_commands, make_archive, make_file, mkpath, move_file, reinitialize_command, run_command, set_undefined_options, spawn, warn

Fields

command_name = 'sdist'
description = 'create a source distribution (tarball, zip file, etc.)'
user_options = [('manifest-only', 'o', 'just regenerate the manifest and then stop (implies --force-manifest)'), ('formats=', None, 'formats for source distribution (comma-separated list)'), ('keep-temp', 'k', 'keep the distribution tree around after creating archive file(s)'), ('dist-dir=', 'd', 'directory to put the source distribution archive(s) in [default: dist]')]

Fields

Fields

Fields

Commands = {'sdist': <class Ft.Lib.DistExt.SDist.SDist>}
StringTypes = (<type 'str'>, <type 'unicode'>)