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 and for python 3.8 up to and including 3.13.

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.0.tar.gz (17.8 kB view details)

Uploaded Source

Built Distributions

text2num-3.0.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (561.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

text2num-3.0.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl (595.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

text2num-3.0.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (666.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

text2num-3.0.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (570.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

text2num-3.0.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (391.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

text2num-3.0.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (432.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

text2num-3.0.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (529.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

text2num-3.0.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (403.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

text2num-3.0.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (392.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

text2num-3.0.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (422.1 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

text2num-3.0.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (561.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

text2num-3.0.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl (594.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

text2num-3.0.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (666.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

text2num-3.0.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (570.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

text2num-3.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (391.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

text2num-3.0.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (432.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

text2num-3.0.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (528.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

text2num-3.0.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (403.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

text2num-3.0.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (391.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

text2num-3.0.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (421.8 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

text2num-3.0.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (562.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

text2num-3.0.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl (594.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

text2num-3.0.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (665.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

text2num-3.0.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (571.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

text2num-3.0.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (433.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

text2num-3.0.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (527.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

text2num-3.0.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (403.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

text2num-3.0.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (392.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

text2num-3.0.0-cp313-cp313t-musllinux_1_2_x86_64.whl (559.4 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

text2num-3.0.0-cp313-cp313t-musllinux_1_2_i686.whl (591.2 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

text2num-3.0.0-cp313-cp313t-musllinux_1_2_armv7l.whl (662.3 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

text2num-3.0.0-cp313-cp313t-musllinux_1_2_aarch64.whl (568.8 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

text2num-3.0.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (431.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

text2num-3.0.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (526.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

text2num-3.0.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (400.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

text2num-3.0.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (389.8 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

text2num-3.0.0-cp313-cp313-win_amd64.whl (235.7 kB view details)

Uploaded CPython 3.13Windows x86-64

text2num-3.0.0-cp313-cp313-win32.whl (233.2 kB view details)

Uploaded CPython 3.13Windows x86

text2num-3.0.0-cp313-cp313-musllinux_1_2_x86_64.whl (558.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

text2num-3.0.0-cp313-cp313-musllinux_1_2_i686.whl (590.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

text2num-3.0.0-cp313-cp313-musllinux_1_2_armv7l.whl (661.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

text2num-3.0.0-cp313-cp313-musllinux_1_2_aarch64.whl (568.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

text2num-3.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (388.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

text2num-3.0.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (430.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

text2num-3.0.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (527.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

text2num-3.0.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (399.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

text2num-3.0.0-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.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (417.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

text2num-3.0.0-cp313-cp313-macosx_11_0_arm64.whl (348.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

text2num-3.0.0-cp312-cp312-win_amd64.whl (236.5 kB view details)

Uploaded CPython 3.12Windows x86-64

text2num-3.0.0-cp312-cp312-win32.whl (233.7 kB view details)

Uploaded CPython 3.12Windows x86

text2num-3.0.0-cp312-cp312-musllinux_1_2_x86_64.whl (559.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

text2num-3.0.0-cp312-cp312-musllinux_1_2_i686.whl (591.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

text2num-3.0.0-cp312-cp312-musllinux_1_2_armv7l.whl (663.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

text2num-3.0.0-cp312-cp312-musllinux_1_2_aarch64.whl (569.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

text2num-3.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (389.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

text2num-3.0.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (431.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

text2num-3.0.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (527.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

text2num-3.0.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (401.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

text2num-3.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (390.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

text2num-3.0.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (418.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.12macOS 11.0+ ARM64

text2num-3.0.0-cp311-cp311-win_amd64.whl (236.0 kB view details)

Uploaded CPython 3.11Windows x86-64

text2num-3.0.0-cp311-cp311-win32.whl (234.0 kB view details)

Uploaded CPython 3.11Windows x86

text2num-3.0.0-cp311-cp311-musllinux_1_2_x86_64.whl (560.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

text2num-3.0.0-cp311-cp311-musllinux_1_2_i686.whl (592.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

text2num-3.0.0-cp311-cp311-musllinux_1_2_armv7l.whl (664.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

text2num-3.0.0-cp311-cp311-musllinux_1_2_aarch64.whl (569.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

text2num-3.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (389.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

text2num-3.0.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (431.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

text2num-3.0.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (528.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

text2num-3.0.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (402.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

text2num-3.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (390.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

text2num-3.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (419.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

text2num-3.0.0-cp311-cp311-macosx_11_0_arm64.whl (352.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

text2num-3.0.0-cp310-cp310-win_amd64.whl (236.2 kB view details)

Uploaded CPython 3.10Windows x86-64

text2num-3.0.0-cp310-cp310-win32.whl (234.4 kB view details)

Uploaded CPython 3.10Windows x86

text2num-3.0.0-cp310-cp310-musllinux_1_2_x86_64.whl (560.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

text2num-3.0.0-cp310-cp310-musllinux_1_2_i686.whl (592.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

text2num-3.0.0-cp310-cp310-musllinux_1_2_armv7l.whl (664.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

text2num-3.0.0-cp310-cp310-musllinux_1_2_aarch64.whl (569.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

text2num-3.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (389.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

text2num-3.0.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (431.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

text2num-3.0.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (528.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

text2num-3.0.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (402.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

text2num-3.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (391.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

text2num-3.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (420.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

text2num-3.0.0-cp39-cp39-win_amd64.whl (236.7 kB view details)

Uploaded CPython 3.9Windows x86-64

text2num-3.0.0-cp39-cp39-win32.whl (234.5 kB view details)

Uploaded CPython 3.9Windows x86

text2num-3.0.0-cp39-cp39-musllinux_1_2_x86_64.whl (560.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

text2num-3.0.0-cp39-cp39-musllinux_1_2_i686.whl (593.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

text2num-3.0.0-cp39-cp39-musllinux_1_2_armv7l.whl (664.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

text2num-3.0.0-cp39-cp39-musllinux_1_2_aarch64.whl (569.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

text2num-3.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (390.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

text2num-3.0.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (432.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

text2num-3.0.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (529.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

text2num-3.0.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (402.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

text2num-3.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (391.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

text2num-3.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (420.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

text2num-3.0.0-cp38-cp38-win_amd64.whl (236.3 kB view details)

Uploaded CPython 3.8Windows x86-64

text2num-3.0.0-cp38-cp38-win32.whl (234.2 kB view details)

Uploaded CPython 3.8Windows x86

text2num-3.0.0-cp38-cp38-musllinux_1_2_x86_64.whl (561.2 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

text2num-3.0.0-cp38-cp38-musllinux_1_2_i686.whl (593.5 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

text2num-3.0.0-cp38-cp38-musllinux_1_2_armv7l.whl (665.1 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

text2num-3.0.0-cp38-cp38-musllinux_1_2_aarch64.whl (570.5 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

text2num-3.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (390.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

text2num-3.0.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (432.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

text2num-3.0.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (529.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

text2num-3.0.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (402.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

text2num-3.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (391.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

text2num-3.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (420.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

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

File metadata

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

File hashes

Hashes for text2num-3.0.0.tar.gz
Algorithm Hash digest
SHA256 7d2444d0b16fb5d36c39d870b52d24401f27b68f3031b11be7330db13dd9f276
MD5 daa2cf42ce874d82336d4bbc84b45ef1
BLAKE2b-256 f6fc66fabd4b271230d7f163150f2cbc897dd203699a71fd9ef86278fe4c60ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cacce3bf280367c7b968820bfa405ef7197003f2bb6a3a14d1871557f990a26c
MD5 f3ae5b99c38c126156fbbac79a49629c
BLAKE2b-256 bc4313155507df64df0bdf3ebe38d66614053ca35cf4dcfea716943a142155f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5bf4ed6581544110312b86c769fda8354fb21a7990022b99de951d7d24269996
MD5 aa3d4f403e992c7b176c58a18c8b5e80
BLAKE2b-256 f5637b9649e102ef01b40d4b8e247b0356bf18a1931cecadd254bfb5273ade71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b84b8c5d1c414650d24bd4c7cea001ef180360ee4ec4e3d73e1bfba951e1d034
MD5 0489745d4e796dfa941591189c3e4bd0
BLAKE2b-256 b07d393f2ff8c8a9a6a325e3d83e31798f4524a6daf180a51a2ade1ea8a80d6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cd6c99b35ddcf08fae70f7ead37a74e52687cb83426918696df8dd741cf2eeb3
MD5 c4cb565676be3f52e2bb805b8f4de9a0
BLAKE2b-256 060d6b0ce358abd43b69360c6c183866428ddcaf38d386f316dbd0ed48ead002

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 45ac572cf0ece7d7c738787b84ee4329cedc2d8e06bab5888cd4cf0520eaa4c3
MD5 ef12e8f54d211f8362e949c2e304784f
BLAKE2b-256 0073818b0f6a658e6c354e1dcb0e200914d00c63f8aa1a317d97f3bf6318a0ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d15599962e2aebb251d5792d41c3eeb704f23c5fea75557614b47522d6133693
MD5 59b401203dc700366bbcb70c9501dee9
BLAKE2b-256 9c9b74b20bee00b0d5631d8b24eafb3ddcc8a2262d47a2030a4878fc9046b97a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9952ec563540537256aa19f0c2cdc868f64874f3d335066d51c3b38507c04933
MD5 3eeeebc53bd40c9f5c0822967cbe97a2
BLAKE2b-256 2596b57ad68b81ea8f96e54fcdfe2ce7cee5073f46bc47c0aeaf3aada3f93e17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2d205c7c230fcc9f8e9ae51a5c6366cd03296f2e7746754352dc290547cb77e3
MD5 f3c07f87af19426ac6709336cd3e18cd
BLAKE2b-256 802ba84ec1b0fc3cbaee5f07386f8354ada69b9b105f04cbd772a81700c85002

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 588c520fcf6f4d8b42f19b0b381a5d584592b26fedb75de33896f090654d801c
MD5 469d862e7595c4ee394d34203d4e925f
BLAKE2b-256 193334c5cb61b6003e613367d29dd940a9cac0d7a5441371035faac3e2cde3fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8cfa23eb915e158e9cf2f598d4ad2e16afec312e921e329df6b828cbcc46498a
MD5 e224c6ce798666692742137fea7943e1
BLAKE2b-256 67f942fc69b7d6a6370c90bec6d8e8bc6655de3945c1aed2728d7acff2707b97

See more details on using hashes here.

File details

Details for the file text2num-3.0.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for text2num-3.0.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 45b87ced31fe6c309e0f3a4d5b459cad62f17d6b97f8fa246e4efc334c3d6636
MD5 b70f144898e9b7ee98891de6d5f445ce
BLAKE2b-256 9e1a46059665a08da1ae7b6b49883f78a2ff6a4a23b02c206daf24bc8cc05627

See more details on using hashes here.

File details

Details for the file text2num-3.0.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for text2num-3.0.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8548eac1b334a8d43033c80a91c7b507f9b6420bd6f84a905d629e0889b93b5e
MD5 a029d08b2bd60ce1877abe150ef7f84c
BLAKE2b-256 971d18b78d8c060c05b5b3aed46dc52d6b6c3160d35c23dd03cff09b30ea8514

See more details on using hashes here.

File details

Details for the file text2num-3.0.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for text2num-3.0.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b5394c28c6040dc767b8837e1deb35704489a96707382a8618ea39322131c09a
MD5 39c200ce93254e321f396b05f4627851
BLAKE2b-256 6008d2faed774d8b3a448419ad360b2ffa514e8d7f48ffe6994b709ae83a1b0e

See more details on using hashes here.

File details

Details for the file text2num-3.0.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for text2num-3.0.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ed3aea4c82f4eee6be5c7daa732030fa916db5b908ba7aacf0a4a1b92da25cbf
MD5 710539f70525f8672b35c24c4363d98f
BLAKE2b-256 f95723310183ac6bb5517b0396ca499972dee58771c3255f6ef7c602e7ba0fce

See more details on using hashes here.

File details

Details for the file text2num-3.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for text2num-3.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7f0eca4577bc33a03deaadefdc5aa44a74366574ae3a013caa1f7917f149011e
MD5 5bdbe018e87e0db29b8951e74d6c20a7
BLAKE2b-256 cf1aa9f50cfe18a3603e75d8bd61ae4cd900571290a7b4d94dbefe2a12249216

See more details on using hashes here.

File details

Details for the file text2num-3.0.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for text2num-3.0.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d7dda5dbaf218bb700192ffe72e3e06744b4a9fb4b077c961555387b8fd36fa6
MD5 b9921ed1bdc73ee0292cbcc38dada668
BLAKE2b-256 30fd71f4fd87292b2f58369ec8be23c7430efaf428bbb5aea2c8997641474498

See more details on using hashes here.

File details

Details for the file text2num-3.0.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for text2num-3.0.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2a64e844fbe5134d0863bec24db8d84b18b624061b4bbd1894b2acd497ff818e
MD5 d839a6d47dccfd2a511b9d57b30859c7
BLAKE2b-256 9d4da15eeff88aa3d116fb0333a49a19fed827d5b3c81fd44c6866b5fdc31f66

See more details on using hashes here.

File details

Details for the file text2num-3.0.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for text2num-3.0.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6f8f12b2f77db294c8449a91f5d347a57575c765679d70a34f5f62731b92a48e
MD5 68b5a2c174daf4fcf9ab2aa9afd1a564
BLAKE2b-256 43b6dc9dfef6bfb35c07474eeff4d04b673f488c4deabb8b65e1213715791ac7

See more details on using hashes here.

File details

Details for the file text2num-3.0.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for text2num-3.0.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 631662ae2782b81ce29034429d3e4a5bde8eb3991741817b11b1390280ec4bd0
MD5 0762285ede26bea6afc9a4ca56a247b2
BLAKE2b-256 8ce95b8f1ec5ba96e3edeabdd45cacfcde63a720677f9ea20ecf66f39b66e716

See more details on using hashes here.

File details

Details for the file text2num-3.0.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for text2num-3.0.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e393620b292c842c6a08bb22380cf3e1cd4d1f197fbe78771c3fe5aae67cd07d
MD5 d82dcadd749e1d33d4dba81efae46a69
BLAKE2b-256 f55a0ee4154e6874723c6b09cb7e36ab39bd952dcb402bae3387d4850b7f8622

See more details on using hashes here.

File details

Details for the file text2num-3.0.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for text2num-3.0.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8096d5b0464de4ca3d4f7301765cbea55feca92b26a001a72b9ccef28f1089a9
MD5 34de66087fff30aaeebe16a5466efc82
BLAKE2b-256 2b1639774261ef97ed1961e0164cfc083f21d835d17f85ae8140a32e6b99a389

See more details on using hashes here.

File details

Details for the file text2num-3.0.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for text2num-3.0.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 41cda4cf97c6ac9de4e0bbe0bfb7d10a02c0d7926f9c2cc63bd67ca7760f04d7
MD5 135e86dc407696bbd61b0fa06efb8056
BLAKE2b-256 a8e19100dec4c0f67d21eaf23617482a4db407a699f8c3f82dbfb106ef413a53

See more details on using hashes here.

File details

Details for the file text2num-3.0.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for text2num-3.0.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8bf80e039129bfbddea79b86bb2dac825783ca5123cc2265a2feee5c1fc948bf
MD5 6a1ed2757bc194b1374b129bf10c9a10
BLAKE2b-256 459fe6a96f4533f9a67df8af068643c26ca6f13e2c640b4188d5ff279f2f7c41

See more details on using hashes here.

File details

Details for the file text2num-3.0.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for text2num-3.0.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2f1c57f5c491dc5b72d0a8b077eac6657c75a0dd9788787a3e34fbba4002b613
MD5 2f9a68ddb5139c8bc8dbe88bdf845e0d
BLAKE2b-256 853638be352ea3d79944c249f8f1f3202d7cfbff6ac6cdb99fad8959ad14e540

See more details on using hashes here.

File details

Details for the file text2num-3.0.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for text2num-3.0.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5ab2652d9a87f715d2f14448885ddcb7f5395abd3c7e34b735660c2c7c3eccbb
MD5 bf9ee622b19e416553fa935f5d15862b
BLAKE2b-256 9a18fefddb513e11ab77a2646c294b736d2ea4fa4b27a8762e144cb7b72e354c

See more details on using hashes here.

File details

Details for the file text2num-3.0.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for text2num-3.0.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 24cb873f47583955921428f2ee0c8ef13c6b2f4cbc21ef6a3f5c4a1ac6c56c21
MD5 ea35988ba7bcac7378870c1557d15fd9
BLAKE2b-256 2fb911a03fc7336244d06d2d6a35bccc4eb3b004c45efbca4778029861753ad6

See more details on using hashes here.

File details

Details for the file text2num-3.0.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for text2num-3.0.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 149790f01a2050539b388c1dd7b2a903e57987f34670e313ab0fcb5df49d8f9c
MD5 a92fb03627bbba16290bc15b013b95b1
BLAKE2b-256 8b2f521adf2fc1932d9e5bd4b859a12ab13ed5c6d97bfac31bfbe85f37286852

See more details on using hashes here.

File details

Details for the file text2num-3.0.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for text2num-3.0.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 64e8528f161f9ccf38a1e74bcfefc7f706e604d0ef34fd801785866263967b73
MD5 1df1b34bb8b9de52e0c4528253fd5fd0
BLAKE2b-256 6689ffccd67daf10725ebb9de07473fa955939c5a0b5c1d4a5b93dd80751f79c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3978ec957653f5006e0f138da9c1987c43c505a3f3b26528d89e4f19700d847c
MD5 7047f14644b0f5b6fb17ed24e3a997e7
BLAKE2b-256 47db25663fbe92c69e5a09900c407a62497871103f02a7df68599574e567988e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8e8a2a26f2a386fbb63a042267cdf7c1867ef30e4e44260c45d23d3706f5de70
MD5 9b30b0acc55404b71a6dad68bc7c1103
BLAKE2b-256 6e12aa4d419267c90ac308d32a97ba7a9d34e9c4f23eed609f3c00f76a946b6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ef951c5ea72b61a15aaf6ea68dd50c166aa8070ead3b3a2642de95647d17d3ed
MD5 ff0caa8d46331118c06ca4cb1302bf5e
BLAKE2b-256 d16614a1527d42393b497a2f2fb2093609d16287639f9b8b95fc5ebd16ffc0f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 10a51a396d7e562fa878e2a2a1e2109e67b795f4296a35519560855a5be989c8
MD5 616920ea124830addd19c1e4e6e8ed3f
BLAKE2b-256 2df6f73a4e78d8f7ebdb84b62db6f0b9857434ca6b360ca83b7cb4c4cbeca1b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f5784721058ee914808cd0a21e74cce97781acfc22014960978b64efd3cd2208
MD5 c2ba651213263f524cdc8d7547e4713a
BLAKE2b-256 28e2e34948ecac99e0d9fd8a29733fd8631995bc4ec6e9a880f48f80d6c561bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 420e4a6f916125d81ec2d936ea37cc95af8ee35b23b8e90dc8d0a6588a6775b2
MD5 55d5acef2bed7a37147eefed43f17569
BLAKE2b-256 38974d181027868fb1e29d85680b999b1774812ec81a15d4b8ed925fec17980a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bd609fabd08982baa34885acb1ad2d3a77093ca3fb9d336e426918a60737ce63
MD5 691f1c0ec899b11d3e982f8fca3713e9
BLAKE2b-256 417f0336ec0fba3a59b22131fd65d282422ac58e52406708295aeffcace977ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 33d3b38ad93952e05d0f02209b4d4b70ec712cd8efada8abc78beea528bc6cfe
MD5 f10543f172e57ccde633e3aa7b1420d6
BLAKE2b-256 76b8bf4490da89244f4bf2514efb8f6a5841ccac190d5c19c4d61dce31d0dd08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f7560809ef977482d6984f58e358118770eb006ce62c9f900bcd22499477ec19
MD5 3e2d3078d3810bce688d620a5d47f845
BLAKE2b-256 4fc92b13bab0ad3a830039e8710ec1ac93e478cf0e60d968137c43af2170a792

See more details on using hashes here.

File details

Details for the file text2num-3.0.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: text2num-3.0.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 233.2 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for text2num-3.0.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 8977ae6b35991702eca4d5486be832ff2c71ceab89c5a664b0e46d3d19e85e56
MD5 fef127f763e4774af394b842ff06c12f
BLAKE2b-256 8591ee1f895720afb74e0a418113e3afb1bef2c63b12e8cf39f01fd8cb80c5e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c6276f4b086b1fa9fbae12c1d9c748a347042889a7e34288f813c687fc09cb4a
MD5 fa28f2877a7c37b7b822a83a013e4979
BLAKE2b-256 680bdb55dd33f79625442feaf49cbf66c2fffeac98a1131b80c48c0f8ac6af7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 eda4235af1e935b4fcb7416e14c2529ea66e72a14b95de330dc7b8d28544c706
MD5 1a770d7a075f3cc9a7844079a99d0828
BLAKE2b-256 a699ce2d0f19db424795d9311d14c57008d63e11791bd9f7d2b98e459a30ef41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6b36ca471cd23844e5e8a5829af79de4e4f9d1a7dc436ef8ecc0a134a4403b28
MD5 5982b89d7483e6581f1ab242e6f26513
BLAKE2b-256 708cdc300c41d16de50e4e704edd0d880ceb4ad1a5e49b062282e5b2023f2123

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8de9d3e57d72ae357abcd985efc438e74045c777c315f4e6a1c07f3da2c76d01
MD5 4216a05b9fdd2cf862f063febba4a321
BLAKE2b-256 f1530d6128db616dc875dad42e8ccbbcc40a1a093f61c1c5b1519ed0f52543f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 23b7726cfcd7c5e8918feb4b327871c00ba263f23dcea3f0810589eb9d0441f6
MD5 de719dddcee034192c1e425c439a3724
BLAKE2b-256 5fb3c9ea378cd3309d855ce52a335c82bf6317e8f520193bb3d128c41d97c5bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 16cc4fe9549d03c474bea9906494421cddd4e8d98670d56bdc888c0aa7a1242b
MD5 c78bc455acf87c2e86391027cd522ea4
BLAKE2b-256 5cd3a74af8ff5104cb0a6145f9e6f311d8c0c7d33ca6cf7b71988fba80542bcc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1bd3d20b9b13b6b3d17cef1c9f6dba44356b1588b56dca5ba66971085ce786fa
MD5 eca8ad906b461ac079e4faab2876ef3f
BLAKE2b-256 00fecd02a9408c41761b8fdff92c58cc1b26d9e1bf2ae5699c889aeb1b062dd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 21eeffb3dae27feed2ddd125cc8280e7e36c15f56038f373cfb731362cf993c3
MD5 32b8c8a4b67780b4f8975321e0b87f58
BLAKE2b-256 9cb82c8fed622db08433a13229ad56307c06aaef8909ac7fe33b0f2539eafcd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 413ca238e86f31b55815758875d0a6481ac13b6d7c4a5978b4ecb57b4797bc15
MD5 f413461b1bafa9a46c4638fc273204a2
BLAKE2b-256 48150c39ac668f2b66d1d9441fb4cacbd7ad9d78da11d9bca3b699b5df2fc50a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 32eefe9c030a3e5ffb6434c3d3419ed3755ae644616ded76ce13a4f8e185fa85
MD5 8f1546d1ead95971c9404b0db1b1bf29
BLAKE2b-256 67671e146de87ea1d09b7b8b3ef549bafe59e0690169b57eeddc15b2ecbf912a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 435558f5cc40705d9a9d06e3c1ab0c6ec29b134390b39fa069bbbe7c705e1a16
MD5 5082bf8c1fc4d83f1b4e15121ed4dda5
BLAKE2b-256 6dd7c76d427e1223b119c658966ffeeadf678f101a9d4b8ec62248b1baa8f7fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8631fd8ba859f9c23135c7f9fb06a63899916006b9cb255f63e6ad5f66f00e52
MD5 09f9511ddf55def989bfa404e0744d73
BLAKE2b-256 31ce174b9d1894f326383e25f334a259cfd31032f519e04c3a138a2cb707ab85

See more details on using hashes here.

File details

Details for the file text2num-3.0.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: text2num-3.0.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 233.7 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for text2num-3.0.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 bddf679c470dc108493ef69eea13e08fa62f4573a38683738c08f948bd190782
MD5 94059f25e3b1d86b4d84df342341023b
BLAKE2b-256 057152bb13c06f86b3bb709202b8f8970238f8d48bb274a57ca0fc3f6a81170c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b8271fe48550fddad5699e2ebe6210522315d8932aa0c4de930c7c731d8aa39d
MD5 c150f0e853f8b2d67da19324ee520e33
BLAKE2b-256 074124fc447053060af9016fc941c3cb2c009c14cd2ce9fb436ef5f76b8a431f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cbd2fbaa5e1ad0d7c786ababa20b7549ec77605158cdecf8c2ba60bd5dce86d9
MD5 57d28abf2f44077f34525fb2165db267
BLAKE2b-256 07d8535e3c35ec7dec0d29f9aaf8a78cde5741340913adbad8a6630a07a7e832

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4e27d4433a4d3077602741690a9af837fe188a79a8c48e9e77c9a5ed2e9fd4d3
MD5 6c504e497c85ce5da0307c0f638c658e
BLAKE2b-256 c1c770fdba97eb7c25857d9dd9b3bdfeb9863266950a13ec533bd7a24cacf70b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 45c1bfcc76c7076f7162b86557bd0bc32096509e5ebea8b1054199ad1cc1bd06
MD5 dbec9c7c8047823027ad0d3ac5220876
BLAKE2b-256 250a593106a0e7aa486bd7a56c626b342c135d28dbef245108b4f8d630472d48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 110ef8af2861fe823576588b0209b782d267457ba7ab5ed49e0ab3c784662c5f
MD5 85ab8adaff56b37b08548b45c5f5a722
BLAKE2b-256 f1f9fbe87a8e0954c60bb12568a70c5a74267bee43270eb5acc620bc6ee4fcec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f05d4fae7ceb1701480b84788cf85d9f951df33c075611c76ca47a04c463800b
MD5 a8d6095d141091cb7b935a90de76cdfe
BLAKE2b-256 25d1e22ebd0a24d32627017f941a2d6cd3c27c3c0e054731b5b29c818453028b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a7058c92a278e1d98811c28cc53dc3d6407ec271230091a312ed04139c375241
MD5 bc250e5fef450ebe07191e814f94e9a6
BLAKE2b-256 c75233dfa5eee16aac487f8df91b5528441d6672d5832aef91e5118277b0a3a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 82ac25a6a12c19c6167c0f867d5034ef50b447118066d0ad8f6ff818bf5ed1a3
MD5 ee1ae85e13b22be812399103c33823f2
BLAKE2b-256 f432aaa3fa80922834e6c91c80024187fba390628b18e8c592d1ece9d7f2f57a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 385a5ef2e5453c2ff1c6fed613d93249865e6753304c0fd49aec04e59377e33f
MD5 e74388ac3ddd28f62fc0afb3ff5f4216
BLAKE2b-256 c88c0d2a48944ce96ac7fcf0550a673734a8c3aefc4657a4ac873465fd43319f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 61101b0ba0fe1095df3aab34ae90792ea20ec5d7c126a4207e91785c70a065f3
MD5 66cbe254bf08e907b9747c6b8841b3b4
BLAKE2b-256 416401042232463fd5396bdde49f3044d05870903741ae085bfc694c09ec45c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a2ccb22adfba6dd44d277cdd523d4800fdb8a5342f5d3b198cc451cf7f1a230a
MD5 5d8655c7c53720d97475bab8f82962a7
BLAKE2b-256 0f5c2e0b0809ffeb95edd472dfa215193ccfdcc6b98905def74d0d5c96f82861

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ee02612350567c5ee57b8fc4b44716d4a467ad0ef0c6bde7e5236edc2181a1f2
MD5 bec9dac57655b3376a7e540c0ce80e39
BLAKE2b-256 e230a934e568707607758c065a0bbe88cb9b60517dd0176dddd31bbf8e2c59a4

See more details on using hashes here.

File details

Details for the file text2num-3.0.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: text2num-3.0.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 234.0 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for text2num-3.0.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 905340a37b7220a9e56ba5db487bcfa56ac1165146f2a876c98cdde59f6a3af0
MD5 f7435745d2f2ff682a56dd43dff5e8f5
BLAKE2b-256 96b1619a4afeb24467d0148671645106164bd6e947220e73bab3351f436f647d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8d84e990102956c1fecb7461de57762aca11e4d7335102fa72c6d7ccc32526e3
MD5 7142bf74ba2122a1403153be2fa1dcf6
BLAKE2b-256 a5aec117ca2f434f8af79f48d77afce988ae9965611d522bada4381cb76572a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6fe39e06eadc4fc8e98d9ee4bd2f90d23b7f01e39167963a525df1ce2841df53
MD5 948e714842b23dde80865de3db84721c
BLAKE2b-256 9182b37184c0dd0e51c80dfe5a66138ebabcc14d41382f3ce2c7ab63053b5e3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3718932c433e3aa3dce6f6acabf55ae9bb3939c3d30af1135a6c7087e395cada
MD5 9606d0d0a59425416daf0bf10313d61d
BLAKE2b-256 6a70daf0dcd108612f6bd5be7c43518a87ac888a85765802e28e89af7dfd9be6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 57c655b7da9e4b916ac49946a460ddb68640cb57d1b05c390af72b81bafefad5
MD5 88edf48f33a2fc00e147027687e73a7c
BLAKE2b-256 ed8381faf6f9b9f876a1fefa6fb44dfcd64374da0a18e6adabb891eb1e524b7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a65bd3c55a65726250d8c022bd165b961135ea0adc2f00372590bc024a878cde
MD5 43bebbe336f06b33947aaae8d8138088
BLAKE2b-256 9a14c151fa25f61ee2d110def7665e726a7fbc641dce4e5ceb5bef396f5b0c0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 dbda7a3f5db58dee0ad3b9ffbf4c51ed94aa5f1d4cf8aafcc99c13a09e548b12
MD5 9637f2ca23ebcc2c6e300e3aa43b73c0
BLAKE2b-256 92b48f083ba7903ccea9ef67d3162c44235bda17cc86d77bc2cb7dee8a19a6fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0871864f4397cf4ac9d6bb144ae2ee1358a963c5f8c71109bdb7dfeffa139ed8
MD5 da87866c2c2cd3f012c9b9f4ba23152f
BLAKE2b-256 78358bf6b126b7e364d4da0fdd1aa150af2840c8220824a306fec9c166ae65f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f0e4eedfdca21cd5e157dea144dc59d5b2497fb8760bf22fedc87ec91f46c7d0
MD5 782ca3a7d91faeb04f69e914c59360b6
BLAKE2b-256 25eb24d9931288b37f2cccb30c0817626558fea7dbfe690240aadcef27847a7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 33b7d5a99cdeebbe966f087312b47054331443de585920901d9242360cbcbb30
MD5 ce99e5a924c15f71fe2cba1c9bfee703
BLAKE2b-256 ad07e1dbae8e74633021bf4eac912b337b4e1586d3a92240e0fb02700ccac9f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 53702088b97f41cb969003cbed911ee56ec1f34b2993b9fdea4fdd6bf1d16369
MD5 a16f2ed437297f8ae816bf27e5e721be
BLAKE2b-256 41a17f4694faa8aed87f06b7ae2cc7f95c479b0e90c01ff395068a7fd639726e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 45a59f8a7483156b18a187bc892ff450b48485b3e6ec7e608a361ea37daeefe4
MD5 4c96df5052d722f06f1b1309d2f7278b
BLAKE2b-256 22705c47bc29d0763c7452f3ba0a24442fb636261da6b8a97ba379f13b06fb90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 dd9d4bb5abaf93323fdfbcdb13a348acb9f7d2fec333ecf75e8fb219008fbb24
MD5 46a01f5ba5ffef811fb044d86544692e
BLAKE2b-256 c8448b7bb7da293abe60680c9b30ba69b1ec48a90a2906fd3754fb56ce71629e

See more details on using hashes here.

File details

Details for the file text2num-3.0.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: text2num-3.0.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 234.4 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for text2num-3.0.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b95bba904a3e130e32c57c3ac8398830c592ee7339c76994c1d71c51b32a44c6
MD5 c909d7baaaaca904d9a27481f5e4605a
BLAKE2b-256 bbdbd37c096b31a32056c130e5e1bcee75c7429710c25bbe6e3ad20d86fad061

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ff6acaa87deb9d03451c951db7afdf3499d3849443d8f3a529827b353c2e7778
MD5 4af715ec02b1347f4e250838b2f70f2e
BLAKE2b-256 dc790dd6c7ddcb0d437cb7addc84c71c2bbfd927417bbe10db78007a8c3636ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 419f6d9704f9e0d4119a5c87c2b7f2789a1c6d7e4dd95ea23a21eb4c4b4a1452
MD5 f6cc33f6d6237c2981c4f72a0146871e
BLAKE2b-256 afbe76df6242014447d280d4f7e28131411f194780847d112db2effd156642ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 daf963185345cae1d31d7820c062ae5d4086914ed1b83c771dceaed45ebf815b
MD5 4663f3ea9365a10dcf38d913651e1273
BLAKE2b-256 547897a7f1dc0c2a76980ca384b0b8c8686e56a43572f61fcf64840a8890df91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 04e616cdf869ac7ddd64555b077881123a15627ca4f7bcc2f5a2e6ab5fde4ff1
MD5 df848225e2ed36fc356424340dde5301
BLAKE2b-256 fde1a90f7ac1408b362550b1095ba6055586975b287438b01fdf01c6a7979383

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d14c086fe9c77cc073867118df026ce756c94a3ca58f0d65099f2946e7931a8b
MD5 191d9c9dd81a5c7e957880b339cbfaf6
BLAKE2b-256 f8b94073d12db8cb5b65c2c3a9d009dbeff47bc70eb68c7bf5ee710ae826dfd3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 46bc16fc3fe552a57bb76109482682d0a35712a70ca329cacd25a5a96924ae0d
MD5 e82d5af1bb7f3f3d1ed6789b3b06204a
BLAKE2b-256 83b177f2bb1dc6c6cdb7b8a7f991ce8bfa335f3bcaf85138addde4c69d26ac2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cdbc8506270f48686811186e20781031dc32564249387c46a24828863798255c
MD5 b6b3fe9bef0715dbb5f5d88e923b5cad
BLAKE2b-256 bf1f2315726ceff1c9bf16257d7014e94225f7201387bb17064908776fd5f21d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0b64121dd7711927b9508d8bb3610f54e7fc65fa10ebd48d36ff48f9d23c4d1f
MD5 d3c1e79276797a2eb085da2e333c383d
BLAKE2b-256 84e5ba703226e072c0dec6a000488bbc97ff3e1c45e93802b1172fd65d309735

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 34bda83fde2cc72e9ddd03a9e5bfa817570a3424ba9308ad08180470d623bfb1
MD5 b3d5bb760cd78845b70b28e90317d1e2
BLAKE2b-256 347b66d57f843bdc2e8a5b052ec78b4e40ab22b851d24a63a2d92a4cf220c175

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 927b3a36c4b376cb440a9db6bb307a8ebb5dabaae3102929882bebc910e653d5
MD5 2caf011b2610afdd367cbbef2dd4c7ac
BLAKE2b-256 fa4dd91b908e336b85a6236d2676a8d5e90dc3808df75f65f614df7e4e50cce0

See more details on using hashes here.

File details

Details for the file text2num-3.0.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: text2num-3.0.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 236.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for text2num-3.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 436450ef1517c0329c4f5421915656246b82506199440627e3f7692f841576e2
MD5 3292f452736aa4ea7d60691964b1acbb
BLAKE2b-256 6d1a5b55e1c942bbe052f0b0ffb02e9a133ea38a5c6ffb96d444faffabdb4e9b

See more details on using hashes here.

File details

Details for the file text2num-3.0.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: text2num-3.0.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 234.5 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for text2num-3.0.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 a26e223d6a4aca0bebbdc9d461ffdd98c6620750c42c70deb18bf364b823fa37
MD5 040caca49d253729932f856b8c163c07
BLAKE2b-256 4c88b440c572bb75213c187bc754ab257021b41611f4f2877cfd4df6cbf924b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d33d314dd2a061cc118b9eba546cad4d5a33e82ce73f85d27ab19db02d77524d
MD5 39f102cd13c9b79b9e60ad81ddd2ae11
BLAKE2b-256 36fcf1b80e29991922d2c752e29328aa0528a99642395e2652651a8da3315dd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fc8a202d89e2aab42549d2d87f0f02a0b06af2041c334badff4b592527f9de4a
MD5 ba33b577186691ed6a0f690c70b29a8a
BLAKE2b-256 cedfba26c5c8eec416f3fbeffcfac06e224da09c4a2a1506a63a0349bf8c8bd2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f32fb55db1ebb9980a6789460bc5316af2de22ebd1192853b1c5fb25b9b13ad9
MD5 e540fe7c0bd4577cde39e3661d739786
BLAKE2b-256 6848957af7e0af4349600f7fa263240052cc61155b47771fe2203f2cbe9d82a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 86212e541c6b1d76243fa4569920ac17fba5f60bb20cf00574495f2a1c0e2a0f
MD5 d5fd6639be21e21aaac9ef5387e4ba8e
BLAKE2b-256 5fe215b50457b16ce3e55d8a065c98b5c595aa0459cecab88b060eecf802994b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6f337245dc589e8c7ee544de68e971c751a3d5f7b865b8523b6a70fef1e6c9ca
MD5 956ef55871c601424155b8023934fcd5
BLAKE2b-256 901bd1cc63989a864a4f3e6c2768ef454bb0c5d810d2e175e075636b10a55a75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 312e80fbddfd7f9ad8fb33d1d4f5b1b9feeb2e1fdb74c73a1eaf96f5e46c2db7
MD5 6ecd4393d8eb1fc974a480259a73401c
BLAKE2b-256 f3a184b8cb637b42ae69906da588ea95c8fa3879b5f85868b7e8958e01259704

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ad9f5d8186831f55d3d1fc30fa2242471468c66de5793b34dd723d327cd514f3
MD5 369fa716ec817e110d75e0bfbfde6633
BLAKE2b-256 c18e74ddf3d7a31b68d3090411c7af1629d026f6e8c2311e685cc31fe6795187

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9a09e8fc4db6da557cbf4c36b8b9271babc2fd8a39d00a78d09ea3ee9f416aa3
MD5 cccaa274184ae2d72c1cf985a26613ba
BLAKE2b-256 7ff5eea67f2944e3abc71739d7671f1e5a4553efb6a72ebd9de86e86f82d7151

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9ee881cb6a8552f1aadf8d5b49d968be950b71384759c85ac28aa8eb272f8c0f
MD5 99de2f00c51ef3726f4f480a7287e248
BLAKE2b-256 0c282cfa1f620ce0151647886fbf688d13e78b8582c6a1e96bdd389b171d7d78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 821b01fbb40019b56ad854f8a2443b778ba18b6999db1f00a2045c06c4503eef
MD5 6262fe662da0b169d1b36594edd31654
BLAKE2b-256 e23de53bba0241fd1d1a62317a498c4f32ee9b11e4f8c082e9753b5b3811e7fe

See more details on using hashes here.

File details

Details for the file text2num-3.0.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: text2num-3.0.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 236.3 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for text2num-3.0.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6f2575c159c28fed61d0044027c0c1586ff0a506514ec5eb490db28b7946d1b8
MD5 e8c2b720775492ec772fa912b449e2c9
BLAKE2b-256 56942194b7656728b2e27e7e79519975d0a4dd33b7ddb18c1756500d20a27d4d

See more details on using hashes here.

File details

Details for the file text2num-3.0.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: text2num-3.0.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 234.2 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for text2num-3.0.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 8217a9322af059b645f17999cb3723c88adbda63aa18c626c12cc2b7497e4444
MD5 ec66a0a93e1fe73cc847d0c8e0e64d9e
BLAKE2b-256 ff4b78bffbd324f74a4c4b39fc85939160133e7637746d0ca14413d699f6f852

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aae390833f10a67cd200d8aafb9070a34919c7ddf68c9342b08b270e047056d3
MD5 f891fdced1605d72fad82c3184f901f5
BLAKE2b-256 5a8e9949063dfd9f3ff55cfaef58e1d2df34b2a82dfc05bc4e0a3c04f02db22d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 30377d239e7f2a500f3bd9e22db0f67e2aa6576bcfac00c856166f483564c1ee
MD5 295ef85159dbfa44f5d6ac5dd1de011d
BLAKE2b-256 292e28f3816894ad1087d2566a25132d04098efe1dad697867b9d345a5088cfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a5e85e3da45885e80c929c51925fa10130c1498696daaf9dd431d2d925585255
MD5 2253a4e54ec7928662f8fcea97e17698
BLAKE2b-256 b61525826cc20ba6a4cb39d92e46f5772d62f44cec9880e2a71e7b527ac06c88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7a11ab2eaeaf89f6996f2e168dc97b880a55ed16cb84053101c44183547d071b
MD5 b551236c8869428878ca2a038c8ec080
BLAKE2b-256 1435f9e2d8d600356821b6c99c0bdab29ffd225e037f2c47039e755d45f58a08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7f0935e891190402e2084077f55bccdc7594a8aa9bea32f5db3b6550030bf2cd
MD5 cbc45647965c2b93caf4963614a06455
BLAKE2b-256 a45b6f8bbf177b2b8b2090d36f6b8e1aef152264d7e0725a03635ec6946177e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c5aa38deeb49e8c94e339574bb3a8916f578ef53d9448fe714ff3c6f6847b8d4
MD5 1f5b631b554184f9d6837b1cbc0f3847
BLAKE2b-256 fdb415f3ac9065085b8a9d9b274b87dd3ee8c43a4e467aeae98faf3d395c9031

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ad7e6e5066d93df996d1087aa1763ff06297ac7a25f45d8042b7f10576f64271
MD5 4b9a91f0e63b08e275814caae95466af
BLAKE2b-256 fd90c5bcaa5c154f4692e3727b819000289f6568561e988f70c388d4ee92590e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 af728d33df31e4ab15e6903b567031c0c2bb9a618adb924baae2e483ebeb4e29
MD5 8568196ce1f9f696afd317aa668829b8
BLAKE2b-256 01c7b32f366cad9ab4998a9d4a23e3eda3073cb042d8a0ba7f6c69d8f90d31ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b6a3c3da7a5f5794c09a27741da040a1b322c27322ac81d66b699afed5ac7281
MD5 13b39a7be1af7cbc11ef6763225cf263
BLAKE2b-256 e9b3bd34d80fcf74d8b632cc7bc30f95ebc255875f8508a1a5b7955bedf6dff4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for text2num-3.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3642232562c93949a4fe84ed14451d45dae9ca8d3f1960210f2371f8229755ac
MD5 5927a53e4545b2dcff60a2922a85e4e8
BLAKE2b-256 85696f843bf92bd68800fd5a444e3c77828186115b48633e7d442a0ccf9da146

See more details on using hashes here.

Supported by

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