Metadata-Version: 2.1
Name: roundr
Version: 1.0
Summary: Round Number
Home-page: https://github.com/RezaAbbaszadeh80
Author: Reza Abbaszadeh
Author-email: rezaabbaszadehlinkedin@gmail.com
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown

# My Package

A sample Python package.

## Installation

You can install the package using pip:

```
pip install roundr
```

## Usage

Here is an example of how to use the package:

```python
from roundr import roundr

print(roundr(32.56,1))
```
