Metadata-Version: 2.1
Name: textutils-plus
Version: 0.1.0
Summary: A small library for counting words and reversing text.
Author-email: Your Name <you@example.com>
License: 
        ---
        
        ### **`LICENSE`**
        (Example MIT License)
        ```text
        MIT License
        Copyright (c) 2025 Your Name
        
        Permission is hereby granted, free of charge, to any person obtaining a copy...
        
Project-URL: Homepage, https://github.com/yourusername/textutils-plus
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# textutils-plus

A small Python library providing simple text utilities:
- Count words
- Reverse text

## Installation
```bash
pip install textutils-plus
