{"id":19766193,"url":"https://github.com/akaliutau/python-cli-app-reference-design","last_synced_at":"2025-09-04T10:41:15.141Z","repository":{"id":222199229,"uuid":"756469088","full_name":"akaliutau/python-cli-app-reference-design","owner":"akaliutau","description":"Python 3 CLI application Reference Design project","archived":false,"fork":false,"pushed_at":"2024-02-12T20:15:57.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T10:55:23.113Z","etag":null,"topics":["python-cli-app","python3","reference-design"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/akaliutau.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":null,"dei":null}},"created_at":"2024-02-12T18:14:16.000Z","updated_at":"2024-02-12T20:21:07.000Z","dependencies_parsed_at":"2024-02-12T22:47:06.421Z","dependency_job_id":"9413c0a6-4b12-41ca-910e-99ec61413bfd","html_url":"https://github.com/akaliutau/python-cli-app-reference-design","commit_stats":null,"previous_names":["akaliutau/python-cli-app-reference-design"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/akaliutau/python-cli-app-reference-design","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akaliutau%2Fpython-cli-app-reference-design","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akaliutau%2Fpython-cli-app-reference-design/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akaliutau%2Fpython-cli-app-reference-design/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akaliutau%2Fpython-cli-app-reference-design/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akaliutau","download_url":"https://codeload.github.com/akaliutau/python-cli-app-reference-design/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akaliutau%2Fpython-cli-app-reference-design/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273595226,"owners_count":25134257,"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","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["python-cli-app","python3","reference-design"],"created_at":"2024-11-12T04:23:00.942Z","updated_at":"2025-09-04T10:41:15.121Z","avatar_url":"https://github.com/akaliutau.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python cli application reference design\n\n![Static Badge](https://img.shields.io/badge/python-3.8-blue)\n\nThis repository contains the skeleton for the CLI Python-based application, designed in accordance with best practice,\nincluding:\n\n* Fully-defined command-line interface\n* Modular design\n* Usage of common OOP patterns and best practice\n* Unit-tests\n* Documented API\n\n\n# Installation\n\n```shell\npython3 -m venv venv\nsource ./venv/bin/activate\npip install -r requirements.txt\n```\n\n# Testing\n\n```shell\npytest\npython3 app.py -o test.txt\n```\n\n# Linting\n\nflake8 is a popular linter that comments on the style of code in relation to the PEP 8\n\n```shell\nflake8 --config flake8\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakaliutau%2Fpython-cli-app-reference-design","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakaliutau%2Fpython-cli-app-reference-design","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakaliutau%2Fpython-cli-app-reference-design/lists"}