{"id":26897331,"url":"https://github.com/atomiechen/handyllm","last_synced_at":"2025-05-12T23:44:23.224Z","repository":{"id":177363441,"uuid":"656204721","full_name":"atomiechen/HandyLLM","owner":"atomiechen","description":"A handy toolkit for using LLM.","archived":false,"fork":false,"pushed_at":"2025-04-13T06:50:36.000Z","size":535,"stargazers_count":23,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-12T23:44:16.500Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pypi.org/project/HandyLLM/","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/atomiechen.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-06-20T13:12:38.000Z","updated_at":"2025-05-11T12:22:50.000Z","dependencies_parsed_at":"2024-04-03T04:23:41.999Z","dependency_job_id":"6371785f-4169-4f46-8f84-b6fcf1712866","html_url":"https://github.com/atomiechen/HandyLLM","commit_stats":null,"previous_names":["atomiechen/handyllm"],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomiechen%2FHandyLLM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomiechen%2FHandyLLM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomiechen%2FHandyLLM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomiechen%2FHandyLLM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atomiechen","download_url":"https://codeload.github.com/atomiechen/HandyLLM/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253843164,"owners_count":21972867,"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":"2025-04-01T04:42:14.335Z","updated_at":"2025-05-12T23:44:23.215Z","avatar_url":"https://github.com/atomiechen.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"middle\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/atomiechen/HandyLLM/main/assets/banner.svg\" /\u003e\n  \u003cp\u003e\n    🌟 \u003cb\u003eSupport us!\u003c/b\u003e \u003csmall\u003eIf you find HandyLLM useful, please consider \u003ca href=\"https://github.com/atomiechen/HandyLLM\"\u003estarring it\u003c/a\u003e to help it spread and improve\u003c/small\u003e 🌟\n  \u003c/p\u003e\n\u003c/div\u003e\u003cbr\u003e\n\n# HandyLLM\n\n[![GitHub](https://img.shields.io/badge/github-HandyLLM-blue?logo=github)][0]\n[![PyPI](https://img.shields.io/pypi/v/HandyLLM?logo=pypi\u0026logoColor=white\u0026color=brown)][1]\n[![vsmarketplace](https://vsmarketplacebadges.dev/version-short/atomiechen.handyllm.svg)][2]\n[![sublimepackage](https://img.shields.io/github/v/tag/atomiechen/Sublime-HandyLLM?logo=sublimetext\u0026label=ST%20Package)][3]\n\nA handy toolkit for using LLM, with both ***development support ([Python][1])*** and ***editor support ([VSCode][2] \u0026 [Sublime Text][3])***.\n\n\n\n## 🙌 Why HandyLLM?\n\n📃 **Handy Prompt**: self-containing prompt in a human-friendly mark-up format `.hprompt`. \n\n- **Easy write**: mark-up format, placeholder variables, request arguments, output logs... And most importantly syntax highlight!\n- **Easy run**: both CLI and APIs available for parsing and running; run it with the CLI tool *WITHOUT* any code! \n- **Easy chain**: You can chain `hprompt` files to construct dynamic logic.\n\n\u003cp float=\"left\" align=\"center\"\u003e\n  \u003cimg width=\"50%\" alt=\"screenshot_vscode\" src=\"https://raw.githubusercontent.com/atomiechen/vscode-handyllm/main/demo/example.png\" /\u003e\n  \u003cimg width=\"49%\" alt=\"screenshot_st\" src=\"https://github.com/user-attachments/assets/1649511d-67a5-4534-bcc4-8a654257dff5\" /\u003e\n\u003c/p\u003e\n\n\n**Other features:**\n\n☯️ Unified API design with both sync and async support\n\n🍡 OpenAI and Azure APIs all in one\n\n☕️ Easy life with API endpoint management\n\n\n\n## Installation\n\n```shell\npip3 install handyllm\n```\n\nor, install from the Github repo to get latest updates:\n\n```shell\npip3 install git+https://github.com/atomiechen/handyllm.git\n```\n\nPlease check HandyLLM [VSCode extension][2] or [Sublime Text Package][3] for editor support.\n\n\n\n## Documentation\n\nPlease check out our [wiki](https://github.com/atomiechen/HandyLLM/wiki) for comprehensive guides ^_^\n\n\n\n## License\n\n[HandyLLM][0] © 2024 by [Atomie CHEN](https://github.com/atomiechen) is licensed under the MIT License - see the [LICENSE](https://github.com/atomiechen/HandyLLM/blob/main/LICENSE) file for details.\n\n\n[0]: https://github.com/atomiechen/HandyLLM\n[1]: https://pypi.org/project/HandyLLM/\n[2]: https://marketplace.visualstudio.com/items?itemName=atomiechen.handyllm\n[3]: https://packagecontrol.io/packages/HandyLLM\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatomiechen%2Fhandyllm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatomiechen%2Fhandyllm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatomiechen%2Fhandyllm/lists"}