Metadata-Version: 2.1
Name: additionOPr
Version: 0.0.1
Summary: This package provides a function to add two numbers
Author: Roqaiah Jamil
Author-email: roqaiahjamil96@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENCE.txt

# additionOPr

## Description
The `additionOPr` package provides a single function: `add()`. This function takes two numbers as input and returns their sum.

## Installation
To install the `additionOPr` package, run the following command:
pip install additionOPr

## Usage
To use the `additionOPr` package, import it into your Python script and then call the `add()` function. For example:

```python
import additionOPr

# Add 2 and 3
result = additionOPr.add(2, 3)

# Print the result
print(result)
```
## License
The additionOPr package is licensed under the MIT License.

## Contact
If you have any questions about the additionOPr package, please contact roqaiahjamil96@gmail.com - Roqaiah Jamil.
