Metadata-Version: 2.1
Name: smartcase
Version: 0.1.0
Summary: A smart text cleaner that preserves important capitalization using NER
Home-page: https://github.com/Nivetha9april/smartcase.git
Author: Nivetha G
Author-email: your.email@example.com
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: spacy

# SmartCase 

A smart Python text cleaner that preserves important capitalization (like "NASA", "AI", "India") using Named Entity Recognition (NER).

 # Features
- Removes punctuation & extra spaces
- Keeps organization names, person names, locations, and acronyms intact
- Lightweight & easy to integrate

# Installation
```bash
pip install smartcase
python -m spacy download en_core_web_sm
