Skip to main content

Message Identifiers for internationalization

Project description

zope.i18nmessageid

Latest Version https://github.com/zopefoundation/zope.i18nmessageid/actions/workflows/tests.yml/badge.svg Documentation Status

To translate any text, we must be able to discover the source domain of the text. A source domain is an identifier that identifies a project that produces program source strings. Source strings occur as literals in python programs, text in templates, and some text in XML data. The project implies a source language and an application context.

We can think of a source domain as a collection of messages and associated translation strings.

We often need to create unicode strings that will be displayed by separate views. The view cannot translate the string without knowing its source domain. A string or unicode literal carries no domain information, therefore we use messages. Messages are unicode strings which carry a translation source domain and possibly a default translation. They are created by a message factory. The message factory is created by calling MessageFactory with the source domain.

This package provides facilities for declaring such messages within program source text; translation of the messages is the responsiblitiy of the ‘zope.i18n’ package.

Please see http://zopei18nmessageid.readthedocs.org/en/latest/ for the documentation.

Changes

5.1.0 (2022-11-06)

  • Added support for Python 3.9, 3.10 and 3.11.

5.0.1 (2020-03-10)

  • Remove deprecated use of setuptools features. See issue 22.

5.0.0 (2019-11-12)

  • Drop support for Python 3.4.

  • Add support for Python 3.8.

4.3.1 (2018-10-19)

  • Fix a regression copying Message objects in the Python implementation. See issue 14.

4.3.0 (2018-10-18)

  • Add attributes to support pluralization on a Message and update the MessageFactory accordingly.

4.2.0 (2018-10-05)

  • Fix the possibility of a rare crash in the C extension when deallocating items. See issue 7.

  • Drop support for Python 3.3.

  • Add support for Python 3.7.

4.1.0 (2017-05-02)

  • Drop support for Python 2.6 and 3.2.

  • Add support for Python 3.5 and 3.6.

  • Fix the C extension not being used in Python 3. See issue 4.

  • Make the Python implementation of Message accept any object for the default argument, just as the C extension does. This should be a unicode or byte string. See issue 5.

4.0.3 (2014-03-19)

  • Add support for Python 3.4.

  • Update boostrap.py to version 2.2.

4.0.2 (2012-12-31)

  • Flesh out PyPI Trove classifiers.

4.0.1 (2012-11-21)

  • Add support for Python 3.3.

4.0.0 (2012-05-16)

  • Automate generation of Sphinx HTML docs and running doctest snippets via tox.

  • Remove use of ‘2to3’ and associated fixers when installing under Py3k. The code is now in a “compatible subset” which supports Python 2.6, 2.7, and 3.2, including PyPy 1.8 (the version compatible with the 2.7 language spec).

  • Bring unit test coverage to 100%.

  • Move doctest examples into Sphinx documentation.

  • Drop explicit support for Python 2.4 / 2.5 / 3.1.

  • Add explicit support for PyPy.

  • Add ‘setup.py dev’ alias (runs setup.py develop plus installs nose and coverage).

  • Add ‘setup.py docs’ alias (installs Sphinx and dependencies).

3.6.1 (2011-07-20)

  • Correct metadata in this file for release date.

3.6.0 (2011-07-20)

3.5.3 (2010-08-10)

  • Make compilation of C extension optional again; 3.5.1 broke this inasmuch as this package become unusable on non-CPython platforms. Making the compilation of the C extension optional again implied removing setup.py code added in 3.5.1 which made the C extension a setuptools “Feature” and readding code from 3.5.0 which overrides the distutils build_ext command.

  • Move pickle equality tests into a unittest.TestCase test to make it easier to condition the tests on whether the C extension has been compiled. This also makes the tests pass on Jython.

3.5.2 (2010-04-30)

  • Remove use of ‘zope.testing.doctestunit’ in favor of stdlib’s ‘doctest.

3.5.1 (2010-04-10)

  • LP #257657 / 489529: Fix memory leak in C extension.

  • Fix the compilation of the C extension with python 2.6: refactored it as a setuptools Feature.

