easy_as_pypi.commands package

Submodules

easy_as_pypi.commands.easy_as_pypi module

A simple Click command for YOU: to replace.

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