Metadata-Version: 2.4
Name: textkey-extractor
Version: 0.1.0
Summary: A lightweight RAKE-style keyword extraction tool in pure Python.
Author-email: Devansh Patel <devansh.hdp@gmail.com>
License: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: License
Requires-Dist: numpy
Dynamic: license-file

# TextKey Extractor 🔑

A lightweight Python package for **RAKE-style (Rapid Automatic Keyword Extraction)** — extract meaningful keywords and phrases from raw text using a pure Python implementation.

## 🚀 Features
- No external dependencies (pure Python)
- Extracts **key phrases** (not just single words)
- Easy to integrate in NLP pipelines

## 📦 Installation
```bash
pip install textkey-extractor
