Metadata-Version: 2.4
Name: textstatslite
Version: 0.2.1
Summary: Lightweight text statistics tool with CLI and readability scoring
Author: Khangesh Matte
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: License
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# textstatslite

**textstatslite** is a lightweight and powerful Python package designed for extracting useful statistics and insights from raw text data. Whether you're a developer, data analyst, content writer, or language researcher, this tool gives you quick access to meaningful textual metrics — programmatically or from the command line.

---

## ✨ Features

- 🔢 **Word, Sentence, and Character Counts** (with/without spaces)
- 🧠 **Flesch Reading Ease Score** – evaluate how easy your text is to read
- 🧹 **Stopword Filtering** – get stats with or without common stopwords
- 📊 **Most Frequent Words** – discover keywords in your content
- 📁 **Analyze Plain Text Files** (`.txt`, `.md`)
- 🧾 **Export Statistics to JSON** for dashboards, APIs, or storage
- 💻 **Command-Line Interface (CLI)** – analyze text in one line:  
  `textstats "Python is great!"`

---

## 🚀 Quick Start

### Installation
```bash
pip install textstatslite
