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.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-5.1.1.tar.gz (30.6 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.1-cp311-cp311-win_amd64.whl (19.6 kB view details)

Uploaded CPython 3.11Windows x86-64

zope.i18nmessageid-5.1.1-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.1-cp311-cp311-macosx_11_0_arm64.whl (16.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows x86-64

zope.i18nmessageid-5.1.1-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.1-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.1-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.1-cp310-cp310-macosx_11_0_arm64.whl (16.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows x86-64

zope.i18nmessageid-5.1.1-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.1-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.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (31.7 kB view details)

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

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

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

zope.i18nmessageid-5.1.1-cp38-cp38-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.8manylinux: glibc 2.12+ x86-64manylinux: glibc 2.5+ x86-64

zope.i18nmessageid-5.1.1-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.1-cp38-cp38-macosx_11_0_arm64.whl (16.8 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

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

Uploaded CPython 3.8macOS 10.9+ x86-64

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

Uploaded CPython 3.7mWindows x86-64

zope.i18nmessageid-5.1.1-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.1-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.1-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.1-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.1-cp36-cp36m-win_amd64.whl (19.6 kB view details)

Uploaded CPython 3.6mWindows x86-64

zope.i18nmessageid-5.1.1-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.1-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.1-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.1-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.1-cp35-cp35m-win_amd64.whl (19.6 kB view details)

Uploaded CPython 3.5mWindows x86-64

zope.i18nmessageid-5.1.1-cp27-cp27m-win_amd64.whl (17.4 kB view details)

Uploaded CPython 2.7mWindows x86-64

zope.i18nmessageid-5.1.1-cp27-cp27m-macosx_10_14_x86_64.whl (16.3 kB view details)

Uploaded CPython 2.7mmacOS 10.14+ x86-64

File details

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

File metadata

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

File hashes

Hashes for zope.i18nmessageid-5.1.1.tar.gz
Algorithm Hash digest
SHA256 47b76347b80e0b2b66c486ee66f3f86c57493a2075b85a9fb802690fa730bd92
MD5 96d1f677dcccd79b6917df3f4f86133e
BLAKE2b-256 4fcf789adba1b355eb9d315aa9d0f0c0ee5fb47b04a286862f97f13ad2bb2693

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 17b1a8988a06a76f980abc211d2dd6d8040b3cb489dce59f37f86b6ba86b9c09
MD5 8505b30e9d60ce3e371c125a4eb5be22
BLAKE2b-256 6a7eee04fd0712b8dcdfb1461b2d0d4d168b9fe2fb9d5e0e2c4e773ce9494d6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 082a25f8ce9fb9908ffc7ccfa1ae809c3078ecfb2f8a8aeec1a09b9519919bb2
MD5 0e058184762f8dd00c599d9f29e83f77
BLAKE2b-256 bf96d5e1a313da30b55e0f0f22c9dd185afb79719365bfbbb4c1e06baea4f12a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dd5cc55f831974dee9617ba8dcb6ed99738a236c9d1733f9e88857c84fe55ada
MD5 6c59b20c5fd6ccd0afb2f8dc47a0a4fd
BLAKE2b-256 fbcc9ac4c2aa57971f8446198609b0a3436e996d52cf9f164b0fafbaf2a791bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 da79c1e63729a6e09c4e8da53f744487b687d192c7e0f4614960598ee2c55646
MD5 5c5338c01281ca30a38eda6e1a163ef1
BLAKE2b-256 749f6a02e7b28e477d9c3efd2e3034ee0db9fc8978fd7983b05a7195bdc0053e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0cab3f67fcef52ce385c5ec6fb83da3c06859c0220a04079eb052ece1c72b6ae
MD5 2bd1b860d4cbf998cfbc6d6c069a4409
BLAKE2b-256 c38e10eefd81ff3f74aa1e7a8469b91f0282e0f0061bf02ca3ace380d893d7ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 acd396dd560dbf337f3ba87170badc153d37ec5168ef2afb81b72c1873a3a4aa
MD5 65b59aa82e036fd600933644aad0a613
BLAKE2b-256 d3c6b6f9f564cc8210776751b2ac295963f7718e548c1294a0bf6e2fa4a343d0

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.1-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.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1a2d078052ae2b8f22cf667b65ac847be92b150680a17c4f1c86befc5a18d4f9
MD5 999d7315ac2cdcdc7c8c5b22d0017113
BLAKE2b-256 3b433127d7e83885619988d09945c97fc9e09d7eaa8c3cdda152a2c6469918cc

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.1-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.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a712e216fca2c3701485ba3b2ee3ad8dab6e8710abf32b32b012a92f96a3cf98
MD5 ac6dd55b185fd6a2e0bf9d22e424ccda
BLAKE2b-256 d7b084c993a4604e359e74426f6c6ec310f0681fa8ab45c32aecd88888dac019

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8eb5575f703e7989094c78986076b05f9f14d4c53320a825eb13ae447135dcd0
MD5 2a62d420ed22813ee6baae1734d5000a
BLAKE2b-256 9102ef6ea6e72ca3e72659573a32ce00989557d318474f8982d6c3d8f266d392

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 baf201d3872bb464b46c17c91161f52c4777299e38231e1889078b2669c6fb95
MD5 c767abd0f655682d92cf0814a3886375
BLAKE2b-256 da2be9c151ad45bf0e5df66395c1029a34010ff7c23d0665c4e154b40a439f1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d952374afbff102fca1ba9dc78e07c1c76c4268d4026b2ff1010e337e69098a5
MD5 3452eda5f7ad3eaba6093d8482a19bb1
BLAKE2b-256 9ebfa1140a4cc8f8fdcff28f0506b9b56c026f565943279afcc49a1fa858e434

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d8a5dc42358f5d0dc3aba0057f314a2944699bc410bdc41c73d14e1d59ef8e96
MD5 729fdeec3d04a797622756172d9220e0
BLAKE2b-256 27fe49e20ac415e356511a752f513275b6254d3d895abaca0cdd20b1a94db225

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.1-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.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 415bdfd627ab47a34e05a2ae046449581f82bcdf57d144c5a9927f07ebc0e865
MD5 0da7bc4c83b0c6e876cc6f18a17688aa
BLAKE2b-256 229f6676b98e683de87296f742b72ec6b1cef2a828fc98c8b4a0ff6890461f18

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.1-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.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c75517443f21d933b3a2f43f619ba51afde9ed600621cf5ae4e5c148f5446005
MD5 01efde443b2e1ea4093141aa7eee6545
BLAKE2b-256 231582254ff40ea5f0c1cf8057cc976c6fe95568ac841a46151d2444340cf390

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b19ed510e69757fe4a8b477fd8c1bb8d7d6f33123041f042e005002f283ff383
MD5 026751e6eebd676b17cd42f2a0871605
BLAKE2b-256 294dca249bc1b4dde05d9d13df73d9255484c60d734efe73d455de596a441c75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c47fa4edb0ea9d22559d6d4293dbe0926eb39ad484719d1e6037370ea605cfb6
MD5 1f9e21eae4ff301c8ceb930e6af0f3f5
BLAKE2b-256 e7b1610b433485f26e11b80193763bcec02f3759f963e875d352fe50f7f62feb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 2b17ae6ec0f33e571a34c3000377f6fd8d55d3a1db805ad5250d93558b733a7e
MD5 cbcaa14a6b23fd794b47998f208214e7
BLAKE2b-256 1948fb019eb022f4e0a51cd051bbebd2c0ddfbdefaca8eeeff3a6c288f5efe99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1cbcdf8001e67164f99d25bb6dc93424a6e39c3e53bd5496047d5885f1f2f28e
MD5 6fd026761b6a41a546f52a48bee18167
BLAKE2b-256 376a0ffe238e3379762d5c20661e8e2b479670b6a7bed4c59fff830f28ec5665

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.1-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.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8c574adb40b3fed656bc6acf4381f871eda35e731debd1b5c70982a7dea118d3
MD5 3d664161e8f10dd686ddd920a44437d7
BLAKE2b-256 9a26d313b36004e17e288f577a4bde57fbb946544ea51cc6c7c9770d9af90be4

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.1-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.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 3c980056a623c9ad7999e2b30b675ad17327ba3ab1c28496751d764d10f4e8f9
MD5 adc2948155ca6c1e6dfb9d66abdbe96a
BLAKE2b-256 ef436b0cb854b5c4c848a71bd55f64c567ba6f075e1954427896ee5f21b2c5fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e588ad601d93e747048d5132452d918df6d99169b241f534efd72074961254ab
MD5 2bf0d9d23450b7e29b47e7c3c047942f
BLAKE2b-256 9d0bd6cefcaeeb1906f0dece8c1b9c75142faea882d10e2ff4dc5d0b55d11338

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e4ad9c0baad4cdf57ceea610fd622ae194a47e33bffa28aca57c082caa95e291
MD5 48cc59621d9297c789a755557dcff858
BLAKE2b-256 12834bcced1391467ca9e1d7c49d667613a723320cf74da5910254bedfb9ff83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 4f43587c1fc9b71a045bffaa4078aed2cbf25ff8207242dd64491bcaac341432
MD5 cbe50af9088d3d0cc1d301cc890f5d50
BLAKE2b-256 0e7dd5319d4534d72497b1feab3faa4231852451f2cea9039f6873efcb5929b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f671e6f15ceac0bc463330fd4093ed94cdf9b72eea302690444f5af1ad929705
MD5 8c1c51d8e43ec0966caf1410d89cd86a
BLAKE2b-256 1f52897a7be5ddae4b3c397bfe7fb89d789f64e0ddbc4ba2c92131b79e18bef3

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.1-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.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 17e19895a6ec9bed70581fa6a699323b99b600483bb3c17b2ffc650355403d8f
MD5 36332c2e7a43a6a5cebb66aa88702306
BLAKE2b-256 5f45a40f21adf8abc8ad03bca7dc27c4d81e858a2da1628522072016526ca3dd

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.1-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.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8bedbcf4dd8be2485830ed0cea51a9cde38abe8a8e036f646d681b53288bb52e
MD5 a43c7d6865d38015c4655b0d0f8da9b4
BLAKE2b-256 a43ee5a8ebf5b6f0c8ebb84db1d98e6318c0f78af28c08e6c03e7bcb4a3a1d5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.1-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 bd96b99cb8178532755ed2935754ca5e68e74174802a49ff16208b559e2e9773
MD5 0f3b9d39dc24eb7c80b9cd254e6eef42
BLAKE2b-256 dc5e7fe34939aea26fc3756e73b80d91822620874e59f952816d415429a77082

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.1.1-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.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 0c21158eb55970ed4be8fddc633185b1e1ff52ae79396bdcbb37b821d0fe70af
MD5 c97130f8c39540f0144e1721dc436c46
BLAKE2b-256 1db91dd6a60fa6baf0dafd73fb6e3d602415475e6ea1e1a4ac0696069717dab5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-5.1.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fe7d3681a474a631022bf971b70feaff112d696212442c519f17d234f98af530
MD5 a23e5bad71749b943cca53bc6a15a45c
BLAKE2b-256 267ead619ba8c8706b00e5da7a58bcb784ab9b1f46ca1eaaa54c2dca5d4fb7a9

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.1-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.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9d58b3e0951efab1071966407455b88c45d4585fb4ce935083dcd0e6cca13970
MD5 fa646d202221a9c897251926ed33f591
BLAKE2b-256 c7bca82c4d67b3a2d5047a5bc8d043d0d1d78e49ada0e6ad8456307cc0e46be9

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.1.1-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.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8c77b76d4358801e466a9ec792bb390367b321c1d46060c7be08bee2d8aff6ac
MD5 97650db8a287533e2b82b932eb43be1e
BLAKE2b-256 d1a2f9be3841b0b3505d009bb0de971e9bfd10796932c14cf5d16481df4f08a4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.1.1-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.1-cp36-cp36m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 30c0cc05f496b725174edc0839652f8ed980b7dc2e9c491d1c738d43430d7faa
MD5 056a1bc322cc5237a8c2f15172872db7
BLAKE2b-256 76073d8d1e2526e89b27a64076150426087506da277f652de64f4a6fcdc1845c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.1.1-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.1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 f117d48dd6c96b3c6c43a7984c968e6b39f09e9601f79efa4ab5b4ee4bb263b4
MD5 c385b0a8e3ef3dd10b4fa68f628c74fd
BLAKE2b-256 ad62d9322c794305e5290b10a5127e7f7c5356a4dada33b88852ccf261f61419

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.1.1-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 17.4 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.1-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 084a512782cf9cbd335559a3ff92b06c2e852637f99b0728b49c58ec83764198
MD5 f9c2fa7905bf1f5da9ae0e4ebce36ec6
BLAKE2b-256 507871f1dd338110f2f5bc5c54113e2f3294dabab0779020ea40adfc40d4c9e6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.1.1-cp27-cp27m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 16.3 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.1-cp27-cp27m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 c8ab7e6d881832d6f23f5cdb853a76d2814f05441238f3fa8582c49e6d95500c
MD5 89e791a69deba560f831e8eddb46aca7
BLAKE2b-256 a88f24113faad0b3637e65fedab892fe700aaaa4299e8e37a355eaf80512bdf1

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