Metadata-Version: 2.1
Name: nlptklzxcd
Version: 0.4.1
Summary: A simple library that serves bundled text files.
Author-email: Your Name <your@email.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# nlptkl 📚

A simple Python library that lets you read bundled text files directly after installation.

## Installation
```bash
pip install nlptkl
```

## Usage

```python
import nlptkl

print(nlptkl.get_text("sample1.txt"))
```
