Metadata-Version: 2.3
Name: chonkster
Version: 0.0.2
Summary: Turn your documents into an analytics-ready wide table.
Project-URL: Homepage, https://queryboost.com
Author-email: Johnson Kuan <johnson@queryboost.com>
Keywords: analytics,chonk,chonkster,documents,parsing,tables
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
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 :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Requires-Dist: docling>=2.0.0
Requires-Dist: pandas>=1.5
Requires-Dist: pydantic>=2.0
Description-Content-Type: text/markdown

# chonkster

**chonkster** transforms your documents into an analytics-ready wide table. One row per page. One command.

## Installation

```bash
pip install chonkster
```

## Quickstart

```python
from chonkster import Chonk

ck = Chonk()
df = ck.parse("my-document.pdf")
```

Supported formats: PDF, DOCX, PPTX, HTML, Markdown, and images (PNG, JPG, TIFF, BMP).
