chunklet


Namechunklet JSON
Version 1.4.0 PyPI version JSON
download
home_pageNone
SummaryA smart multilingual text chunker for LLMs, RAG, and beyond.
upload_time2025-08-28 05:06:01
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords nlp chunking text-splitting llm rag ai multilingual text processing natural language processing data processing information retrieval semantic search document processing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 🧩 Chunklet (Wrapper Package)

> **Note:** This is the `chunklet` wrapper package. It ensures backward compatibility and depends on the new, actively developed `chunklet-py` package.

The `chunklet` package name on PyPI has been transitioned to a wrapper for the new `chunklet-py` package. This was done to improve online discovery and distinguish it from other projects with similar names.

## For New Users

To use Chunklet, please install the `chunklet-py` package directly:

```bash
pip install chunklet-py
```

## For Existing Users

If you are an existing user of `chunklet`, your code will continue to work as expected. When you install or update the `chunklet` package, `pip` will automatically install `chunklet-py` for you. You can continue to import the library as you always have:

```python
import chunklet
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "chunklet",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "nlp, chunking, text-splitting, llm, rag, ai, multilingual, text processing, natural language processing, data processing, information retrieval, semantic search, document processing",
    "author": null,
    "author_email": "speedyk_005 <speedy40115719@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/d6/20/db34054f46e67455eb073b9b09bc835fdc9a3af783a164d85d5985d55c41/chunklet-1.4.0.tar.gz",
    "platform": null,
    "description": "# \ud83e\udde9 Chunklet (Wrapper Package)\n\n> **Note:** This is the `chunklet` wrapper package. It ensures backward compatibility and depends on the new, actively developed `chunklet-py` package.\n\nThe `chunklet` package name on PyPI has been transitioned to a wrapper for the new `chunklet-py` package. This was done to improve online discovery and distinguish it from other projects with similar names.\n\n## For New Users\n\nTo use Chunklet, please install the `chunklet-py` package directly:\n\n```bash\npip install chunklet-py\n```\n\n## For Existing Users\n\nIf you are an existing user of `chunklet`, your code will continue to work as expected. When you install or update the `chunklet` package, `pip` will automatically install `chunklet-py` for you. You can continue to import the library as you always have:\n\n```python\nimport chunklet\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A smart multilingual text chunker for LLMs, RAG, and beyond.",
    "version": "1.4.0",
    "project_urls": {
        "Changelog": "https://github.com/speedyk-005/chunklet/blob/main/CHANGELOG.md",
        "Documentation": "https://github.com/speedyk-005/chunklet/blob/main/README.md",
        "Homepage": "https://github.com/speedyk-005/chunklet",
        "Issues": "https://github.com/speedyk-005/chunklet/issues",
        "Repository": "https://github.com/speedyk-005/chunklet"
    },
    "split_keywords": [
        "nlp",
        " chunking",
        " text-splitting",
        " llm",
        " rag",
        " ai",
        " multilingual",
        " text processing",
        " natural language processing",
        " data processing",
        " information retrieval",
        " semantic search",
        " document processing"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e4230920af1d7ad52294d95e687ed7bc7d8182432c84dd7c0cdab9360d97b07b",
                "md5": "e085173241d9fef080d6925ca3065c31",
                "sha256": "01371fbd540884835637d48eba5b2d9909df18537d2a42f3feb87fcf21f7debd"
            },
            "downloads": -1,
            "filename": "chunklet-1.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e085173241d9fef080d6925ca3065c31",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 2550,
            "upload_time": "2025-08-28T05:06:00",
            "upload_time_iso_8601": "2025-08-28T05:06:00.166848Z",
            "url": "https://files.pythonhosted.org/packages/e4/23/0920af1d7ad52294d95e687ed7bc7d8182432c84dd7c0cdab9360d97b07b/chunklet-1.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d620db34054f46e67455eb073b9b09bc835fdc9a3af783a164d85d5985d55c41",
                "md5": "7fdf54f416a6c977f7b6b11f9b425b7a",
                "sha256": "1c9608de09ca4777fb1c0946393d0ab5192a31882e518f425a93a49b566c51f8"
            },
            "downloads": -1,
            "filename": "chunklet-1.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7fdf54f416a6c977f7b6b11f9b425b7a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2359,
            "upload_time": "2025-08-28T05:06:01",
            "upload_time_iso_8601": "2025-08-28T05:06:01.434322Z",
            "url": "https://files.pythonhosted.org/packages/d6/20/db34054f46e67455eb073b9b09bc835fdc9a3af783a164d85d5985d55c41/chunklet-1.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-28 05:06:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "speedyk-005",
    "github_project": "chunklet",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "chunklet"
}
        
Elapsed time: 0.61025s