Metadata-Version: 2.4
Name: pynums
Version: 1.0.0
Summary: A simple library for python made by Andriy Zhuk
Home-page: 
Author: Andriy Zhuk
Author-email: azuk37712@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

'PyNums' - is a simple library for working
with numbers, createated by Andriy Zhuk.
if includes functions for:
- working with numbers ('SumDigits','ReverseNumber');

- checking('IsPrime');

- basic math('SumAll');

- statistics('difference).

## installation
```bash
pip install pynams
