Metadata-Version: 2.4
Name: textscout
Version: 0.1.0
Summary: A simple and lightweight Python library for basic text analysis.
Project-URL: Homepage, https://github.com/Watanabi-Akari/textscout
Project-URL: Bug Tracker, https://github.com/Watanabi-Akari/textscout/issues
Author-email: Sixiang Ye <buriyuanyou0@gmail.com>
Keywords: analysis,nlp,statistics,text
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# TextScout

`textscout` is a simple and lightweight Python library for basic text analysis. It provides quick statistics like word count, character count, sentence count, and estimated reading time.

## Installation

You can install `textscout` via pip:

```bash
pip install textscout