Skip to main content

Parse and convert numbers written in French, Spanish, English, Portuguese, German, Dutch or Italian into their digit representation.

Project description

text2num

A fast and robust text2num converter library a library for recognizing, parsing and transcribing into digits (base 10) numbers expressed in natural language. It works on strings as well as on custom token lists.

No IA involved: it is low on resources (and energy!) consumption and the latency is very small.

Documentation status

text2num is a python package that provides functions and parser classes for:

  • Parsing numbers expressed as natural language words and converting them to integer values.
  • Detection of ordinal, cardinal and decimal numbers in a stream of natural language words and get their decimal digit representations.

Supported natural languages (in alphabetical order):

  • Dutch;
  • English;
  • French;
  • German;
  • Italian;
  • Portuguese (Brazilian and European);
  • Spanish.

Versions 3.X vs 2.X

This new generation of text2num relies on a new and improved algorithm implemented in Rust whereas the 2.X branch is in pure python and uses a less capable algorithm and has now been retired.

You don't need Rust to install and run text2num! as we provide precompiled wheels.

Backward incompatible changes:

  • dropped support for signed numbers — the feature was broken anyway;
  • parsing mode is relaxed by default (i.e. "greedy") — you can use punctuation (e.g. commas) to separate groups in text, or voice pauses if processing Speech-to-Text token streams;
  • the threshold optional parameter to alpha2digits now applies to both ordinals and cardinals. As a consequence the signature of alpha2digits has changed.
  • the Russian and Catalan languages have not been ported yet.

Installation

We provide pre-compiled wheels for Linux, MacOS and Windows:

py 3.8 py 3.9 py 3.10 py 3.11 py 3.12 py 3.13
Linux aarch64
Linux armv7l
Linux ppc64le
Linux s390x
Linux x86_64
Linux i686
win32
win amd64
macos 11

So all you need to do is this:

pip install text2num
# or, if using an `uv` project:
uv add text2num

Quickstart by example

Not every supported language is covered in these examples, but it gives you an idea.

Parse and convert

French examples:

    >>> from text_to_num import text2num
    >>> text2num('quatre-vingt-quinze', "fr")
    95

    >>> text2num('nonante-cinq', "fr")
    95

    >>> text2num('mille neuf cent quatre-vingt dix-neuf', "fr")
    1999

    >>> text2num('dix-neuf cent quatre-vingt dix-neuf', "fr")
    1999

    >>> text2num("cinquante et un million cinq cent soixante dix-huit mille trois cent deux", "fr")
    51578302

    >>> text2num('mille mille deux cents', "fr")
    Traceback (most recent call last):
        ...
    ValueError: invalid literal for text2num: 'mille mille deux cents'

English examples:

    >>> from text_to_num import text2num

    >>> text2num("fifty-one million five hundred seventy-eight thousand three hundred two", "en")
    51578302

    >>> text2num("eighty-one", "en")
    81

Spanish examples:

    >>> from text_to_num import text2num
    >>> text2num("ochenta y uno", "es")
    81

    >>> text2num("nueve mil novecientos noventa y nueve", "es")
    9999

    >>> text2num("cincuenta y tres millones doscientos cuarenta y tres mil setecientos veinticuatro", "es")
    53243724

Portuguese examples:

    >>> from text_to_num import text2num
    >>> text2num("trinta e dois", "pt")
    32

    >>> text2num("mil novecentos e seis", "pt")
    1906

    >>> text2num("vinte e quatro milhões duzentos mil quarenta e sete", "pt")
    24200047

German examples:

    >>> from text_to_num import text2num

    >>> text2num("einundfünfzigmillionenfünfhundertachtundsiebzigtausenddreihundertzwei", "de")
    51578302

    >>> text2num("ein und achtzig", "de")
    81

Find and transcribe

Any numbers, even ordinals.

French:

    >>> from text_to_num import alpha2digit
    >>> sentence = (
    ...     "Huit cent quarante-deux pommes, vingt-cinq chiens, mille trois chevaux, "
    ...     "douze mille six cent quatre-vingt-dix-huit clous.\n"
    ...     "Quatre-vingt-quinze vaut nonante-cinq. On tolère l'absence de tirets avant les unités : "
    ...     "soixante seize vaut septante six.\n"
    ...     "Nombres en série : douze, quinze, zéro zéro quatre, vingt, cinquante-deux, cent trois, cinquante deux, "
    ...     "trente et un.\n"
    ...     "Ordinaux: cinquième troisième vingt et unième centième mille deux cent trentième.\n"
    ...     "Décimaux: douze virgule quatre-vingt dix-neuf, cent vingt virgule zéro cinq ; "
    ...     "mais soixante zéro deux."
    ... )
    >>> print(alpha2digit(sentence, "fr"))
    842 pommes, 25 chiens, 1003 chevaux, 12698 clous.
    95 vaut 95. On tolère l'absence de tirets avant les unités : 76 vaut 76.
    Nombres en série : 12, 15, 004, 20, 52, 103, 52, 31.
    Ordinaux: 5ème 3ème 21ème 100ème 1230ème.
    Décimaux: 12,99, 120,05 ; mais 60 02.

    >>> sentence = "Cinquième premier deuxième troisième vingt et unième centième mille deux cent trentième."
    >>> print(alpha2digit(sentence, "fr"))
    5ème 1er 2ème 3ème 21ème 100ème 1230ème.

English:

    >>> from text_to_num import alpha2digit

    >>> text = "On May twenty-third, I bought twenty-five cows, twelve chickens and one hundred twenty five point four zero kg of potatoes."
    >>> alpha2digit(text, "en")
    'On May 23rd, I bought 25 cows, 12 chickens and 125.40 kg of potatoes.'

    >>> alpha2digit("I finished the race in the twelfth position!", "en")
    'I finished the race in the 12th position!'

Spanish:

    >>> from text_to_num import alpha2digit

    >>> text = "Compramos veinticinco vacas, doce gallinas y ciento veinticinco coma cuarenta kg de patatas."
    >>> alpha2digit(text, "es")
    'Compramos 25 vacas, 12 gallinas y 125,40 kg de patatas.'

    >>> text = "Compramos veinticinco vacas, doce gallinas y ciento veinticinco punto cuarenta kg de patatas."
    >>> alpha2digit(text, "es")
    'Compramos 25 vacas, 12 gallinas y 125.40 kg de patatas.'

    >>> text = "Ella ha quedado tercera"
    >>> alpha2digit(text, "es", threshold=0)
    'Ella ha quedado 3ª'

