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

Uploaded CPython 3.11Windows x86-64

zope.i18nmessageid-6.0.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-6.0.1-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.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (27.5 kB view details)

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

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows x86-64

zope.i18nmessageid-6.0.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-6.0.1-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.0.1-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.0.1-cp39-cp39-macosx_11_0_arm64.whl (16.8 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

zope.i18nmessageid-6.0.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-6.0.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28.4 kB view details)

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

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

Uploaded CPython 3.8macOS 11.0+ ARM64

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

Uploaded CPython 3.8macOS 10.9+ x86-64

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

Uploaded CPython 3.7mWindows x86-64

zope.i18nmessageid-6.0.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-6.0.1-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.0.1-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.0.1-cp37-cp37m-macosx_10_15_x86_64.whl (16.5 kB view details)

Uploaded CPython 3.7mmacOS 10.15+ x86-64

File details

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

File metadata

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

File hashes

Hashes for zope.i18nmessageid-6.0.1.tar.gz
Algorithm Hash digest
SHA256 2d5bce6fb31f1cea0efa2644649bc867d2972303f1dbbd9ffefce5b2eb9e0176
MD5 74ae8a72980f208961af4f712aa161e4
BLAKE2b-256 670a2f7ef863b4a19b01c87558edea49d155908f3588d02e3269bbf3b42164b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 84eab629338804d5e0c381407259d6b2703ced27768115769b8c69fe29b7d576
MD5 64e33b48b62cd5483feb0bb84cd0db82
BLAKE2b-256 e3b5d16020bf6c65eef5a59993a8546f5fec6875ea48e54fb58e1c8299bedb49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a37068196931b4242b8617eb9aafef91772b571f6a99a95d5b7d8749ec6b1af8
MD5 0346fab819b28896cc1c985b3239a398
BLAKE2b-256 e2dea35f8f853bfd436490650e7ae2e00064f70c0bf74130f21b69ddd3a24c24

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.0.1-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.0.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c354676c7679d15f531574a35a2d067f1988e6681f7bd28b1771dcae36d7073e
MD5 00bc9223ddde2e0194c10bbb2ec4a941
BLAKE2b-256 c7d25ff91b648855c5824c0af6a8a1761dd7116929e2fb2d7e06a98dedb040d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3ede8bb13a7c772c283192268669b5957de7752912a7574eb6586bd09f93137a
MD5 8c8caa30b5ff6998771dd38b2e6d4271
BLAKE2b-256 8eebd4d58be493161fc2716867a273ef31437bf8c4be612c1be43722955ff9d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d5c9bc9f85b79d7d8473c8e742d135426445930869b9eac06b02b2856ff11c72
MD5 21cd198205179c1728a40db5573ff40b
BLAKE2b-256 ebed3dba251bae6fe927b97b25c837188ba6e7a683dac1f3323161ba4d5bb325

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fc25756c7ef6016dbf86ea50416bfea0a2e17e1122d53e0dd99f15b63059f2fa
MD5 23969b363eea2ad7eacef8bb73b08fbc
BLAKE2b-256 fb0c9010a6052149b58b144b079ba3605f30b305cb052e5731c47c454702a800

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7053debeeacc4a53f1df27ad2408eecefb65922c3d7da09e865a92e87b7f15e5
MD5 93e97b4aac1e9f408c78531493a869d7
BLAKE2b-256 08cfdc753a12b6647b77e1e136501b5a84295a4b0f440fdc0c3c67f04a45d72f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 148b045d4c049208e83730b6d6cfd58232d17d34ffb2f31f0c39ef55695b126e
MD5 b55aac4791f4802e0c67aea93c3e7b2f
BLAKE2b-256 73db6963a0fd6874a99cbdc71119ab368186bff3ae7ee3811219efcf8d1c6c72

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.0.1-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.0.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0313c14d6cc8fc25951d0cb6738240e499318ff0003ce84214cb529579c521f8
MD5 20f27a13fa3f109cbfaabe6ed2cb02aa
BLAKE2b-256 90cb618603c4ed085ceab5d9b053c9eba9bacf0d59d351cc8c92b5c08d680f74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0bbb329b2308d46bc3886dfb8c14ab7aba0eece6ebd82394b33e9f4659890c9b
MD5 998fb43b49a3c21cefe249765ea1373e
BLAKE2b-256 6f9c56520ec1ee8691068b7ef33a8700191f68c63934ed89a11d15b2f0410582

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c5e3409eeeb1d02019c089398450dc92367437fbc3f9e29bde54c1508045b8c4
MD5 041692db099833c418485df1e4776655
BLAKE2b-256 2b62a318f2acd3e4635c71257b51796a3098b6439f41d0095c792a3b4da1ac5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ff3e749b93fce9663384f0fecdd505251a785bfd3b2032b29a41d4137fd0e1a0
MD5 921b7527120348b8098e6c1485bb3e3d
BLAKE2b-256 ecca2fc32f63247764978931a8fe6a38f239a10b7023c2066c7f13de76b7d333

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2bb64293f19b1d964836650398bd81cdee940d71bb99ae3d5f167929f38a7e3d
MD5 604469447b99fd5b23aead418285591a
BLAKE2b-256 a185da156c9e8f94f3ffb1e1c81b7462b6ac7af137e5f58e3a51d5870e1c4f34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f9f8ca24ee320feb2e54eeaab36003baa806de63bbbbdcd92e9b17bdc6818aa8
MD5 43d1532817eaef506aaeea5f045292af
BLAKE2b-256 0e8dcd2d970d918537b3745f55a73692624af924d61bd04102bf4efe9e47423f

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.0.1-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.0.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0336116e9e9b9d9b93a3eb5874e7d4f01f99b6ca43a3be6d20e3b16882f06d69
MD5 2b2e14970d4d9ac6eb77fa0a1e0bc004
BLAKE2b-256 f0886bbb713cd7160c8d78be7c5944782bdf2f1ebb8a43b0f18326d8ad204ff9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cf77552035fe0d10e4aba3c5a28823985263a6c7f9b9dc57fc34d9bc4caf9ee6
MD5 cc96a45ea2ef9646564d965299d40ba3
BLAKE2b-256 518319c4d9e8c29648ec146f52a2cf0a6583422f141ec593d513814fcfaa7180

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8af040a2024b18bc2a7d6b49a730ecea9ca90074de2c23b8c7a0683aa22a0cd4
MD5 5003ecf7d663d3abf81005e67acf1e21
BLAKE2b-256 f9b509d6f4eca050c38e15e5ca30a1fb93382656846ccfc9e56e658444fe1c47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f0192a018ff8c7c7663c532b4734aeeada146700516972abbbb0ca699e4ab3e9
MD5 950b4f9626d03dfddd88035a261b6e08
BLAKE2b-256 94461037fbf8b352fc53b7a6563e0b55cc8b9fa8559cf5994d20c7fa4a462e3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 fe223faeb1764c6b8901d6e6bbeffd77858912002e0765f05fba154bfbafa885
MD5 b7c95937e6174cfa959cc8108dcb262e
BLAKE2b-256 6f2cc8819ec55ae5cf6ee65d2a6c1229a4955c1296f85798ef57d3427032d12d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 56627c37d0dcce3fec5f2da844caec072370085424e6848fc462a932d00f6f33
MD5 1447418e3e342b5ba22e02c0ffe2452f
BLAKE2b-256 ceb7f432e998e4bf3db85239a58ad1d955d21cd083d6bce4c057470554d2a848

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.0.1-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.0.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 87088c7ea65da1f6d0fbb2e792e1e873d8230d5ee4f28e5a10da0e0ccb524a02
MD5 0b9abe0315a70c9edc05e555cf018cc4
BLAKE2b-256 aeae35f6a1828f8dd56aecaf93e7590a444d9e041e62628816d33eb15b1eea10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 810b0130255884204851f164a4e6c261f5f9a7e75a984120d9c0375b14b63e0c
MD5 e63d264ee065356cf45f64e03732b681
BLAKE2b-256 933f8a7002bf2b51656f5ef4f012c62d38b0d2b998cfde84af9aea3d14dc94ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 079bacfd475abd13e7fc7aff25431fb96e732e419be3145c6102929e1eade15c
MD5 5a6f75ddcc8b949ecff42751ae4fd0a3
BLAKE2b-256 bcdbdb90d39ed21822483a5b3ff41fa9be9afa6346f1ce5206b6f396da0dd592

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7202647bc94b2d66527a31d7d20fd21fdd373c49cef14fda0b776836eda154e1
MD5 0a5647c129ed5f4ccb1c79a95903b27d
BLAKE2b-256 9f953f598dc16b07652471739377960acbb1e22c1db1cf81f76cc3ce3043fef4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 14c38c45c64c45cba160fab104f2d7e01e26e8bc64692d8b9f0f2a2283f24b1d
MD5 0fc0ebec9ec092ba34991ca62b4da191
BLAKE2b-256 6da9a04750b4521ab170bb8dc45c1d49f28ab767e5c6be72d7e430439bc912c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5452f8dfea7583d94d4f1e6c1b025e3a53a1080c1be99ac2281e3eace3de8388
MD5 d56bcb5aa3ea5782fc595ab33a86e44a
BLAKE2b-256 f8ba329282a92cf21032293880e9b2bb3b6e4eeec9843ed1278800234e12fc49

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.0.1-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.0.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6cd5e6ac345b8ba433685c056497e4a9e434c37dccd0beb5350505be42c9e0dc
MD5 dc636d26164c231cdc1a543f08fbf12d
BLAKE2b-256 760469e442f6762aee800c352e5a4fd7b373bfa105d8f71fef3b8a41b51a3f7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 518fb9a71290bf74efac38e67e2e2a2e6429de2e047658e8ddbe4b6fec398307
MD5 b85aab16cbd92118f64de66c8e3ad59d
BLAKE2b-256 95e0fd3d2f6847e644f9f0f6f746c21808bbf7ffad149379d9b44340d58bdfc1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.1-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 df29ab012d87bfbf6fbd031154cff0d92e01eba3fcda4e086879d37193d54669
MD5 eb3fe94639f956caec83a717a12042f4
BLAKE2b-256 56c9f457b279f81d90ee84c0e0e0dd48dd6bc9cb5b35cef80dc8336b2a5985b0

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