Metadata-Version: 2.4
Name: unit-engine
Version: 0.1.1
Summary: A simple Python library to convert between different units
Home-page: https://github.com/yourusername/unit-converter
Author: Mohammad erfan
Author-email: erfan4524as@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# unit-engine

A simple, lightweight Python library for converting between different units such as length, weight, temperature, and more.

## Features
- Easy-to-use API
- Fast and lightweight
- No external dependencies
- Clean and readable code
- Suitable for scripts, apps, and larger projects

## Installation
```bash
pip install unit-engine
