towhee.command.repo.PipeCommand

class towhee.command.repo.PipeCommand(args)[source]

Bases: object

Implementation for subcmd towhee develop and towhee install. Setup repo to `towheeoperator.{self._args.namespace}_{self._args.repo_name}’ package with pypi methods.

Methods

install

__call__() None[source]

Call self as a function.

__init__(args) None[source]