Portuguese:

    >>> from text_to_num import alpha2digit

    >>> text = "Comprámos vinte e cinco vacas, doze galinhas e cento e vinte e cinco vírgula quarenta kg de batatas."
    >>> alpha2digit(text, "pt")
    'Comprámos 25 vacas, 12 galinhas e 125,40 kg de batatas.'

    >>> text = "Ordinais: quinto, terceiro, vigésima, vigésimo primeiro, centésimo quarto"
    >>> alpha2digit(text, "pt")
    'Ordinais: 5º, 3º, 20ª, 21º, 104º'

German:

    >>> from text_to_num import alpha2digit

    >>> text = "Ich habe fünfundzwanzig Kühe, zwölf Hühner und einhundertfünfundzwanzig kg Kartoffeln gekauft."
    >>> alpha2digit(text, "de")
    'Ich habe 25 Kühe, 12 Hühner und 125 kg Kartoffeln gekauft.'

    >>> text = "Die Telefonnummer lautet dreiunddreißig neun sechzig null sechs zwölf einundzwanzig."
    >>> alpha2digit(text, "de")
    'Die Telefonnummer lautet 33 9 60 06 12 21.'

    >>> text = "Der zweiundzwanzigste Januar zweitausendzweiundzwanzig."
    >>> alpha2digit(text, "de")
    'Der 22. Januar 2022.'

    >>> text = "Es ist ein Buch mit dreitausend Seiten aber nicht das erste."
    >>> alpha2digit(text, "de", threshold=0)
    'Es ist 1 Buch mit 3000 Seiten aber nicht das 1..'

    >>> text = "Pi ist drei Komma eins vier und so weiter, aber nicht drei Komma vierzehn :-p"
    >>> alpha2digit(text, "de", threshold=0)
    'Pi ist 3,14 und so weiter, aber nicht 3 Komma 14 :-p'

Working with tokens

Imagine that we have an ASR application that returns a transcript as a list of tokens (text, start timestamp, end timestamp) where the timestamps are integers representing milliseconds relative to the beginning of the speech.

from text_to_num import (Token, find_numbers)


class DecodedWord(Token):
    def __init__(self, text, start, end):
        self._text = text
        self.start = start
        self.end = end

    def text(self):
        return self._text

    def nt_separated(self, previous):
        # we consider a voice gap of more that 100 ms as significant
        return self.start - previous.end > 100


# Let's simulate ASR output

stream = [
    DecodedWord("We", 0, 100),
    DecodedWord("have", 100, 200),
    DecodedWord("respectively", 200, 400),
    DecodedWord("twenty", 400, 500),
    DecodedWord("nine", 610, 700),
    DecodedWord("and", 700, 800),
    DecodedWord("thirty", 800, 900),
    DecodedWord("four", 950, 1000),
    DecodedWord("dollars", 1010, 1410)
]

occurences = find_numbers(stream, "en")

for num in occurences:
    print(f"found number {num.text} ({num.value}) at range [{num.start}, {num.end}] in the stream")

When executed, that code snippet prints::

found number 20 (20.0) at range [3, 4] in the stream
found number 9 (9.0) at range [4, 5] in the stream
found number 34 (34.0) at range [6, 8] in the stream

Read the complete documentation on ReadTheDocs.

Contribute

Join us on https://github.com/allo-media/text2num

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

