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.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.0.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.0-cp311-cp311-win_amd64.whl (19.6 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

zope.i18nmessageid-6.0.0-cp311-cp311-macosx_10_9_x86_64.whl (16.4 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

zope.i18nmessageid-6.0.0-cp310-cp310-macosx_10_9_x86_64.whl (16.4 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

zope.i18nmessageid-6.0.0-cp39-cp39-macosx_10_9_x86_64.whl (16.4 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8macOS 11.0+ ARM64

zope.i18nmessageid-6.0.0-cp38-cp38-macosx_10_9_x86_64.whl (16.4 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

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

Uploaded CPython 3.7mWindows x86-64

zope.i18nmessageid-6.0.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.0.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.0.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.0.0-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.0.tar.gz.

File metadata

  • Download URL: zope.i18nmessageid-6.0.0.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.0.tar.gz
Algorithm Hash digest
SHA256 6a27387df1ca136095d99de478994372d592319df22b48a9c34c6814ac9d0951
MD5 eb3e5c9368ce9dd36b5a566b5e6a9e18
BLAKE2b-256 2bd98bb6a5344ddff3c4a31e264ae942bf129964e1c080dc3aefdb6d0c57b49d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1aa0b9826023f2c7d88367539ce232932b0601ba584d196acffa28ad74a37dde
MD5 b140701043332aa8d11a4bf144b08146
BLAKE2b-256 7154e876eeb222a1d70fb9fc32f2a1605b5eb815259ffe7ed084e267f67d9221

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 27452f3c68dbef43e5494e96d649c5059da416484411d3cbea6361e02b078e2a
MD5 94b18919f1a31e80ed7c8ec8b8822762
BLAKE2b-256 3805683dd65935e4bfa65944e13a1be08d6e14ad5e646795f0ab75aa6b0c7255

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.0.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.0.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a30459cd10c5764ab40063efca8f25f2f34a885e39ac87bcdef2380309d855ff
MD5 8007392ed06cbb22f6d30fa3342f1bb7
BLAKE2b-256 d134c6c1750cd2b507a878d0019598fd7348554ba91203abdcdcefc1cdfe1b8d

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.0.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.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 80ab08a4b044a90c9904bf809ed79f43b799884c593da42584fba013256dd1f4
MD5 2bc74765ab0c867a47a02908ef7035f8
BLAKE2b-256 32c653e8dc213cad98a6c8f4845f563e4b2e2e200ade08c20ff5cb116aaaba9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c6321a625373af49afc8efc403632cbaa2053a8c8ac09f817d70e95f5a7868dc
MD5 bfd4079a6bbe690878397666a1edfd76
BLAKE2b-256 44f304d34d0efa1d98f707139cdbbc5678973f69f11867ac7c835f56af2211ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 18c5bf247c53a2602c82283c6ff66ec5902a8b6ee976720c59d03d746dd70f84
MD5 2a6323177e8abc1deb02cdecc0877e45
BLAKE2b-256 118250ef65f3615dcaf7301aee502f4be40b7fbc8fdf351c5f44071586bdebf6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c0e416157a387372548c3073eb9a449cc1a2504ad2cd87ad552d454ae29f02e3
MD5 4338ed372f5fb21b9881a09b0e6eb1d0
BLAKE2b-256 412981810d3675828587389f1704c20d20ff469f4ba69a9a8dcbe55e39c9b708

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0476c00d911ab7a2c5a900d76693d84b4ef8de37552079f23db5a32850de95d5
MD5 91906df412b94c5266b9a1392acdecf2
BLAKE2b-256 ae9939aa20cdeb1395f28904c16ee12e67ffadaf7f48eaba374daee48180bbf8

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.0.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.0.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e9bf985e03af1fe80f4e315956c84a0bcfa646dc1c2a9740815ffbf6f1b0a3de
MD5 3616fc8ce64c60b2803e4c6c87bf0f6c
BLAKE2b-256 cfac8d17474a18a825b437e9ef6813c06274e53bed74bc3dd71defcd38671f3d

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.0.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.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 93dfa82f7b0f03e60dbe91dd531457eff5a42fce19c664519e95329c9730f82a
MD5 bf87d66176eea239be580104e481590b
BLAKE2b-256 6246ef1a6ea4a585cb0cb147f7a1737bdd3f5346d910a82e0a1ef6349a5122a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e8323873de79a3c194c3107eeda8c7f80b4ed70d89ff9117f48e21a140153ad1
MD5 f220a3ec50378305c524425b2ed11dfd
BLAKE2b-256 b3d720e1f58127d073394f0b82f2d984a5d8cdca3804754a6f557fb213eb6123

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 848c2dd7220126e6f7794dc9256eb55da9a6754f1141b9fd97105cd17f95ab11
MD5 ae5a89e557164398614084a64e798757
BLAKE2b-256 b9f2e432ae627fb0dbcd528b1334f913a3b5fd976a621cc4938b73fcd034d7b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f7bc4835eee8c465b9e576096fe84060707b91a0b629c527a8eb92c540d98876
MD5 cfbbfd0ad0a6f490613a25ad797637e2
BLAKE2b-256 59ab0948a7731991ebe458cdf191f3a3822b56071a59b9ff5cf6a34668a2dba3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 adf0a03ae013b8bade1adfb9bd89face5556f47404445c7a013e20df924a42a4
MD5 ac694ad2c8c796d99fa78430cde183ec
BLAKE2b-256 39bd112326ac2f4f6348cf9f706b2d7b860dccc0f99ddf68c10cb8191dd6c849

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.0.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.0.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 254cfecd2f4a34c4b25d0b4c743efebd458772ac8ba3bd8c9828a5e0a2e842ad
MD5 febf646244426b6ffac506110bc65bc9
BLAKE2b-256 de504d14cfd73d8cf05d188576c540a21b4967db69f5df277505c5de84e5e62c

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.0.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.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2da8fe8be3b71536b2c5d3ffceb7bbada37d16b8c4a32c08313e6657fcf6bb5b
MD5 af39ea36def8535a4e7880d6c25490f1
BLAKE2b-256 833a137bb1c4e3fda75014c4f7bd6448ffe0f4a7fc8552a21ea942f81dc989ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a0e01e06ea6c2867eff57acc57d21dce1edfa6d078f8332ebc89efece1e48dab
MD5 5cc6c523afe8bc64cd8c5c1d5cd91c7c
BLAKE2b-256 66fb2d49c1b25d0692af9f4975a3c9224cf2252d6ab9fb00c0d8f737a1ce9778

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7a7c640433925c5faaa70b61200dc700a960ad6124cb82edec512c078acafed0
MD5 6ca94673bbcd1c41410ce60ccc55006a
BLAKE2b-256 7a1b88101858279534efd0f025ba51e5e8f353519988001d9e468c56875bf3dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 2f764f3cea4b582436a698f26ea5c784ddbf06fbc6ae96130dd1411b8da2ab7a
MD5 563675d09ec65e8c9f850f4b945d48df
BLAKE2b-256 1f0e26d16144073b8696da5452296809d739b5b93de22bfe36856180d1d5df45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0cdaa67bfc6de66bf177d05e978fe6863ef5ff685718d617f027b56ce4b7a709
MD5 1a86285aa409b235f676f8207c96d57c
BLAKE2b-256 c2b502d8b67ce201e70e4397df3b88dbc23afa90fee31e1f469ef6e3980550e9

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.0.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.0.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8a30b34934db2ada237663ff6f6780f19aef55ba945680251a741d8e3e0ad532
MD5 095c82c6466c4a02c51354c78358599b
BLAKE2b-256 b554d9eab20d67f6159414f65dd996e6b3006ce1ea551d49647338abda08b4ac

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.0.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.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 574fc6159de077a04eaaddd84ce94b6c7406c5a08e560be0f30da37268274a65
MD5 c2728f4e2e926de23d5b5c71a501cfca
BLAKE2b-256 3dabd13f78f9619d2138cd81bcdc6794b1af7ce626652631ae7eb7fe53fb3347

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 824fca292325def6627021882cbb774d1ce1b79e15a6261f2129d568ed59c8c9
MD5 a17c50639e9f215069209a89caf6e5d6
BLAKE2b-256 bf0786988c06bfc8b36837aac683ebd50de3223666c3518140a2696a7ce3f8d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f0bb9fb9c1cd9341eeb8b99286c8a7ee3f472e0a51e6b481678ad22d26767204
MD5 283ff45f1fcfd81d92f9863d1d24edbb
BLAKE2b-256 e608a886f35a2032a3d365131b61e246f7dc4bc3f86bc1532ef95f9702c645fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 232ed6b9eaa819e4e6bc000e90cc635fc4080b889ed0f781ea21a4873c84931f
MD5 ac7399122a4de9fbf8178e19c07c214e
BLAKE2b-256 0f412f213a7589c14f7ca071ec85e2a32bd3a0ab04c12df9aaf5fe4d02ddacff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 37c8d6e2cb83c1f89be8979dad5f28fa2ed80ba202680b24d0db3f898c6599c3
MD5 1d0c24b530918e70a13208fa8f83feac
BLAKE2b-256 0604de7d7733eaabb4d3d11f29d147e53bb14b30224a63a6a205e3af85657460

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.0.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.0.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ad58bb504e0b8d0498d74c7706274ba107d09fc428d3aca1bf9f9a83d599b82e
MD5 1fa92bec4f6f6fb8d4b5e2e49ddbbda4
BLAKE2b-256 a449f717a4454c4582e9109c1ace9cf3a973601ff5730cfdf761644386779add

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-6.0.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.0.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2919b0dddc067789e2ad1fe8e2e793bb91f76b62ed4b69f1180197507ce54d26
MD5 06e5928744f290037625a09cb3dfaa9b
BLAKE2b-256 af78da5420adec5166c82bbad1f23a72e398e210f9cea1fa4a2d0de055215162

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.i18nmessageid-6.0.0-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 32f64b0a045b3e269ae97e931f0745ae55bc960078b7caf8e802ac915686cf4e
MD5 8fb5f4fbe5fb1e5cbb01ca69e18bfb24
BLAKE2b-256 551e842109f74e2834cca9d4de1a4ad6509ac7114cc22b5b18970af3feb8a993

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