Metadata-Version: 2.1
Name: ucalcs
Version: 0.1.2
Summary: This is a library of simple math operations.
License: MIT
Keywords: packaging,dependency,ucalcs
Author: onezer00
Author-email: caimbe2@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

# uCALC FOR SIMPLE CALCULATIONS OF NUMBERS LIST
---

### This is a library of simple math operations.
--- 



- You can pass a list of values ​​so that it returns a result.

- Use the methods (*some_all, subtract_all, multiply_all, divide_all*).

- The calculation is done in the order sent.
