Metadata-Version: 2.1
Name: spa2num
Version: 0.0.6
Summary: Spanish word converter to numerical digits
Home-page: https://github.com/cartovarc/spa2num
Author: Carlos Tovar
License: MIT
Keywords: spanish,words,converter,numeric,digits
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Description-Content-Type: text/markdown
Requires-Dist: num2words

# Spanish words to numbers

> Allows you to translate to integer numerical words spelled in spanish. 

> to_number("ciento veintitrés millones cuatrocientos cincuenta y seis mil setecientos ochenta y nueve") -> 123456789

[![Latest Version on PyPI](https://img.shields.io/pypi/v/spa2num.svg)](https://pypi.python.org/pypi/spa2num/)
[![Supported Implementations](https://img.shields.io/pypi/pyversions/spa2num.svg)](https://pypi.python.org/pypi/spa2num/)
[![Build Status](https://secure.travis-ci.org/cartovarc/spa2num.svg?branch=master)](http://travis-ci.org/cartovarc/spa2num)
[![Documentation Status](https://readthedocs.org/projects/spa2num/badge/?version=latest)](https://spa2num.readthedocs.io/en/latest/?badge=latest)
[![Coverage Status](https://coveralls.io/repos/github/cartovarc/spa2num/badge.svg?branch=master)](https://coveralls.io/github/cartovarc/spa2num?branch=master)
[![Built with PyPi Template](https://img.shields.io/badge/PyPi_Template-v0.1.1-blue.svg)](https://github.com/christophevg/pypi-template)



## Documentation

Visit [Read the Docs](https://spa2num.readthedocs.org) for the full documentation, including overviews and several examples.




