Metadata-Version: 2.4
Name: spanum
Version: 0.0.1
Summary: Python module that converts numbers to Spanish numerals and vice versa.
Project-URL: Homepage, https://github.com/marydrobotun/spanum
Project-URL: Documentation, https://readthedocs.org
Project-URL: Repository, https://github.com/marydrobotun/spanum/blob/main/README.md
Author-email: Mary Drobotun <marydrobotun@gmail.com>
Maintainer-email: Mary Drobotun <marydrobotun@gmail.com>
License-Expression: MIT
Keywords: numbers,numerals,spanish
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# spanum
The `spanish_numbers` Python module converts numbers to Spanish numerals and vice versa.
## 📦 Installation
```
pip install spanum
```