Metadata-Version: 2.4
Name: rangoli
Version: 0.1.0
Summary: A modern Python package named rangoli
Author-email: Your Name <your.email@example.com>
Project-URL: Homepage, https://github.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# rangoli

A modern Python package named rangoli

## Installation
```bash
pip install rangoli
```

## Quick Start
```python
from rangoli.module import hello_rangoli
hello_rangoli()
```
