Metadata-Version: 2.1
Name: dtit.pyLiteMath
Version: 0.0.2
Summary: This is a lite integer math lib.
Home-page: https://github.com/datatellittech/dtit_packages
Author: sunboss_uw
Author-email: dev@datatellit.com
License: UNKNOWN
Description: # LiteMath Library
        
        ## Introduction
        This is DTIT integer math library. It is very lite without any float type or standard C math lib.
        
        ### Install
        pip install dtit.pyLiteMath
        
        ### Check
        Execute
           
                  * python dtit\pyLiteMath\tests\hello.py *
        
        should echo with "dtit.pyLiteMath"
        
        ### Usage
        Please refer to examples in tests directory.
        
        ### Error Report
        Please email to dev@datatellit.com
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
