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

6.1.0 (2023-10-05)

  • Add support for Python 3.12.

6.0.1 (2023-03-24)

  • Drop dependency on six.

6.0.0 (2023-03-23)

  • Drop support for Python 2.7, 3.5, 3.6.

  • Add preliminary support for Python 3.12a5.

5.1.1 (2022-11-17)

  • Add support for building arm64 wheels on macOS.

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-6.1.0.tar.gz (31.2 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-6.1.0-cp312-cp312-win_amd64.whl (19.7 kB view details)

Uploaded CPython 3.12Windows x86-64

zope.i18nmessageid-6.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (30.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

zope.i18nmessageid-6.1.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (29.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

zope.i18nmessageid-6.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (28.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

zope.i18nmessageid-6.1.0-cp312-cp312-macosx_11_0_arm64.whl (16.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

zope.i18nmessageid-6.1.0-cp312-cp312-macosx_10_9_x86_64.whl (16.5 kB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

zope.i18nmessageid-6.1.0-cp311-cp311-win_amd64.whl (19.7 kB view details)

Uploaded CPython 3.11Windows x86-64

zope.i18nmessageid-6.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (28.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

zope.i18nmessageid-6.1.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

zope.i18nmessageid-6.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (27.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

zope.i18nmessageid-6.1.0-cp311-cp311-macosx_11_0_arm64.whl (16.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

zope.i18nmessageid-6.1.0-cp311-cp311-macosx_10_9_x86_64.whl (16.5 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

zope.i18nmessageid-6.1.0-cp310-cp310-win_amd64.whl (19.7 kB view details)

Uploaded CPython 3.10Windows x86-64

zope.i18nmessageid-6.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-6.1.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28.0 kB view details)

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

zope.i18nmessageid-6.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (27.4 kB view details)

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

zope.i18nmessageid-6.1.0-cp310-cp310-macosx_11_0_arm64.whl (16.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

zope.i18nmessageid-6.1.0-cp310-cp310-macosx_10_9_x86_64.whl (16.5 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows x86-64

zope.i18nmessageid-6.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-6.1.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.6 kB view details)

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

zope.i18nmessageid-6.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (27.0 kB view details)

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

zope.i18nmessageid-6.1.0-cp39-cp39-macosx_11_0_arm64.whl (16.8 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

zope.i18nmessageid-6.1.0-cp39-cp39-macosx_10_9_x86_64.whl (16.5 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

zope.i18nmessageid-6.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (29.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

zope.i18nmessageid-6.1.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28.5 kB view details)

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

zope.i18nmessageid-6.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (27.9 kB view details)

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

zope.i18nmessageid-6.1.0-cp38-cp38-macosx_11_0_arm64.whl (16.8 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

zope.i18nmessageid-6.1.0-cp38-cp38-macosx_10_9_x86_64.whl (16.5 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

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

Uploaded CPython 3.7mWindows x86-64

zope.i18nmessageid-6.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-6.1.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26.8 kB view details)

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

zope.i18nmessageid-6.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (26.3 kB view details)

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

zope.i18nmessageid-6.1.0-cp37-cp37m-macosx_11_0_x86_64.whl (16.5 kB view details)

Uploaded CPython 3.7mmacOS 11.0+ x86-64

File details

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

File metadata

  • Download URL: zope.i18nmessageid-6.1.0.tar.gz
  • Upload date:
  • Size: 31.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.3

File hashes

Hashes for zope.i18nmessageid-6.1.0.tar.gz
Algorithm Hash digest
SHA256 45ac26fdc86fabdf7b78f1c1bccfc1d4372d1a54838bbaedda9dba7444ad8941
MD5 01ac82116aecfabd86e5fec23ed62b99
BLAKE2b-256 c05573436beb7a4fdb139cf0ac259a2a67519460f91b1756bac05ba9af038568

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.1.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-6.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0a39b4d6a3ccbd71ccd04c9aae9638a20a07dd2671a432a28a225db5adad2e90
MD5 e505f7054bd2c714939c10356e9db849
BLAKE2b-256 3a9b16dbd64a4f83ca40054f9d94322e2c76583c809814c23e2df9488459257f

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-6.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b38d1fd78c18b9a24ada89d9d2d63c8d9b4ce3e5b10aa4780f99bd369c63299a
MD5 ccac773d28b1f4c343551410cde4d64a
BLAKE2b-256 20c1122bb63261009518d67daa88f1468f874673f0ce65a1632bfd20806f6eba

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.1.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-6.1.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 227a979ca4bb09b81c5ad6b54d65f169bfea2a3cf0d950e08a221621ca134b13
MD5 cb8031a05686b4c863d07d880e5d6a38
BLAKE2b-256 e3dc4c4177d06bee612029708c37c7153d60048d183051e47d0afff4aa22fd84

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-6.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a1a96827fa03c2cb2cb7ed45a231f0787055cdcc2c5688a544b3d801b918eefd
MD5 4e124736333acab14cbcdac80fa051bd
BLAKE2b-256 fb72255a33aa7bd269114e7a1f675094ab8ee22f591ee7fc43f1e05d762e5e20

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-6.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1886b002c41d58afdfcaee39cd8af304047d5f778f910f440dfc0897e85f5052
MD5 f2148b9135267e0edd646c5270ccd170
BLAKE2b-256 7d08bbf791d46c674bfd47854fd40c8ce2a66d7c37371d0f2421ddecfda23446

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.1.0-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-6.1.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1c9220d802a2c2d897be62ae953a3d5255c1962a9c7c7c73faa959b865d45dce
MD5 fb49d7b4aacd8be6ffeb5820c8cf41b2
BLAKE2b-256 d9eed2a6ab53589c00da7d8bbf69eb8ca8c7090529c67edd9742a9a48cfe9f4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a22da77ddcaba7da292a4519745f84121d446f45bd6e220cc8438a01d33a633d
MD5 88e359f1dd793752855ee08493cef7b9
BLAKE2b-256 c14964dceb0e3144247cf5ebb32a02787ea3f551316a1f1484f6ca8a68181c7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 81568846ae5409665211c5832f50aa6af6b7be1f3ac80818e153946d04b07bab
MD5 3b5703da87d931a3c940275e87b510b6
BLAKE2b-256 8a36f53b766495b7da77bb3615d08e9a2c9f7408029c37e25302efa23b59e791

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.1.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-6.1.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7c07714fb25a1fed432409adfa2ee6866b17122cd351fe2c58c1ab70a3a2a701
MD5 464257e8b37aeab8b3b510cdc3e6fd7d
BLAKE2b-256 062e6c09bb46ec76690ff796cdd7788caacbbe99114eaa4f9bad36b5962eee06

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-6.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e7fb3756e2abbc76b18c531411bbb07b22b57ed92e8866ff186407b18130b0c2
MD5 3badebfe3ca6be30d7f599ab119863bb
BLAKE2b-256 313a549f72299114981730a7312b100602f56d96ecb106eb2b00977db7e5d08f

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-6.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3c79a4ed64bfd120cd4e64586a681b0781cc97158621de034c9f3acbc8dd65d4
MD5 550cf448a786fb7f8d1baac3b01e7064
BLAKE2b-256 ce987c786d6f57cd170e0f712011561189679b92e695ee97f4c8d51bbd7586d0

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.1.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-6.1.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3e4e139d58278e3e5bc3f9a22fe646b4f70697fe1cb9cc2957d75d7725b22182
MD5 b61f07f5f4d95b42347cf2c6643ee2d9
BLAKE2b-256 4c62bb5673f14425b965d356619e6b7f7ab6141d6956ec59aa3d552095af6bf6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 115b0194988cf61cd279c37809027bf87d437fa1378b0939c6231cf7e2fe83b3
MD5 a2ec47e28c11e3144d9cb58bc92d2d40
BLAKE2b-256 0eac69423dd9c1865db305ea231a4e0aea040194e4005c1a9372c0519f774a97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 62c0e173afe90671b21ad4d6c12a75d52924cc78a6c886cb4e9fbd05dc673213
MD5 80db368f05419fedf8f6cfdeae80d44c
BLAKE2b-256 6c3edc957e5a420e2636648f1fdf9805f90a27985f8eeda57656dbe7f3bb47b3

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.1.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-6.1.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9b7f86523bdbf4718a4cb0e1d1319b925f8150504aea169ed7368e7c2717910b
MD5 2ba4a1fe81c837db54ce55ea88bb7f3e
BLAKE2b-256 d212d2005ab9e9744934caafae75e1e58ee1c9d965a14ebc83c40bb70c0c03b2

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-6.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6912e4eb4d53acbd54690be35da932a18e911eb5c5d1a5e98e02920b5faf7791
MD5 25212245e9a303abf5b53a1f5c503645
BLAKE2b-256 8039c59426a5040740d6e51438c674531a70c8bcaca1f73567ea63f36041a5fc

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-6.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3c6084591c96590dbeff3b34ef0d0baaddbd3b7afaf9bdd991705dd4f6b41309
MD5 f0b2fe84eaf6c970ad86e2d2734a4732
BLAKE2b-256 8648a3292fa04732af9768a4a93a0f8958f7e288e69010143729562096c714a2

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.1.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-6.1.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 01b542c7b8306786ea65f7680a542e45f2983041c9f8954791b479d6aa82d9bf
MD5 550502416792d1109e4bf080ed96ec2d
BLAKE2b-256 ebf3af5b5f92366dd698c6d67b6f0cc14e129cd855ea45953db6af9109727016

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 76c94c6725d98f21828f9c9f1162638ee9cb5de180db88b73412932919ae0efb
MD5 76d996bff2a4482209d1bdad8fc62309
BLAKE2b-256 5b3158062e2bd34c751e9779b28de8f82eb99ac3b3e8dc4f561ac13d68b275a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3b9f10239af910ca4cd9a6f97127303ceb346919a8af87138073189c61249ea0
MD5 4d63ed67d81fa7a5f7370a185f628c93
BLAKE2b-256 39d1b8ea4f38b9d6e4997cc5de66fac4ccea7091993a7da4d7859305120c39eb

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.1.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-6.1.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5c3aa94a9c7994330a068e060c8278cef9858a24bd19c265a7274a165dff3059
MD5 fad0e8afdc5bd79b5de73a615ac82ed6
BLAKE2b-256 59f61e035bdb7926ce29e0ba9421b31cf1141d5174f1c9336b76ccde5d255c2b

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-6.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a10bc489b5fed409d31a4a2bb995007b48d6b8a1e562e0919a0e08d0919edc1f
MD5 1fd5d8116ca87c57c59727bd66e911e9
BLAKE2b-256 ca4501c0c9506970f4ca426a1404cd0abb364d51dc3bace51dd490ca8453aa77

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.1.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-6.1.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3aa0818698ffa933c9a67d0440abe1329d2be0638c46131b5cc9273b5990b9d5
MD5 248941f11331716f6b45dd4b75cba716
BLAKE2b-256 3a821e222e50a50258839639ccd7f38237a114e289a56f9b64c4ac2460f30cf8

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.1.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-6.1.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 201ee77db4bcf07139cb015e5e99b7428b1e06c4846a84caed0daa2120b7e0ed
MD5 373188bbb3888413edd7df4cc4a616cd
BLAKE2b-256 b7f27e0c852350db878cb9b99b1af3f922db4e7c7bbadec322d2dcec0ac95542

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.1.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 cabd8b54a2a020deb9dbb923ea6a0b21fda181e167578068e69fe635a215fa49
MD5 9624749feb3bc7e5dd6e527808fd8a9b
BLAKE2b-256 efff9edbbd3e74da98cb0523e608a63dad904c64711269103e2e2dc562f37984

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 998533c07553c290bfd9bc825b95c463807a4354e3365932fa68bbb40b89f16c
MD5 a38f37300899c4de4355e803110d8a87
BLAKE2b-256 39ae7770e6d39a609cae88f122b7701dfc0dda4a972de854c33748e1507a882e

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.1.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-6.1.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d81280b0899f77eb66b3b89ef47e218ab2498b4beacc2061a3e369549ede0cfc
MD5 c10bee86a4072092d07a49079123d7c8
BLAKE2b-256 59c1efab43204ecd32fa9e3cbdb40ea3e81fb6057e6aa9c5122c9733935f2641

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-6.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 63bdeb13bbd11567bc1ff8dbd6847a11285f6b1daef9bc03fbfa6a8fd51021c8
MD5 0e59fb45f0e3e882c8e56a1cd5c5edf4
BLAKE2b-256 c3433c606c45b243f3ed63b06d3c6245922f1f0ee869933528b4719edfd1ab2b

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.1.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-6.1.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 79da7f4e55ed26c9eb522488579bc9f88b1e10435a9024f7a4db7c8fefcee447
MD5 51a9b7bae4acbfd29b3052808c67eb26
BLAKE2b-256 4d7782ff36f55e782fb69eca5400de452a422e0da1510a0abf24ce287df820a1

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.1.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-6.1.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ca6adbd8efa6f5b98fee6a83d2750bdbd550a4c6f60100f71ee8c13a7b91eca9
MD5 3122477aee3aa1b5a2324a91ff47a871
BLAKE2b-256 773b39c41914cd3df72d9d5c5fd788b1c10761a3a68652a8565d0bf5d0a6ff84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.1.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 6d7497c86e43aaeab476123f892aeec99bf397b52cb658dd5f7613e750afab5b
MD5 fd60879a3966cde1496c40840ec9ee77
BLAKE2b-256 4da03cb6b7ec17b838dc1fa0274a40a6a373658bfdf199848ff3ae18bc32b8d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 47ccb4234164cc9d8c667104a4f886850c0c2f03ff7de56db74f3d5770814e4d
MD5 7c8c1f786c088b72663a4603b5ae0210
BLAKE2b-256 f2a328d18cbcd66bac7e5b4a16a50a171dc541137a8597f1b97a4d7b31bb5fe2

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.1.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-6.1.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8fa303c5e0816d6d0a8432a60908ba95ade37e04a79fdf58a63ffdda3dad4bf0
MD5 c5d3dc675430293b2f161c8adf8c8a1f
BLAKE2b-256 26116b660e91faca2d7bd783b17a9d808d0acb9b15e9839caf7ef91316d920c9

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-6.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8206e5a506f75e4ab8b5703437442c656a6866ee8d098561c084efd345ad371f
MD5 b437a44451b5cdec7ce00c8589b40ade
BLAKE2b-256 6f41475d90d6edf563ff8ee466d2bc0130cfa12aa5584fcbf5360c2844dff826

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.1.0-cp37-cp37m-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for zope.i18nmessageid-6.1.0-cp37-cp37m-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 8ab5e5af86e01440a941a5183878ad220db6cd4372f2a26a351cb4488b73018a
MD5 0a9f74fb9ade9b99424c442974c26350
BLAKE2b-256 1b558164c19e85c8111fa432111df4aaacdf8fb0c729f0af14e40569a72f8de6

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