LICENSE
MANIFEST.in
README.rst
setup.py
tests/__init__.py
tests/test_text_to_num_en.py
tests/test_text_to_num_es.py
tests/test_text_to_num_fr.py
text2num.egg-info/PKG-INFO
text2num.egg-info/SOURCES.txt
text2num.egg-info/dependency_links.txt
text2num.egg-info/not-zip-safe
text2num.egg-info/top_level.txt
text_to_num/__init__.py
text_to_num/parsers.py
text_to_num/py.typed
text_to_num/transforms.py
text_to_num/lang/__init__.py
text_to_num/lang/base.py
text_to_num/lang/english.py
text_to_num/lang/french.py
text_to_num/lang/spanish.py