Skip to content

vladyslavnUA/arithmaticpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arithmaticpy

Welcome to arithmaticpy - A Simple Arithmatic Python Library. The package is currently maintained and being updated. Official Release @ pypi.org

Installation

Use the package manager pip to install arithmaticpy.

pip install arithmaticpy

Usage

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/

License

MIT

Releases

No releases published

Packages

No packages published

Languages