cloudmesh.sys.manage

Managing the cmd5 system installation and package distribution

Module Contents

Classes

Command

Class to generate cmd5 command templates

Git

Git management for the preparation to upload the code to pypi

Version

set the version number of all base packages

cloudmesh.sys.manage.version = 4.3.1
class cloudmesh.sys.manage.Command

Bases: object

Class to generate cmd5 command templates

classmethod generate(cls, name)

Generate a command template with the given name :param name: the name of the command :return:

class cloudmesh.sys.manage.Git

Bases: object

Git management for the preparation to upload the code to pypi

pypis = ['cloudmesh-common', 'cloudmesh-cmd5', 'cloudmesh-sys', 'cloudmesh-comet', 'cloudmesh-openapi']
commits
classmethod upload(cls)

upload the code to pypi :return:

classmethod commit(cls, msg)

commit the current code to git :param msg: :return:

class cloudmesh.sys.manage.Version

Bases: object

set the version number of all base packages

classmethod set(cls, version)

set the version number :param version: the version as text string :return: