{"id":19147738,"url":"https://github.com/sslivkoff/toolcli","last_synced_at":"2025-05-07T02:43:43.526Z","repository":{"id":41274116,"uuid":"456028310","full_name":"sslivkoff/toolcli","owner":"sslivkoff","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-16T17:58:41.000Z","size":143,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-19T17:57:44.900Z","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/sslivkoff.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}},"created_at":"2022-02-06T01:25:48.000Z","updated_at":"2024-09-22T16:03:32.000Z","dependencies_parsed_at":"2024-11-09T07:51:28.314Z","dependency_job_id":null,"html_url":"https://github.com/sslivkoff/toolcli","commit_stats":null,"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sslivkoff%2Ftoolcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sslivkoff%2Ftoolcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sslivkoff%2Ftoolcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sslivkoff%2Ftoolcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sslivkoff","download_url":"https://codeload.github.com/sslivkoff/toolcli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252802608,"owners_count":21806537,"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-09T07:51:22.036Z","updated_at":"2025-05-07T02:43:43.503Z","avatar_url":"https://github.com/sslivkoff.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# toolcli\n\n`toolcli` makes it simple to create modular command line interfaces\n\nthe main usecase for `toolcli` is allowing many cli subcommands to be defined across many files in a performant way\n\n`toolcli` uses `argparse` under the hood, making it easy to transition from `argparse` to `toolcli` when a project is ready to scale to multiple subcommands or multiple files\n\n\n## Features\n- lazy loading of files for fast startup times\n- is agnostic to synchronous functions or `async` functions\n- uses `rich` for colorized help output\n- uses `argparse` under the hood for parsing arguments\n- no user-facing objects, just simple functions\n- built-in support for common subcommands like `help`, `cd`, and `version`\n- can use middleware before and/or after main command execution (e.g. for logging or additional context injection)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsslivkoff%2Ftoolcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsslivkoff%2Ftoolcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsslivkoff%2Ftoolcli/lists"}