{"id":28176114,"url":"https://github.com/koloideal/argenta","last_synced_at":"2025-06-12T15:34:27.572Z","repository":{"id":276333980,"uuid":"928565485","full_name":"koloideal/Argenta","owner":"koloideal","description":"Python library for building modular CLI applications","archived":false,"fork":false,"pushed_at":"2025-05-12T13:22:36.000Z","size":4864,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"kolo","last_synced_at":"2025-05-16T00:15:04.533Z","etag":null,"topics":["cli","library","python","shell","tui"],"latest_commit_sha":null,"homepage":"https://argenta-docs.vercel.app","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/koloideal.png","metadata":{"files":{"readme":"README.de.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-02-06T20:56:33.000Z","updated_at":"2025-05-10T19:08:01.000Z","dependencies_parsed_at":"2025-02-07T16:29:16.722Z","dependency_job_id":"cbcfb83f-1619-4439-849f-8869d655c16c","html_url":"https://github.com/koloideal/Argenta","commit_stats":null,"previous_names":["koloideal/argenta"],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/koloideal/Argenta","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koloideal%2FArgenta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koloideal%2FArgenta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koloideal%2FArgenta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koloideal%2FArgenta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koloideal","download_url":"https://codeload.github.com/koloideal/Argenta/tar.gz/refs/heads/kolo","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koloideal%2FArgenta/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259493986,"owners_count":22866425,"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","library","python","shell","tui"],"created_at":"2025-05-16T00:15:07.577Z","updated_at":"2025-06-12T15:34:27.556Z","avatar_url":"https://github.com/koloideal.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Argenta\n\n### Bibliothek zum Erstellen modularer CLI-Anwendungen\n\n![preview](https://github.com/koloideal/Argenta/blob/kolo/imgs/mock_app_preview4.png?raw=True)  \n\n---\n\n# Installation\n```bash\npip install argenta\n```\nor\n```bash\npoetry add argenta\n```\n\n---\n\n# Schnellstart\n\nEin Beispiel für eine einfache Anwendung\n```python\n# routers.py\nfrom argenta.router import Router\nfrom argenta.command import Command\nfrom argenta.response import Response\n\n\nrouter = Router()\n\n@router.command(Command(\"hello\"))\ndef handler(response: Response):\n    print(\"Hello, world!\")\n```\n\n```python\n# main.py\nfrom argenta.app import App\nfrom argenta.orchestrator import Orchestrator\nfrom routers import router\n\napp: App = App()\norchestrator: Orchestrator = Orchestrator()\n\n\ndef main() -\u003e None:\n    app.include_router(router)\n    orchestrator.start_polling(app)\n\n\nif __name__ == '__main__':\n    main()\n```\n\n---\n\n# Funktionen in der Entwicklung\n\n- Vollständige Unterstützung für Autocompleter unter Linux\n\n## Vollständige [Dokumentation](https://argenta-docs.vercel.app) | MIT 2025 kolo | made by [kolo](https://t.me/kolo_id)\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoloideal%2Fargenta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoloideal%2Fargenta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoloideal%2Fargenta/lists"}