{"id":19159508,"url":"https://github.com/mattdoug604/argsimple","last_synced_at":"2025-07-01T12:03:54.586Z","repository":{"id":57411464,"uuid":"259201972","full_name":"mattdoug604/argsimple","owner":"mattdoug604","description":"Build a command line interface with as little configuration as possible.","archived":false,"fork":false,"pushed_at":"2020-04-27T04:12:31.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-28T12:56:35.691Z","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/mattdoug604.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}},"created_at":"2020-04-27T04:09:37.000Z","updated_at":"2020-04-27T04:10:59.000Z","dependencies_parsed_at":"2022-08-27T17:11:22.519Z","dependency_job_id":null,"html_url":"https://github.com/mattdoug604/argsimple","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mattdoug604/argsimple","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattdoug604%2Fargsimple","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattdoug604%2Fargsimple/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattdoug604%2Fargsimple/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattdoug604%2Fargsimple/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattdoug604","download_url":"https://codeload.github.com/mattdoug604/argsimple/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattdoug604%2Fargsimple/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262875324,"owners_count":23378096,"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-09T08:49:24.374Z","updated_at":"2025-07-01T12:03:54.531Z","avatar_url":"https://github.com/mattdoug604.png","language":"Python","readme":"argsimple\n=========\n\nArgsimple is Python package for making clean and useful command line interfaces with as little configuration as humanly possible.\n\nSome of the key features of the packages are:\n- Automatic generation of a help page\n- Easy declaration of mutually exclusive arguments\n- Lazy loading of arguments during runtime\n\n# How to install\n\nArgsimple requires Python version 3.6 or higher.\n\nInstall using [pip](https://pip.pypa.io/en/stable/quickstart):\n\n```shell\npip install argsimple\n```\n\n# How to use\n\nHere's a simple example:\n\n```python\nimport argsimple\n\nargsimple.add(\"-w\", \"--word\", help=\"a word to print\")\nargsimple.add(\"-c\", \"--count\", type=int, help=\"print this many times\")\n\nprint(argsimple.word * argsimple.count)\n```\n\n```shell\n$ python my_scipt.py -w spam -c 3\nspamspamspam\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattdoug604%2Fargsimple","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattdoug604%2Fargsimple","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattdoug604%2Fargsimple/lists"}