hatch_jupyter_builder.compare_migrated package#

Submodules#

Compare the dist file created by a migrated package to one created by the original.

hatch_jupyter_builder.compare_migrated.cli.build_file(dirname, dist_name)#

Build a dist file in a directory.

Return type:

None

hatch_jupyter_builder.compare_migrated.cli.filter_file(path)#

Filter a file path for interesting files.

Return type:

bool

hatch_jupyter_builder.compare_migrated.cli.get_tar_names(dirname)#

Get the tarball names in a directory.

Return type:

set[str]

hatch_jupyter_builder.compare_migrated.cli.get_zip_names(dirname)#

Get the zip (wheel) file names in a directory.

Return type:

set[str]

hatch_jupyter_builder.compare_migrated.cli.main(source_dir, target_dir, dist_name)#

The main script.

Return type:

dict[str, list[str]]

hatch_jupyter_builder.compare_migrated.cli.make_parser(parser=None, prog=None)#

Make an arg parser.

Return type:

ArgumentParser

hatch_jupyter_builder.compare_migrated.cli.run(args=None)#

Run the cli.

Return type:

None

Module contents#