{"id":20237724,"url":"https://github.com/qualisystems/cloudshell-cp-packet","last_synced_at":"2026-02-03T09:41:26.219Z","repository":{"id":145180759,"uuid":"303109578","full_name":"QualiSystems/cloudshell-cp-packet","owner":"QualiSystems","description":null,"archived":false,"fork":false,"pushed_at":"2020-10-11T11:53:21.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-03T14:47:25.396Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/QualiSystems.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-11T11:53:19.000Z","updated_at":"2020-10-11T11:53:20.000Z","dependencies_parsed_at":"2024-04-19T07:00:47.079Z","dependency_job_id":null,"html_url":"https://github.com/QualiSystems/cloudshell-cp-packet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"QualiSystems/cloudshell-package-repo-template","purl":"pkg:github/QualiSystems/cloudshell-cp-packet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QualiSystems%2Fcloudshell-cp-packet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QualiSystems%2Fcloudshell-cp-packet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QualiSystems%2Fcloudshell-cp-packet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QualiSystems%2Fcloudshell-cp-packet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QualiSystems","download_url":"https://codeload.github.com/QualiSystems/cloudshell-cp-packet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QualiSystems%2Fcloudshell-cp-packet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29039821,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T09:33:44.148Z","status":"ssl_error","status_checked_at":"2026-02-03T09:33:43.343Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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:28:37.328Z","updated_at":"2026-02-03T09:41:26.204Z","avatar_url":"https://github.com/QualiSystems.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# CloudShell package repo template\n\n[![Build status](https://travis-ci.org/QualiSystems/cloudshell-package-repo-template.svg?branch=dev)](https://travis-ci.org/QualiSystems/cloudshell-package-repo-template)\n[![codecov](https://codecov.io/gh/QualiSystems/cloudshell-package-repo-template/branch/dev/graph/badge.svg)](https://codecov.io/gh/QualiSystems/cloudshell-package-repo-template)\n[![PyPI version](https://badge.fury.io/py/cloudshell-package-repo-template.svg)](https://badge.fury.io/py/cloudshell-package-repo-template)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)\n\nUse this template to create new shell packages.\n\n## Description of services\n### tox\n[tox](https://pypi.org/project/tox/) is an open source tool we use to run tests in multiple virtual environments.  \n* To run all tests described in tox.ini, just run `tox`.\n* To run a particular env use `tox -e env_name`.\n\n### pre-commit\n[pre-commit](https://pypi.org/project/pre-commit/) is an open source library we use to manage pre-commit hooks.\n* Run all code linters with a command `pre-commit run --all-files`. \n* Add git hook with command `pre-commit install`.\n* To update versions of pre-commit hooks in config file run `pre-commit autoupdate`\n\nWe use these hooks:\n* **isort** sorts imports (config in tox.ini)\n* **black** reformats code to one style (config in pyproject.toml)\n* **flake8** checks code style (config in tox.ini). We use these plugins: \n  * `flake8-docstring` to check docstrings\n  * `flake8-builtins` to avoid using builtins as variable names\n  * `flake8-comprehensions` to check list/dict comprehensions\n  * `flake8-print` to ensure we don't leave prints in the code \n  * `flake8-eradicate` to ensure we don't leave commented lines in the code\n\n## Installation\n\n### tox.ini\n* Set the `package-name` var regarding your package.\n* Set the python version in envlist.\n\n### .travis.yml\n* Set the python version regarding tox.ini.\n\n### pyproject.toml\n* Set the python version for black.\n\n### setup.py\n* Set a name and description for the package.\n* Set the python version of the shell.\n\n### README.md\n* Update links for build, coverage etc.\n* Add the line to README  \n   We use tox and pre-commit for testing. [Services description](https://github.com/QualiSystems/cloudshell-package-repo-template#description-of-services)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqualisystems%2Fcloudshell-cp-packet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqualisystems%2Fcloudshell-cp-packet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqualisystems%2Fcloudshell-cp-packet/lists"}