Metadata-Version: 2.4
Name: ctx-compress
Version: 1.0.1
Summary: A lightweight context compression toolkit for NLP pipelines.
Home-page: https://github.com/dm/ctx-compress
Author: DM
Author-email: dm@example.com
License: MIT
Project-URL: Source, https://github.com/dm/ctx-compress
Keywords: context-compression,nlp,text-processing
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
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: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: transformers>=4.30.0
Requires-Dist: torch>=2.0.0
Requires-Dist: tqdm>=4.60.0
Requires-Dist: requests>=2.25.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# ctx-compress

A lightweight context compression toolkit for NLP pipelines.

## Installation

```bash
pip install ctx-compress
```

## Quick Start

```python
from ctx_compress import align_output

result = align_output(task_id=1, test_sample_id="sample-001", raw_output="hello world")
print(result)
```

## Features

- Context compression with configurable compression levels
- Output alignment utilities
- Lightweight and dependency-minimal

## License

MIT
