Metadata-Version: 2.1
Name: TinyMath
Version: 0.0.1
Summary: A small mathematics library
Home-page: https://github.com/Ajayff4/TinyMath
Author: Ajay Agrawal
Author-email: ajayff4@gmail.com
License: UNKNOWN
Description: It is the demo package created for educational purpose,
        It has two classes inside 
        class Numbers
            methods isPrime(n), isArmstrong(n)
        class Arithmetic
            methods add(a,b), sub(a,b)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
