Metadata-Version: 1.1
Name: NumSeparator
Version: 0.0.1
Summary: 100000 ----> 100,000
Home-page: UNKNOWN
Author: Irene Nsengumukiza
Author-email: irene.study.2023@gmail.com
License: MIT
Description: this package is for separating numbers for better display
        for example:
        10000 ----> 10,000
        129000.89 ---> 129,000.89
        
        to import the pack 
        
        just use:
        import NumSeparator
        
        perform separation
        ------------------
        
        separated = NumSeparator.separate(numbers = 1000.38)
        print(separated)
        
        output: 1,000.38
        
        
        github: https://github.com/coldsober-irene
        
        
        Change Log
        ==========
        
        0.0.1 (15/02/2022)
        ------------------
        First release
Keywords: numbers
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
