Metadata-Version: 2.4
Name: modulu
Version: 0.1.0
Summary: Working on it!
Author: Your Name
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: summary

# Modulu

A Python module for simple demonstration purposes.  
**Note:** This project is in active developmentâ€”stay tuned for updates!

## Features

- Basic class example
- Easy to extend for your own needs

## Usage

```python
from modulu import Modulu

# Create an instance with a value
m = Modulu(5)

# Double the value
print(m.double())  # Output: 10
```

## Installation

You can install Modulu locally using pip:

```bash
pip install modulu
```

## License

MIT License
