# llama-tools
## build and publish
1. install flit
```
pip install flit
```
2. build the dist
```
flit build
```
3. push the dist, you might need to change the version number in __init__.py.
You would also need pypi account and api token ready.
```
flit publish
```
this might help --
create `~/.pypirc` with:
```
[pypi]
repository = https://upload.pypi.org/legacy/
username = __token__
password = <your-api-token-starts-with-pypi->
```
Raw data
{
"_id": null,
"home_page": "https://yourpackage.example.com",
"name": "llama_tools",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "llama, function-call",
"author": "Yingbei Tong",
"author_email": "yingbei@acorn.io",
"download_url": "https://files.pythonhosted.org/packages/b4/18/d5e3bbb23c462ed214b49ef1aec08873af842c6b8e39e7808b46feb11742/llama_tools-0.1.22.tar.gz",
"platform": null,
"description": "# llama-tools\n\n## build and publish\n1. install flit\n```\npip install flit\n```\n\n2. build the dist\n```\nflit build\n```\n\n3. push the dist, you might need to change the version number in __init__.py. \nYou would also need pypi account and api token ready.\n```\nflit publish\n```\n\nthis might help --\ncreate `~/.pypirc` with:\n```\n[pypi]\nrepository = https://upload.pypi.org/legacy/\nusername = __token__\npassword = <your-api-token-starts-with-pypi->\n```",
"bugtrack_url": null,
"license": "MIT",
"summary": "Llama Tools: A collection of utilities for handling function calls with local llama.cpp models.",
"version": "0.1.22",
"project_urls": {
"Homepage": "https://yourpackage.example.com"
},
"split_keywords": [
"llama",
" function-call"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "b3edf34390197d16970b0aed487f8e6d2e89caed6be8b727978848ae494b4798",
"md5": "9da9ceb0f673a1bbc1ef3dbdc2c85316",
"sha256": "71cec29fa4f671857ed9482081a1d7e33ded50307ac48804906c7660c98dcbaa"
},
"downloads": -1,
"filename": "llama_tools-0.1.22-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9da9ceb0f673a1bbc1ef3dbdc2c85316",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 7470,
"upload_time": "2024-06-07T23:10:52",
"upload_time_iso_8601": "2024-06-07T23:10:52.181959Z",
"url": "https://files.pythonhosted.org/packages/b3/ed/f34390197d16970b0aed487f8e6d2e89caed6be8b727978848ae494b4798/llama_tools-0.1.22-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b418d5e3bbb23c462ed214b49ef1aec08873af842c6b8e39e7808b46feb11742",
"md5": "f8a642b4bee2e18215196eafd12dbf1b",
"sha256": "8a60b976e4e7be0f5742e32c80efc8a6916276e6122cbd372b3e284123ac29c6"
},
"downloads": -1,
"filename": "llama_tools-0.1.22.tar.gz",
"has_sig": false,
"md5_digest": "f8a642b4bee2e18215196eafd12dbf1b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 6737,
"upload_time": "2024-06-07T23:10:53",
"upload_time_iso_8601": "2024-06-07T23:10:53.691832Z",
"url": "https://files.pythonhosted.org/packages/b4/18/d5e3bbb23c462ed214b49ef1aec08873af842c6b8e39e7808b46feb11742/llama_tools-0.1.22.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-07 23:10:53",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "llama_tools"
}