Langware


NameLangware JSON
Version 0.1 PyPI version JSON
download
home_pagehttps://github.com/langware-ai/langware
SummaryLightweight, powerful and hassle-free Langchain alternative.
upload_time2023-11-11 14:21:22
maintainer
docs_urlNone
authorIvan Stepanov
requires_python>=3.8, <4
license
keywords langchain openai llama llamacpp chat gpt
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Langware
 
Lightweight, powerful and hassle-free Langchain alternative.

Currently, supports OpenAI Chat Completions API.
Planning to add OpenAI Assistants API, llama.cpp with GBNF-guided sampling, then PyTorch support.

## Installation

```shell
pip install git+https://github.com/langware-ai/langware.git@main
```

## Usage

See [examples](examples) folder.

## License

Licensed under either of

- Apache License, Version 2.0, ([LICENSE-APACHE-2.0](LICENSE-APACHE-2.0) or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)

at your option.

## Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you,
as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/langware-ai/langware",
    "name": "Langware",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8, <4",
    "maintainer_email": "",
    "keywords": "langchain openai llama llamacpp chat gpt",
    "author": "Ivan Stepanov",
    "author_email": "ivanstepanovftw@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/8d/00/b443ea9b32bfa4169205610b41e60e0601327305bc76705cb58fb0c321f4/Langware-0.1.tar.gz",
    "platform": null,
    "description": "# Langware\n \nLightweight, powerful and hassle-free Langchain alternative.\n\nCurrently, supports OpenAI Chat Completions API.\nPlanning to add OpenAI Assistants API, llama.cpp with GBNF-guided sampling, then PyTorch support.\n\n## Installation\n\n```shell\npip install git+https://github.com/langware-ai/langware.git@main\n```\n\n## Usage\n\nSee [examples](examples) folder.\n\n## License\n\nLicensed under either of\n\n- Apache License, Version 2.0, ([LICENSE-APACHE-2.0](LICENSE-APACHE-2.0) or http://www.apache.org/licenses/LICENSE-2.0)\n- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n\n## Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you,\nas defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Lightweight, powerful and hassle-free Langchain alternative.",
    "version": "0.1",
    "project_urls": {
        "Homepage": "https://github.com/langware-ai/langware"
    },
    "split_keywords": [
        "langchain",
        "openai",
        "llama",
        "llamacpp",
        "chat",
        "gpt"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "774d4aadf9ccc6700b37adb7492d540c57a470eab8d75338351a105ca4ee3d00",
                "md5": "934dc83985eee1482fec4234a6de06de",
                "sha256": "1bba25cb7cc630f0bf9c2cdbacc1f218de71bbc25f351c7dbdd44d6efb4110a1"
            },
            "downloads": -1,
            "filename": "Langware-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "934dc83985eee1482fec4234a6de06de",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8, <4",
            "size": 16819,
            "upload_time": "2023-11-11T14:21:05",
            "upload_time_iso_8601": "2023-11-11T14:21:05.489683Z",
            "url": "https://files.pythonhosted.org/packages/77/4d/4aadf9ccc6700b37adb7492d540c57a470eab8d75338351a105ca4ee3d00/Langware-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8d00b443ea9b32bfa4169205610b41e60e0601327305bc76705cb58fb0c321f4",
                "md5": "b0b32c1411e1630e173363e4f4c123ec",
                "sha256": "5cb79aa10082f84beef4a7cffddf2cf2f348d12d0d8725ec0c5f92ad0d45b4b9"
            },
            "downloads": -1,
            "filename": "Langware-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b0b32c1411e1630e173363e4f4c123ec",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8, <4",
            "size": 14757,
            "upload_time": "2023-11-11T14:21:22",
            "upload_time_iso_8601": "2023-11-11T14:21:22.076975Z",
            "url": "https://files.pythonhosted.org/packages/8d/00/b443ea9b32bfa4169205610b41e60e0601327305bc76705cb58fb0c321f4/Langware-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-11 14:21:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "langware-ai",
    "github_project": "langware",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "langware"
}
        
Elapsed time: 0.14736s