tcalls


Nametcalls JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/onemquan/tcalls
SummaryLLMs tool calling made easy
upload_time2024-08-11 13:27:18
maintainerNone
docs_urlNone
authorTCalls Developers
requires_python<3.12,>=3.9.0
licenseMIT
keywords large language models llms tool calling
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # LLMs tool calling


## Quick Install
With pip:
```
pip install -U tcalls
```

## Contributing

To set up the project with [poetry](https://python-poetry.org):
:
```bash
git clone https://github.com/onemquan/tcalls.git

cd tcalls
pip install poetry
poetry env use python3.10  # make sure python --version ~ 3.10
poetry shell

# install test/develop dependencies
poetry install
poetry run pre-commit install

# run tests:
poetry run pytest
```
The full [contributing documentation](./CONTRIBUTING.md) provides helpful guidance.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/onemquan/tcalls",
    "name": "tcalls",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.12,>=3.9.0",
    "maintainer_email": null,
    "keywords": "Large Language Models, LLMs Tool Calling",
    "author": "TCalls Developers",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/a8/5a/1a801b4e2ad8ef7a0e3f67efbb2903059f8e520751c13f2af40b6b239e69/tcalls-0.0.1.tar.gz",
    "platform": null,
    "description": "# LLMs tool calling\n\n\n## Quick Install\nWith pip:\n```\npip install -U tcalls\n```\n\n## Contributing\n\nTo set up the project with [poetry](https://python-poetry.org):\n:\n```bash\ngit clone https://github.com/onemquan/tcalls.git\n\ncd tcalls\npip install poetry\npoetry env use python3.10  # make sure python --version ~ 3.10\npoetry shell\n\n# install test/develop dependencies\npoetry install\npoetry run pre-commit install\n\n# run tests:\npoetry run pytest\n```\nThe full [contributing documentation](./CONTRIBUTING.md) provides helpful guidance.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "LLMs tool calling made easy",
    "version": "0.0.1",
    "project_urls": {
        "Documentation": "https://github.com/onemquan/tcalls/docs",
        "Homepage": "https://github.com/onemquan/tcalls",
        "Repository": "https://github.com/onemquan/tcalls"
    },
    "split_keywords": [
        "large language models",
        " llms tool calling"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a1fad2f426fe68176d97f360b59cfbe6090b8b0f0e521ac98a27c605ac7b2570",
                "md5": "9b2c56238280c9a3623af8547a1b1716",
                "sha256": "aaae70f0421d6dc8e263f7baaa0e762b487066941bdb2cadf2e6a56aa577c86b"
            },
            "downloads": -1,
            "filename": "tcalls-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9b2c56238280c9a3623af8547a1b1716",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.12,>=3.9.0",
            "size": 2476,
            "upload_time": "2024-08-11T13:27:17",
            "upload_time_iso_8601": "2024-08-11T13:27:17.121271Z",
            "url": "https://files.pythonhosted.org/packages/a1/fa/d2f426fe68176d97f360b59cfbe6090b8b0f0e521ac98a27c605ac7b2570/tcalls-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a85a1a801b4e2ad8ef7a0e3f67efbb2903059f8e520751c13f2af40b6b239e69",
                "md5": "ce2326d220faa7f19c41ae50cbd26f11",
                "sha256": "9a26f9f4e740b16ee0945df2cce8ca4e9db445e21111f3be1c99f45d93b1fd1e"
            },
            "downloads": -1,
            "filename": "tcalls-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ce2326d220faa7f19c41ae50cbd26f11",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.12,>=3.9.0",
            "size": 2237,
            "upload_time": "2024-08-11T13:27:18",
            "upload_time_iso_8601": "2024-08-11T13:27:18.296515Z",
            "url": "https://files.pythonhosted.org/packages/a8/5a/1a801b4e2ad8ef7a0e3f67efbb2903059f8e520751c13f2af40b6b239e69/tcalls-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-11 13:27:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "onemquan",
    "github_project": "tcalls",
    "github_not_found": true,
    "lcname": "tcalls"
}
        
Elapsed time: 0.32951s