class documentation

class manifest_maker(sdist): (source)

View In Hierarchy

Undocumented

Method add_defaults Undocumented
Method add_license_files Undocumented
Method finalize_options Undocumented
Method initialize_options Undocumented
Method prune_file_list Undocumented
Method run Undocumented
Method warn Undocumented
Method write_manifest Write the file list in 'self.filelist' to the manifest file named by 'self.manifest'.
Class Variable template Undocumented
Instance Variable filelist Undocumented
Instance Variable force_manifest Undocumented
Instance Variable ignore_egg_info_dir Undocumented
Instance Variable manifest_only Undocumented
Instance Variable prune Undocumented
Instance Variable use_defaults Undocumented
Static Method _should_suppress_warning suppress missing-file warnings from sdist
Method _add_referenced_files Add files referenced by the config (e.g. `file:` directive) to filelist
Method _manifest_normalize Undocumented
Method _safe_data_files The parent class implementation of this method (``sdist``) will try to include data files, which might cause recursion problems when ``include_package_data=True``.

Inherited from sdist:

Method check_readme Undocumented
Method make_distribution Workaround for #516
Method make_release_tree Undocumented
Method read_manifest Read the manifest file (named by 'self.manifest') and use it to fill in 'self.filelist', the list of files to include in the source distribution.
Constant README_EXTENSIONS Undocumented
Constant READMES Undocumented
Class Variable negative_opt Undocumented
Class Variable user_options Undocumented
Instance Variable formats Undocumented
Static Method _remove_os_link In a context, remove and restore os.link if it exists
Method _add_data_files Add data files as found in build_py.data_files.
Method _add_defaults_build_sub_commands Undocumented
Method _add_defaults_data_files Undocumented
Method _add_defaults_optional Undocumented
Method _add_defaults_python getting python files
Method _default_to_gztar Undocumented
Method _manifest_is_not_generated Undocumented
def add_defaults(self): (source)
def add_license_files(self): (source)

Undocumented

def finalize_options(self): (source)

Undocumented

def initialize_options(self): (source)
def prune_file_list(self): (source)

Undocumented

def run(self): (source)

Undocumented

def warn(self, msg): (source)

Undocumented

def write_manifest(self): (source)

Write the file list in 'self.filelist' to the manifest file named by 'self.manifest'.

template: str = (source)

Undocumented

force_manifest: int = (source)

Undocumented

ignore_egg_info_dir: bool = (source)

Undocumented

manifest_only: int = (source)

Undocumented

Undocumented

use_defaults: int = (source)

Undocumented

@staticmethod
def _should_suppress_warning(msg): (source)

suppress missing-file warnings from sdist

def _add_referenced_files(self): (source)

Add files referenced by the config (e.g. `file:` directive) to filelist

def _manifest_normalize(self, path): (source)

Undocumented

def _safe_data_files(self, build_py): (source)

The parent class implementation of this method (``sdist``) will try to include data files, which might cause recursion problems when ``include_package_data=True``. Therefore, avoid triggering any attempt of analyzing/building the manifest again.