Metadata-Version: 2.1
Name: eztextutils
Version: 0.1.0
Summary: A simple utility package for text operations
Home-page: https://github.com/aabhay007/eztextutils
Author: Abhay
Author-email: abhay007official@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# TextUtils

TextUtils is a simple Python package for performing basic text operations.

## Features

- Count words in a text string
- Count characters in a text string (excluding spaces)
- Reverse text

## Installation

```bash
pip install eztextutils
