words2num2 0.3.0.dev1__py3-none-any.whl → 0.3.0.dev2__py3-none-any.whl

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/_version.py CHANGED
@@ -1,3 +1,3 @@
1
1
  # Auto-generated version file
2
- __version__ = "0.3.0.dev1"
3
- __version_tuple__ = (0, 3, 0, 'dev1')
2
+ __version__ = "0.3.0.dev2"
3
+ __version_tuple__ = (0, 3, 0, 'dev2')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: words2num2
3
- Version: 0.3.0.dev1
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_. Contributions are welcome.
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
 
@@ -1,6 +1,6 @@
1
1
  words2num2/__init__.py,sha256=ha9YO5KiMX5KAfxMEZtsLqybOaApbaBqHofXW7MeHG0,9371
2
2
  words2num2/__main__.py,sha256=7xsUDES0cPzgMDby23me_sA5_67pOEgY6LSwZZFX4nQ,977
3
- words2num2/_version.py,sha256=4BcVjoVoJ2hdFdkok0qZ9BtrirPgEt99sHB4UxfE5Og,95
3
+ words2num2/_version.py,sha256=czPJeKQo7zh1Ws0mBfUx6zJq9aJfpGFY20XId9E133A,95
4
4
  words2num2/base.py,sha256=WqoA3vV2bQLYc9CA1ZfePvkfDjuMq7wxCM5nK3BfhO4,6178
5
5
  words2num2/compat.py,sha256=Q0_iHRdjVGKiQT5CLskUz6c1aB8U-aiSxhaoxksV8oQ,232
6
6
  words2num2/formats.py,sha256=xxaDYOhbX-LFH9ZVeuQn7LavDJOQqbQfjW87a2oi0Zg,8050
@@ -126,10 +126,10 @@ words2num2/utils.py,sha256=w5PhkoP2Wmh5zTJJUDrIbTrp4czlyRxkreTSkHZzOJk,559
126
126
  words2num2/converters/__init__.py,sha256=9zjsz8rfLTQmMYU1AYYq_1IexRL0Yo0vQ9aBrzzbNp4,57
127
127
  words2num2/converters/auto.py,sha256=7gmGeRsIs22oznA5k_WzQkKcbYKDEZCa6BDXxVgKUNA,19344
128
128
  words2num2/converters/sentence.py,sha256=IAXZBbP9OkyvaSOAeTBiG6YvelzhdWwYLWW_E--7xDQ,4283
129
- words2num2-0.3.0.dev1.data/scripts/words2num2,sha256=RVA3nV3MK0c_BChoZXA1drlfPnl3FtX5vdDVM_7C_44,660
130
- words2num2-0.3.0.dev1.dist-info/licenses/COPYING,sha256=XR7gdKp-Beo_VC4KWT2Y-v11tyGIVzzp-o0h-Ax5fn4,23994
131
- words2num2-0.3.0.dev1.dist-info/METADATA,sha256=Kanmse-zklByHqXsyufvhYKFf6CRZbIhEuDefCmXPn4,14034
132
- words2num2-0.3.0.dev1.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
133
- words2num2-0.3.0.dev1.dist-info/entry_points.txt,sha256=t5dAYQBODxTbEyVxZlXwOFsfxHMsJEgi0ZFmjVFyHRQ,56
134
- words2num2-0.3.0.dev1.dist-info/top_level.txt,sha256=zjY2yPwfvwnNoUzI_XQtF0xTh9N36RP9GgkJck0BW2o,11
135
- words2num2-0.3.0.dev1.dist-info/RECORD,,
129
+ words2num2-0.3.0.dev2.data/scripts/words2num2,sha256=RVA3nV3MK0c_BChoZXA1drlfPnl3FtX5vdDVM_7C_44,660
130
+ words2num2-0.3.0.dev2.dist-info/licenses/COPYING,sha256=XR7gdKp-Beo_VC4KWT2Y-v11tyGIVzzp-o0h-Ax5fn4,23994
131
+ words2num2-0.3.0.dev2.dist-info/METADATA,sha256=0LzcIeFRX26EqrY_0QA1IpZrTk2gkyvNysjKEa6P6ls,14454
132
+ words2num2-0.3.0.dev2.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
133
+ words2num2-0.3.0.dev2.dist-info/entry_points.txt,sha256=t5dAYQBODxTbEyVxZlXwOFsfxHMsJEgi0ZFmjVFyHRQ,56
134
+ words2num2-0.3.0.dev2.dist-info/top_level.txt,sha256=zjY2yPwfvwnNoUzI_XQtF0xTh9N36RP9GgkJck0BW2o,11
135
+ words2num2-0.3.0.dev2.dist-info/RECORD,,