Automated release built by maturin.
words2num2 is the Rust-powered inverse of num2words2: it parses
spoken-form numbers back to numeric values across 100+ languages.
Wheels embed the conversion core natively (~2-4 MB, no external
model files) and the package has no runtime dependencies.
pip install words2num2What's Changed
- fix(en): a tens word may not follow a smaller number (resolves #17 — "three sixty" is 3 60) by @jqueguiner in #21
- fix(rust): bump pyo3 0.23 -> 0.29 for RUSTSEC advisories by @jqueguiner in #13
- ci: test on PyPy 3.11 instead of 3.10 by @jqueguiner in #22
- fix: years and digit runs in sentence mode; es 'ciento' by @jqueguiner in #23
Full Changelog: v0.3.2...v0.3.3