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.1.tar.gz (17.4 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.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (602.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

text2num-3.0.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl (638.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

text2num-3.0.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (678.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

text2num-3.0.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (570.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

text2num-3.0.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (394.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

text2num-3.0.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (421.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

text2num-3.0.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (512.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

text2num-3.0.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (403.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

text2num-3.0.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (394.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

text2num-3.0.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (423.3 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

text2num-3.0.1-cp314-cp314t-musllinux_1_2_x86_64.whl (596.2 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

text2num-3.0.1-cp314-cp314t-musllinux_1_2_i686.whl (631.5 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

text2num-3.0.1-cp314-cp314t-musllinux_1_2_armv7l.whl (672.7 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

text2num-3.0.1-cp314-cp314t-musllinux_1_2_aarch64.whl (564.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

text2num-3.0.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (416.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

text2num-3.0.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (507.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

text2num-3.0.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (397.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

text2num-3.0.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (388.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

text2num-3.0.1-cp314-cp314-win_amd64.whl (231.9 kB view details)

Uploaded CPython 3.14Windows x86-64

text2num-3.0.1-cp314-cp314-win32.whl (228.4 kB view details)

Uploaded CPython 3.14Windows x86

text2num-3.0.1-cp314-cp314-musllinux_1_2_x86_64.whl (596.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

text2num-3.0.1-cp314-cp314-musllinux_1_2_i686.whl (632.6 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

text2num-3.0.1-cp314-cp314-musllinux_1_2_armv7l.whl (673.1 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

text2num-3.0.1-cp314-cp314-musllinux_1_2_aarch64.whl (565.2 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

text2num-3.0.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (387.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

text2num-3.0.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (416.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

text2num-3.0.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (508.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

text2num-3.0.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (398.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

text2num-3.0.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (389.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

text2num-3.0.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (417.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

text2num-3.0.1-cp314-cp314-macosx_11_0_arm64.whl (348.4 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

text2num-3.0.1-cp313-cp313t-musllinux_1_2_x86_64.whl (596.4 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

text2num-3.0.1-cp313-cp313t-musllinux_1_2_i686.whl (631.6 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

text2num-3.0.1-cp313-cp313t-musllinux_1_2_armv7l.whl (672.7 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

text2num-3.0.1-cp313-cp313t-musllinux_1_2_aarch64.whl (564.8 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

text2num-3.0.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (416.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

text2num-3.0.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (507.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

text2num-3.0.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (397.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

text2num-3.0.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (388.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

text2num-3.0.1-cp313-cp313-win_amd64.whl (231.6 kB view details)

Uploaded CPython 3.13Windows x86-64

text2num-3.0.1-cp313-cp313-musllinux_1_2_x86_64.whl (596.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

text2num-3.0.1-cp313-cp313-musllinux_1_2_i686.whl (632.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

text2num-3.0.1-cp313-cp313-musllinux_1_2_armv7l.whl (673.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

text2num-3.0.1-cp313-cp313-musllinux_1_2_aarch64.whl (565.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

text2num-3.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (387.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

text2num-3.0.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (416.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

text2num-3.0.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (506.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

text2num-3.0.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (397.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

text2num-3.0.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (389.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

text2num-3.0.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (417.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

text2num-3.0.1-cp313-cp313-macosx_11_0_arm64.whl (348.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

text2num-3.0.1-cp312-cp312-win_amd64.whl (232.0 kB view details)

Uploaded CPython 3.12Windows x86-64

text2num-3.0.1-cp312-cp312-musllinux_1_2_x86_64.whl (597.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

text2num-3.0.1-cp312-cp312-musllinux_1_2_i686.whl (632.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

text2num-3.0.1-cp312-cp312-musllinux_1_2_armv7l.whl (673.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

text2num-3.0.1-cp312-cp312-musllinux_1_2_aarch64.whl (565.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

text2num-3.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (388.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

text2num-3.0.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (416.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

text2num-3.0.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (508.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

text2num-3.0.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (398.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

text2num-3.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (390.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

text2num-3.0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (418.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

text2num-3.0.1-cp312-cp312-macosx_11_0_arm64.whl (348.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

text2num-3.0.1-cp311-cp311-win_amd64.whl (233.2 kB view details)

Uploaded CPython 3.11Windows x86-64

text2num-3.0.1-cp311-cp311-musllinux_1_2_x86_64.whl (600.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

text2num-3.0.1-cp311-cp311-musllinux_1_2_i686.whl (636.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

text2num-3.0.1-cp311-cp311-musllinux_1_2_armv7l.whl (675.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

text2num-3.0.1-cp311-cp311-musllinux_1_2_aarch64.whl (567.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

text2num-3.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (391.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

text2num-3.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (418.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

text2num-3.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (510.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

text2num-3.0.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (400.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

text2num-3.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (391.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

text2num-3.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (421.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

text2num-3.0.1-cp311-cp311-macosx_11_0_arm64.whl (350.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

text2num-3.0.1-cp310-cp310-win_amd64.whl (233.1 kB view details)

Uploaded CPython 3.10Windows x86-64

text2num-3.0.1-cp310-cp310-musllinux_1_2_x86_64.whl (600.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

text2num-3.0.1-cp310-cp310-musllinux_1_2_i686.whl (635.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

text2num-3.0.1-cp310-cp310-musllinux_1_2_armv7l.whl (675.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

text2num-3.0.1-cp310-cp310-musllinux_1_2_aarch64.whl (567.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

text2num-3.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (391.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

text2num-3.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (418.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

text2num-3.0.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (510.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

text2num-3.0.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (400.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

text2num-3.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (392.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

text2num-3.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (421.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

text2num-3.0.1-cp39-cp39-musllinux_1_2_x86_64.whl (602.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

text2num-3.0.1-cp39-cp39-musllinux_1_2_i686.whl (638.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

text2num-3.0.1-cp39-cp39-musllinux_1_2_armv7l.whl (678.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

text2num-3.0.1-cp39-cp39-musllinux_1_2_aarch64.whl (570.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

text2num-3.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (394.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

text2num-3.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (420.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

text2num-3.0.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (512.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

text2num-3.0.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (403.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

text2num-3.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (394.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

text2num-3.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (423.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

text2num-3.0.1-cp38-cp38-musllinux_1_2_x86_64.whl (602.4 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

text2num-3.0.1-cp38-cp38-musllinux_1_2_i686.whl (638.7 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

text2num-3.0.1-cp38-cp38-musllinux_1_2_armv7l.whl (678.6 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

text2num-3.0.1-cp38-cp38-musllinux_1_2_aarch64.whl (571.0 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

text2num-3.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (394.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

text2num-3.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (421.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

text2num-3.0.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (513.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

text2num-3.0.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (403.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

text2num-3.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (395.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

text2num-3.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (424.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

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

File metadata

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

File hashes

Hashes for text2num-3.0.1.tar.gz
Algorithm Hash digest
SHA256 3342ef371abcffc795785197168b40404b721bfabaa34b97fc8395eaa198c68e
MD5 1706bedef23dcb5bd00c1b80287fceab
BLAKE2b-256 d7ecd7e5d70049df4ab438de4d2126b8c80e216e70afd79835f8432c531e2d5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e0c6310ba535e8f6f541cf57dd41405082ae73e0924e4e8ebdb92bcd8cbe26dd
MD5 5f2b137eae3c10172105d3b98f8e5fc9
BLAKE2b-256 b1e72b14b9e947ba17bab06c55adbae5ce87b76480fda8652e41d0f48fdf6663

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a0c71bf8be81612f58935fb09c2a15cad42ecbb2b876943dbf8474344c77ecfe
MD5 c6e46b170a770ccb392ccbf63e1f4f3a
BLAKE2b-256 fff8f8d5484cf0212367a075c42ad1824c8d737fca8d73892a309130f102fc9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 bf7e24aa01cf63c2d65cc62ff2ddded3f6b16f69170c736aba994ee9f48c6b0c
MD5 6935919b3616559de14a3bbc7ca46f70
BLAKE2b-256 1d8d300542c8be78e93bb8ef337f75c1543f3a9b103a852d1de531e2a1e80eb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 05af036c5481760b63a293e0c90c8d7a7035ef63b5377fe7ffe3fb07de715911
MD5 aa6f3a71e73e385291ff31a087507399
BLAKE2b-256 917ba11864e341bdb8a499aa6761647a8de44273a0b81ad622c88c654d61835b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e65ff1da65f8015c5899021bdcab3830932bff3bf67f32ff465ea6802ce5e0ae
MD5 df1d5d3e1df93770dbfea85d3dc17743
BLAKE2b-256 dea76215833bbdcc1bbe90ca4ea9b725e394a52b639ef00f14f0d82521107299

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 325222e5ce1c3d43beff762235eab92310a3b947f480082e55bb199e646347bc
MD5 11efbe445c7e3acba1445b6da4be363b
BLAKE2b-256 eb751c48ca14f1a071b6e4e900d8a381e2af665b7b049b302483c586b5965b35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8fffd46241fbcead57b2d261625dcf2eaac55be1cab8ba4e2cb5aaef77d02f45
MD5 e36516619bf48cbcddd4e122bbfb1b46
BLAKE2b-256 ae94f0bd226219e560ccaf52856a54fa646d0b53d5d2930e4d77d049d70a4da4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 00def0abc84bc9a007885052753ff1ef4fc50c3055c88ad368161714dfd5de09
MD5 d4a294b2e599d4e48d2dea4ff9f3e482
BLAKE2b-256 6f10e1ca0056de99789bfc922f6908821e0a9911638c8c26b032679f69b070d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 42f2c46361ecce5070131ece663e5eeea9ce365c9d65d0a3a01fa65dd22413fd
MD5 71e5f7211850a00546e4ff0d9c13ee09
BLAKE2b-256 e3be6f18bc112fa88da3b817b721cfbe4f4a1937c95e7e5a04eeaaf5ef8b2501

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 955e5bcd65dbcab9519ebf0af0886781d84c75e7f5cbad5a8d83c88d798f89ec
MD5 d858ca8865894eeac1065ae44c439c78
BLAKE2b-256 2cfb95a50d4b16ea21ab20ff2579b767df2e75173e0d030e6e100e5b4741f418

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ef9918c84f50f936c1b88fe815cd7e90129dd4799cedf328815d40472a933446
MD5 f539a7e74e11781778759d0a6c0244cc
BLAKE2b-256 3d13ff305edf26824ad69fa08f2fb0677a88901418711c5cbdd4f14d5bb97876

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 43f9dadea3e628152e23cd7b1db42a3aae27b68d68b59a9e61e4dbbbee17b8cc
MD5 e214d0f2011fe46730e6ca7c1164312c
BLAKE2b-256 6c79a68454e6ca45d2c0c126a2e9c35eaa96205cf677c016ed0f80d62b531b10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 18a66549ffabc7cf9979d478e50dda2041b814087f4d36adb231c6df88636185
MD5 de209f270d8fb9688f6d9052821b2e4f
BLAKE2b-256 19a50714da9a503d09297ec367ebfc4d7963f4450ea3ce26a79cd7ae2f7adf33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f9c593f75be149d9257d162d437919a73e0abc8559cd155639089dd09d1b7296
MD5 5b1bdd2a046856f11a16431d342cfb18
BLAKE2b-256 06b1200d97fdeb3f5023b8e84bd1a810a347853913695ee1478bb077d33ff06d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ec2dc473eb9319cdac73f1635508273a2ca2ba98a220d715120e505357a786a2
MD5 23a9dee99adabcc9707f3ddcac212520
BLAKE2b-256 16a2696cc4960c71f012a7a69f57e125bf518d2e8973f4b95de2079777944ed1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 350fe2f095f85eed9f815af0b61e908f2fe94b6f8aace9a11a2e2e6f71f61755
MD5 5b5b3fc9f5108b880d275441d7544fb3
BLAKE2b-256 2dd681c17b431f5563967229ba0c5bf36c25356bdb0737808ca3aea4675c0b4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 593507f0a87a5dbd7632c63e4d463183f5d0a3ad42164dd06471a60327ed0027
MD5 ec16aee0c341b02e1e54c69699391fd9
BLAKE2b-256 ca525914e3cabfcd232ef0a763c28f75a879197d314885c533779d2f8686a203

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0f8aef8746f4022900e680a89974de2474915b5e14ebde100175b4c4e9914ef8
MD5 d01c39778409393aa1cf3a12e4fc4164
BLAKE2b-256 4ced659de83da1a8099d0feb90c9651b24b136abef0cca900460e4e5481388c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 493ebc4df9e354b3f4e555efb3150af3d199d9a54f2c55a45445113200f8e147
MD5 44cecddaa152f4a36ea290a079019a1a
BLAKE2b-256 8f7173ad464573c4f486de5ca0cb2c965cdb46bd2aae788c61baf5b94b4de6fa

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for text2num-3.0.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 e2713f72891871556cd3947506279581cedb52461031fea06732acf996c6ee87
MD5 888f0c595fe254e87b9e1275443321e7
BLAKE2b-256 b9450dcfcf2465ef2f0b1ae43cb44825b36b43164139698efb6a3f13bb10d5da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5f1bfcc161ce5ac69b152993635e238069f9ba68b6ad0d5a89508a530b6287a9
MD5 9135a10413c8fffc63815de9a1c49b77
BLAKE2b-256 9b465cb5d49fe5fa0c23f5ae4ae21ed84d4136fde806283fb8dd3721cd5a8b48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2a63507166f9e9cf3e0cd036a00ab0fe613768ec3f1941232206b4546ffdb1c9
MD5 0999ca7f5675180ff5bb46c7c7571268
BLAKE2b-256 c1219e4570238945218e9d04ae63c8b47c0f1d03195754228b42322f679bb3b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0a0d6a3d347c73a07a7580b710381fdec0a4d423cd57623fe584cd819d41bb0f
MD5 c9ac01c76870e582491ced210a57ea16
BLAKE2b-256 556f1531700a0814dbd3e9644143bb3ae1ce30a32f96a6a9d54926a9d5c7a1ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 43e739ce09fe77064c27e8bdb5c2db5880db7a3d7f5ca350b7a897ea3800cd61
MD5 1141285b3623c3c101381fd0171711ad
BLAKE2b-256 99a4f578d55e2ad89f8545c368ffa956fe8aa73bd8bcea0eeb09697dc8d878b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e4faa45f795f6c674cf05060403a6e9ecc48a3b0d9da9eee74dbfef6c88a14f2
MD5 096c04f23c6cfff96111d67161f3db83
BLAKE2b-256 e706d07761db1147e1699c4e8d0b32445de3b1a11ed228b494d09dd58a1eccd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cf8d0433c4ce32c4a27ebdf303849767d2286b4b0f562f821225348e39c51891
MD5 06eb276e9c7965ac36be985da52420ce
BLAKE2b-256 7898bd40c9d8e85518dde09a11bf70072b5688df38e4d44d26c1a7de1372dd4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 698937bf05e1d3f967b324e073c841f94b9381cd64711b0ae06ac2b4b302aabb
MD5 0edeb2d4cfe28c12c77bb83e422b1b4d
BLAKE2b-256 534298568349294825d15dbd1779256dab2a5d3d41a22129b097c49e732b3960

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9b039bbac313c5a75fa4df4235889d6414ecb39ad0ee630b11a664e23c7a737a
MD5 cd7134eb2d3424e735d30e7c1ae4084e
BLAKE2b-256 fc4de64e797622c1c1d85fb4e1900e12e92edea3f43df244d68ff11d13685c01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aceff51b9c540dcd2fe1563c1afd3d61fb6a46e55c512983d4c731efe3d03ca6
MD5 e2c677dd7f965ddab53e0af7c121036d
BLAKE2b-256 95c6641bf9e6ca1b39253709c57790beb2077005470677ba81d4aae76ab2984f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4da03e61ccb73476a68190a46a0057ea7e781796a286564c713c3d0941fa7940
MD5 88bea2297807d3174bb9aeafc3294757
BLAKE2b-256 1b07d6988e85154a6c2f23f467b1363b4bd1c30868fe1a053fa5eafe7c18ec79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 298fa80e4a5e139dc355ffeeaec0028363a8514259a51e13df8a26a85cd76cab
MD5 d62fe700e6c7c978a2c0b7f55a966c69
BLAKE2b-256 2ba9ddb3038990fc5b4d6a1672b266053a992605efc0866465ce2014c8d1aad1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d7c2d9e81d0759a7bcc4ff8ee5cd860203cb141b6ffc8effdfbd63351e3494eb
MD5 fc397b19dfeeb40746a93e7f041f8f7d
BLAKE2b-256 444d869869a9898b69ae6d53b3ba0fb456f56c301897dc156b7c3d1d87723af7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ca97aace211b8d7107a850bd4e8b93107316faa03fac5919f693a8487a14cd4c
MD5 e9818a3e481be4245856d8307a3311ae
BLAKE2b-256 1113cb59392cb01038bea236d584c2b90c36aa51977bf3f5e0c6682cdb9e5631

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7f6431c2c78800ee5e7e9771b9d849c7b2d4f43d6e54b0acd753faabf7b71e12
MD5 215139384c36ef6213b841adff839847
BLAKE2b-256 2c05576bb8da8638e7b53f3e5f6157bcc635f23813299066b39e9c35a05aed6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 171db3ae93da7cf848a2fdbb2799d0b63b64ccd9acc96640c2d56203a837e552
MD5 f462ae74c6202f947c10ac2a61a64d97
BLAKE2b-256 dc42fd64a5d09086ed43dbee7a20bcff594995cc0897d10467440d78e0ca92a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 534b624d8525acda7b0c0e09c6c014430692cd20bfec2268880a486a8c6d8311
MD5 a4b9538a4ee8bde3b37b78d4390ec312
BLAKE2b-256 774984dcc96a024c2bd1fa9398da129c516805aecddeaf1dfa7ed0f100082e44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 aad32df3254a3a887580c62ce6755fe3f62c0c99b424be73f6ab72a02b84c0c0
MD5 cb95bc9df81e76ecd63aa04966ff692c
BLAKE2b-256 3172f1a4a7f415b829b902a9701487fd79c5127db8e9ac21fb576c6152c5d536

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d8307fac698acda19eed629996e7438de65f41e8106f77e6cf02bb7de8d64b91
MD5 130c6bf1148d6edcb28dd2fcd97c9419
BLAKE2b-256 58003df91c9f09ffed38687b307dbf63f600132608c1178f25b841caceb606a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 62a1abe2eb41eb3322599c78a78aa530375fa69d079157cd4afda583c56ec6af
MD5 52b2d991e769c0250cb9bc3893cd6a89
BLAKE2b-256 98d8a9f47dcf7d7cc3c4c536deb9d1fcd9e2f6dc5e6c8137929190e6d3b0f6b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 2ea4666427654af4c43a183e400a572f2d792fa96cb65a1c34c94f23454fc3df
MD5 3f1d4e566cc98566cd5b77b2756e6bfa
BLAKE2b-256 8a984367fd650de09a606bee0918d31d9b1a9089c7bbd4990e2e7f2f9975dd38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 56e09cfeb35213928bc1e3539a53835cb2ddb25e2fdd97336373441f6e5b23ff
MD5 17df96f3cb31701262fed59d8830b5c2
BLAKE2b-256 d9f77b9a986405d60b2e963004fccb2bc114b90abb3b94dadeed406a7aa1e080

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c2648cf5b744bd3d207bfcc6f9de9d8aec8258d13827812b6ae011961d51f78a
MD5 87c413ff221e0b4d1f230c665415d632
BLAKE2b-256 03149d28b27a84e5924751d91c3dd039470a43b9aa46ec48d76f9f99af9e24d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4e028ff2d8208df6d1f499b49fa09f99c39921e670dff5a19f04bc3a5d17b5f9
MD5 2a8a8282d5e899a9a859bd332c89c83f
BLAKE2b-256 cea0a15562c3d40dfd9c32189e779d625e9bec0a32806e5ec224f2355eb065df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 98a543c2e07fc2ff49744094b04fa03d6d2f3cd3e6bc8bd3fe020e9500615fa2
MD5 51919247ba7d37fbf788198878af9149
BLAKE2b-256 6be35b927d93b3cf5eb285a913ce18edd2a7c1a710928bc26245bb1660274424

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 866e79cd7b0b55da4c82d6c077ad2837089b3d40730a3ba0e71ec53072686540
MD5 4ed9bf6915a86b4cfa86bccdd75aabf3
BLAKE2b-256 af9ee5491fd7eb74029f4920caacccf85fac5e0806f3e33ceab46db008e0c515

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3f88b2edafac51423f02a656ab9dabee5dcf2da5c829f95b713cfca374012cb6
MD5 e7aa6b93cdf97b8a73cd6a78ca5c8788
BLAKE2b-256 268875227847926aa3883195ff3d70eb4de615ed41c6405acf3745764f22a94d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 92b0c46da44aeb688643af4ead17d54f2cebc62f44da25062280fb1de62cd58c
MD5 8167dbccb323d19e2870525786dd91f6
BLAKE2b-256 48c4879633d92f317bdae66da15df1f1eb00c86df72c2fa50b69043293bf7568

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1fb0504db70078e27fd0031a381fe0f56fa8088386be323f2ebe42277df9bc38
MD5 348acd67403851bfe59aff1f75378f16
BLAKE2b-256 37f950fa298060e9a58a994e6bcc3dd2b4bbba0fc84d0156614f747a4eab725c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 32af165fc9477305ff065d6aa0d1012e30ccd6926ad9ec96fc2f50ec3280b79a
MD5 3607d3e1737a3fcdb24d63a32dfa85d4
BLAKE2b-256 d5180ebec5f84af65002982fc5fd621103d77ed1628f87554cc9359b73ae8f12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e38c37afe0382b32863cf5aab60124abc7a6bae697cfffd902dff2874556cbd0
MD5 d5bb7814e712aabd7f88cddb3c49801b
BLAKE2b-256 a05d9f5860d6d02b9d492f63af4e93eb3c3c7d85043bb0ecba28d55c0ea96ece

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0e642eda81046e26b2f21cc7215d8f432658add33abc3eef90af4f10317e6083
MD5 32185777f88b3579867cec55352221d2
BLAKE2b-256 c6c5f0ef87c451977837215d43eee6b56cc4c7b898979a9dcaaeed0f738d1404

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b0299703b6ee6b74547a1ab9154a174916dc0e0c6f8e224d528fd488fa836f3c
MD5 a9345dbc72601fc1d13864f50099bd08
BLAKE2b-256 bb92cb1d2b05031066b94c44b313f1706fb96c60f196e229d609eca732613a8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 83a9a4c951b260ac2ee73d27e2b8187a8760c9b3c91c11dc5017dcbc11558c2a
MD5 90ae13ccefebbad645abb398cb2fb1cb
BLAKE2b-256 9753ee4effafd9c55cd3bc981478b9c499dd992038da80e721f8923ca4e56443

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1b9a27e2d39c1c3f27b52ccbb98e56b984ab19c3b081312a1b01b5b20343aeed
MD5 0aa81d313da6f401bbaa0a792c5f22d6
BLAKE2b-256 76015f3d166697b73eb93062f2459614768d7ce08a0ecf2e1627621c3c7cd509

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4d4fdd8610272e3583357aff808cb03a77983916395f1e9ba872066199d6a560
MD5 ca6b115c995455f5e8c106c47457e751
BLAKE2b-256 0025dd5a30ff5b1a1c2e09c5e88f9d336b3b75c9a614fe71a9c414b0ea48e894

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3150f6838be27d4d62661e7879df2530c1e6e59e584bd30b4d4e724f2284ba5a
MD5 bb7fa92d1ee892cca5e364e7e9869e1e
BLAKE2b-256 12ebfda6edfd67f802f9d1a516106cbd9959221045a46680d84781d362f1aee7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c979d81abb44576c874a7fab54fe6d923a86532cb161ecd214345e74196c7e20
MD5 95dc16e29ee1224fa3e25e6386642443
BLAKE2b-256 230bd19b870990ac4ae0264c2abd282fd1bb19b4bfb1ba18f6d2c2cc2b24190c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 de342a057b447e29cb0ab6aeac7440e6c54e0bde87c222335fe890ed3a87f877
MD5 06be232b3c40ee604916634563b9aec6
BLAKE2b-256 0f356279b506d48710f6dbd333267897cc5f98a1c2343fa71769b9cabcf6ec10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4aedface5a98526747f4e04dc1bafebd9ee2308a311d5df958ac923f0f2e1d29
MD5 96cb509845e3fa4d7fc21a72616ba233
BLAKE2b-256 fd3ba0203f30d526dca96383be32840d2a4aa1a191de440cc6dea6d8dd95ff84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 42766d19650a94ec1e7c05375ac2f444d8f5a0d031f46bbc1d9d565d843ca4aa
MD5 349d9bd1164e0a7ad15ff0b1fdd966d9
BLAKE2b-256 e254838866990d9fe07d224df0d1b2e8ad92b104cedcdf35a9ac2f459ea69b5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6435ace5b1d88abb9205d3f7e6a3a47b3ede4ef8c4d94cd6344ea7039dc997bf
MD5 26e8e51f5717e1a7691fe58ef85383c9
BLAKE2b-256 af32cae4683fc0d72ebb1825001b8f6ac11dd86044dd3ec92bb729c5f4cb7f6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 141af64a3e89f9f68654d8db82e2a6155f67ec11ceb952ab38bf27a6979a799c
MD5 e9be45d888ae59c38c39b7ae71b7ea36
BLAKE2b-256 ef25fbe880aec964af0bcf464b801ef162e4f71d4c802be0c67c4446a943e029

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a88f962944875edf62393b0c098c365953ba5b5b1f68a10f343876e853551589
MD5 7c1d67e834b095d594f7759de9a8fa91
BLAKE2b-256 8c91b973b87d5c6226559a5444eead0b8399170973951907b6499e38eb877ed0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9cb38f63dadff3f2bee2c06e9213c4836fcf73ca12e313c873e5359af72ee878
MD5 60c2ab5d7d952c85e6d684728080c282
BLAKE2b-256 ca09be2e74b796eb58997638773e41237509f9761876b65f469a0431145b899c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 367c9feccb62801c2f58160f3ca658c6c0811ce0b8c4d323006b9f5d64e94da2
MD5 da4b6c71401c8f635794d85ba418359e
BLAKE2b-256 cf2a806907d3af3a1b85e9e4b23bff83796d13cf5ff3fc296504b78867b5d97f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ad2ab25bcd90ffcab07d3512fb71cc08b0b4209c06cca3bab04844bd3be12e8d
MD5 8b5469311aedf4ec236f6c45dd1c6074
BLAKE2b-256 917cc76ab11004ae48dc158c5cd5f065a1498626f8f168ef123c08c5b70f83f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 de0101cda5ae4d8367204cd938234f7c2152ef6a3253baddbc5ed78c9810e2b9
MD5 affa3248af5a138636cedf1c6455c2f1
BLAKE2b-256 003ea0332a3b7fad9b7e39d51136d9dc56a690aa9ad2995c6feb8177030f9a8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b6d27696e075b0881bcf282b4e0f6d03c6ad8b3ea3a2654964b281113569e170
MD5 a3dcebc69a513b9a46ed333eb67e9cbe
BLAKE2b-256 3271ca13f46b2bd13736900456f3e086b55c4eb81172070dce298b17fbcc6a2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5f85cb45341bd535b8477dd0d5caecac021989d681f4604ba3f31e246dc5dadd
MD5 fbbdab40230281eaee936ba76af17229
BLAKE2b-256 c2a47f5aa18f2315b059e9a7d5108c2cff9a42bc2dce799eda80d68166ea612e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 15ac7705f7172903d51465295b3d843270411420824916c0314eb6f5fee63364
MD5 5d5bec12630e504eeb9d99d2b84e98bc
BLAKE2b-256 9cff312d15fc11aa1f4334706cf1bb0cdecd52eeb7d601eabeee0e0ea6b8ae8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 94ae9c05f9343ccfa4f4eb4ffe918e8513a702d00086c53e582cc5f321588d06
MD5 78cb0fe80a76c52138ccebe88b121a89
BLAKE2b-256 083ce38db3b03f7069866cb0150908c2e166074729ef16bdbb36e5ce63bb9c8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 047443dbde4ba8eebe9fafb67c2359e5b19d3e044bfeaa8e62cc7f5ee9d603bd
MD5 0a79ed3ea3abdcbcf749d6fe907ba7d2
BLAKE2b-256 e1bae904f61834c0e89e9b899e1c1c2b86d7b3ae098be839864e611fce42d90d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3753f1a8fc015655fac5a0d612d92c9614547540c789e5e114edf3fe77caf5e7
MD5 618be0c427c8d5077a64d104fca1ac89
BLAKE2b-256 f99b8ec7a13932eea20da93276f920cba9b1aedfa851772f2dac680a5de9d023

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0c2002618681d3065706fdafbe99f9f047afee76a4fe6e8366782a43535649d5
MD5 a2523d993e335fe96168c59320b48964
BLAKE2b-256 264ceb73c8df24e36d72ee4c6e8e3dcbdda17bd60e92b868b4efa0164587192d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 780e0f6c5a748da3ffa0701dda273c19653cc78fb45495e358ece3c2c6ada02f
MD5 ba42f64a8e6ddf37639c301d6e99b925
BLAKE2b-256 81d0cda19117cb0f1b2c17cc34f3cfd986750e86cf35a998ec03dda3afa0afe3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ae542dcd8ee276e596be784389bf311eaab3d4ab22f2c4ba9e5b4fbe0e785f0f
MD5 3edc7e677e744510fbb60f328d3ebd25
BLAKE2b-256 bf66e5db28604d91f921f61991bee5206ed426f497a89df701f410928ae5c061

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 15816ba6c866ad300a5c0c0c294c5a09162767e8b4cb66e64c02fe2c7705d35c
MD5 639ba0c658b06ec171a6955a47c6b686
BLAKE2b-256 f42ec89eff26886346b03bca23a58b694a3a7e91e58c2b4c186e95fbdda3192e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b7042378f19006f39d1ef12e8bde6ed8fc198193f9066d1c877853c5dfbc7239
MD5 a893af8f260b6b2baf872453f88581e3
BLAKE2b-256 553f0812e94384c3ef5dcab3b6ac031c5827df64691925da4948aa6987dba43d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 291b7ab8a5315d60105bf5d8b8d4a69fb6344e1b6e5189fe31a18cf302174f23
MD5 d6748191c775ae7d209019fd43562b83
BLAKE2b-256 ce87e233b4db24a6875dd1f5fa80ceb655a6f295b20fb96a5c9ac75ea6cdd526

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a754b4543e180fc1296fc57103335621cc354953bed57fd9e8b9573b72f96429
MD5 fc7287dff8cf5b3e95a9260e63625d66
BLAKE2b-256 63296428ffdae7eb6a04951b8f1672d256f3622c13cfd2cd7bc2131029cb410b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ad0fffebd174e90f2fa7ed0ef7974db45e7fd2099dcab7f8d29278fef57c4fc7
MD5 97e4eec10c9dc9efed3142f5f30504ad
BLAKE2b-256 e7e5db9755ba9c94c36e99cd5ea37c26f0066aa11ef5ff7eed608f6bd49a1e2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7b9e2e5e9e50b107486069f1ad089b518d39fd9b16c90a26f434ad19128cae9a
MD5 7a9d5076454d83f3e5c4eb722de9fda1
BLAKE2b-256 9008dc603a176b57769f3ec63c9d1390fe178aff0dbf82357d646253e54cc6ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 291c8ef4375ca28cc95b92c8aee02e7f9b09e838ffdc0cb8d3c4c86bf8006036
MD5 2f916dc62439372fb61ed0f11280e7c0
BLAKE2b-256 ec7c33031d0f1d7e70416f3a237944200d256e989085cfea3c392848fb658b74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 60a4da11b74365c701b2fb3118ef15eef513b756ad61d6904d2700477debccff
MD5 4e7e10c8759eb20410606d37cfaa9276
BLAKE2b-256 c10f3558e58041916c1e9dc95e938640cf1767d30fa7f51ec2c9ee344beacef4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0a176879dc950ff88097cfa7ff6f3e218dbdba8e3bac69d02fd140b21529addb
MD5 50145a50750170de6eabc211890d9eab
BLAKE2b-256 b2a0a495e489e943de342b6f25f223558bfdca6c25c4b35202e39b44bf236479

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1e9a2a1724560c854fb94dbfd25c4f3833c0c80f943f8f8c6aa343fff200f07d
MD5 5f473a719324dcf8ac48ab67d0d6bfdb
BLAKE2b-256 1185cf285b1e5b35da2185e763458e6d95757088d0a09ad5fd89bed098317de5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d4dd65948a2033d000ea6027bfc760452aec8a10520a1df4bd2f88c9f6828f0a
MD5 23020087a74e35417873f5bd19b50c38
BLAKE2b-256 aab8c0b4b8de75724b5e5a56dd1c6001183841867143fce6a84e5dcbcadeb1ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 37fa1015dbb7f715b006047728da5d37cd3e2af0532c5ad77b9ace983baf1fc9
MD5 28a30f072764e04d3ba4f7ce39f00f51
BLAKE2b-256 2a1760efa7a72d7275bf7483e943e2a3889a4dc34a70054c0560770ae629916f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 39af034f1995ac90acf3b11cf365419a9ec3fd2e93db2a41e6509375733afd94
MD5 97c791ba961a045d4c48327338d19440
BLAKE2b-256 fe222691edf1753c05e8f4cc4629f123ba2ee2fdeadb28f2db6a55cffdbf8e2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 05fe00d87ed6aea4c2dda3f47f4f22b862aa82c69298ef906172ffaef645ae1f
MD5 948b00b62747cbfc43354bda79fb4449
BLAKE2b-256 c2693bf1db3089a3c020a2fd3a62e36df48c63ebc59b9133122503468c70b001

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 62b6b3b6054a0a38509844be59a387e7b186bfa1b490154d9487ad48607eb1ca
MD5 f30a899430d8c485ecfcc40a377e60a6
BLAKE2b-256 f76bb9229cfbe2525266aae33622bc4ed84da026c0dfa459420fd2b8b5e5a307

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f644233904bb79658b5612f7c9a4e718bbc8ba30fe684e67bb41c2e0d5d50d67
MD5 1bc96b32bb31020ceefdfa433a4e7eb1
BLAKE2b-256 6694c4c0fdb5645b46bb6e1d710ba120469649627da52ecbb85e2a299aebf59e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fc3387424669035e62d080c855cf21b97d1e610da4a57f64eeb5de38970ee46e
MD5 6091ae462e4d9af2ce50d0a6f0c50734
BLAKE2b-256 0d8c76c9593a377082d048d1d831f9791e571e5d31287ca887aa88ded1f64cc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6b6c5199f81713a0292ca66ba225dd6465e66744e52231665f798d51faeb591e
MD5 35201801d1f237c0425ee483d02a16b0
BLAKE2b-256 1bdab6c23688a13b080304e32d2c893ccdf99a37a7b84033ec9d6cb07e5bae9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7671594bc7292fe0b7700a41f10daf3cb60c5f9cf83358278fa847cc1ae101d2
MD5 1a4b1ab5c78d0be11d42bb2afc171825
BLAKE2b-256 846786374fa36bda4c4916d1214492f76539d95be79d64ead09094e3edfce0fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3312fa297cb12ad1b2c7ed52b94fa66a7ffea8af0dede2316430722d8181eeb4
MD5 228d3c3c46202725bd7c5c79dfd9cde5
BLAKE2b-256 2196d888023ec5215ff37198128af05089ce22472319f6cfc810b82fac192f91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ae9848c7e0bb6ac76fd373dce7fd5b5cad2dbe09bf2cac87831ff8d1bd29ab9e
MD5 c8f62a5d181d45456e299e7455cbf831
BLAKE2b-256 587c3444f2dff1f0b2b53dfcdec8f5f1e7622d6b455de79a18740a112e8eed4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 792ed983033946977ddc4f5751681c3e2fe899608d9f8e0ad9e9973f454610bc
MD5 00c4cd0b9fa6e2bc299f1742059db960
BLAKE2b-256 73059ebf44f7117c6b3a51c33097801f6532b134caf4fabddde78ef8afbf8347

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 aca7af8e50989d6eb30d085cdaec6be3b3223d4aa1c3e08499e3e06f840c0535
MD5 771adcdb504c9beae4aa77ec3dab10a1
BLAKE2b-256 a9440bab4ea4f6a2153e603d442549b473ed072a7d63903fa430f77164bbedbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3af6ea1cb27a602dbfa3308c51d93895b2ac31a11f38bb9426756f3e38adda6b
MD5 03387449d487569978c4041cab335782
BLAKE2b-256 3127387aa9f94845285eb1449dba389e05e1ca21b0cdb193725b60f09edfc551

See more details on using hashes here.

File details

Details for the file text2num-3.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for text2num-3.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 413a4c406086a9f61b2b229c3f93e4c9a8bc9a8e5e890ca9c09710b2b9d654a6
MD5 17cbb2c9cb6b6aa9aa8e4f982727fbb0
BLAKE2b-256 ad1c3adfc516864024f9658b01ccaf5504eceafdb2ddfc91c1e3c99480f80876

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1e015e7bb03bac3435b276cdbf0554054bead71774a74682a4b41913a7186823
MD5 385869fb5fb1a55421f9ba2de40542c9
BLAKE2b-256 b5ba31989b4fa93c5b29e65c23af027aab4d68e79dc8132284b548987ce9bfa3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bec94fe95c1b79d6d1a683dc9328e08eddda2fb83fce2dfa647b88702de7f1c6
MD5 cf5237217fbf5b48b85dd674c5cfece1
BLAKE2b-256 5299fa69721cf2d37e1db89a3cdbb271e10d9885a21f29c56beca7a516379145

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 496e1f48c8050bc81b3fc3dfb0961c0c311f935f512f250050cca1660c764dc8
MD5 2f81c4ef22ff40286ab5fad7b50d1fbb
BLAKE2b-256 b1d3027b7edb9320ec86a4032541ce7b026504a346c18004a6706755542fee32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 12068a0e640cc39ff7239351ffa2bbfad01c48173b5c696bb45b8daa8cfa2e09
MD5 abf66ee817288b02264465cc4d729186
BLAKE2b-256 66a6b97f9afaf0b94a4e708ae2414b38411b7950c8ff46ec310ff331e50efddf

See more details on using hashes here.

File details

Details for the file text2num-3.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for text2num-3.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 bd342bea6669e3f85895d9eebda5988ba1c605d5d5ec894539fd3c3e3d3d2b2d
MD5 b8e8f4849135ea72e029ba332666bab7
BLAKE2b-256 07ca3862446d2c7d0b40b46bbad591105ef720cd22889f3d4fce08a5b511a8c2

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