pep440cmp.commands package

Submodules

pep440cmp.commands.pep440cmp module

A simple Click command to compare two version strings using pkg_resources.

pep440cmp.commands module contents

Convenience reference definitions.

Root sub-module convenience references/aliases.

  • So you can call, e.g.,

    from my_package.commands import my_command
    

    instead of

    from my_package.commands.my_module import my_command