{"id":26517070,"url":"https://github.com/axemanofic/clite","last_synced_at":"2025-10-03T15:03:14.872Z","repository":{"id":271857020,"uuid":"818669527","full_name":"axemanofic/clite","owner":"axemanofic","description":"Small package for creating command line interfaces","archived":false,"fork":false,"pushed_at":"2025-03-19T09:34:54.000Z","size":697,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-19T10:34:55.616Z","etag":null,"topics":["cli","click","python","python3","shell","terminal","typehints","typer","typing"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/clite/","language":"Python","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/axemanofic.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2024-06-22T14:04:37.000Z","updated_at":"2025-03-13T12:10:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"f4e86d15-cfbc-439c-9a22-119ac268e0e4","html_url":"https://github.com/axemanofic/clite","commit_stats":null,"previous_names":["axemanofic/clite"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axemanofic%2Fclite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axemanofic%2Fclite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axemanofic%2Fclite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axemanofic%2Fclite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axemanofic","download_url":"https://codeload.github.com/axemanofic/clite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244759961,"owners_count":20505716,"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":["cli","click","python","python3","shell","terminal","typehints","typer","typing"],"created_at":"2025-03-21T08:17:59.575Z","updated_at":"2025-10-03T15:03:13.591Z","avatar_url":"https://github.com/axemanofic.png","language":"Python","readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg alt=\"Clite\" src=\"https://axemanofic.github.io/clite/assets/background.webp\"\u003e\n    \u003cp\u003eA zero-dependency package for building CLIs. Based on type hints.\u003c/p\u003e\n    \u003cp\u003eThe name is inspired by the \u003ca href=\"https://www.sqlite.org/\"\u003eSQLite\u003c/a\u003e\u003c/p\u003e\n    \u003cimg alt=\"PyPI - Version\" src=\"https://img.shields.io/pypi/v/clite?pypiBaseUrl=https%3A%2F%2Fpypi.org\u0026style=for-the-badge\u0026color=dc8a78\"\u003e\n    \u003cimg alt=\"PyPI - Downloads\" src=\"https://img.shields.io/pypi/dm/clite?style=for-the-badge\u0026color=dd7878\"\u003e\n    \u003cimg alt=\"PyPI - Python Version\" src=\"https://img.shields.io/pypi/pyversions/clite?style=for-the-badge\u0026color=ea76cb\"\u003e\n\u003c/div\u003e\n\n---\n\n**Documentation**: \u003ca href=\"https://axemanofic.github.io/clite\" target=\"_blank\"\u003ehttps://axemanofic.github.io/clite\u003c/a\u003e\n\n**Source Code**: \u003ca href=\"https://github.com/axemanofic/clite\" target=\"_blank\"\u003ehttps://github.com/axemanofic/clite\u003c/a\u003e\n\n---\n\n## Installation\n\n```sh\npip install clite\n```\n\n## Usage\n\n### Example\n\n```python\nfrom clite import Clite\n\napp = Clite(\n    name=\"myapp\",\n    description=\"A small package for creating command line interfaces\",\n)\n\n@app.command()\ndef hello(name: str = \"world\"):\n    print(f\"Hello, {name}!\")\n\nif __name__ == \"__main__\":\n    app()\n```\n\n### Run it\n\n```sh\npython main.py hello Alice\n```\n\nOutput:\n\n```\nHello, Alice!\n```\n\n## License\n\nThis project is licensed under the terms of the MIT license.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxemanofic%2Fclite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxemanofic%2Fclite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxemanofic%2Fclite/lists"}