Metadata-Version: 2.4
Name: textutils_spring
Version: 0.1.0
Summary: Beginner-friendly text processing utilities.
Author-email: Your Name <your_email@example.com>
License: MIT License
Project-URL: Homepage, https://github.com/yourusername/textutils
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# textutils

Simple beginner-friendly text utilities package:
- Reverse strings
- Count characters and words
- Create URL-friendly slugs
- Convert strings to uppercase
