cloudmesh.sys.manage¶
Managing the cmd5 system installation and package distribution
Module Contents¶
Classes¶
Class to generate cmd5 command templates |
|
Git management for the preparation to upload the code to pypi |
|
set the version number of all base packages |
-
cloudmesh.sys.manage.version= 4.3.1¶
-
class
cloudmesh.sys.manage.Command¶ Bases:
objectClass 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:
-
classmethod
-
class
cloudmesh.sys.manage.Git¶ Bases:
objectGit 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:
-