Metadata-Version: 2.1
Name: dhruv_package
Version: 0.1
Summary: A simple string to slug converter
Home-page: https://github.com/yourusername/simpleslug
Author: Your Name
Author-email: your.email@example.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# simpleslug

A simple Python function to convert text into URL-friendly slugs.

## Installation
```bash
pip install simpleslug
