{"id":20237478,"url":"https://github.com/qualisystems/cloudshell-rest-api","last_synced_at":"2025-04-10T19:12:08.506Z","repository":{"id":45968609,"uuid":"67016975","full_name":"QualiSystems/cloudshell-rest-api","owner":"QualiSystems","description":null,"archived":false,"fork":false,"pushed_at":"2023-05-04T11:18:46.000Z","size":229,"stargazers_count":0,"open_issues_count":0,"forks_count":5,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-03-24T16:53:35.066Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/QualiSystems.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-31T08:04:46.000Z","updated_at":"2023-05-04T10:53:11.000Z","dependencies_parsed_at":"2024-11-14T08:38:06.602Z","dependency_job_id":null,"html_url":"https://github.com/QualiSystems/cloudshell-rest-api","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QualiSystems%2Fcloudshell-rest-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QualiSystems%2Fcloudshell-rest-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QualiSystems%2Fcloudshell-rest-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QualiSystems%2Fcloudshell-rest-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QualiSystems","download_url":"https://codeload.github.com/QualiSystems/cloudshell-rest-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248279806,"owners_count":21077408,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T08:27:08.821Z","updated_at":"2025-04-10T19:12:08.501Z","avatar_url":"https://github.com/QualiSystems.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cloudshell-rest-api\n\n[![Build status](https://github.com/QualiSystems/cloudshell-rest-api/workflows/CI/badge.svg?branch=master)](https://github.com/QualiSystems/cloudshell-rest-api/actions?query=branch%3Amaster)\n[![codecov](https://codecov.io/gh/QualiSystems/cloudshell-rest-api/branch/master/graph/badge.svg)](https://codecov.io/gh/QualiSystems/cloudshell-rest-api)\n[![PyPI version](https://badge.fury.io/py/cloudshell-rest-api.svg)](https://badge.fury.io/py/cloudshell-rest-api)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)\n\n## Features\n\n* Add Shell - adds a new Shell Entity (supported from CloudShell 8.0)\n* Update Shell - updates an existing Shell Entity (supported from CloudShell 8.0)\n* Delete Shell - removes an existing Shell Entity (supported from CloudShell 9.2)\n* Get Shell - get Shell's information\n* Get Installed Standards - gets a list of standards and matching versions installed on CloudShell (supported from CloudShell 8.1)\n* Import Package - imports a package to CloudShell\n* Export Package - exports a package from CloudShell\n\n\n## Installation\n\n```bash\npip install cloudshell-rest-api\n```\n\n## Getting started\n\n```python\nfrom cloudshell.rest.api import PackagingRestApiClient\n# Loging to CloudShell\nclient = PackagingRestApiClient.login(\"HOST\", \"USERNAME\", \"PASSWORD\", \"DOMAIN\")\n# Or connect with a token\nclient = PackagingRestApiClient(\"HOST\", \"TOKEN\")\n# Add a new Shell to CloudShell\nclient.add_shell(\"SHELL_PATH.zip\")\n```\n\n## License\n\n* Free software: Apache Software License 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqualisystems%2Fcloudshell-rest-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqualisystems%2Fcloudshell-rest-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqualisystems%2Fcloudshell-rest-api/lists"}