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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

zope.i18nmessageid-5.0.0-cp38-cp38-manylinux2010_x86_64.whl (30.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

zope.i18nmessageid-5.0.0-cp38-cp38-manylinux2010_i686.whl (29.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

zope.i18nmessageid-5.0.0-cp38-cp38-manylinux1_x86_64.whl (30.7 kB view details)

Uploaded CPython 3.8

zope.i18nmessageid-5.0.0-cp38-cp38-manylinux1_i686.whl (29.6 kB view details)

Uploaded CPython 3.8

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

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

zope.i18nmessageid-5.0.0-cp37-cp37m-manylinux2010_x86_64.whl (30.8 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

zope.i18nmessageid-5.0.0-cp37-cp37m-manylinux2010_i686.whl (29.5 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

zope.i18nmessageid-5.0.0-cp37-cp37m-manylinux1_x86_64.whl (30.8 kB view details)

Uploaded CPython 3.7m

zope.i18nmessageid-5.0.0-cp37-cp37m-manylinux1_i686.whl (29.5 kB view details)

Uploaded CPython 3.7m

zope.i18nmessageid-5.0.0-cp37-cp37m-macosx_10_6_intel.whl (18.2 kB view details)

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

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

Uploaded CPython 3.6mWindows x86-64

zope.i18nmessageid-5.0.0-cp36-cp36m-win32.whl (18.7 kB view details)

Uploaded CPython 3.6mWindows x86

zope.i18nmessageid-5.0.0-cp36-cp36m-manylinux2010_x86_64.whl (29.9 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

zope.i18nmessageid-5.0.0-cp36-cp36m-manylinux2010_i686.whl (28.6 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686

zope.i18nmessageid-5.0.0-cp36-cp36m-manylinux1_x86_64.whl (29.9 kB view details)

Uploaded CPython 3.6m

zope.i18nmessageid-5.0.0-cp36-cp36m-manylinux1_i686.whl (28.6 kB view details)

Uploaded CPython 3.6m

zope.i18nmessageid-5.0.0-cp36-cp36m-macosx_10_6_intel.whl (18.2 kB view details)

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

zope.i18nmessageid-5.0.0-cp35-cp35m-win_amd64.whl (19.4 kB view details)

Uploaded CPython 3.5mWindows x86-64

zope.i18nmessageid-5.0.0-cp35-cp35m-win32.whl (18.6 kB view details)

Uploaded CPython 3.5mWindows x86

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

Uploaded CPython 3.5mmanylinux: glibc 2.12+ x86-64

zope.i18nmessageid-5.0.0-cp35-cp35m-manylinux2010_i686.whl (28.3 kB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ i686

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

Uploaded CPython 3.5m

zope.i18nmessageid-5.0.0-cp35-cp35m-manylinux1_i686.whl (28.3 kB view details)

Uploaded CPython 3.5m

zope.i18nmessageid-5.0.0-cp35-cp35m-macosx_10_6_intel.whl (18.2 kB view details)

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

zope.i18nmessageid-5.0.0-cp27-cp27mu-manylinux2010_x86_64.whl (27.7 kB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

zope.i18nmessageid-5.0.0-cp27-cp27mu-manylinux2010_i686.whl (26.4 kB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ i686

zope.i18nmessageid-5.0.0-cp27-cp27mu-manylinux1_x86_64.whl (27.7 kB view details)

Uploaded CPython 2.7mu

zope.i18nmessageid-5.0.0-cp27-cp27mu-manylinux1_i686.whl (26.4 kB view details)

Uploaded CPython 2.7mu

zope.i18nmessageid-5.0.0-cp27-cp27m-win_amd64.whl (17.2 kB view details)

Uploaded CPython 2.7mWindows x86-64

zope.i18nmessageid-5.0.0-cp27-cp27m-win32.whl (17.4 kB view details)

Uploaded CPython 2.7mWindows x86

zope.i18nmessageid-5.0.0-cp27-cp27m-manylinux2010_x86_64.whl (27.7 kB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

zope.i18nmessageid-5.0.0-cp27-cp27m-manylinux2010_i686.whl (26.4 kB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ i686

zope.i18nmessageid-5.0.0-cp27-cp27m-manylinux1_x86_64.whl (27.7 kB view details)

Uploaded CPython 2.7m

zope.i18nmessageid-5.0.0-cp27-cp27m-manylinux1_i686.whl (26.4 kB view details)

Uploaded CPython 2.7m

zope.i18nmessageid-5.0.0-cp27-cp27m-macosx_10_6_intel.whl (18.1 kB view details)

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

File details

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

File metadata

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

File hashes

Hashes for zope.i18nmessageid-5.0.0.tar.gz
Algorithm Hash digest
SHA256 03318270df5320c57b3416744f9cb2a85160a8d00345c07ac35d2b7ac01ff50c
MD5 f0b4b638e68bbcf0a8e3fcf3ac753858
BLAKE2b-256 0bfecc8a0809ba0767844b27989e73392e2e5a29da62534aa2983cbf1b762460

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.0.0-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/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.8.0

File hashes

Hashes for zope.i18nmessageid-5.0.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c2f5daf7af0ee051a7dc8e9b27c01b7af942454cbcbfd7aafb02000d882a6b08
MD5 669fdd2806588f1d32ebd7d85a7d3121
BLAKE2b-256 b93338a2279191b2447797cdb4c1a8502b89d7ae3158a60df5fa6293d0620bc1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.0.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 18.8 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.8.0

File hashes

Hashes for zope.i18nmessageid-5.0.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 3b67269471f9a7f7592f3f70e24d544d23c6253132c4ef954f74ae5482ecc607
MD5 94a34564db579c55eb6a40e9750bc6b7
BLAKE2b-256 a60832b7f1603a8c8d23ff32736f26fdbd1ced70d19b4060bb90bea809acea43

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.0.0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 30.7 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.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.15

File hashes

Hashes for zope.i18nmessageid-5.0.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b7a6f3ddc54cc6c8c4a32b9fced9f89dbac211678bf2ec2eb5195069fa739d31
MD5 49db707bd4bd312172543a1a0c4ee2a6
BLAKE2b-256 5628ad1199f9a5e435e7e4a24062f24d7bba198f7874f46edad25fbbfb2f757e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.0.0-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 29.6 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.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.15

File hashes

Hashes for zope.i18nmessageid-5.0.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c3c4995837a0d36dba9c16527ef00e589468ffcfa2a7eb060b9c4435745ec00b
MD5 6ea98c40252e79d7281a270d8050b279
BLAKE2b-256 24edd278351554a95f2ed826f6c3d106622c2855969f957a9786114c84d757a0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for zope.i18nmessageid-5.0.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 b829d3773d28c9f74a8dbb310e20ab247ef593cbdcf7bb62f5fd76525d65a943
MD5 0cf942c3a02cf28ba78cdc29d9343282
BLAKE2b-256 e9758bb9c6a0a8f8fdfd028d4dd4d73f647c4e06e5249a606fdec35eb5972e83

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for zope.i18nmessageid-5.0.0-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 b1bc80b192c0c36f66cb69a336f87ec910a63fc2a178dc67b23e95cdb600f3c7
MD5 16f10617c5fb2a6d8ae7cf8927f938be
BLAKE2b-256 46e603227cb37755c1573615423346b56f882d40dc5ec131792fee9634755c9f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.0.0-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/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.5

File hashes

Hashes for zope.i18nmessageid-5.0.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 bc9d93cbb83091db45179ca7dbda1a433a049f184a1e8d75417a315630d891e6
MD5 ad2a567ebdeec76c69f4a56f3e631011
BLAKE2b-256 b693f80a22cf8185f1b31af7314b82e8a399f3c2a1d3cdb8b5ac13e32d09f8ad

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for zope.i18nmessageid-5.0.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 dae4c6fc1e7e79e165a71999301dc4a26591c2f6385640b3cb89beda96d1632a
MD5 11d83e4163e2ee781ad862a326ecce61
BLAKE2b-256 a8fa76257ad4dd82ce9d6a4df7ed82edf2340e0c8d0d8b92fabab4b174c499e6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.0.0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 30.8 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.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.15

File hashes

Hashes for zope.i18nmessageid-5.0.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 744c0b727e8db10b931e6432fe6ba89091713c0fe26fd63d77ce94c245e8c460
MD5 f6b1f83489001454b8d509490672f7b3
BLAKE2b-256 5f691fbfb786c664121cfa9a601850fedf55e0cdce7eb5ab29ff825efc40595a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.0.0-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 29.5 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.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.15

File hashes

Hashes for zope.i18nmessageid-5.0.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 df77ff3dc449ecf0718ea65b2f1f368555c7bf4d922556e302225983d9dc6e83
MD5 d6a329665b038b4928271b4eaa24df45
BLAKE2b-256 db9859c01cb93d5a59ad3bd4a207ad593033a7b54bc1b76ecf7adea296832702

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for zope.i18nmessageid-5.0.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ff80f9402501fe1200230c9a33e7442cbf5bc9419bb877d230ce56671f52f7ad
MD5 6c4c9e4f60ed745cd651190f8b83c8af
BLAKE2b-256 479c714d574256324d22f454c85d0044093d860b895e1457dc1869694ef56430

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for zope.i18nmessageid-5.0.0-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 f8ff18d302aad7a5bc30be54f689a8e4d235942e5cc82f6ec72107b08ace24ca
MD5 36eefb0ab4c16fcc7491f2d169694a51
BLAKE2b-256 edf941f1f6a16c61122819416790a1b4ef2f2de65f78ae03f56b97d0b93f9b5e

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.0.0-cp37-cp37m-macosx_10_6_intel.whl.

File metadata

  • Download URL: zope.i18nmessageid-5.0.0-cp37-cp37m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 18.2 kB
  • Tags: CPython 3.7m, 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.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.10

File hashes

Hashes for zope.i18nmessageid-5.0.0-cp37-cp37m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 7dd7d9e677c3634a4b6bbcc1d47b1fd6b77540b185e9b55e776156043b002250
MD5 2abb8eec1a16e628cda7b8c391351463
BLAKE2b-256 ac309c189af9a0f5ddf4753d0868f75519980191763d3cf48b89c62755ab2e89

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.0.0-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/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8

File hashes

Hashes for zope.i18nmessageid-5.0.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 9f0c25d6f2549e610198b49c53e7c7e5b8908b79c936985950105060a6b1ed22
MD5 6ff3a78eae698e8cca6cd630a590e8d9
BLAKE2b-256 0f5a31afd44033a1a013dfe31a1f84531f99f71cc58ad31d8f884cd4a2fc28ce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.0.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 18.7 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8

File hashes

Hashes for zope.i18nmessageid-5.0.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 dc6b18b542026f4666247c74ce45cca02212dd6a3d065152d260e64f3cc2e897
MD5 b93afe63df1fa5ffda7c215765d549ff
BLAKE2b-256 1f23bb73ac984d1f4811bc02e0627126261e0c7720686bd1f0494a142c33c546

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.0.0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 29.9 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.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.15

File hashes

Hashes for zope.i18nmessageid-5.0.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d51380eafb8c291434d75f032fac33054a1db52a5068405697e4876dcb89bddf
MD5 0c92e075d3e22683aa37273d9f06c145
BLAKE2b-256 8f7be6cf185eb1f24bf374f84fbf8779416f33c9ae0358a94a3d5156e2eb9d8e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.0.0-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 28.6 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.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.15

File hashes

Hashes for zope.i18nmessageid-5.0.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 b3150c395d4d49c0eede4e63807d1be07ff4ac24989e97c627e6c4d2ec1a80ad
MD5 bf5c484cf31e270ad7cb47f65b500944
BLAKE2b-256 5a8d807d0825321d4e6f40c924ff41a68f4b6690e54ca822f00e71ade63209be

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for zope.i18nmessageid-5.0.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 3e9403773d007d176cd4c4310a6a835dc51e216d93422092750f82bee7adbd0d
MD5 dfc6ca73dab66c557b07e8d07673f4a0
BLAKE2b-256 b486551bcb7741fc460e187798dcb86b7e4f07e3741f25eff1c1a74bc11379bf

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for zope.i18nmessageid-5.0.0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 e38f09f165ddf43f271edc0f22ae47241ceac1e29d9d5e9e4a522eb10f4783eb
MD5 e1b33a3483d5ed16694afc8aaf447f59
BLAKE2b-256 2c5b258605290a49e584bf66d5b1662ec259e2ef92a75d387d84f97d0c298ccf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.0.0-cp36-cp36m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 18.2 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.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.10

File hashes

Hashes for zope.i18nmessageid-5.0.0-cp36-cp36m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 42aabf67fa53169878ed3991d291f7702db71d5bb15daa175c96291c1dc760a7
MD5 75414190d78c508c887d3deb86200fe1
BLAKE2b-256 a5b241bf591f55ce9d787341c5491966bf3ff2ad1ad45c69550062d22aac4e4b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.0.0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 19.4 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.22.0 setuptools/28.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.5.4

File hashes

Hashes for zope.i18nmessageid-5.0.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 2e1e289a412867861807ae12788bded2773fd93ca2029007c40aed43aa1dd0b4
MD5 25379bbafeefebfbc625165cd02bfd10
BLAKE2b-256 d2f88bad86d3b3f30c0cd3d803670b8ca6721d88bc00ebb9923c6ef6b1c50b4f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.0.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 18.6 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.22.0 setuptools/28.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.5.4

File hashes

Hashes for zope.i18nmessageid-5.0.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 c1f7ed8ff3546a49e679382cce8119085641e93573de428dd67c9122721738c0
MD5 0690b536be1bf2d4074330ce17d3a1c3
BLAKE2b-256 6ccfad9feb17b1cde4fb224ff5a08960796173e5711c3d03b9e0dce7efdfc00b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.0.0-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.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.15

File hashes

Hashes for zope.i18nmessageid-5.0.0-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a29ff7f08577476f020d798e8cec77648c34b587382a2bb2132697d331de8915
MD5 ae64ff293396eb34b3e7404d84c6732e
BLAKE2b-256 9524d7fab21662fb1aa15d442eda7ecc16b8fa1fdb3801ad4398e9b74e9e4911

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.0.0-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 28.3 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.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.15

File hashes

Hashes for zope.i18nmessageid-5.0.0-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c37e2923068897fca6142969b0b43a50882d5947a2f562ba9c65515d16598843
MD5 0bef19527996ac77477bbc4b53468372
BLAKE2b-256 4b98c9dc55a2b51548d16c0133b6f32f1190b179e36ed05151fbb36818f6598d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.0.0-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.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.15

File hashes

Hashes for zope.i18nmessageid-5.0.0-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c9608e6041307c778f86924f00ae8d2a18b73f43b9fb52d299883bfc1c0791b6
MD5 064147777b60e02418313426c56975ef
BLAKE2b-256 2e86ac1902b413f95076786aa61d46f11690742cf645ef27980f441139f3be20

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for zope.i18nmessageid-5.0.0-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 80f821b345cc417df979c28008b383f6361281efa8cdda70f5f23e694e337282
MD5 41f348ab35a31d26e7b46bc58ad52c6c
BLAKE2b-256 aa6884fb64886a48b453c8f9702cf4c156163ecd1fd04e601e5ef7648700f4ca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.0.0-cp35-cp35m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 18.2 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.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.10

File hashes

Hashes for zope.i18nmessageid-5.0.0-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 ff5e8cd6ffd17b84503e02fb7e5b389784ac96e7e09d6efc5916293813b7d329
MD5 f0eab1eeca29d7c891be02f80dbc4fe6
BLAKE2b-256 13391e73816d3e971fbcc8ce05a0e1a2d9758bafa0907a921e859ea4ad2e8c65

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.0.0-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 27.7 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.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.15

File hashes

Hashes for zope.i18nmessageid-5.0.0-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 073118d220377d1a84f9349bada0a0b6aa47670c1f972ec29e46632cb0a2bb17
MD5 4cb12f5ad9d6f314545854645355f1be
BLAKE2b-256 8d5d92f9473dd42bd50dc52ab9b3960164367f11699fe4dcb3bed8a4b6a6bdfa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.0.0-cp27-cp27mu-manylinux2010_i686.whl
  • Upload date:
  • Size: 26.4 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.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.15

File hashes

Hashes for zope.i18nmessageid-5.0.0-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 b2904f47c92b727e9a77d65ec71463803a4717d11ef56801adda7d8198768e9b
MD5 e3019376238e193ebfdda87669f4fe8b
BLAKE2b-256 deba59dfa4e2606cbd117e97341d0d7e90c86e0f1d6d117e4982b944bb1dbfd1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for zope.i18nmessageid-5.0.0-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 da20caf1308dfff0e35dec8bfa3e36066bf11a2bcbee9b0334f8ee1e0021b61d
MD5 1e1e4b768b360560e7dcdf7ddaad1feb
BLAKE2b-256 60dde86312c283e1dfa5a1647d00ee7b71c0a54149f5d09d0eaaa7ce16ea186f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for zope.i18nmessageid-5.0.0-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 6eeea59ac8c5a80cd5e54bc98ad01b662f9174f3c21094d5acf09ea838f85128
MD5 e4256578af727f35cadd6d4aa9ce6acb
BLAKE2b-256 dabbeece1b11df87b31cfec0277bfec23feb888c3118ea95d5d0cd37c46ccb1d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.0.0-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 17.2 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.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.17

File hashes

Hashes for zope.i18nmessageid-5.0.0-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 b4800942927881685228ca3ef206790693025d3b071b0156221e60bab503d412
MD5 dd06c8c31b1baa5be7f82f3835cd367b
BLAKE2b-256 5df6914b47bc4cf7ce13d0c4da2a088c5848125ce58950df6a47efdf61075a9c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.0.0-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 17.4 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.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.17

File hashes

Hashes for zope.i18nmessageid-5.0.0-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 1c5c7b2aeba79619ed92a6178ac80ff37a89929ae8af96ed2e7128ca8f726e17
MD5 a713175115742172f523985145ae33d8
BLAKE2b-256 d3b9efded13a45a5bc2d1de7e0a9f8d4edd70db84862582991dcc0d28f82aa32

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.0.0-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 27.7 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.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.15

File hashes

Hashes for zope.i18nmessageid-5.0.0-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8c1c916b68af8c52663f2e6de98b493cc2d732c3e9815717830c9f1b581a42d8
MD5 579787da5d8adbc4d85e7f6d57b0204d
BLAKE2b-256 2d6f6e6a9917d8f3353cb7a71db79b44d67b03d411a67fb29f5733d20bd49b2f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.i18nmessageid-5.0.0-cp27-cp27m-manylinux2010_i686.whl
  • Upload date:
  • Size: 26.4 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.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.15

File hashes

Hashes for zope.i18nmessageid-5.0.0-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 7cddc36370dd2db8aeacbb6354a1ba559502b2a7aef3c8eaa14365d6d78e8c6e
MD5 94876cfb7fcaffdc3f823ad802b34fdd
BLAKE2b-256 055ee9669c7fea4d8cc85bb9195bf5bd1ccd5fcc401d7d6f5600182a21ceacd8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for zope.i18nmessageid-5.0.0-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a7c0a955bdc981540f9c2eb4b2c1dd49ecdcd8eb839f445e933077d8a468ba95
MD5 7c47d72c1450529fe4ebf1177b7d732f
BLAKE2b-256 39b451773e2a88d946764c5fa6a532b7860490501d326fe3a1c615ae06b90052

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for zope.i18nmessageid-5.0.0-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 9fee2d592aef5aad83ffb17a415af7cc60da6959d260edbe4e2abe0bd0c4a5ea
MD5 86709807be0bc248aaddfe4643497083
BLAKE2b-256 ce9c5b9956ea33d551653870f6967376537c9c88a44e4a467804ef022c5c78a1

See more details on using hashes here.

File details

Details for the file zope.i18nmessageid-5.0.0-cp27-cp27m-macosx_10_6_intel.whl.

File metadata

  • Download URL: zope.i18nmessageid-5.0.0-cp27-cp27m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 18.1 kB
  • Tags: CPython 2.7m, 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.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.10

File hashes

Hashes for zope.i18nmessageid-5.0.0-cp27-cp27m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 8017fb79165467228bae7a54d2a58909d2539adf2264255bc636685b0c9d4784
MD5 af5f3270556ebeadee6714684fb91d53
BLAKE2b-256 f864b26a46ea05a9167fcd605ec4d2ab7862048bef521b0ddda881d44f775723

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