words2num2 0.3.0.dev1__tar.gz → 0.3.0.dev2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/.github/workflows/python-publish.yml +2 -2
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/CHANGELOG.md +13 -0
- {words2num2-0.3.0.dev1/words2num2.egg-info → words2num2-0.3.0.dev2}/PKG-INFO +12 -2
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/README.rst +10 -1
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/pyproject.toml +1 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/setup.py +5 -0
- words2num2-0.3.0.dev2/words2num2/_version.py +3 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2/words2num2.egg-info}/PKG-INFO +12 -2
- words2num2-0.3.0.dev1/words2num2/_version.py +0 -3
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/.flake8 +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/.github/workflows/aur-publish.yml +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/.github/workflows/ci.yml +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/.github/workflows/codeql-analysis.yml +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/.github/workflows/e2e-tests.yml +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/.github/workflows/lint.yml +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/.github/workflows/manual-publish.yml +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/.github/workflows/manual-release.yml +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/.github/workflows/pr-size.yml +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/.github/workflows/publish-pypi.yml +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/.github/workflows/release.yml +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/.github/workflows/scheduled-test.yml +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/.gitignore +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/CONTRIBUTING.md +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/COPYING +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/LOCAL_TESTING.md +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/MANIFEST.in +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/Makefile +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/REFERENCE.md +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/bin/words2num2 +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/packaging/aur/python-words2num2/.SRCINFO +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/packaging/aur/python-words2num2/PKGBUILD +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/packaging/aur/python-words2num2/README.md +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/setup.cfg +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/tests/__init__.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/tests/test_auto_parse.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/tests/test_dispatch.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/tests/test_lang_EN.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/tests/test_multilang.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/__init__.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/__main__.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/base.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/compat.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/converters/__init__.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/converters/auto.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/converters/sentence.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/formats.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_AF.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_AM.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_AR.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_AS.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_AZ.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_BA.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_BE.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_BG.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_BN.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_BO.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_BR.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_BS.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_CA.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_CE.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_CS.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_CY.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_DA.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_DE.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_EL.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_EN.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_EN_IN.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_EN_NG.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_EO.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_ES.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_ES_CO.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_ES_CR.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_ES_GT.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_ES_NI.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_ES_VE.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_ET.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_EU.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_FA.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_FI.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_FO.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_FR.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_FR_BE.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_FR_CH.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_FR_DZ.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_GL.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_GU.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_HA.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_HAW.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_HE.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_HI.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_HR.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_HT.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_HU.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_HY.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_ID.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_IS.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_IT.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_JA.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_JW.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_KA.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_KK.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_KM.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_KN.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_KO.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_KZ.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_LA.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_LB.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_LN.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_LO.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_LT.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_LV.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_MG.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_MI.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_MK.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_ML.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_MN.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_MR.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_MS.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_MT.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_MY.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_NE.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_NL.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_NN.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_NO.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_OC.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_PA.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_PL.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_PS.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_PT.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_PT_BR.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_RO.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_RU.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_SA.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_SD.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_SI.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_SK.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_SL.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_SN.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_SO.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_SQ.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_SR.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_SU.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_SV.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_SW.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_TA.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_TE.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_TET.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_TG.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_TH.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_TK.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_TL.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_TR.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_TT.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_UK.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_UR.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_UZ.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_VI.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_WO.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_YI.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_YO.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_ZH.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_ZH_CN.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_ZH_HK.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/lang_ZH_TW.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2/utils.py +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2.egg-info/SOURCES.txt +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2.egg-info/dependency_links.txt +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2.egg-info/entry_points.txt +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2.egg-info/requires.txt +0 -0
- {words2num2-0.3.0.dev1 → words2num2-0.3.0.dev2}/words2num2.egg-info/top_level.txt +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Auto-publish hook: when CI succeeds on main, build the package and
|
|
2
|
-
# publish to PyPI
|
|
2
|
+
# publish to PyPI, skipping versions that are already present. Tag-based
|
|
3
3
|
# releases via release.yml are still the primary path; this workflow is
|
|
4
4
|
# a safety net for one-off pushes that bumped the version without a tag.
|
|
5
5
|
name: Upload Python Package
|
|
@@ -58,4 +58,4 @@ jobs:
|
|
|
58
58
|
env:
|
|
59
59
|
TWINE_USERNAME: __token__
|
|
60
60
|
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
|
|
61
|
-
run: twine upload dist/* --verbose
|
|
61
|
+
run: twine upload --skip-existing dist/* --verbose
|
|
@@ -4,6 +4,18 @@ All notable changes to `words2num2` are documented here. This project
|
|
|
4
4
|
follows [Semantic Versioning](https://semver.org/) and uses
|
|
5
5
|
[Keep a Changelog](https://keepachangelog.com/) style.
|
|
6
6
|
|
|
7
|
+
## [0.2.3] — 2026-05-02
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
- `aur-publish.yml` workflow now follows HTTP redirects when polling
|
|
11
|
+
for the freshly-published PyPI sdist. Without `curl -L` the legacy
|
|
12
|
+
`files.pythonhosted.org` URL returns a 302 and the wait loop never
|
|
13
|
+
satisfied, so the AUR job timed out before computing the sha256.
|
|
14
|
+
|
|
15
|
+
### Verified
|
|
16
|
+
- End-to-end release pipeline: tag push → build → test → GitHub
|
|
17
|
+
Release → PyPI Trusted Publishing → AUR push, all green.
|
|
18
|
+
|
|
7
19
|
## [0.2.2] — 2026-05-01
|
|
8
20
|
|
|
9
21
|
### Changed
|
|
@@ -132,6 +144,7 @@ follows [Semantic Versioning](https://semver.org/) and uses
|
|
|
132
144
|
- `Words2NumError` exception type.
|
|
133
145
|
- 59 tests.
|
|
134
146
|
|
|
147
|
+
[0.2.3]: https://github.com/jqueguiner/words2num2/releases/tag/v0.2.3
|
|
135
148
|
[0.2.2]: https://github.com/jqueguiner/words2num2/releases/tag/v0.2.2
|
|
136
149
|
[0.2.1]: https://github.com/jqueguiner/words2num2/releases/tag/v0.2.1
|
|
137
150
|
[0.2.0]: https://github.com/jqueguiner/words2num2/releases/tag/v0.2.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: words2num2
|
|
3
|
-
Version: 0.3.0.
|
|
3
|
+
Version: 0.3.0.dev2
|
|
4
4
|
Summary: Inverse of num2words2: convert spoken-form numbers back to numeric values across 100+ languages.
|
|
5
5
|
Home-page: https://github.com/jqueguiner/words2num2
|
|
6
6
|
Author: Jean-Louis Queguiner
|
|
@@ -9,6 +9,7 @@ Maintainer: Jean-Louis Queguiner
|
|
|
9
9
|
Maintainer-email: Jean-Louis Queguiner <jlqueguiner@gladia.io>
|
|
10
10
|
License: LGPL-2.1
|
|
11
11
|
Project-URL: Homepage, https://github.com/jqueguiner/words2num2
|
|
12
|
+
Project-URL: Documentation, https://github.com/jqueguiner/words2num2/wiki
|
|
12
13
|
Project-URL: Repository, https://github.com/jqueguiner/words2num2.git
|
|
13
14
|
Project-URL: Bug Tracker, https://github.com/jqueguiner/words2num2/issues
|
|
14
15
|
Keywords: number,word,numbers,words,parse,parser,convert,conversion,i18n,localisation,localization,internationalisation,internationalization,asr,speech,llm
|
|
@@ -104,9 +105,11 @@ entries**) and adds a free-text *auto-parse* mode that handles
|
|
|
104
105
|
currencies, units, configurable thousands/decimal separators, and
|
|
105
106
|
ASR/LLM-style mixed text.
|
|
106
107
|
|
|
107
|
-
The project is hosted on GitHub_
|
|
108
|
+
The project is hosted on GitHub_, and the full documentation is available
|
|
109
|
+
in the Wiki_. Contributions are welcome.
|
|
108
110
|
|
|
109
111
|
.. _GitHub: https://github.com/jqueguiner/words2num2
|
|
112
|
+
.. _Wiki: https://github.com/jqueguiner/words2num2/wiki
|
|
110
113
|
|
|
111
114
|
Why this library
|
|
112
115
|
----------------
|
|
@@ -303,6 +306,13 @@ entries** including:
|
|
|
303
306
|
|
|
304
307
|
Aliases: ``jp`` → ``ja``, ``cn`` → ``zh_CN``.
|
|
305
308
|
|
|
309
|
+
Wiki
|
|
310
|
+
----
|
|
311
|
+
For the full documentation, including installation, API details, CLI
|
|
312
|
+
usage, supported locales, sentence conversion, auto-parse behavior, and
|
|
313
|
+
migration guidance, please check the Wiki_. Feel free to propose wiki
|
|
314
|
+
enhancements.
|
|
315
|
+
|
|
306
316
|
Conversion types
|
|
307
317
|
~~~~~~~~~~~~~~~~
|
|
308
318
|
|
|
@@ -66,9 +66,11 @@ entries**) and adds a free-text *auto-parse* mode that handles
|
|
|
66
66
|
currencies, units, configurable thousands/decimal separators, and
|
|
67
67
|
ASR/LLM-style mixed text.
|
|
68
68
|
|
|
69
|
-
The project is hosted on GitHub_
|
|
69
|
+
The project is hosted on GitHub_, and the full documentation is available
|
|
70
|
+
in the Wiki_. Contributions are welcome.
|
|
70
71
|
|
|
71
72
|
.. _GitHub: https://github.com/jqueguiner/words2num2
|
|
73
|
+
.. _Wiki: https://github.com/jqueguiner/words2num2/wiki
|
|
72
74
|
|
|
73
75
|
Why this library
|
|
74
76
|
----------------
|
|
@@ -265,6 +267,13 @@ entries** including:
|
|
|
265
267
|
|
|
266
268
|
Aliases: ``jp`` → ``ja``, ``cn`` → ``zh_CN``.
|
|
267
269
|
|
|
270
|
+
Wiki
|
|
271
|
+
----
|
|
272
|
+
For the full documentation, including installation, API details, CLI
|
|
273
|
+
usage, supported locales, sentence conversion, auto-parse behavior, and
|
|
274
|
+
migration guidance, please check the Wiki_. Feel free to propose wiki
|
|
275
|
+
enhancements.
|
|
276
|
+
|
|
268
277
|
Conversion types
|
|
269
278
|
~~~~~~~~~~~~~~~~
|
|
270
279
|
|
|
@@ -36,6 +36,7 @@ classifiers = [
|
|
|
36
36
|
|
|
37
37
|
[project.urls]
|
|
38
38
|
Homepage = "https://github.com/jqueguiner/words2num2"
|
|
39
|
+
Documentation = "https://github.com/jqueguiner/words2num2/wiki"
|
|
39
40
|
Repository = "https://github.com/jqueguiner/words2num2.git"
|
|
40
41
|
"Bug Tracker" = "https://github.com/jqueguiner/words2num2/issues"
|
|
41
42
|
|
|
@@ -51,6 +51,11 @@ setup(
|
|
|
51
51
|
"asr speech llm"
|
|
52
52
|
),
|
|
53
53
|
url="https://github.com/jqueguiner/words2num2",
|
|
54
|
+
project_urls={
|
|
55
|
+
"Documentation": "https://github.com/jqueguiner/words2num2/wiki",
|
|
56
|
+
"Repository": "https://github.com/jqueguiner/words2num2.git",
|
|
57
|
+
"Bug Tracker": "https://github.com/jqueguiner/words2num2/issues",
|
|
58
|
+
},
|
|
54
59
|
packages=find_packages(exclude=["tests"]),
|
|
55
60
|
install_requires=["docopt>=0.6.2", "num2words2>=0.1.0.dev0"],
|
|
56
61
|
classifiers=CLASSIFIERS,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: words2num2
|
|
3
|
-
Version: 0.3.0.
|
|
3
|
+
Version: 0.3.0.dev2
|
|
4
4
|
Summary: Inverse of num2words2: convert spoken-form numbers back to numeric values across 100+ languages.
|
|
5
5
|
Home-page: https://github.com/jqueguiner/words2num2
|
|
6
6
|
Author: Jean-Louis Queguiner
|
|
@@ -9,6 +9,7 @@ Maintainer: Jean-Louis Queguiner
|
|
|
9
9
|
Maintainer-email: Jean-Louis Queguiner <jlqueguiner@gladia.io>
|
|
10
10
|
License: LGPL-2.1
|
|
11
11
|
Project-URL: Homepage, https://github.com/jqueguiner/words2num2
|
|
12
|
+
Project-URL: Documentation, https://github.com/jqueguiner/words2num2/wiki
|
|
12
13
|
Project-URL: Repository, https://github.com/jqueguiner/words2num2.git
|
|
13
14
|
Project-URL: Bug Tracker, https://github.com/jqueguiner/words2num2/issues
|
|
14
15
|
Keywords: number,word,numbers,words,parse,parser,convert,conversion,i18n,localisation,localization,internationalisation,internationalization,asr,speech,llm
|
|
@@ -104,9 +105,11 @@ entries**) and adds a free-text *auto-parse* mode that handles
|
|
|
104
105
|
currencies, units, configurable thousands/decimal separators, and
|
|
105
106
|
ASR/LLM-style mixed text.
|
|
106
107
|
|
|
107
|
-
The project is hosted on GitHub_
|
|
108
|
+
The project is hosted on GitHub_, and the full documentation is available
|
|
109
|
+
in the Wiki_. Contributions are welcome.
|
|
108
110
|
|
|
109
111
|
.. _GitHub: https://github.com/jqueguiner/words2num2
|
|
112
|
+
.. _Wiki: https://github.com/jqueguiner/words2num2/wiki
|
|
110
113
|
|
|
111
114
|
Why this library
|
|
112
115
|
----------------
|
|
@@ -303,6 +306,13 @@ entries** including:
|
|
|
303
306
|
|
|
304
307
|
Aliases: ``jp`` → ``ja``, ``cn`` → ``zh_CN``.
|
|
305
308
|
|
|
309
|
+
Wiki
|
|
310
|
+
----
|
|
311
|
+
For the full documentation, including installation, API details, CLI
|
|
312
|
+
usage, supported locales, sentence conversion, auto-parse behavior, and
|
|
313
|
+
migration guidance, please check the Wiki_. Feel free to propose wiki
|
|
314
|
+
enhancements.
|
|
315
|
+
|
|
306
316
|
Conversion types
|
|
307
317
|
~~~~~~~~~~~~~~~~
|
|
308
318
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|