langchain-text-splitters


Namelangchain-text-splitters JSON
Version 0.3.11 PyPI version JSON
download
home_pageNone
SummaryLangChain text splitting utilities
upload_time2025-08-31 23:02:58
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 🦜✂️ LangChain Text Splitters

[![Downloads](https://static.pepy.tech/badge/langchain_text_splitters/month)](https://pepy.tech/project/langchain_text_splitters)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## Quick Install

```bash
pip install langchain-text-splitters
```

## What is it?

LangChain Text Splitters contains utilities for splitting into chunks a wide variety of text documents.

For full documentation see the [API reference](https://python.langchain.com/api_reference/text_splitters/index.html)
and the [Text Splitters](https://python.langchain.com/docs/how_to/#text-splitters) module in the main docs.

## 📕 Releases & Versioning

Minor version increases will occur for:

- Breaking changes for any public interfaces NOT marked `beta`

Patch version increases will occur for:

- Bug fixes
- New features
- Any changes to private interfaces
- Any changes to `beta` features

## 💁 Contributing

As an open-source project in a rapidly developing field, we are extremely open to contributions, whether it be in the form of a new feature, improved infrastructure, or better documentation.

For detailed information on how to contribute, see the [Contributing Guide](https://python.langchain.com/docs/contributing/).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "langchain-text-splitters",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/11/43/dcda8fd25f0b19cb2835f2f6bb67f26ad58634f04ac2d8eae00526b0fa55/langchain_text_splitters-0.3.11.tar.gz",
    "platform": null,
    "description": "# \ud83e\udd9c\u2702\ufe0f LangChain Text Splitters\n\n[![Downloads](https://static.pepy.tech/badge/langchain_text_splitters/month)](https://pepy.tech/project/langchain_text_splitters)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n## Quick Install\n\n```bash\npip install langchain-text-splitters\n```\n\n## What is it?\n\nLangChain Text Splitters contains utilities for splitting into chunks a wide variety of text documents.\n\nFor full documentation see the [API reference](https://python.langchain.com/api_reference/text_splitters/index.html)\nand the [Text Splitters](https://python.langchain.com/docs/how_to/#text-splitters) module in the main docs.\n\n## \ud83d\udcd5 Releases & Versioning\n\nMinor version increases will occur for:\n\n- Breaking changes for any public interfaces NOT marked `beta`\n\nPatch version increases will occur for:\n\n- Bug fixes\n- New features\n- Any changes to private interfaces\n- Any changes to `beta` features\n\n## \ud83d\udc81 Contributing\n\nAs an open-source project in a rapidly developing field, we are extremely open to contributions, whether it be in the form of a new feature, improved infrastructure, or better documentation.\n\nFor detailed information on how to contribute, see the [Contributing Guide](https://python.langchain.com/docs/contributing/).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "LangChain text splitting utilities",
    "version": "0.3.11",
    "project_urls": {
        "Release Notes": "https://github.com/langchain-ai/langchain/releases?q=tag%3A%22langchain-text-splitters%3D%3D0%22&expanded=true",
        "Source Code": "https://github.com/langchain-ai/langchain/tree/master/libs/text-splitters",
        "repository": "https://github.com/langchain-ai/langchain"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "580d41a51b40d24ff0384ec4f7ab8dd3dcea8353c05c973836b5e289f1465d4f",
                "md5": "7e2dde8693d60ee99a088957dc776370",
                "sha256": "cf079131166a487f1372c8ab5d0bfaa6c0a4291733d9c43a34a16ac9bcd6a393"
            },
            "downloads": -1,
            "filename": "langchain_text_splitters-0.3.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7e2dde8693d60ee99a088957dc776370",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 33845,
            "upload_time": "2025-08-31T23:02:57",
            "upload_time_iso_8601": "2025-08-31T23:02:57.195221Z",
            "url": "https://files.pythonhosted.org/packages/58/0d/41a51b40d24ff0384ec4f7ab8dd3dcea8353c05c973836b5e289f1465d4f/langchain_text_splitters-0.3.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1143dcda8fd25f0b19cb2835f2f6bb67f26ad58634f04ac2d8eae00526b0fa55",
                "md5": "0f7fa8d8bcb416f9953bd5c8f6f7b95c",
                "sha256": "7a50a04ada9a133bbabb80731df7f6ddac51bc9f1b9cab7fa09304d71d38a6cc"
            },
            "downloads": -1,
            "filename": "langchain_text_splitters-0.3.11.tar.gz",
            "has_sig": false,
            "md5_digest": "0f7fa8d8bcb416f9953bd5c8f6f7b95c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 46458,
            "upload_time": "2025-08-31T23:02:58",
            "upload_time_iso_8601": "2025-08-31T23:02:58.316579Z",
            "url": "https://files.pythonhosted.org/packages/11/43/dcda8fd25f0b19cb2835f2f6bb67f26ad58634f04ac2d8eae00526b0fa55/langchain_text_splitters-0.3.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-31 23:02:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "langchain-ai",
    "github_project": "langchain",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "langchain-text-splitters"
}
        
Elapsed time: 2.30217s