text2num-3.0.2.tar.gz (17.5 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

text2num-3.0.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (592.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

text2num-3.0.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl (633.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

text2num-3.0.2-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (672.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

text2num-3.0.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (565.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

text2num-3.0.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (385.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

text2num-3.0.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (414.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

text2num-3.0.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (504.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

text2num-3.0.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (397.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

text2num-3.0.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (389.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

text2num-3.0.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (418.1 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

text2num-3.0.2-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (380.8 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

text2num-3.0.2-cp315-cp315-manylinux_2_5_i686.manylinux1_i686.whl (411.5 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.5+ i686

text2num-3.0.2-cp314-cp314t-musllinux_1_2_x86_64.whl (587.4 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

text2num-3.0.2-cp314-cp314t-musllinux_1_2_i686.whl (625.9 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

text2num-3.0.2-cp314-cp314t-musllinux_1_2_armv7l.whl (665.9 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

text2num-3.0.2-cp314-cp314t-musllinux_1_2_aarch64.whl (558.9 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

text2num-3.0.2-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (409.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

text2num-3.0.2-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (498.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

text2num-3.0.2-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (392.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

text2num-3.0.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (383.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

text2num-3.0.2-cp314-cp314-win_amd64.whl (230.9 kB view details)

Uploaded CPython 3.14Windows x86-64

text2num-3.0.2-cp314-cp314-win32.whl (228.1 kB view details)

Uploaded CPython 3.14Windows x86

text2num-3.0.2-cp314-cp314-musllinux_1_2_x86_64.whl (588.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

text2num-3.0.2-cp314-cp314-musllinux_1_2_i686.whl (626.2 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

text2num-3.0.2-cp314-cp314-musllinux_1_2_armv7l.whl (667.3 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

text2num-3.0.2-cp314-cp314-musllinux_1_2_aarch64.whl (560.4 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

text2num-3.0.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (380.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

text2num-3.0.2-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (410.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

text2num-3.0.2-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (495.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

text2num-3.0.2-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (393.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

text2num-3.0.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (384.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

text2num-3.0.2-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (411.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

text2num-3.0.2-cp314-cp314-macosx_11_0_arm64.whl (343.9 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

text2num-3.0.2-cp313-cp313t-musllinux_1_2_x86_64.whl (587.5 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

text2num-3.0.2-cp313-cp313t-musllinux_1_2_i686.whl (625.9 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

text2num-3.0.2-cp313-cp313t-musllinux_1_2_armv7l.whl (665.6 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

text2num-3.0.2-cp313-cp313t-musllinux_1_2_aarch64.whl (559.0 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

text2num-3.0.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (409.4 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

text2num-3.0.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (499.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

text2num-3.0.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (391.8 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

text2num-3.0.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (383.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

text2num-3.0.2-cp313-cp313-win_amd64.whl (230.7 kB view details)

Uploaded CPython 3.13Windows x86-64

text2num-3.0.2-cp313-cp313-musllinux_1_2_x86_64.whl (588.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

text2num-3.0.2-cp313-cp313-musllinux_1_2_i686.whl (625.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

text2num-3.0.2-cp313-cp313-musllinux_1_2_armv7l.whl (667.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

text2num-3.0.2-cp313-cp313-musllinux_1_2_aarch64.whl (560.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

text2num-3.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (380.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

text2num-3.0.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (410.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

text2num-3.0.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (500.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

text2num-3.0.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (392.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

text2num-3.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (384.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

text2num-3.0.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (411.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

text2num-3.0.2-cp313-cp313-macosx_11_0_arm64.whl (343.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

text2num-3.0.2-cp312-cp312-win_amd64.whl (231.2 kB view details)

Uploaded CPython 3.12Windows x86-64

text2num-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl (589.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

text2num-3.0.2-cp312-cp312-musllinux_1_2_i686.whl (626.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

text2num-3.0.2-cp312-cp312-musllinux_1_2_armv7l.whl (667.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

text2num-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl (560.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

text2num-3.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (381.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

text2num-3.0.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (410.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

text2num-3.0.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (499.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

text2num-3.0.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (393.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

text2num-3.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (384.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

text2num-3.0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (412.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

text2num-3.0.2-cp312-cp312-macosx_11_0_arm64.whl (344.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

text2num-3.0.2-cp311-cp311-win_amd64.whl (232.5 kB view details)

Uploaded CPython 3.11Windows x86-64

text2num-3.0.2-cp311-cp311-musllinux_1_2_x86_64.whl (591.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

text2num-3.0.2-cp311-cp311-musllinux_1_2_i686.whl (628.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

text2num-3.0.2-cp311-cp311-musllinux_1_2_armv7l.whl (671.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

text2num-3.0.2-cp311-cp311-musllinux_1_2_aarch64.whl (564.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

text2num-3.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (383.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

text2num-3.0.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (412.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

text2num-3.0.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (503.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

text2num-3.0.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (396.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

text2num-3.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (388.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

text2num-3.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (414.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

text2num-3.0.2-cp311-cp311-macosx_11_0_arm64.whl (346.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

text2num-3.0.2-cp310-cp310-win_amd64.whl (232.4 kB view details)

Uploaded CPython 3.10Windows x86-64

text2num-3.0.2-cp310-cp310-musllinux_1_2_x86_64.whl (591.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

text2num-3.0.2-cp310-cp310-musllinux_1_2_i686.whl (628.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

text2num-3.0.2-cp310-cp310-musllinux_1_2_armv7l.whl (669.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

text2num-3.0.2-cp310-cp310-musllinux_1_2_aarch64.whl (563.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

text2num-3.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (383.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

text2num-3.0.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (412.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

text2num-3.0.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (501.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

text2num-3.0.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (395.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

text2num-3.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (387.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

text2num-3.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (414.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

text2num-3.0.2-cp39-cp39-musllinux_1_2_x86_64.whl (593.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

text2num-3.0.2-cp39-cp39-musllinux_1_2_i686.whl (632.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

text2num-3.0.2-cp39-cp39-musllinux_1_2_armv7l.whl (672.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

text2num-3.0.2-cp39-cp39-musllinux_1_2_aarch64.whl (565.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

text2num-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (385.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

text2num-3.0.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (414.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

text2num-3.0.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (504.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

text2num-3.0.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (397.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

text2num-3.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (389.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

text2num-3.0.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (417.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

text2num-3.0.2-cp38-cp38-musllinux_1_2_x86_64.whl (593.8 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

text2num-3.0.2-cp38-cp38-musllinux_1_2_i686.whl (632.4 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

text2num-3.0.2-cp38-cp38-musllinux_1_2_armv7l.whl (672.7 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

text2num-3.0.2-cp38-cp38-musllinux_1_2_aarch64.whl (566.1 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

text2num-3.0.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (414.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

text2num-3.0.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (505.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

text2num-3.0.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (397.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

text2num-3.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (390.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

Details for the file text2num-3.0.2.tar.gz.

File metadata

  • Download URL: text2num-3.0.2.tar.gz
  • Upload date:
  • Size: 17.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.13.3

File hashes

Hashes for text2num-3.0.2.tar.gz
Algorithm Hash digest
SHA256 27876b7c7a6ce0fbf38567d29c8717c2ed6269e529a21c0025c4b32750cacbbb
MD5 78756034819ff6f5f3604147be94eadb
BLAKE2b-256 daad215dfcc279982d562bc012cfeace3c45c9d66eab060b3ad75ff682a32ee8

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8622401fbb8a7e000f96922e980eb9595babf28df7c92557ebd61f7124c542bc
MD5 d54a6de5cc7ef4b1f51bb871194df849
BLAKE2b-256 6fa6ef8ff0630ea27720df6adc7bdd3a432d43f72a24e89a36ee5ef4a688e842

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ac3c82b99a8caa662fd34c1706a0f15b8ce303a6d7646485096302f433d5a2f9
MD5 3d366f54d01f12df7a0970c4a5f3eddd
BLAKE2b-256 d1bf8683e4207c951832a3d41648a1cb09451aedd3a515ce31acf9023a41ce9f

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0afffbc3b959ef168c40062bf5fc32cb04281ab6b7c3db2a6eaf608cc2b1a52a
MD5 51664a357b7d899110aa50dcc9c4965b
BLAKE2b-256 9f960bc60126780edbd8281083b8c09a1e7caee45408d1f7bde29097ca3443eb

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 85cfa36a63947800a1546135b7dc6e1a5b9cabd0f2f8717b15eb720697a9d6e7
MD5 517ea86a2fe1d99c4889e517ff1c6e7f
BLAKE2b-256 d516c30589eeb7fbe89f982535ec2963739367f307e366fa76d65de10724090e

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a013acb69fa1b6efdb02193f80ef06d7797ed8dee4a30deeb6e4352f3d6f5947
MD5 1969c1f9be6bc84bf02620e6a0fe5a4b
BLAKE2b-256 600e6ef341e9498619d7e648c213eed3e870cf303b1ebf4d82903da91a56cd43

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f28093542fa30a89339db49e47233cf79cc5df94adffd218a8a547ecf29c0427
MD5 7a1add24ec2b0bde54e4af01c171b50f
BLAKE2b-256 db4b3a5455879d9495ce565d17213a013634305668f623577b5a24fc60e18045

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b6ab47d4877ca25841bef13dd32d20474673d1e4ca29b9fd685060c6225e1d88
MD5 09c8d4259a0ded0fc7af3daacf130111
BLAKE2b-256 c65b5dcfb5829e37f436ca4ff86e8823b7c0ea74a74425afbeeb9a244a4c1a9a

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 12779dac1503ddf82a4da6e353dc42fed2f1817b1e105fd0874231a9cc4245ca
MD5 d47bf3b6353de0185dc775aa8643520b
BLAKE2b-256 abb5a83fe801edb10c1525e691d095c45463dfb003020eb8aa7d09a04f7dbeec

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1d4bffd59da9dd3060e28181e85ee62f18ef19944006b8197ec2b240786c3268
MD5 a33b735dfe9ff0f6aff813277f2e2b69
BLAKE2b-256 229d0f80284ff7f4d5a9e16e813860caf3e8d9b6ff3806d104b88e2d9d99b514

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d1f0ebc6ec3c163de776f612cec00124a9b89fd912ada0729cd6ccc21fb9437c
MD5 2d210794d1e64103324e7f9ef9ff1efc
BLAKE2b-256 50ffbc2d652d583dc4f71be57cbd2cbfc19cb81feaa5f5b0477d0ff3877acaf5

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ed12ac9140fabc51c47ef5c5d157cae8b5322be579fdedd09b138e9f0ec40844
MD5 31d6246158acb16c96d64d9761940957
BLAKE2b-256 542a712d7ddcd95c9d5f99bac003fa04f57151905200d302075ce777e11d7b70

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp315-cp315-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp315-cp315-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2b75c7f02b7ec76a1e2426c9d663a9651d63a815d90c6dad61b3ea6deab1b9fb
MD5 d852499d3f16bd4ba9d7b2b3a1fff9b2
BLAKE2b-256 6a4bd6602f999b6354bb3e5a2886ba8930cb535609188acbd21e6c7498a43b64

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 efe383cace54ed3e6ea47022a41009cf093d1e67bd160d94f31f0340c64e0b3d
MD5 1f1b56a78281301d45fe07ee87f25356
BLAKE2b-256 dbdc35690e9d65455f7f15f15f54c7b873c947b12587ceae31d1b09f72189ca0

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f3f374879fff8d22babb7efe6edd05caf25b8762cb52a91ce74364794648b4e9
MD5 ac832e2ccc0c19085dc196368ce18206
BLAKE2b-256 e6f2311404947ae40a773352c61bb2d1e335cb2d0dd1f2a9b0ffcb102f2e4a05

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5e6e0f7709422810f72c7f8526242fc8eb359f3c6f497a608d58970130802c39
MD5 87f623db07928b5899fc240f96a59420
BLAKE2b-256 02c9789eaa54a86f18fa98eec51cf8cc83275525ed8725508e6975f3b4c44d25

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 675560b006330fc271c33f837ace7c9d40748c8c66567498ac791d0f576c681d
MD5 c79198430e750839ce389e37a0407906
BLAKE2b-256 dfebe3e2d3cef47e6daf590e0291b258b4e59abd30f48318c0cce50dc202f21f

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f87ad35aa1e1150fe84e68e0ce54c218be222b2b3b733616491b67afc525d410
MD5 7600fafd0090cc6091fe4be0de59e91d
BLAKE2b-256 e66ca688453bb53813325eb10755b7a17e4a2f3aef474e0df0e919c650ed66de

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4877b78f2f3758ece536673783585ae93a38a942322aeca663ca1220aa0b0506
MD5 e3f3788d54c2fc3d7bcfae657f1d03d6
BLAKE2b-256 000d5600d9f98485c11e350a178bf8d6f0a48b02ab96e28d0028bfe6de2f003d

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0fd1c5e0c0fad69941a819713c8329dc39ee48eeb42d4f146396de4a76d645a2
MD5 365b74360d821622be7b7eb192b013d2
BLAKE2b-256 c2584df374e198408741b98b052ef8d49c22dcf5bc2b1509d28fd91b6ac15a53

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0ee2f040d5bae3c9f4746a94a53df664534fe253276c3682897d05f84f3840bb
MD5 f4499491e6e003af2fbffa655033d0bd
BLAKE2b-256 b19db6b92dfee09cf6a453e98908214c2fbe9ecdffab3d193d12f37ea4277b67

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 23e7f6545b182e934884771619f2c7e9a4fc48a8c356e235881e7bb47809468e
MD5 803ef27448836e0c464b5a2c4eab05a2
BLAKE2b-256 f865dd12e5a85a9a670cded6c243997915cb7bb2014e6c706fdb06a06cf5b704

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp314-cp314-win32.whl.

File metadata

  • Download URL: text2num-3.0.2-cp314-cp314-win32.whl
  • Upload date:
  • Size: 228.1 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.13.3

File hashes

Hashes for text2num-3.0.2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 a9098d151dca330fef05a604a81cbd5511a3a79d3a861f5cba1fc731ed9f7c9e
MD5 cbbde863a377de323ca3fe4c94327003
BLAKE2b-256 d45b1ab159a1fa1cddbf1f047da1fd0558b2529690636e88e2602e92d6d86726

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 97cb5a9e6ba7eee13a4eb60cfc4dc0b97f5f139a6ca1236f8b45d96a3f9284c7
MD5 01daeabb2319332bc2555800cfa776ec
BLAKE2b-256 94391fa1273c19bdb9eb3f22fc1ebef04aa338e4f003f6a6cee8ebd85557fad5

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8894c11b7a4563ca65c106cbb00118e66d52da0e09654f100415a8c641275e3b
MD5 525ee9b4a06d09cf0d03878a00dbaf4c
BLAKE2b-256 0158d5b04be089ab3bd55ff6e8cbb9975231b20064e66680176202cccea6b86c

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 04a50edd353839383a4780608d32ffbf5f7a431de41c9e8304cdb28a4145bae0
MD5 88e156e2ea954986e4a049af4d926be1
BLAKE2b-256 a177e6de8108eb2acfcd89be3c6b45685e408e878a61bae4fa4ee8953f8d20bc

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 547ab6e9f84db40de3b691401ed77898909f56845f43504150b82dacea9a5f39
MD5 48a92158e30dcb120bf13ad9d54c1a33
BLAKE2b-256 b28a1d2ae25ac4fb75ad9ab7e53aa4a4a3de03755418ccccbf4e31c9636b6a33

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bb6a6f3e95a48c1192c9baded7a29466c110e1865060cf34d618fcd92efacd11
MD5 80b46728f66cca70e233eb84d1d2d234
BLAKE2b-256 773e58b2ee97bad2f8c4daacd9dfd61921fc7ec426d7fa8dc9305bbddef2c5db

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1b190f99685686e328e6a68b54a0eee1de7735bdbc8fdd9e8706bec6a25264ac
MD5 3e83f4a51d4fca24ea60d30274a9cdfb
BLAKE2b-256 926cc6c53f8d0727dd0115c15bad620d8b07373c1f3cbeb91375084ccf23ff52

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3e62cdc01ef215bf39d3ac9cc2fd5505fab7079a69d26fbef6b7800ea6c53a8b
MD5 d10b3dc9681f7da7ceb9995a49194d86
BLAKE2b-256 1340cd3dfab2f677a614b3998bced93420578f104f7ce241f9317988adc4c7d5

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 99c189debed3784bb0f994482eb325902ead74eb27772f0b22b95d438d90a1b1
MD5 49557c828dd6fb0632680ebabb76990f
BLAKE2b-256 6c88993330c425388411523a822880fd16af83ae85562d53e7143fe5b223bd1a

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b7532fae20de03fc7d1e2fca2a382ef1a5e534a43423a1ac38303e75cb4a9af1
MD5 7f8f3d60ce339e72a66f683db56b4145
BLAKE2b-256 fd11b0359b5cfe6027c1ed562676b4c1481f4fa4dd15f11f97196f33c1569c2e

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2b9e9fb65434f94c22db1c85ef918c15e88126b7aead4187592706d4cd32fd3a
MD5 dad1aade2a38fdc0ec3a9f1db1273d48
BLAKE2b-256 f1a5bf68f6fa2ec9ff0e566d00cc4592d2ffbb47078aca1b2ffc951229b3c57f

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 801625780a4cb677b2b2a137e37e588e4b44560aea0a741521af6f93218f4aa0
MD5 eaa146abea83c51163ef2f89d910d5cc
BLAKE2b-256 8ee82a80ebca8b0030925250784640ab895a7281bab6b5ce5827e00b1d9f5996

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6f49499af87cf2391dbc61741b43143f32121f5d035d3b1c9feea6c8e5422e68
MD5 508bfd17f594840f058b50d3a3fcc700
BLAKE2b-256 74183f5701a1a4c1e21ce35c0e01941e7fd8df1487dfb581bad30692d9e9fe33

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b89d246dc35046af00518d826749a538e8496a13ec4c074e5f49b452dd52de7b
MD5 78af67d27f36260a539d27ddfc7d9d73
BLAKE2b-256 023de38268fb5601197be8c248c07bc82a0b10c1d6785efd0ee04739f6169c54

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4a460e5944e063abad4a0b45873bc6dc27493ff5d85d6d60ce91548f0a43636e
MD5 1c544fbb4874ad6f54e9599ea4d1a5c3
BLAKE2b-256 fd399cfc84d2871b2d24ede0bd75da75bb0a5cc16da69c3bd9e6d6fa5c5df87b

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3f94f0f8aa75ab7c9304380d3d1ac3a1d09cd79da84f9122454bfdab8689b2db
MD5 b9afb7dd9986cd19b17f63904141747f
BLAKE2b-256 2d55fab2d6a060e661b019c233c35096864997a938ee1a93324adc0da2cfb4d3

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f262c404a2be59aa738602239d6a85b0be7ac70dd13eb92578e3c08e9fe8fb9a
MD5 85691279fc47b7302b90987aff39c424
BLAKE2b-256 8292b51348ebf3d5cee058c358cdfeb4556a89410341b136e885311c010bb5b2

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b219c90e04b1ad6ba344dcc7e5fcb08a2b61d51fdf706cd20706e27a8d36c1c2
MD5 4400123405c742252b0a4246fd71cb26
BLAKE2b-256 1681f8aa3983d2e23ebe3f4b81592f702bd0d6734549986732a72d9ffda04a79

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5bc5c318ddd2c25f4edcadae8ad35f161d489a9ea45c51c4ae3964a3beea8dce
MD5 c0c0a202e3bf2f0eb3ce514297d3b681
BLAKE2b-256 b3cf3bc8bf59cada486155589c0d9999b525d5c103ed41343e53387e5982b337

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5bcb23b00af55d057a0a9054b2ec1dea1b7b444825f13289fac68a0248798100
MD5 c7ecd08a3eba9e94379e586b2a45ef78
BLAKE2b-256 cd6c74bce4d524c8fd49394e3fba58d979edcf852398352dc10eda5663c7c414

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ee03dcb3582978b01f6e6b232897b67e499ed05f271e4fd9dadd21a4d0aa85df
MD5 ca1473027f6bb956348cf73c71def44f
BLAKE2b-256 283f5cc0e404fc6104229588296b1ddca5bbda9bd4e90038a459c41c640e50b2

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 227d252f26b701d445698f6d1e9ba7812bd7152e1bfdf7a8f4fc70564832419d
MD5 e2edc74f78f77a975b1bb8213c1203a9
BLAKE2b-256 e3c517f6303036299adc95fd816cacd8721cbb3692dbe702fd83aaee6ba5a829

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fa19040cf597be2d6efad1a0b4f816516a183c66468693f7bfea76bb04f50e57
MD5 dc46cc1dfcf613f3a9b3db34b97d12df
BLAKE2b-256 030e312a1c6508f54e34a4f7aaa187110bbff5bac5b0fae82f11d556757aa34b

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7e380d14b77463221b6d54c8a133aba0151a2430fc23a8364cb518d53eb4c6fa
MD5 7efe23a8a29fd20018a0eac42546c0b4
BLAKE2b-256 8300d43b35d1fa6a422eb34d657194f92f6bbf6705b0e407469c9307f050695a

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fdfc73d1b666e7aaab0fba2fede306ab254d95e102049ae031c0ecc5d73edce4
MD5 5a63f6e688dd79aa3866c8d8885135db
BLAKE2b-256 8f0f2d96bcfaef11c0533018a32fe4334d65e2fa5ca363152df77ff9580bd6e3

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5a2857a28a224cf33f661977053b9ef27b5227a45aa830f926ef49d6e806e1c8
MD5 2ed464812d0aaf218e5c4fd461735227
BLAKE2b-256 54954266c644fd1f09ef0a32a596b83326c1d8b4c1ecb584584d088dbf6fa788

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cc29366cc7ed614764f0916c4a3a73eb90eca7d6ef39bb0733cab7a0b6a4a9a4
MD5 706db7e6dd6026cd2f1e3f50bfc1ba7d
BLAKE2b-256 a4d6396d07f3403b8700dbbc667e4d263ab1446477dae7346779fcadff3afcfa

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7b924552345b412ad53ee8ffbaca728cd7d849ffee8e8507693a2c7983ec5500
MD5 16c5b53b3a49cee94a888384a11e6944
BLAKE2b-256 4901026e57f573f998fd3b1402c5aa42527395da507cc50399f3276a8e9a591d

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7bf8c16972111f5690f03774b35a428d17aa7bffe25ff1db7a300d71eecc9b04
MD5 6a8586f16a70841f87ca80e538a3bce5
BLAKE2b-256 bc935484bebf2f6c1800a97ca39e38e4fbcc1582ccdb48309f54c0fb104c94fb

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1ac78b7c8b0623fb957f31ae0f0e8515393d6df6020024af676557b383f70a55
MD5 8651cdb2e557feb1d8a823d86bd06de9
BLAKE2b-256 588615cdfa4efab5be5049916018614f5f341ea34f1e796079606b886cdd68ba

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 34f706d63049bf35bf184dae9afdf29422e8982d36374dacda66cb1f87c39ef5
MD5 b9bb4e780d1c96d025a2add9fc01f2da
BLAKE2b-256 0bd7e384861f0bd9c6a43881891ceaca48df03a90d1f5bc21e67ebfd9457c859

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c28fe81bf9c61c4042cbebe059c075758defb918dc32138659ab9b194f6ef9ce
MD5 c943784c8ea5f629919d2f47e083fd8f
BLAKE2b-256 86a23b159aea8fda6022ff676eb11579496677b95bae594eb4fc47b12e0f1b69

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1d274cef42a90d9c882aba05c606d0bd877f300e8324bbc94766cb6c50628403
MD5 52bb1bdd718d8f4507ec742b28f6e82a
BLAKE2b-256 23f6801fc176e9e757d70d05aefc8aaf85b3ac204003292d2a55b26e1fbbe174

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e4f80ee32c7e297166c8f7190e779d44dade040242616908291a977ffd32bf0b
MD5 f31858a01ff44eda76cae22193e04bb8
BLAKE2b-256 a860fa3f8259fa8bae9e0f36efff304fb318485ecee678e50c6d0c9bf5758292

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1d10b7b6398ce271997436b6d80ca921b6d85c6c858df364afe81dc01736d3fa
MD5 5d475cffb2a421875ed44ad77f497584
BLAKE2b-256 37fa9f8aa6b8ea92944f828ea7fa3f1a48e4554ddb6642862e59622885861120

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1028e1b5ff741ac97bc7ee85adaf74a00153e33e67c0901f611b527645b8116f
MD5 8a45e3a68ef7276fe10053f8a7924191
BLAKE2b-256 223a437edcc229df79edf0c319489bfcd7ab49aea684ca43168752cb29244c2d

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5b5b8b74ed38c1645d3be79599f253493542d2b510b4882e0a391497c65b60e7
MD5 9ca90117c31bdd012e909bd86890b91d
BLAKE2b-256 6f9549c5e837b1203dcfb5f958d561302b4a4237f93311d8f41b0ebe3b16579a

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 79594091c32013c09a70be1d0e7b0d58269ea7dfe595389aae180d52f94d1d63
MD5 f6e016a7bd906380ea06a5721840bfeb
BLAKE2b-256 33e0377a5f16a47b515bf897e0eebc2e03c9af228fb22a5825d66237bbec4a65

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8ef5b00472499281f8ee464e0b1412de38bb6dc8864f50a4c4eb61f5864fc7d1
MD5 1a46ef43dfce0b92edb3ff65fb53ea13
BLAKE2b-256 04454e2431c438f1672c40aed8b44cedcdece75f36684ea5a7de21a3acd24f66

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 66443d337fd343baf721a3a71eb4eadcd49335804d1703aa71750930c96d6b36
MD5 73e049e39ae2b647182bfc422d0b18a7
BLAKE2b-256 b7c9e7c2bf71c748b180c15e605586719cd84211d5432cfc5aea82498bd669f8

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 65182d5f0277ab231d67c492955f0735959d8a1d61f7f2a41ed9bb488c9c0e3d
MD5 7cb411acf81e6b38123514c31eb9f034
BLAKE2b-256 102b5d7fce4edcfde137b2a49cfacf86d00a6231200e4a02fee2f9f703c379b3

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0fac837034eed6d8b2b8a538bc521fa56997d7e9e0308e9d02137a716d4c0c48
MD5 0ba401bd3d112f93210fd2d9678539a5
BLAKE2b-256 0359f4acdde4a33c992d8147613e4b90c03b9dbfa895231e09f32eb0172cbc33

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4fb9843a2e19eaa1ffdeefadbb5024fd8d2ee0de6f4901d8f8041e61448cee09
MD5 a36aee3d2a5e5b4a5e174f99e2b5affa
BLAKE2b-256 6c3c84043712e4bdda6ee150930aae15acf6e5a31ebb2066dcbf7e2d9f20e853

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6cc72662f62c9a73088c7553828ffa531a52731fbd528ce09e7dcf32d6c49629
MD5 ea7c05ac810c81110a05b6b352c31789
BLAKE2b-256 4368b1fa118479540a9d82cc0ebcb5ce530d807c3487be85afd81b4022f0372f

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 64f9b3804708646f96d9ac58838c70a460a66636f8e68fb2a8b5b079ef33288e
MD5 6215677676dae210bba67e29d4a1be50
BLAKE2b-256 eebf01c9bcb52d6c11ead3c360d48f3df971b3558ea4052d386d606bcd9d0589

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 80d7cd3467d852b6e830182e9be4d9f360bd51b3dc87798c20dfa242d5762138
MD5 069e1db8dd6a513a4802c31afc6535a5
BLAKE2b-256 adbb86529f95c35c2caf4ca7ba9f964b077bd35788547b59919f11cb2da14bb5

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 985de44f97f8bf46ca25c246d470a2580d1c041f94b60e27228cfcc5a58439c1
MD5 c29dbc25ffd65e1f1168255ff6ec54c7
BLAKE2b-256 2368af6403cf862150596729cd431cf7be6ce870e5f47abd736b8ea5595105cb

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2a5d23cb27475fe7a91f597f0d16e0eb380363f24c1c716dd32a00a72a33a139
MD5 4df62fb40b59fb7d40b5ee5bc8aec2f6
BLAKE2b-256 3a80ed2453e2b5ffe18232d84b921e6c88b69b920d3eb7cd41cc45181582e5b3

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c10b1886080ee62d3881396448215baf50aa6d02175590c56415ca49efffb66e
MD5 573df36967c5bc4098a800959db7138d
BLAKE2b-256 3fc8e4b362fdc033749e51fc6ee8c4f45684b81715a52b6e2667ea74034bad42

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5e6bf550d1c6abb0c763242f6e0fa4db320c87911732cdfd23880a03c3288ef8
MD5 b98f08d6f1f908c2b0b27149ad01a3f1
BLAKE2b-256 64727222869d739486dced97921d99031bce6aff9b58de54ceb297d0c61086ce

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 57e6c325058a7dff15e0a25cdb1cf4130d88c2b820b4df11ff32d158e5728efd
MD5 7da07406a822b9d909bb83617abe99a8
BLAKE2b-256 f09088b5a1d4b0c476618dd9ac2dc1dd797312b7d12a471e4a2eed837c8e0e0c

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5ef14223fe9db5098db84f5d73d837dc1f1c4534f1d96b6006fbfa71f3af65d4
MD5 fe3ef917229d1c78b12462d2aab98fa2
BLAKE2b-256 3dfd1792373313502b81236a25a8fa548f17e557fe683b16ddfe8a2e41f49559

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3f8b5fcb16d89636b7c4f93f3ec99de0e37aed32530ca74e6db487f1d139f386
MD5 4b70a01df43d18ddd8202912629db359
BLAKE2b-256 b5891372918fc8b722df2e174e95c742038d5a72089cc3c920544117ac5c6edc

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c2ed47c354f17ee02cb15c6e5ab3e760fd2ec4952b72cb44e88a5b3c2b5a893d
MD5 45324d82a2fee8480a0e1372f10a53e4
BLAKE2b-256 3300c0b3e778f08473a3afc6a90e08fef15ad5abf26227132dcc36aff13dfcf2

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4af2a8aa28e37f49385c74f7e3ccba398020c945142e1e3dd0b8bcf5d1955ab0
MD5 e46905780c97066f11d4191a461705f2
BLAKE2b-256 cb393e3710db657f5e261a995974cba19c97a2f72a9978ff7d36cbf826b1abbe

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 089aa9215c95c8f377d74e3b31e2f0acfbfd34a1130a59f5696a0d0feecc97fc
MD5 9c86b3f283ca7b8dfff1d343acb06bcc
BLAKE2b-256 0836d4133f465a1c1ef92c16fb47bbf471a166cc92943c8fe7c2b3a1989f3f35

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 74089599ea723b2394b0e3a139db0300fd22ddd607eee9e6fac37259962ef9ac
MD5 39344786eaa8262817c8cde212752f22
BLAKE2b-256 e56018596f33493d44f3caee6b5ef2683919ba0fe174b8ca2e68175938c3cf66

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8f9bc503e84a29e1d06ab081d514cd33800685be1b5744d1c35124b111d639d0
MD5 438e2fde932c82013064d5ded9e137fb
BLAKE2b-256 bf31679a6d0012a7ec354be53cdf276ac254d9d34f23abf301ae75f4a640a131

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 afcaedf4e4caca050a379630255c48de6455d5602365ec51e59f282375331017
MD5 9a8acf0229e714d010f1fcee5543449e
BLAKE2b-256 d015f2c31811c143c94b9d47ba5d5e67932fcd1308300269b785f19f145cdbf2

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 13be4c06ebc4f86f35d2f91cf9bd6b74a9986e99d9b3f6f704056f7dacfd8c43
MD5 f8f2179dc0523024b052e80c1ce40a46
BLAKE2b-256 2ceaac52c5eeb8cb728d2bc1f6cb7b8b30ff730536657654dfb59966ab3443d6

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 84e00fdeae051d79bc2fcb93d050fac39f02593f9159c8d8d9f346e9b1c18ae3
MD5 9c54d56fb680a935b7f29a0eef8dd7a5
BLAKE2b-256 e3c7cf401a10bb6b6f3f819d09b5c1107da0b5ba344ba0bc04156ca9cfc3a8ab

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f1870c8e2d14d9d573b514a639d30889add188d52f71f4d872f88813b62ea398
MD5 5adfeae36e3ecc56588197bd80ad7687
BLAKE2b-256 ada83f5276cd48e81881e25fccd53f56f63cd124c558510771f80a602c051abc

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ae661c5a27440e2f839a153d945e867362465802dfa7a5fa4db385e734188c84
MD5 06d2d860204cc05ece2bd597a763d1d2
BLAKE2b-256 fddbebb272c4ad6bc54d3a1dc50f9b00dc0202da04dd1eefbed71fdb43829ab2

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b47420d12d75a4f02213197a2453e0e07c97cc8e4312bb291e2994781afe76ad
MD5 1c75057876d69e583050456dc3f790a4
BLAKE2b-256 d64bfe0cdf6a03476d8a34c3fbd92b893f54ef777e952748529ec6a94863aaf6

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 42454aee3ac3bdf969d69dbf64b7b03345983c078fbea7c339dadefce9d09105
MD5 e9daae97246b632623e76d4978e0a72e
BLAKE2b-256 0e0c58350bfba6b8a26049ddbb46826f0fdde39bf17cda7ba4506380f4795b27

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 42fd30c32aa0e8ce06c58b940438f3209c2358005806a1440ea7629ff27c95e0
MD5 306033945ec252c639b5ae154e98eb02
BLAKE2b-256 7b5abdcca7020a3e68b435a4fa46212062c08731debe7805f66eafa83a87d75a

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 60324185b6f599bb66f27807ffe8d28d61912e46fa44b1461100be9b37c3c7cd
MD5 76ec7df00f86a3df6ed45319c7003e02
BLAKE2b-256 b30f1d5c5fe4fb2e5ab7f0a8e4ec17592db711de6effd5316646bef7baa44c64

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 272c5a79b67631e6b64eee1bf017a1c22913b715e37db987939b28b0d1474ec9
MD5 ebf88963d49f438b2f6cf44ce8096c6a
BLAKE2b-256 877c841bb15801b6d8a0602f116016e6d2c7394fd8f97522640e480e85cc2427

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bc2d4605ee85e35440858822fa31f213d683886f755405dff8201c4b04598217
MD5 aaf2f595d1bcbe5ce3586d9e0e4945f3
BLAKE2b-256 5b09aa8f60d07bd7fc269fde18b87ddc968be1462ad771db6b71631f9bdafac2

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 30a2b1d10d7450a7966efb7257b2c0935272f95789dd9251db5c724a784c8201
MD5 b79a84da51c0cf876bf3d80e94560487
BLAKE2b-256 0237b1f8acee65f67a5061850c91d7a10e6ddce4e86dca5786a32f42f0c9b2ad

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 80da569e7376e223ab1ee0edeb16d3264d3118a45cdaf68a34d93e3d8ab9a561
MD5 730a4b7289c3175152757e5bad82638f
BLAKE2b-256 910eee6ed08b79a74155bc7aa24667b44b0b40753cb4aa6524df605876334a70

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 da6ac327e7dd33e29e0da2f9a815f03707c7b958a2861f1edf7067df4530dada
MD5 6314695304d1f3075e8ef30b0bd17c6d
BLAKE2b-256 35e0ed32e794859481460a1ca6b04cacbdec70cc2f0a556c6d9d55f2bc6ea4c9

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 15ce3b104308bcce7f5c78d73858da38cf369a8991045e9891f9d347900c4799
MD5 0e3b5f3c6c67ebdc61e1fba99991eb24
BLAKE2b-256 d5a81edf7c0b24fb0b341b3fef4dbf6f347948105260fa360308bbb194bd0e65

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9619b4a371dbfc181d2bf776875785ea90450320101f9dd9b90548a9e82d7b7b
MD5 f7ffec0844280ce84f6d1407aefef914
BLAKE2b-256 8c967d920473af07ea0e7bae5c9b21e36e28869b910da3367e6bd66a9b815d6c

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f70a14d9042849d8a318949baa3ec5a4a866b9d5c60e2af373a8dddcd98e7776
MD5 277055363deb9e743a65cfd8de0f31d9
BLAKE2b-256 b5a2479687c7fd4f524573db745da90e18d1a7447928c4c1c048a8c6ad561830

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 91b1e18ff8b1fd73e3fda7609b89a067f08c8dd6bccd74bca10de226dfe214a2
MD5 604cc396cfcbd073e5f0152f3d78f9d1
BLAKE2b-256 cd0ce3dcaef2211c526b0dee94e62057df787198ce76da84ce61fe75cbcfad69

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6d3abb3a67c0c5b0c121a72bddec6550454ba5d6f3b3d6ea8a30efeb06f6f519
MD5 3f975ad197bfbfe31c33217c25b55ece
BLAKE2b-256 9b365da042f87b23693ceb7467f884e2bdf84b44af2eb6f45a609a2caa0bd67c

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9e46b8f2696a9b411999d793e0baec7722e284575429667b171d5e70eb1410a2
MD5 469001343bae0b70e73a78120fccafb3
BLAKE2b-256 854057e7f784d82aced48e7f5ae3e9d8d9ce2ebabe62aed26198694a9d51fc8a

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1ac254f05b29603e00d9ee531466db608920a93a71059d2ab66484d69bba2775
MD5 8e9e964722399152d667f236cc68ffaa
BLAKE2b-256 c5c80797a61c7781b81af307065169cd7a4aaa75144e3298e1f422657adeb4f4

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e6b0a4ce0ccbe077573b11b70df0edc43a90873ffb939e66bba7454f46906a9c
MD5 b9c537ae254450fe0d1e417cf1b52701
BLAKE2b-256 2d32cee68a470f9da01df8b17345d12f36998dd95fd093fc0647dc92be2c15c6

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0085ac1eb666969cf086b0e81ea03069d9682db70c0125e7e9f1e443ed8a1ce9
MD5 7bbf52fe3a2fecb72eb8766e3bf8256f
BLAKE2b-256 79963c39440ae5125954a922f466d0f8b8b7904598c92cd87d5c1da76cf8f84c

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9c47ada9f318047e8ee436d3fdd5bc86c4ef8a052e4734a334b76405640be4b4
MD5 dd129df93fd0cf6175ae7b5cfd2eef24
BLAKE2b-256 5e7f089f8a67634e079f0b0fcb331cb1e4cf760af828b007370f151f70b0d473

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 da499c87e9170c8de260423c55f23ce763e3c43d51a5c83fbc0dd841c4135e94
MD5 41f8b2b89653a45e81d127c2a19d312f
BLAKE2b-256 8ef8ee96a2b7353179f3047947cc1d662016b5df0bacd3d6973b45603b3f9ad6

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 24e696d520a5dcd1dc87467ea0eae565d36a5cec8d537040373e6caf069182c1
MD5 a991d4db7c0e29bf58e97c2a01231a71
BLAKE2b-256 5b9955860671b31deb9316ccdf5545c74471c8d3ba85d7e88da291cd53471a91

See more details on using hashes here.

File details

Details for the file text2num-3.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for text2num-3.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4fc54923e0d51d2ac14d0caa233e4e0cf416fe24a1574a0cb2b630bd09f9ab83
MD5 9f3f65fe17a0e1f3a92b621dd4bfcf12
BLAKE2b-256 64a1e714d5d90eab6508dc95dbbcd41a61155fba9361a6ae1eaa1280077f184b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page