Skip to main content

Message Identifiers for internationalization

Project description

zope.i18nmessageid

Latest Version https://travis-ci.org/zopefoundation/zope.i18nmessageid.svg?branch=master 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://docs.zope.org/zope.i18nmessageid/ for the documentation.

Changes

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

zope.i18nmessageid-5.0.1-cp38-cp38-manylinux2010_x86_64.whl (30.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

zope.i18nmessageid-5.0.1-cp38-cp38-manylinux2010_i686.whl (29.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

zope.i18nmessageid-5.0.1-cp38-cp38-manylinux1_x86_64.whl (30.8 kB view details)

Uploaded CPython 3.8

zope.i18nmessageid-5.0.1-cp38-cp38-manylinux1_i686.whl (29.7 kB view details)

Uploaded CPython 3.8

zope.i18nmessageid-5.0.1-cp38-cp38-macosx_10_9_x86_64.whl (16.3 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

zope.i18nmessageid-5.0.1-cp37-cp37m-win_amd64.whl (19.5 kB view details)

Uploaded CPython 3.7mWindows x86-64

zope.i18nmessageid-5.0.1-cp37-cp37m-win32.whl (18.7 kB view details)

Uploaded CPython 3.7mWindows x86

zope.i18nmessageid-5.0.1-cp37-cp37m-manylinux2010_x86_64.whl (30.9 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

zope.i18nmessageid-5.0.1-cp37-cp37m-manylinux2010_i686.whl (29.6 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

zope.i18nmessageid-5.0.1-cp37-cp37m-manylinux1_x86_64.whl (30.9 kB view details)

Uploaded CPython 3.7m

zope.i18nmessageid-5.0.1-cp37-cp37m-manylinux1_i686.whl (29.6 kB view details)

Uploaded CPython 3.7m

zope.i18nmessageid-5.0.1-cp37-cp37m-macosx_10_9_x86_64.whl (16.2 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

zope.i18nmessageid-5.0.1-cp36-cp36m-win_amd64.whl (19.5 kB view details)

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mWindows x86

zope.i18nmessageid-5.0.1-cp36-cp36m-manylinux2010_x86_64.whl (30.0 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

zope.i18nmessageid-5.0.1-cp36-cp36m-manylinux2010_i686.whl (28.7 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686

zope.i18nmessageid-5.0.1-cp36-cp36m-manylinux1_x86_64.whl (30.0 kB view details)

Uploaded CPython 3.6m

zope.i18nmessageid-5.0.1-cp36-cp36m-manylinux1_i686.whl (28.7 kB view details)

Uploaded CPython 3.6m

zope.i18nmessageid-5.0.1-cp36-cp36m-macosx_10_6_intel.whl (18.3 kB view details)

Uploaded CPython 3.6mmacOS 10.6+ Intel (x86-64, i386)

zope.i18nmessageid-5.0.1-cp35-cp35m-win_amd64.whl (19.5 kB view details)

Uploaded CPython 3.5mWindows x86-64

zope.i18nmessageid-5.0.1-cp35-cp35m-win32.whl (18.7 kB view details)

Uploaded CPython 3.5mWindows x86

zope.i18nmessageid-5.0.1-cp35-cp35m-manylinux2010_x86_64.whl (29.7 kB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ x86-64

zope.i18nmessageid-5.0.1-cp35-cp35m-manylinux2010_i686.whl (28.4 kB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ i686

zope.i18nmessageid-5.0.1-cp35-cp35m-manylinux1_x86_64.whl (29.7 kB view details)

Uploaded CPython 3.5m

zope.i18nmessageid-5.0.1-cp35-cp35m-manylinux1_i686.whl (28.4 kB view details)

Uploaded CPython 3.5m

zope.i18nmessageid-5.0.1-cp35-cp35m-macosx_10_6_intel.whl (18.3 kB view details)

Uploaded CPython 3.5mmacOS 10.6+ Intel (x86-64, i386)

zope.i18nmessageid-5.0.1-cp27-cp27mu-manylinux2010_x86_64.whl (27.8 kB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

zope.i18nmessageid-5.0.1-cp27-cp27mu-manylinux2010_i686.whl (26.5 kB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ i686

zope.i18nmessageid-5.0.1-cp27-cp27mu-manylinux1_x86_64.whl (27.8 kB view details)

Uploaded CPython 2.7mu

zope.i18nmessageid-5.0.1-cp27-cp27mu-manylinux1_i686.whl (26.5 kB view details)

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mWindows x86-64

zope.i18nmessageid-5.0.1-cp27-cp27m-win32.whl (17.5 kB view details)

Uploaded CPython 2.7mWindows x86

zope.i18nmessageid-5.0.1-cp27-cp27m-manylinux2010_x86_64.whl (27.8 kB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

zope.i18nmessageid-5.0.1-cp27-cp27m-manylinux2010_i686.whl (26.5 kB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ i686

zope.i18nmessageid-5.0.1-cp27-cp27m-manylinux1_x86_64.whl (27.8 kB view details)

Uploaded CPython 2.7m

zope.i18nmessageid-5.0.1-cp27-cp27m-manylinux1_i686.whl (26.5 kB view details)

Uploaded CPython 2.7m

zope.i18nmessageid-5.0.1-cp27-cp27m-macosx_10_9_x86_64.whl (16.1 kB view details)

Uploaded CPython 2.7mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.0.1.tar.gz
  • Upload date:
  • Size: 28.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.5

File hashes

Hashes for zope.i18nmessageid-5.0.1.tar.gz
Algorithm Hash digest
SHA256 9534142b684c986f5303f469573978e5a340f05ba2eee4f872933f1c38b1b059
MD5 2ee5f51c26e2a5a040ba2defb3f9d8a7
BLAKE2b-256 fb1388454ff27740d9be8140a7be208b09114be79d99c732f058f4b01a684590

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.0.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 19.6 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.0

File hashes

Hashes for zope.i18nmessageid-5.0.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f37472c89550c152ba7699c3adc591aab790c29dff010e938d6285013c540ee8
MD5 8ae5551f9c6f335aadf7e168ac5ddcae
BLAKE2b-256 575019cd2ac1bd13fb140966267ccfa9e582c27fcfc7c23118c1e5addce8eb5a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.0.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 18.8 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.0

File hashes

Hashes for zope.i18nmessageid-5.0.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 8afc9c33474871cbc01ceb7769bf2e7b62642b88e426c272109b67beeb3ce947
MD5 56c56265e0e70ae68a806d11a3b66a9b
BLAKE2b-256 65cfe21efc4dcb6a9f6584abbf1bc03026e2d8360469c844855db4c71d9cf2b3

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.0.1-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: zope.i18nmessageid-5.0.1-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 30.8 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.i18nmessageid-5.0.1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0ad81f3b11da737a2a399233f7e5256fed31cd77192c581fd303e4fe1dad1c03
MD5 1bd8460710e30f199f0ee7f79a975be2
BLAKE2b-256 7ffdf55d7957e7f489158fe5048e5749fe2bcc3322a604b2f3726047f1439b26

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.0.1-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: zope.i18nmessageid-5.0.1-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 29.7 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.i18nmessageid-5.0.1-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 35217cca52a79caacedfa2db01c8658e1566e9f64f008b6fb925e80e4d8eb287
MD5 09d22bf7567c4beb44b6ed430aeae4c0
BLAKE2b-256 dbf39165a2a4e50bb774f530c2c4bd1c6fe7756b97c5d4e0682aadefaa2f3853

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.0.1-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: zope.i18nmessageid-5.0.1-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 30.8 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.i18nmessageid-5.0.1-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c4baf1990d8728f438121c873ca367226f930759725d90eb9b450ad7a01aefbe
MD5 be33daf515b410f68bb3a5ab52e8da68
BLAKE2b-256 629c34646c0289a995d3b19d559c357ab42481ebd0973a5c81a44aa39e39a523

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.0.1-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: zope.i18nmessageid-5.0.1-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 29.7 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.i18nmessageid-5.0.1-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 e898924f9419c82fa9f1c525b7d328c91210600a28161d2d1b422daccd59a3ee
MD5 2db59f63939da3a3f97739d57555fb3e
BLAKE2b-256 857235909f66455475fd414e8ca7b5a051f81db31b1350b83250e5cf3fa9d1ff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.0.1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 16.3 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.10

File hashes

Hashes for zope.i18nmessageid-5.0.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 027635a36dc95ba3f4a8c90688bec18aa207df20f0440d14424efbee156b6f8c
MD5 aa10cf473e372215ce9f6f27c8ff7070
BLAKE2b-256 ac467845aa910029b91667aa61d5535e80b3b21390274f61291b38d948240b89

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.0.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 19.5 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.5

File hashes

Hashes for zope.i18nmessageid-5.0.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 6274394dfe204c094d8c00222713a21c29288f779c7ab4e710ca10cdeddc89c2
MD5 ff495234e1fc86c3d840307a7a0f9512
BLAKE2b-256 7d117559d9a342e5d15dc89c3835712ff0d7e2c30d252530816b1e843c0d20b3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.0.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 18.7 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.5

File hashes

Hashes for zope.i18nmessageid-5.0.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 cccfff0c945757ce0718f382bef1759a69c35653c806bac9ca5cf65cb1c6ee58
MD5 e8d8f6fd213b94715769fecc509dd97a
BLAKE2b-256 2f819327341f4e5a82dd61383b8c8940fca18594c4a4975025f12bfad0df4ef6

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.0.1-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: zope.i18nmessageid-5.0.1-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 30.9 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.i18nmessageid-5.0.1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 3d8e0dbcff33b78cd37da6661a5d6b4112f706dd9d55c849658856bf0db9a88e
MD5 5ed61a6214b8cf7daf2c5280a10432a7
BLAKE2b-256 1eeb5b7f615f2a895a363cc66c9a62f4157ed1025653ece9cec60c37ae9510f5

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.0.1-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: zope.i18nmessageid-5.0.1-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 29.6 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.i18nmessageid-5.0.1-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5773aeb453f6e1147a24099ed071c14db80ee5b56551b8109012d635208a179b
MD5 eebb237c7af250f77ec1bd8e1eeb789d
BLAKE2b-256 1af512eca017b7e99fa0d73e46d0969c7cdd38bb069f1a30f7135f6af9d9bbeb

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.0.1-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: zope.i18nmessageid-5.0.1-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 30.9 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.i18nmessageid-5.0.1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c54f35cd1fa5ab77b1dd2fbb7ecf2e5450c382c26e3b3ae5730e873a3b271787
MD5 0f0a72a1dd1663ed9b1ac92ca225b43e
BLAKE2b-256 841103831c3591b76469ecac356b566166643b6ed08e54277bdd5e97761aca74

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.0.1-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: zope.i18nmessageid-5.0.1-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 29.6 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.i18nmessageid-5.0.1-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 fb7271c1bfb182b6fe7144c099ce92f5f30540bcb82aa467d9a2407c7358c0eb
MD5 ae4ba3938796dfeb3a62a4c7a9e28d8f
BLAKE2b-256 096f9fca7e4cacca98ac519138abf6a5528b678a4a9d2f0916b4444690684b56

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.0.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: zope.i18nmessageid-5.0.1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 16.2 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.10

File hashes

Hashes for zope.i18nmessageid-5.0.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 423f1358ffef0a71d360c2d2a766176d4fe3fa34f715cd7a3ff157e724d132b1
MD5 3b85d28ea18e9cc3ba9fc15eb6e3dd56
BLAKE2b-256 0b66c4fa8b43e3fe44bd9e8065932b47dd900f190e743180b32666153cf57be0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.0.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 19.5 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.8

File hashes

Hashes for zope.i18nmessageid-5.0.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 4e9a7e87c0a920fb14d69cbf947042c1bdaffd64b7ed2e8505d6f7fbe1db7d2c
MD5 22237ea2c0ab7d955cd8e976c383896f
BLAKE2b-256 489a85e93dd902ae08baad55f94bf420d3e0ade50a8710e14baa9b92dfc55e27

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.0.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 18.8 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.8

File hashes

Hashes for zope.i18nmessageid-5.0.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 24b126485b3a2dac2e85fa29fbdde9a819847b8a8cfef49c85c68fbe9fe34dc7
MD5 b12bf9f4db06539c5c958559fde4e3a0
BLAKE2b-256 30b73c1d62049b295efe16d7940027fccefd15542648113d47db43390304acd4

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.0.1-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: zope.i18nmessageid-5.0.1-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 30.0 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.i18nmessageid-5.0.1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 58dae93da63f2a951046f209dd9d02f0c3b87fd6c793011ca00b8575f294bd3f
MD5 0c288cf18ef4def4135e38773b1f0a0b
BLAKE2b-256 e0d05f5bdff96aee460700034495ad95559042c4595a22806f561a3ecf770f17

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.0.1-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: zope.i18nmessageid-5.0.1-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 28.7 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.i18nmessageid-5.0.1-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5255d6fcb50458dfed758520e2e05d254db05d313cffc638bb8bc2abb245e7ef
MD5 51d51dd5bed949962609077be981127a
BLAKE2b-256 4cf1d3904f248967985957622a197b977eec647ece65b87a2b9bccfbb1e8ac91

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.0.1-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: zope.i18nmessageid-5.0.1-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 30.0 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.i18nmessageid-5.0.1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 871aff6215dc1d37058977eeba2bc0e3e6763b79ba9635304b0c747f0ca9e17f
MD5 2a9ba1f4f0d3f9d5bddadd87185cad11
BLAKE2b-256 76bea188e753c2bb18285d0eb9ba4ca8ce5805e0fd21aafe96ac50e796bb7ee4

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.0.1-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: zope.i18nmessageid-5.0.1-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 28.7 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.i18nmessageid-5.0.1-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 f90069087102401229e3a70396a512e02b65a4528e6c84d12da5d9bf43ced9a7
MD5 0a3f6c7cd690b56a10f3036a023d683a
BLAKE2b-256 79d11ab3b1d868616d9a36871eb0116ef2e1ed13f2cbd8262b26b7e52caae839

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.0.1-cp36-cp36m-macosx_10_6_intel.whl.

File metadata

  • Download URL: zope.i18nmessageid-5.0.1-cp36-cp36m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 18.3 kB
  • Tags: CPython 3.6m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.10

File hashes

Hashes for zope.i18nmessageid-5.0.1-cp36-cp36m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 b4fc4419a2ead148ce74750d0f2e40fc5c3d282bb45500a28b3563e0d51820e4
MD5 5ca6e496dc5a39ece07c24cb8267b1e1
BLAKE2b-256 01324936bca0b4d78ddc63111dfdd22774de23a251cebc5b501e294eb3ac2bb0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.0.1-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 19.5 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.5.4

File hashes

Hashes for zope.i18nmessageid-5.0.1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 63d099f11136af790c7ac489f53e930e1d1efbfe72408701a0143e0ce8884de5
MD5 4c811d256d33aa2dce0013767b3c3721
BLAKE2b-256 3980ddbae7c47c3fc42092705b81885c5b3847347b7999413c45b7f797f123a5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.0.1-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 18.7 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.5.4

File hashes

Hashes for zope.i18nmessageid-5.0.1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 b697eb21f0c02271d3ce55038a742166c50f8e67ea68fe039ec826ecfcf16ce0
MD5 1d06728db362476420ece87ec651c1e7
BLAKE2b-256 05409aa8b249718c2078bdaab1c8f90e4bfd47ec008c42012699c5322add0af0

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.0.1-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: zope.i18nmessageid-5.0.1-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 29.7 kB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.i18nmessageid-5.0.1-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 434cf7181a4e43111b0f0a8dce3bf7204f3f4caac243c54189e6ca8bda31b38f
MD5 22fabec5ffd958ee16e6604bfd22d3b2
BLAKE2b-256 8ff3d769be43a24d7d1c627a7dab1b2fd54a4616058e994a975aea2612e59451

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.0.1-cp35-cp35m-manylinux2010_i686.whl.

File metadata

  • Download URL: zope.i18nmessageid-5.0.1-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 28.4 kB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.i18nmessageid-5.0.1-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 6ac39296e651c72aa7910ba9a53cdba00356e40a570170042e7c9da04580703e
MD5 118f9bdaf689f881c4caef88908300b6
BLAKE2b-256 9280839613313e0e8e4f8b927fd5d2913b2963fa9ca433b097bad25e4765e5fc

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.0.1-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: zope.i18nmessageid-5.0.1-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 29.7 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.i18nmessageid-5.0.1-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 0b25ada1272d0be89ae370718d69b2138b13b8281fde9f75ef1e051829da3d71
MD5 7206621890ca1d9289539be28e5107a7
BLAKE2b-256 d22c2557b2c550ded316fa5d937d90d7a3371c5b96071d180e21553b038dcea5

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.0.1-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: zope.i18nmessageid-5.0.1-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 28.4 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.i18nmessageid-5.0.1-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 1daf2c453ebfd3fa5b1b94a3bbd8dbbdfff5f726c796c049dcedbe8fc3cfe0ec
MD5 08b706a1f322381f93848d4ea656fdcd
BLAKE2b-256 860b10a385b7e385d35991f1a53915e0cadb242f4823effa2bb4414c4e00215d

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.0.1-cp35-cp35m-macosx_10_6_intel.whl.

File metadata

  • Download URL: zope.i18nmessageid-5.0.1-cp35-cp35m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 18.3 kB
  • Tags: CPython 3.5m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.10

File hashes

Hashes for zope.i18nmessageid-5.0.1-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 f431874af602cd9596102b58b001fb687a6f73a9e026546a441bfa0caec78013
MD5 754083def2a00c89d90710ce6347f7e2
BLAKE2b-256 dd8bd205949500f53ad9d6fb6a5d8cd72ba552cea95b927fb5f9030aa363db41

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.0.1-cp27-cp27mu-manylinux2010_x86_64.whl.

File metadata

  • Download URL: zope.i18nmessageid-5.0.1-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 27.8 kB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.i18nmessageid-5.0.1-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1bb90045335aaf1ed1d99d6d747df61c82b28d376ea9c95044070405fd6de5b4
MD5 8250afc219ca41ab873b2ccc0627f517
BLAKE2b-256 1cbd5af7869f6f40f59aa12b3d6370f339d8a627768660772129a5aacdd33a23

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.0.1-cp27-cp27mu-manylinux2010_i686.whl.

File metadata

  • Download URL: zope.i18nmessageid-5.0.1-cp27-cp27mu-manylinux2010_i686.whl
  • Upload date:
  • Size: 26.5 kB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.i18nmessageid-5.0.1-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 71ba3c6850195c8cdec0f66cdcc1cc4d7436744e4d3e27dd52e1fa63ad2b17dc
MD5 0ee4df00f21e5dc3e3d31e6c55de75d4
BLAKE2b-256 5c65bcfb159b485bc03ede37364f9fd4b57e3c9219daacc129dafa08f117f541

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.0.1-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: zope.i18nmessageid-5.0.1-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 27.8 kB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.i18nmessageid-5.0.1-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9301daa4d0830f61dbe461f7675556c64572aa07c568e4a920b0981d66ea1355
MD5 e82eaa6f26ca60861be0a8f92d2df890
BLAKE2b-256 b894c5e46318cb8deea537813c4ce87a8bfe032c6e4b537df1fd85a7d8e504a7

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.0.1-cp27-cp27mu-manylinux1_i686.whl.

File metadata

  • Download URL: zope.i18nmessageid-5.0.1-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 26.5 kB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.i18nmessageid-5.0.1-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 33fbeadf46f3ebf6a3d757885a622d9f5786a80ba47bc0883c1fd01114eb5a88
MD5 b2b02ab4f94a7de7087dd6dbfb6c9e56
BLAKE2b-256 eed1a6a28ce708f7990766dd3016744217aae8060717cbe9c2cff683a928125a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.0.1-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 17.3 kB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.17

File hashes

Hashes for zope.i18nmessageid-5.0.1-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 1de20c14fe01724cc47470bbe9280086eafcdaa54774777ae4c346b7fbe435fc
MD5 66e87346dfcd2cffbc02038b64b54bfa
BLAKE2b-256 f4caf14c38744ceb8baacf5c74812083634ada1fc368610dcaf366276835007f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.0.1-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 17.5 kB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.17

File hashes

Hashes for zope.i18nmessageid-5.0.1-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 8a7a307a9937e4bfd5c27b6a3895174bdb2d69178326e2feb93669bb6af056b1
MD5 9fc569b3dbeb70945e0c6eda03e3492f
BLAKE2b-256 6948ddb5b1b7019772f8187e2c53206856556286766db58303eaf4e12e238086

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.0.1-cp27-cp27m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: zope.i18nmessageid-5.0.1-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 27.8 kB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.i18nmessageid-5.0.1-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2d2923ea33f59b322262b0141f578e84e558d2bdfee01c04c941741293568f95
MD5 e0b357d4c22ff0f6b0390da38f7b3c57
BLAKE2b-256 68366f295c11adc06698a67c051f9f8812786f9339712bc293b40a37f22a5668

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.0.1-cp27-cp27m-manylinux2010_i686.whl.

File metadata

  • Download URL: zope.i18nmessageid-5.0.1-cp27-cp27m-manylinux2010_i686.whl
  • Upload date:
  • Size: 26.5 kB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.i18nmessageid-5.0.1-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 dbc4a97402a961319866fa75a5a6f43bc170acabc6453b59fde607141a4bd5f7
MD5 29cda403c73d640121c8120d714454af
BLAKE2b-256 f13b3d5a81a17fe157c7bfb21131231b4efd9b5f833582763344a953bc58fd8b

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.0.1-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

  • Download URL: zope.i18nmessageid-5.0.1-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 27.8 kB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.i18nmessageid-5.0.1-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5b5fa7a6633cc6d98e87c6a88b4e5414b62519a94d9a3237a2c69679543de4dd
MD5 3fb17461f5705d81e51849cd106540e9
BLAKE2b-256 7888ca7b511684c5f8c685b65d08dee61c6b5d14706a8164735b67790faf487b

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.0.1-cp27-cp27m-manylinux1_i686.whl.

File metadata

  • Download URL: zope.i18nmessageid-5.0.1-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 26.5 kB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.i18nmessageid-5.0.1-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 525b293c628162a9dd8c9e7bad980adafb865720d1789e167e28751078316f38
MD5 fb0af59594965c30f327684f7daf5090
BLAKE2b-256 b073b501558ec755d6066ec69a6976deb8b0bd941ee0790dcb7ae69afaf4ff3c

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.0.1-cp27-cp27m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: zope.i18nmessageid-5.0.1-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 16.1 kB
  • Tags: CPython 2.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.10

File hashes

Hashes for zope.i18nmessageid-5.0.1-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c72297dec540a9c7a18fa6bd40085ada284938c0eb103d6870d8d5f287bcd5f9
MD5 421765c8e9ff0468bc93fd2dab965af0
BLAKE2b-256 b39cf4953de38e9b5b7e495708707ad218bfd22f377f30f2f16afeeb4954d3c4

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