├── LICENSE.txt ├── README.md ├── num2t4ru └── __init__.py ├── setup.py └── tests.py /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seriyps/ru_number_to_text/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seriyps/ru_number_to_text/HEAD/README.md -------------------------------------------------------------------------------- /num2t4ru/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seriyps/ru_number_to_text/HEAD/num2t4ru/__init__.py -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seriyps/ru_number_to_text/HEAD/setup.py -------------------------------------------------------------------------------- /tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seriyps/ru_number_to_text/HEAD/tests.py --------------------------------------------------------------------------------