3.5.0 (2009-06-27)

  • Make compilation of C extension optional.

  • Add support to bootstrap on Jython.

  • Change package’s mailing list address from zope3-dev at zope.org to zope-dev at zope.org, because zope3-dev is now retired.

  • Reformat change log to common formatting style.

  • Update package description and docs a little.

  • Remove old .cfg files for zpkg.

3.4.3 (2007-09-26)

  • Make PyPI the home URL.

3.4.2 (2007-09-25)

  • Move the ZopeMessageFactory from zope.app.i18n to this package.

3.4.0 (2007-07-19)

  • Remove incorrect dependency.

  • Create final release to reflect package status.

3.2.0 (2006-01-05)

  • Corresponds to the verison of the zope.i18nmessageid package shipped as part of the Zope 3.2.0 release.

  • Implement ‘zope.i18nmessageid.message’ as a C extension.

  • Deprecate ‘zope.i18nmessageid.messageid’ APIs (‘MessageID’, ‘MessageIDFactory’) in favor of replacements in ‘zope.i18nmessageid.message’ (‘Message’, ‘MessageFactory’). Deprecated items are scheduled for removal in Zope 3.3.

3.0.0 (2004-11-07)

  • Corresponds to the verison of the zope.i18nmessageid package shipped as part of the Zope X3.0.0 release.

Download files

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

Source Distribution

zope.i18nmessageid-5.1.0.tar.gz (28.4 kB view details)

Uploaded Source

Built Distributions

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

zope.i18nmessageid-5.1.0-cp311-cp311-win_amd64.whl (19.6 kB view details)

Uploaded CPython 3.11Windows x86-64

zope.i18nmessageid-5.1.0-cp311-cp311-win32.whl (18.9 kB view details)

Uploaded CPython 3.11Windows x86

