Metadata-Version: 2.1
Name: arithmaticpy
Version: 0.1.3
Summary: Simple Arithmatic Python Library
Home-page: https://github.com/vladyslavnUA/arithmaticpy
Author: vladyslavn
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown

# Arithmaticpy


Welcome to arithmaticpy - A Simple Arithmatic Python Library. The package is currently maintained and being updated. Official Release @ [pypi.org](https://pypi.org/project/arithmaticpy/)

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install arithmaticpy.

```bash
pip install arithmaticpy
```

## Usage

```python
import arithmaticpy
from arithmaticpy import vlad

def sample_function():
   some_value = vlad.add(2, 4)
   return some_value  # returns 6

```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## Documentation
The official documentation for arithmaticpy can be found @ [https://pypi.org/project/arithmaticpy/](https://pypi.org/project/arithmaticpy/)

## License
[MIT](https://choosealicense.com/licenses/mit/)


