Metadata-Version: 2.1
Name: dehumanizer
Version: 0.0.2
Summary: Dehumanize number strings
Home-page: https://github.com/orlandodiaz/dehumanizer
Author: Orlando Diaz
Author-email: orlandodiaz.dev@gmail.com
License: UNKNOWN
Description: Parse humanized strings like 128M to 16K to something a machine can understand
        
        ## Installation
        
            pip install dehumanizer
        
        ## Usage
        
            >>> dehumanizer.parse_string('128k')
            128000
        
         You can also try millions:
        
             >>> dehumanizer.parse_string('128m')
            128000000
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