zope.i18nmessageid-5.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (28.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

zope.i18nmessageid-5.1.0-cp310-cp310-win_amd64.whl (19.6 kB view details)

Uploaded CPython 3.10Windows x86-64

zope.i18nmessageid-5.1.0-cp310-cp310-win32.whl (18.9 kB view details)

Uploaded CPython 3.10Windows x86

zope.i18nmessageid-5.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (28.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

zope.i18nmessageid-5.1.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (32.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ x86-64manylinux: glibc 2.5+ x86-64

zope.i18nmessageid-5.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (32.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ i686manylinux: glibc 2.5+ i686

zope.i18nmessageid-5.1.0-cp310-cp310-macosx_11_0_x86_64.whl (16.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

zope.i18nmessageid-5.1.0-cp39-cp39-win_amd64.whl (19.6 kB view details)

Uploaded CPython 3.9Windows x86-64

zope.i18nmessageid-5.1.0-cp39-cp39-win32.whl (18.8 kB view details)

Uploaded CPython 3.9Windows x86

zope.i18nmessageid-5.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (28.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

zope.i18nmessageid-5.1.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (32.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64manylinux: glibc 2.5+ x86-64

zope.i18nmessageid-5.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (31.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686manylinux: glibc 2.5+ i686

zope.i18nmessageid-5.1.0-cp39-cp39-macosx_10_15_x86_64.whl (16.5 kB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

zope.i18nmessageid-5.1.0-cp38-cp38-win_amd64.whl (19.6 kB view details)

Uploaded CPython 3.8Windows x86-64

zope.i18nmessageid-5.1.0-cp38-cp38-win32.whl (18.8 kB view details)

Uploaded CPython 3.8Windows x86

zope.i18nmessageid-5.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (29.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

zope.i18nmessageid-5.1.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (32.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64manylinux: glibc 2.5+ x86-64

zope.i18nmessageid-5.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (32.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686manylinux: glibc 2.5+ i686

zope.i18nmessageid-5.1.0-cp38-cp38-macosx_10_15_x86_64.whl (16.5 kB view details)

Uploaded CPython 3.8macOS 10.15+ x86-64

zope.i18nmessageid-5.1.0-cp37-cp37m-win_amd64.whl (19.6 kB view details)

Uploaded CPython 3.7mWindows x86-64

zope.i18nmessageid-5.1.0-cp37-cp37m-win32.whl (18.9 kB view details)

Uploaded CPython 3.7mWindows x86

zope.i18nmessageid-5.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (27.4 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

zope.i18nmessageid-5.1.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (32.7 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64manylinux: glibc 2.5+ x86-64

zope.i18nmessageid-5.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (32.2 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686manylinux: glibc 2.5+ i686

zope.i18nmessageid-5.1.0-cp37-cp37m-macosx_10_15_x86_64.whl (16.5 kB view details)

Uploaded CPython 3.7mmacOS 10.15+ x86-64

zope.i18nmessageid-5.1.0-cp36-cp36m-win_amd64.whl (19.6 kB view details)

Uploaded CPython 3.6mWindows x86-64

zope.i18nmessageid-5.1.0-cp36-cp36m-win32.whl (18.8 kB view details)

Uploaded CPython 3.6mWindows x86

zope.i18nmessageid-5.1.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (27.4 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

zope.i18nmessageid-5.1.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (31.8 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64manylinux: glibc 2.5+ x86-64

zope.i18nmessageid-5.1.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (31.3 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686manylinux: glibc 2.5+ i686

zope.i18nmessageid-5.1.0-cp36-cp36m-macosx_10_14_x86_64.whl (16.4 kB view details)

Uploaded CPython 3.6mmacOS 10.14+ x86-64

zope.i18nmessageid-5.1.0-cp35-cp35m-win_amd64.whl (19.6 kB view details)

Uploaded CPython 3.5mWindows x86-64

zope.i18nmessageid-5.1.0-cp35-cp35m-win32.whl (18.8 kB view details)

Uploaded CPython 3.5mWindows x86

zope.i18nmessageid-5.1.0-cp27-cp27m-win_amd64.whl (17.3 kB view details)

Uploaded CPython 2.7mWindows x86-64

zope.i18nmessageid-5.1.0-cp27-cp27m-win32.whl (17.6 kB view details)

Uploaded CPython 2.7mWindows x86

zope.i18nmessageid-5.1.0-cp27-cp27m-macosx_10_14_x86_64.whl (16.2 kB view details)

Uploaded CPython 2.7mmacOS 10.14+ x86-64

File details

Details for the file zope.i18nmessageid-5.1.0.tar.gz.

File metadata

  • Download URL: zope.i18nmessageid-5.1.0.tar.gz
  • Upload date:
  • Size: 28.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.7

File hashes

Hashes for zope.i18nmessageid-5.1.0.tar.gz
Algorithm Hash digest
SHA256 4e10eea2505a37d49860b849c32d1018976199a466346b6ae846db94e05c4f67
MD5 7248df5be644106998dc8ed375524de8
BLAKE2b-256 afbbb0f69ffbe12f498a68ee76aa183326f5639d15cca213946b368d74b90a9d

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1505d030b10d273110bbdc03152465d413ccba847b70de2d8dd97fad26505742
MD5 d90932709195112ce071028a9a572540
BLAKE2b-256 84c421eaacaa4d3ee14662a7fee9613b5fc9757056437364e24fdd6cdf77059e

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.0-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ae065af4e3daf4659e4327d1f92347a834217fc314690a130e061a7281912f44
MD5 95217a4c7c3f7672cd1ee62064053bdf
BLAKE2b-256 7b2c3010ea6d7b670f566d0d8ec1c71226124f775fcd97f975530bf9292a81f1

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 834fc9975c69dee0add312259f155faaf956c4000e6329d2801b8f522a825f83
MD5 3828317d114227b61483f616d7924240
BLAKE2b-256 d5c2fd43f191c38261da2d021f56787a8a512f40b44d4dc9d172c1ee8e3a697e

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 39fe98757d3825abf64f39f1f53abee7ca6abc41712d7d3fa0a7911e72460ccd
MD5 f7331fcd4969cd7f20f493e164cc849e
BLAKE2b-256 389df9dca6a77703feddd2adcb7caa4fdb43661d733715b2a8b2f074f635398c

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.0-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 412655d8c38a7cb45e0e11933eca0df8fff4ffcf16dc1dcca0d41eb9e6f8546c
MD5 71dd65b0709341347025dc01eacb8150
BLAKE2b-256 f16960d0e1652a268d5708761cff6201485023d827bf271fcca19662703a3a01

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 334df8ab5e096d3efd332d6e38bb64787e09f8be66aec6b243e575f7194d6c48
MD5 2b066e2629e7a6e3741bb7df1b5cda0a
BLAKE2b-256 81e5ebe14f13695d1b8faa06a3ff0f3bc90bb0831446729398b5838cfc66700f

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b09f797e569c3c2d3405914d7933101c1166ef3ebd482fa9260b63e5c614e67f
MD5 a3638fe1c71d1f4479adf2dd24db472a
BLAKE2b-256 7c2d9c5abe1eae1b791d4196165253fce25a5594dfac9fe28baa6b1729203882

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 db203f1b15d46784b1bc39a951fa0e91ae7608bd5a32670444079681d71f3c44
MD5 5fb15427594aa59d6255cad5dd0885c6
BLAKE2b-256 e09925331d087525fc6f57d8e25bd14109ffc0ccc8c27baa56440e44149dfc2e

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.0-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.0-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 a203a3a9688d2c8f1947f63e0ef900a78002002f69f956f548513a3c0f7e720a
MD5 bd751d5c995084b6c77fcebcea8ec77b
BLAKE2b-256 a65ca92d9363e15e6758a11519eec4c228a885af4e60728e3b8ef4343e051635

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.0-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 caa0b625a504c0734d2fdf85b481b4e131f4e0513b06264de8f94065c21e8b89
MD5 54a5c8984b962ad9b727d6aae413cf3e
BLAKE2b-256 3c9377efd7db30eb1dd25ddc973adf48972200e0f1bb6bea6819c450c8b39df9

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.0-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 ff8e82586a3e1c5ce52ad794b0eac581386685cdd0b409c467cf0d94edfeaec3
MD5 42ac2a8039596a841644bb4d87a085ff
BLAKE2b-256 de6ce1da2ed0cbc2e39257807d10005280286fdd316ac5b0c7252572e27a4d75

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c88e870c28fd0165e39cc1f562d27378c963c5e21d17f1717f80258fe40d3851
MD5 d7d158bf0a8c822436d1bd8ddb7a8bb1
BLAKE2b-256 bbc7d43ee116dc1973960955378754c7eb6b104ca55a7d51d3624ea371284307

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 47d4c31874a0ebe2ede6ba0159fce71468acfcdb5d10174fcb8bfa264400593f
MD5 7b3abe6921751bf6ceb88f53a8c66750
BLAKE2b-256 eff89cfaf03d8e494fa7d5c53ab50f90c4281704f7d7a89a2b1ca1d161b40ada

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 321ef7ee1b146f1c25036f0da356253a7b903af86fd8b730e1b935851bed40f6
MD5 5eb44da119fd63fd05b4f15280acb039
BLAKE2b-256 dcb4d43527f3d3d8e795894028f31c05f9eafa7b81c6d14f9859e49db9126a5d

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.0-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b77e8dddb6a50418b310062c957fa42b34ae60e5b1e8d7d951999c5099e4b47f
MD5 3db53bb88e808cba2a1786bee69dcccf
BLAKE2b-256 024e29ca07ea8fe06bd876d1085e8c1fd45fd1a56f75392d2a968d34bfb8cbee

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.0-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 523634b686b32830319406859905b02e88fa4e59065633c585741f9183ac7295
MD5 bfb4680c90359fa426a867c4009d54bb
BLAKE2b-256 1c5bb1d0513464ea326a5c36f25e08f8a6f14e2ad42d5e11ad1cb260e79c991d

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.0-cp38-cp38-win32.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 0a71ea4e7c7d154dbc84d70a8afaa8b77af2fdf673cf7d7e4585f334e60e7eaa
MD5 00384c7aca60bac4906af73dc9cca546
BLAKE2b-256 438f15ea6862ef45425bdfe373284e738e9d53cc81c2029e7933c61c68173edc

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9c76b34e7aacd78ed78d0fd234d54d0fdeed9074a881f17b144e77bd232b550a
MD5 6777ef5b53edb450b332628a3f38e7c0
BLAKE2b-256 28ef7e5421b662e35ed36aa282459890978716a74bf40cdc041a8d202574bce4

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 964fedb293471f06b55fbafb7fa76dc220f5481c15e47715c739e731951e524c
MD5 292c5f2bd6640b3002bff3d903e442f9
BLAKE2b-256 37b4635ff24ba32ca0998a6df55ac81949f5cadcddd495fe4f186dae286e8b1d

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 73fb584cce38a79153cdd1310ade114b6b678b680eefb3e784737902fc5afbca
MD5 44d67639f925af901f398fba13a5625f
BLAKE2b-256 b5a6666935f9bed0ea511a2c2d5ca25ba820205093ae57e3858eb83fe8508b8f

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.0-cp38-cp38-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.0-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 a52b016bd8042d4c8040d1d9d9e7fbc0c082385aa268f90b78b2902cf892abc7
MD5 663f477c0c18e4f932e18a6d442532ac
BLAKE2b-256 fe1a9f0ab6deb2453f8b8f0ddd9b87b474f0931ce0c05689e5e5ed9f6e417650

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.0-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 3ee0097a0005e6d15b494f34a7feffd486aeee14014056486828dfbb532aa646
MD5 12e4e24616a11c947fd69a63b90d1616
BLAKE2b-256 ec0d6f768be60254d01b36f8d19f738f8bb682b0866c9eca2916f455466d44ba

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.0-cp37-cp37m-win32.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 563501c008f01026c278f875a6b087071ded98e935dbdcbac762d7f380cf8935
MD5 ef2668aaa708d65730ddf7c7e8692944
BLAKE2b-256 5e7cb935fcc15ae1fd7a0fa2dbce5980b9d64e29d0226526bcd3db058b5845d0

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a7bf9e6b365de84f9e9f7d9529270eef29462be69001cfb15abd405b7ccfead6
MD5 44a351951610cc8fc3944c13580e4d4a
BLAKE2b-256 db6f888735cb2119e91e5875cabb268af034a83c278cd7da8795858179bf6dab

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 6c66f5a392ab39da750acaa361daf7b5b55a0633f29ce0c4cd0bb2cd8fd464d0
MD5 c357a8054d7f109b14379a9a7fa63b1d
BLAKE2b-256 9eccf59ceab2839deb20ff5aca0de3078bd8317a54499985b63c43a19945af6e

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 1162ce5d092563d9acaaaff293ee9cac752e64f1e88a6d23e39f64b40de9c69a
MD5 1eace6cc63b11d44b45250c9eaf654c2
BLAKE2b-256 8e463fa2952d7b58847f6d66386dd59139c1296d913dfe0eb7b63e5ad461befb

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.0-cp37-cp37m-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.0-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 63ab9236bca10ec6efb3544aee02a86383b436bdb5f425c860ec1245b55f94ce
MD5 9c13a262af13af164ad2048ac2d85eb5
BLAKE2b-256 602aa334ccce5d5377a1035809dd320d65d9917b54908f0dfda57ccd14569cf8

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: zope.i18nmessageid-5.1.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 19.6 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.8

File hashes

Hashes for zope.i18nmessageid-5.1.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 2f6ba21b58c301716b0526ddb4f7f9a39bb1f02634175e1ba3e77fb181d84204
MD5 00480eaab7af3d502807933417bde722
BLAKE2b-256 2dd70263a921fcbe2a5d385af0f22c29801789e4142acc46482593f77a07abf1

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.0-cp36-cp36m-win32.whl.

File metadata

  • Download URL: zope.i18nmessageid-5.1.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 18.8 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.8

File hashes

Hashes for zope.i18nmessageid-5.1.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 678835e92ff7b2aa5b71dfee0f9739a427eadefd7e4c170634b508dbafc19376
MD5 0d4e7f4243b9116d91c9ae3305615060
BLAKE2b-256 1595e9e36eecf32d3e83f6bb1726ea93daa2e5ac3e3c90bec1fd0c3e427e6043

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b6aad0a919262a4255b62af2063fa297e0af8b70af7d0326395dc3b9a87a5e70
MD5 68994a091b48daeaff44e984ba9f3a4f
BLAKE2b-256 d2cad3d6f5cdaae99043a74333ef63b092ca76f28efc65657338bd8f8969674f

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 80c0c8ae83deb7529f85e1e2849938e831c08f9533e39eb93d964db8a27865ba
MD5 e2d8d74986532367f14499ce09fe518e
BLAKE2b-256 c19053aff38dbd4212b1dad070bfefad509561871224f0e949d1bffcbcf81a19

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 900471b9153f1f3462b11460a7c37186ec44a868db77633819f62532972d9467
MD5 96747be290bc3c239ac126e08ce30767
BLAKE2b-256 9d5b35f2461e163ccfd21c284e3adad3f6ca7bed1d48aefa158f2dee0794eaf5

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.0-cp36-cp36m-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: zope.i18nmessageid-5.1.0-cp36-cp36m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 16.4 kB
  • Tags: CPython 3.6m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15

File hashes

Hashes for zope.i18nmessageid-5.1.0-cp36-cp36m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 65400bdaf26f365855aa062399a38b5cf0c79405a4ded7d6044e09357b8ca64b
MD5 f9de2c99616ac2dc6e20dd206f7cffa3
BLAKE2b-256 10cf3a411da8d87058e3d4a2e63010c9fe3e0b0c65817481842f3bda836c090c

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.0-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: zope.i18nmessageid-5.1.0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 19.6 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.8.2 requests/2.25.1 setuptools/50.3.2 requests-toolbelt/0.10.1 tqdm/4.64.1 CPython/3.5.4

File hashes

Hashes for zope.i18nmessageid-5.1.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 adc1bcf6bdcd89c96afb68c8e970d7526dbe9dd38560adc89817dd19bd8fa7ac
MD5 4af4c40f40c5d6e7a0ef0c76c736b604
BLAKE2b-256 341332262b5aeba150cb6d5c578cc47021ab5151ab6b62fc8b6b6d17283d9e3f

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.0-cp35-cp35m-win32.whl.

File metadata

  • Download URL: zope.i18nmessageid-5.1.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 18.8 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.8.2 requests/2.25.1 setuptools/50.3.2 requests-toolbelt/0.10.1 tqdm/4.64.1 CPython/3.5.4

File hashes

Hashes for zope.i18nmessageid-5.1.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 d163e66903414fb49593cc262b4504e1634dbf759433c70e3cf1e9f62247cca3
MD5 c186a90a7db319df7d59691db50468e4
BLAKE2b-256 6f2f966e73ad77104ec59ccef0477cbe80b39917e1089594dc11ba6209e32aba

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.0-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: zope.i18nmessageid-5.1.0-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 17.3 kB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.8.3 requests/2.27.1 setuptools/44.1.1 requests-toolbelt/0.10.1 tqdm/4.64.1 CPython/2.7.17

File hashes

Hashes for zope.i18nmessageid-5.1.0-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 a176aa4edf77509a1dd856c44e1567df6677f63b155abfa629d4f70d5e7b4c5e
MD5 4bf73f1f2fae3ec046b3135e61de800f
BLAKE2b-256 fa805add2aa06c7c2caffe1f82fb74a7c24f27de581c7e87a1d51eded99d0280

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.0-cp27-cp27m-win32.whl.

File metadata

  • Download URL: zope.i18nmessageid-5.1.0-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 17.6 kB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.8.3 requests/2.27.1 setuptools/44.1.1 requests-toolbelt/0.10.1 tqdm/4.64.1 CPython/2.7.17

File hashes

Hashes for zope.i18nmessageid-5.1.0-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 553d09084c34afdf0a86bcd0b50513fd9e376260a993137fc3db86646a95df85
MD5 0ac3c16e74852d4d69f94af76c86641d
BLAKE2b-256 963b500a65f1c56dba24b73d59b2f8056cdf4f49eb85b03313c9c20d0e776d4d

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.0-cp27-cp27m-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: zope.i18nmessageid-5.1.0-cp27-cp27m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 16.2 kB
  • Tags: CPython 2.7m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.8.3 requests/2.27.1 setuptools/44.1.1 requests-toolbelt/0.10.1 tqdm/4.64.1 CPython/2.7.18

File hashes

Hashes for zope.i18nmessageid-5.1.0-cp27-cp27m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 74a2237d3d44278ba219fb5a5fb0532e30d3b6e347ddae3c2ce8c951322062bf
MD5 03d7ed8c1dd868da403b88ce1473635e
BLAKE2b-256 2a4bc9177703af9b2528ea2016b72fd25cf6df51802f48583f6823a97a00deaf

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