Metadata-Version: 2.4
Name: nl_processing
Version: 0.1.0
Summary: Natural language processing playground
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: pydantic<3,>=2.0
Requires-Dist: langchain<1,>=0.3
Requires-Dist: langchain-openai<1,>=0.3
Requires-Dist: opencv-python<5,>=4.10

# nl_processing

Minimal NLP processing project scaffolded from `proto_tg_bot` structure.

## Directory Structure

| Directory         | Description                         |
|-------------------|-------------------------------------|
| `nl_processing/`  | Main package source code            |
| `tests/`          | Unit, integration, and e2e tests    |
| `scripts/`        | Utility/dev scripts                 |
