Metadata-Version: 1.1
Name: singing-girl
Version: 0.0.5
Summary: Library to convert number literals, to spanish equivalent text strings
Home-page: https://github.com/joac/singing-girl
Author: Joaquín Sorianello
Author-email: UNKNOWN
License: LICENSE.md
Description: ============
        Singing Girl
        ============
        .. image:: https://badge.fury.io/py/singing_girl.svg
            :target: http://badge.fury.io/py/singing_girl
        
        .. image:: https://travis-ci.org/joac/singing-girl.svg?branch=master
            :target: https://travis-ci.org/joac/singing-girl
        
        .. image:: https://coveralls.io/repos/joac/singing-girl/badge.svg?branch=master 
            :target: https://coveralls.io/r/joac/singing-girl?branch=master 
        
        Simple lib to convert decimal numbers to spanish text representation
        
        Usage
        -----
        Simple as::
        
            >>> from singing_girl import sing
            >>> sing(424242)
            'cuatrocientos veinticuatro mil doscientos cuarenta y dos'
        
        Install
        -------
        Get the last version from PyPI::
        
            $ pip install singing_girl
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: Spanish
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Localization
Classifier: Topic :: Utilities
