Skip to main content

Zope hookable

Project description

zope.hookable

Latest release Supported Python versions https://travis-ci.org/zopefoundation/zope.hookable.svg?branch=master Documentation Status https://coveralls.io/repos/github/zopefoundation/zope.hookable/badge.svg?branch=master

This package supports the efficient creation of “hookable” objects, which are callable objects that are meant to be optionally replaced.

The idea is that you create a function that does some default thing and make it hookable. Later, someone can modify what it does by calling its sethook method and changing its implementation. All users of the function, including those that imported it, will see the change.

Documentation is hosted at https://zopehookable.readthedocs.io

Changes

5.0.1 (2020-03-10)

  • Stop using the setuptools Feature class, allowing this project to be built from source with newer versions of setuptools that remove that functionality.

5.0.0 (2019-11-12)

  • Add support for Python 3.7 and 3.8.

  • Drop support for Python 3.4.

4.2.0 (2017-11-07)

  • Expose the __doc__ (and, where applicable, __bases__ and __dict__) of the hooked object. This lets Sphinx document them. See issue 6.

  • Respect PURE_PYTHON at runtime. At build time, always try to build the C extensions on supported platforms, but allow it to fail. See issue 7.

4.1.0 (2017-07-26)

  • Drop support for Python 2.6, 3.2 and 3.3.

  • Add support for Python 3.5 and 3.6.

4.0.4 (2014-03-19)

  • Add support for Python 3.4.

4.0.3 (2014-03-17)

  • Update boostrap.py to version 2.2.

  • Fix extension compilation on Py3k.

4.0.2 (2012-12-31)

  • Flesh out PyPI Trove classifiers.

4.0.1 (2012-11-21)

4.0.0 (2012-06-04)

  • Add support for PyPy.

  • Add support for continuous integration using tox and jenkins.

  • Add a pure-Python reference implementation.

  • Move doctests to Sphinx documentation.

  • Bring unit test coverage to 100%.

  • Add ‘setup.py docs’ alias (installs Sphinx and dependencies).

  • Add ‘setup.py dev’ alias (runs setup.py develop plus installs nose and coverage).

  • Drop support for Python 2.4 / 2.5.

  • Remove of ‘zope.testing.doctestunit’ in favor of stdlib’s ‘doctest.

  • Add Python 3 support.

3.4.1 (2009-04-05)

  • Update for compatibility with Python 2.6 traceback formats.

  • Use Jython-compatible bootstrap.py.

