Metadata-Version: 2.4
Name: chunklet
Version: 1.4.0
Summary: A smart multilingual text chunker for LLMs, RAG, and beyond.
Author-email: speedyk_005 <speedy40115719@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/speedyk-005/chunklet
Project-URL: Repository, https://github.com/speedyk-005/chunklet
Project-URL: Documentation, https://github.com/speedyk-005/chunklet/blob/main/README.md
Project-URL: Issues, https://github.com/speedyk-005/chunklet/issues
Project-URL: Changelog, https://github.com/speedyk-005/chunklet/blob/main/CHANGELOG.md
Keywords: nlp,chunking,text-splitting,llm,rag,ai,multilingual,text processing,natural language processing,data processing,information retrieval,semantic search,document processing
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Information Technology
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Text Processing
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: chunklet-py>=1.4.0
Dynamic: license-file

# 🧩 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
```
