|
carputils
Doxygen code documentation for the python framework controlling openCARP
|
Namespaces | |
| carputils.bundle.upload | |
| Functions related the upload of bundles to a remote git repository. | |
Functions | |
| def | carputils.bundle.upload.check_git () |
| def | carputils.bundle.upload.init_repo (path) |
| Initializes a git repository in a folder containing a bundled experiment. More... | |
| def | carputils.bundle.upload.commit_repo (path, message) |
| Commits whole content of a git repository. More... | |
| def | carputils.bundle.upload.push_repo (path) |
| Pushes the repository containing a bundled experiment on a remote repository. More... | |
| def | carputils.bundle.upload.upload_bundle (path) |
| Uploads a bundled experiment on a remote repository. More... | |
| def | carputils.bundle.upload.convert_name_to_reponame (name) |
| Converts a string to a compatible Gitlab repository name. More... | |
| def | carputils.bundle.upload.get_opencarp_docker_tag_from_codemeta (codemeta_file='codemeta.json') |
| Get the openCARP docker tag corresponding to the version of openCARP specified in the codemeta file in field 'softwareRequirements'. More... | |
Variables | |
| string | carputils.bundle.upload.GITIGNORE |
| string | carputils.bundle.upload.LICENSE |
| string | carputils.bundle.upload.NOTICE |
| string | carputils.bundle.upload.GITLAB_CI |