3.4.0 (2007-07-20)

  • Initial release as a separate project.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zope.hookable-5.0.1.tar.gz (24.4 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

zope.hookable-5.0.1-cp38-cp38-win_amd64.whl (16.2 kB view details)

Uploaded CPython 3.8Windows x86-64

zope.hookable-5.0.1-cp38-cp38-win32.whl (15.6 kB view details)

Uploaded CPython 3.8Windows x86

zope.hookable-5.0.1-cp38-cp38-manylinux2010_x86_64.whl (26.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

zope.hookable-5.0.1-cp38-cp38-manylinux2010_i686.whl (25.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

zope.hookable-5.0.1-cp38-cp38-manylinux1_x86_64.whl (26.8 kB view details)

Uploaded CPython 3.8

zope.hookable-5.0.1-cp38-cp38-manylinux1_i686.whl (25.2 kB view details)

Uploaded CPython 3.8

zope.hookable-5.0.1-cp38-cp38-macosx_10_15_x86_64.whl (13.0 kB view details)

Uploaded CPython 3.8macOS 10.15+ x86-64

zope.hookable-5.0.1-cp37-cp37m-win_amd64.whl (16.1 kB view details)

Uploaded CPython 3.7mWindows x86-64

zope.hookable-5.0.1-cp37-cp37m-win32.whl (15.5 kB view details)

Uploaded CPython 3.7mWindows x86

zope.hookable-5.0.1-cp37-cp37m-manylinux2010_x86_64.whl (27.1 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

zope.hookable-5.0.1-cp37-cp37m-manylinux2010_i686.whl (25.5 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

zope.hookable-5.0.1-cp37-cp37m-manylinux1_x86_64.whl (27.1 kB view details)

Uploaded CPython 3.7m

zope.hookable-5.0.1-cp37-cp37m-manylinux1_i686.whl (25.5 kB view details)

Uploaded CPython 3.7m

zope.hookable-5.0.1-cp37-cp37m-macosx_10_9_x86_64.whl (12.9 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

zope.hookable-5.0.1-cp36-cp36m-win_amd64.whl (16.1 kB view details)

Uploaded CPython 3.6mWindows x86-64

zope.hookable-5.0.1-cp36-cp36m-win32.whl (15.5 kB view details)

Uploaded CPython 3.6mWindows x86

zope.hookable-5.0.1-cp36-cp36m-manylinux2010_x86_64.whl (26.2 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

zope.hookable-5.0.1-cp36-cp36m-manylinux2010_i686.whl (24.6 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686

zope.hookable-5.0.1-cp36-cp36m-manylinux1_x86_64.whl (26.2 kB view details)

Uploaded CPython 3.6m

zope.hookable-5.0.1-cp36-cp36m-manylinux1_i686.whl (24.6 kB view details)

Uploaded CPython 3.6m

zope.hookable-5.0.1-cp36-cp36m-macosx_10_6_intel.whl (14.8 kB view details)

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

zope.hookable-5.0.1-cp35-cp35m-win_amd64.whl (16.1 kB view details)

Uploaded CPython 3.5mWindows x86-64

zope.hookable-5.0.1-cp35-cp35m-win32.whl (15.5 kB view details)

Uploaded CPython 3.5mWindows x86

zope.hookable-5.0.1-cp35-cp35m-manylinux2010_x86_64.whl (25.9 kB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ x86-64

zope.hookable-5.0.1-cp35-cp35m-manylinux2010_i686.whl (24.3 kB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ i686

zope.hookable-5.0.1-cp35-cp35m-manylinux1_x86_64.whl (25.9 kB view details)

Uploaded CPython 3.5m

zope.hookable-5.0.1-cp35-cp35m-manylinux1_i686.whl (24.3 kB view details)

Uploaded CPython 3.5m

zope.hookable-5.0.1-cp35-cp35m-macosx_10_6_intel.whl (14.8 kB view details)

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

zope.hookable-5.0.1-cp27-cp27mu-manylinux2010_x86_64.whl (24.2 kB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

zope.hookable-5.0.1-cp27-cp27mu-manylinux2010_i686.whl (22.9 kB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ i686

zope.hookable-5.0.1-cp27-cp27mu-manylinux1_x86_64.whl (24.2 kB view details)

Uploaded CPython 2.7mu

zope.hookable-5.0.1-cp27-cp27mu-manylinux1_i686.whl (22.9 kB view details)

Uploaded CPython 2.7mu

zope.hookable-5.0.1-cp27-cp27m-win_amd64.whl (14.0 kB view details)

Uploaded CPython 2.7mWindows x86-64

zope.hookable-5.0.1-cp27-cp27m-win32.whl (14.3 kB view details)

Uploaded CPython 2.7mWindows x86

zope.hookable-5.0.1-cp27-cp27m-manylinux2010_x86_64.whl (24.2 kB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

zope.hookable-5.0.1-cp27-cp27m-manylinux2010_i686.whl (22.9 kB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ i686

zope.hookable-5.0.1-cp27-cp27m-manylinux1_x86_64.whl (24.2 kB view details)

Uploaded CPython 2.7m

zope.hookable-5.0.1-cp27-cp27m-manylinux1_i686.whl (22.9 kB view details)

Uploaded CPython 2.7m

zope.hookable-5.0.1-cp27-cp27m-macosx_10_9_x86_64.whl (12.8 kB view details)

Uploaded CPython 2.7mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: zope.hookable-5.0.1.tar.gz
  • Upload date:
  • Size: 24.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.8.1

File hashes

Hashes for zope.hookable-5.0.1.tar.gz
Algorithm Hash digest
SHA256 29d07681a78042cdd15b268ae9decffed9ace68a53eebeb61d65ae931d158841
MD5 88354666d48df31c75d20e52afd2d0fe
BLAKE2b-256 31ce4d1cd6d2a3d980989ceaf86abb6c8683f90f01a81861f3de6ec7ae317db7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 16.2 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/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.0

File hashes

Hashes for zope.hookable-5.0.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 bd89e0e2c67bf4ac3aca2a19702b1a37269fb1923827f68324ac2e7afd6e3406
MD5 6c881e4351fa49eca52400f90956cdae
BLAKE2b-256 03477be503a12d7d5fce54909e414eb0c47f1a102aafab85341f565fdcb3441a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 15.6 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/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.0

File hashes

Hashes for zope.hookable-5.0.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 cab67065a3db92f636128d3157cc5424a145f82d96fb47159c539132833a6d36
MD5 b81e7f1d3ebe4eb782f2f4a9f2383898
BLAKE2b-256 63403b243670d75dc0ffdaa5831feaf8f43ab781ab27898e336c9a58f23cff60

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.1-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 26.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.hookable-5.0.1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c212de743283ec0735db24ec6ad913758df3af1b7217550ff270038062afd6ae
MD5 1487909f847948d9c345856d7163b82e
BLAKE2b-256 44ddf1e223010ac335a78d71a7c6255cd2ab48930b9e93dc7f9181f92e91ccfb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.1-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 25.2 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.hookable-5.0.1-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 3d4bc0cc4a37c3cd3081063142eeb2125511db3c13f6dc932d899c512690378e
MD5 a36a3a49e16f26443de1265ee0a23e6d
BLAKE2b-256 315645f59ab0a19943a193e34b0891d67ce1fc98c45c876bc39bbb368436a871

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.1-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 26.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.hookable-5.0.1-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e27fd877662db94f897f3fd532ef211ca4901eb1a70ba456f15c0866a985464a
MD5 64aaa5b124d75fb1a7d4608606af6e0a
BLAKE2b-256 b440b7a002982dd12aa81c0cc27c98c1d3e49f34fb97e4b1ed4e0804678ebd7a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.1-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 25.2 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.hookable-5.0.1-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 fd5e7bc5f24f7e3d490698f7b854659a9851da2187414617cd5ed360af7efd63
MD5 bc5abfe15e3dc0a1c87c366e64a13ee2
BLAKE2b-256 69bb24d725ff1e7c86b4b5817af4e4312208fd2fdc2557631be9c8ad461b7110

See more details on using hashes here.

File details

Details for the file zope.hookable-5.0.1-cp38-cp38-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: zope.hookable-5.0.1-cp38-cp38-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 13.0 kB
  • Tags: CPython 3.8, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.8.1

File hashes

Hashes for zope.hookable-5.0.1-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ca553f524293a0bdea05e7f44c3e685e4b7b022cb37d87bc4a3efa0f86587a8d
MD5 4e8bf472f4dd1f6dfefe8b688efc3ceb
BLAKE2b-256 80f932cd445569f5ba4cf3257adae7e0465ec70859905ed1219730f07d917db1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 16.1 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/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.5

File hashes

Hashes for zope.hookable-5.0.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 70d581862863f6bf9e175e85c9d70c2d7155f53fb04dcdb2f73cf288ca559a53
MD5 3125ce48b94c3a730936c7ab4c170336
BLAKE2b-256 ab3939ae6bd3eba81a4cef543727ef02f4950fdd6a6be39bf5b1e0bc0d5e5a2e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 15.5 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/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.5

File hashes

Hashes for zope.hookable-5.0.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 17b8bdb3b77e03a152ca0d5ca185a7ae0156f5e5a2dbddf538676633a1f7380f
MD5 aa0829c494e08df8c151fc16bbd61b06
BLAKE2b-256 a4f5bd62a5291747c2824cac0cdaa7d12b77f42bd6164929e4a80234bd69d937

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.1-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 27.1 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.hookable-5.0.1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 36fb1b35d1150267cb0543a1ddd950c0bc2c75ed0e6e92e3aaa6ac2e29416cb7
MD5 5b32f0653fcbc73b05cfb077071bd13e
BLAKE2b-256 2abdddfe4c5bb0fe6e0361435c67c46d028bb6d1f4a3212d82074d0c5013e35b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.1-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 25.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.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.hookable-5.0.1-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 fe45f6870f7588ac7b2763ff1ce98cce59369717afe70cc353ec5218bc854bcc
MD5 c3c62a865dff6efaf893158ee5917c15
BLAKE2b-256 e44f0b4275abdfeb07ba9b0c2de0fed51b29a78b7ac1f7cded9ef113e9fe9742

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.1-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 27.1 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.hookable-5.0.1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5848309d4fc5c02150a45e8f8d2227e5bfda386a508bbd3160fed7c633c5a2fa
MD5 03f9c578802f120ca1312004487c3f0d
BLAKE2b-256 57680edbed5c1ec069058764cb6385bdd02d480424ce08f1eb5ea0f8bc832808

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.1-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 25.5 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.hookable-5.0.1-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 3cac1565cc768911e72ca9ec4ddf5c5109e1fef0104f19f06649cf1874943b60
MD5 4d9369ecb7aebe7ec0cd55f72dbef561
BLAKE2b-256 5b491b138594c2758112d1023651ec28a9b950736dccfa645ccd4f1e8d88b492

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 12.9 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.hookable-5.0.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d9f4a5a72f40256b686d31c5c0b1fde503172307beb12c1568296e76118e402c
MD5 680ee4edbd2f4e8aa8d88484bb40c847
BLAKE2b-256 599519f5dae195db354b8cece316164fa73682376caa713822a9f3e5e4ff6af6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 16.1 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/40.6.2 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.8

File hashes

Hashes for zope.hookable-5.0.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 ed794e3b3de42486d30444fb60b5561e724ee8a2d1b17b0c2e0f81e3ddaf7a87
MD5 bd0495f627f866cea5d5cb520816540a
BLAKE2b-256 9aa3bcc1dd30b8cc9a9e2cb4127c5d8a5a41e4c44d6094e33e71a272e3d32b46

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 15.5 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/40.6.2 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.8

File hashes

Hashes for zope.hookable-5.0.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 3aed60c2bb5e812bbf9295c70f25b17ac37c233f30447a96c67913ba5073642f
MD5 a7e2b0919ba830f9b26e9c50c53a1918
BLAKE2b-256 c6fc8c20b9beb1afe2ac5dbb57a45a53a5d9764b07c95364c492d4ffaa680137

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.1-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 26.2 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.hookable-5.0.1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e2587644812c6138f05b8a41594a8337c6790e3baf9a01915e52438c13fc6bef
MD5 5a76637fc235279eb71ce47e1ecce1b3
BLAKE2b-256 880bc4601ff36c451367113ee783cc9d17537db38d3855bff4cce2719b24cf13

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.1-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 24.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.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.hookable-5.0.1-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e583ad4309c203ef75a09d43434cf9c2b4fa247997ecb0dcad769982c39411c7
MD5 55ecd6a3507047d9c6aa94ea185da268
BLAKE2b-256 d7d0ab9a88f058a964f45ab3a516c10db32b0a5ae7021f81718216263b72d257

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.1-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 26.2 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.hookable-5.0.1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 81867c23b0dc66c8366f351d00923f2bc5902820a24c2534dfd7bf01a5879963
MD5 134121972de7fe36a828913463971484
BLAKE2b-256 f2c60e8d591db8f2cebb4312fc1fe218505a86c9aebff7148027a113c30f3e64

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.1-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 24.6 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.hookable-5.0.1-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 ee885d347279e38226d0a437b6a932f207f691c502ee565aba27a7022f1285df
MD5 2346004b0233ec22c45f04a70be622f8
BLAKE2b-256 5d3a27977d616d020dbe4395c4a0f76781a05917596f2f801dfa6a6b19500ee9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.1-cp36-cp36m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 14.8 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.hookable-5.0.1-cp36-cp36m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 523d2928fb7377bbdbc9af9c0b14ad73e6eaf226349f105733bdae27efd15b5a
MD5 ee33daf93c76f34cd417a5a3ecbeb81a
BLAKE2b-256 9e456bfe5d72e74f16150c2602ea69ea28630d097321ca3f83740939bcb71886

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.1-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 16.1 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/28.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.5.4

File hashes

Hashes for zope.hookable-5.0.1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 0c2977473918bdefc6fa8dfb311f154e7f13c6133957fe649704deca79b92093
MD5 11593323f9cb5ead62984ba21c5797f5
BLAKE2b-256 35f720c21a795c143a9e5bab51947ef291c1258b3e903705f68a66fdc8fa2623

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.1-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 15.5 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/28.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.5.4

File hashes

Hashes for zope.hookable-5.0.1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 3f73096f27b8c28be53ffb6604f7b570fbbb82f273c6febe5f58119009b59898
MD5 0f2639433efa5c796ee44a3aaf08ee61
BLAKE2b-256 29a1cca0e0a0fb82111a2cfd277b4ed8ebfff16651aaa949a17fd36996d68530

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.1-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 25.9 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.hookable-5.0.1-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0194b9b9e7f614abba60c90b231908861036578297515d3d6508eb10190f266d
MD5 0a2101695a208934544f6d930cf52aef
BLAKE2b-256 c54c8fc72a235ae505b15c3d85c0b423749e7e614e9032ff989f744ff97faeb2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.1-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 24.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.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.hookable-5.0.1-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 acc789e8c29c13555e43fe4bf9fcd15a65512c9645e97bbaa5602e3201252b02
MD5 91d1724a69fa3b39c9d33aba7d64eaec
BLAKE2b-256 bac68a09ea2e129db3235bfb64985b70d1e37bf6719580a2b0d12fbfc1302a0c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.1-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 25.9 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.hookable-5.0.1-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 6781f86e6d54a110980a76e761eb54590630fd2af2a17d7edf02a079d2646c1d
MD5 dd403b414f543cbbe0a7161783b88fa4
BLAKE2b-256 2d87e63a808517251ce64f8af5676e28db905c48148e069830614b61d1a1fd5f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.1-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 24.3 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.hookable-5.0.1-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 6fd27921ebf3aaa945fa25d790f1f2046204f24dba4946f82f5f0a442577c3e9
MD5 6948e49d9ba2bfefd96579f5a7c653b5
BLAKE2b-256 8fc4f94ef495ea1292cb7ff7dc35a01df354d56717497e970abebccf300c89a0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.1-cp35-cp35m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 14.8 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.hookable-5.0.1-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 9c184d8f9f7a76e1ced99855ccf390ffdd0ec3765e5cbf7b9cada600accc0a1e
MD5 23c1850ca392eaf414f535931ddd8924
BLAKE2b-256 ed20cea9fe01d37d59ba998ad13392d236aa035d74409fdd712320758e2e24c6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.1-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 24.2 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.hookable-5.0.1-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ea9a9cc8bcc70e18023f30fa2f53d11ae069572a162791224e60cd65df55fb69
MD5 f0ea9dff24794eaa0bd89cef45264cfc
BLAKE2b-256 8d91daed1fee753a5f4594bbb1c6b66befce46992f471c2814ff8f4ceb42f8b6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.1-cp27-cp27mu-manylinux2010_i686.whl
  • Upload date:
  • Size: 22.9 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.hookable-5.0.1-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ecb3f17dce4803c1099bd21742cd126b59817a4e76a6544d31d2cca6e30dbffd
MD5 4672666c1419ca21935d2f2d822ce589
BLAKE2b-256 f5803713924c5173a9c2a66f2a5ed04d68b7b01370c1e3232eb56ac69e9a724f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.1-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 24.2 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.hookable-5.0.1-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 df5067d87aaa111ed5d050e1ee853ba284969497f91806efd42425f5348f1c06
MD5 d81b99b1eeedbf964498f9fbd3b423d2
BLAKE2b-256 a0e2301bb77478d25c65714ac8aa6a4d1c942a2f32c038a4b61fcf1ddeb2644f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.1-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 22.9 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.hookable-5.0.1-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 522d1153d93f2d48aa0bd9fb778d8d4500be2e4dcf86c3150768f0e3adbbc4ef
MD5 562271ef1ffab9a1daa388ccae968913
BLAKE2b-256 d47f315152efd5d0a21bbc869e0fdc7b441842d477ac2d819b08278cc0eefede

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.1-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 14.0 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/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.17

File hashes

Hashes for zope.hookable-5.0.1-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 81db29edadcbb740cd2716c95a297893a546ed89db1bfe9110168732d7f0afdd
MD5 0ad029369bc7527faca34f3018017d59
BLAKE2b-256 182d49fef48cf15355cd82d0de12323fbccd13e8ba676d6e0065901f8676dacf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.1-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 14.3 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/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.17

File hashes

Hashes for zope.hookable-5.0.1-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 b5f5fa323f878bb16eae68ea1ba7f6c0419d4695d0248bed4b18f51d7ce5ab85
MD5 a8a9bd86938df194ae952c54f039df7e
BLAKE2b-256 277d0efde3b86e9c8acbd75372820c784c7b860a9e6dd6b7cc398cbdaaeae72f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.1-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 24.2 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.hookable-5.0.1-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e760b2bc8ece9200804f0c2b64d10147ecaf18455a2a90827fbec4c9d84f3ad5
MD5 6040aeb5d5f4f33d3573ed34d64df9d0
BLAKE2b-256 1d77dabfa30a4a1b1c9c2cbbe66063fe009e30f2b6379925672149c047f1f577

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.1-cp27-cp27m-manylinux2010_i686.whl
  • Upload date:
  • Size: 22.9 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.hookable-5.0.1-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 86bd12624068cea60860a0759af5e2c3adc89c12aef6f71cf12f577e28deefe3
MD5 925a37c46a596a903408034e68bc087b
BLAKE2b-256 f9bc395ab03c5144db566d019341b6f323c7e96a1ee6fce06563b8c58b2c8c84

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.1-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 24.2 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.hookable-5.0.1-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e427ebbdd223c72e06ba94c004bb04e996c84dec8a0fa84e837556ae145c439e
MD5 50c38f1747a11b52c500b67c7dcde02a
BLAKE2b-256 f0dd503cfc8831d3ebb4744f6d41f27531b41d92115cf14aa9161aa1a6871e43

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.1-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 22.9 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.hookable-5.0.1-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 afaa740206b7660d4cc3b8f120426c85761f51379af7a5b05451f624ad12b0af
MD5 661af34d479cb0c370ea80f88ebd56ce
BLAKE2b-256 824966ef67ac8c62dbb33e0536b3ca7eaa89639846ace5ad6fe8e9a5cf33d413

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.1-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 12.8 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.hookable-5.0.1-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d3b3b3eedfdbf6b02898216e85aa6baf50207f4378a2a6803d6d47650cd37031
MD5 8705c59def5fbf5e63c3f50fc0190afa
BLAKE2b-256 95becf18ac02f5bcba8b397837da202469c3ae561918827ec19a37d637a7dea5

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