{"id":24388226,"url":"https://github.com/frewtypebbles/python-cli-argument-parser","last_synced_at":"2026-03-02T10:02:21.325Z","repository":{"id":271319759,"uuid":"913055288","full_name":"FrewtyPebbles/Python-CLI-Argument-Parser","owner":"FrewtyPebbles","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-08T22:15:00.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-05T13:26:23.504Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FrewtyPebbles.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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-01-07T00:08:51.000Z","updated_at":"2025-01-08T22:15:04.000Z","dependencies_parsed_at":"2025-04-11T05:41:03.134Z","dependency_job_id":"e147e78a-bb86-44d8-b2df-fb131107e6ff","html_url":"https://github.com/FrewtyPebbles/Python-CLI-Argument-Parser","commit_stats":null,"previous_names":["frewtypebbles/python-cli-argument-parser"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FrewtyPebbles/Python-CLI-Argument-Parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrewtyPebbles%2FPython-CLI-Argument-Parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrewtyPebbles%2FPython-CLI-Argument-Parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrewtyPebbles%2FPython-CLI-Argument-Parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrewtyPebbles%2FPython-CLI-Argument-Parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FrewtyPebbles","download_url":"https://codeload.github.com/FrewtyPebbles/Python-CLI-Argument-Parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrewtyPebbles%2FPython-CLI-Argument-Parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29998078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T09:59:02.300Z","status":"ssl_error","status_checked_at":"2026-03-02T09:59:02.001Z","response_time":60,"last_error":"SSL_read: 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":"2025-01-19T13:56:43.354Z","updated_at":"2026-03-02T10:02:21.317Z","avatar_url":"https://github.com/FrewtyPebbles.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cli_veripy\n\nThis is a robust CLI arguments verification and management module that I made for use in my own CLI projects.\n\n# Quickstart/Features\n\n - pargs are positional arguments and can be accessed via `cli_args_instance[some integer index]` or via a key string if a parg name is provided via pargs_names\n\n - The `CLIArgument` class (not to be confused with `CLIArguments`) can be used instead of types when defining your positional arguments, keyword arguments and flags for extra validation and documentation.\n\n - If `help_menu` is set to `True` when creating the `CLIArguments`, you can display documentation (if available) for the argument by doing `python program_name.py help:argument_name`.  \n\n - To require a CLI argument to be an existing file system path, you can set the CLI argument type to `ExistingPath`.  The `CLIArguments` class will then automatically handle any invalid paths.\n\n - If you wish to have CLI errors handled by `CLIArguments` just set exit_on_invalid to true when `CLIArguments.__init__` is called.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrewtypebbles%2Fpython-cli-argument-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrewtypebbles%2Fpython-cli-argument-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrewtypebbles%2Fpython-cli-argument-parser/lists"}