towhee.command.repo.RepoCommand

class towhee.command.repo.RepoCommand(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

create_op

create_pipeline

create_repo

generate_yaml

init_repo

install

__call__() None[source]

Call self as a function.

__init__(args) None[source]