Metadata-Version: 2.4
Name: random-python-package
Version: 0.1.0
Summary: Random functions in a package.
Author-email: HaloMaster6482 <ingenue-number-6o@icloud.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Random Python Package

## Set up
```powershell
pip install random-python-package
```

## Usage

A way to import random python package module.
```python
from rpp.math import math
```

### math
```python
plus = add(1,1)
minus = subtract(1,4)
```

## License
[MIT License](LICENSE)

