Skip to main content

Zope hookable

Project description

zope.hookable

Latest release Supported Python versions https://github.com/zopefoundation/zope.hookable/actions/workflows/tests.yml/badge.svg 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.3 (2022-11-03)

  • Add support for the final release of Python 3.11.

5.2 (2022-09-13)

  • Add support for Python 3.10 and 3.11 (as of 3.11.0rc1).

  • Disable unsafe math optimizations in C code. See pull request 25.

5.1.0 (2021-07-20)

  • Add support for Python 3.9.

  • Create Linux aarch64 wheels.

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.3.tar.gz (25.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.3-cp311-cp311-win_amd64.whl (17.2 kB view details)

Uploaded CPython 3.11Windows x86-64

zope.hookable-5.3-cp311-cp311-win32.whl (16.6 kB view details)

Uploaded CPython 3.11Windows x86

zope.hookable-5.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (24.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

zope.hookable-5.3-cp310-cp310-win_amd64.whl (17.2 kB view details)

Uploaded CPython 3.10Windows x86-64

zope.hookable-5.3-cp310-cp310-win32.whl (16.6 kB view details)

Uploaded CPython 3.10Windows x86

zope.hookable-5.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (24.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

zope.hookable-5.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (29.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ x86-64manylinux: glibc 2.5+ x86-64

zope.hookable-5.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (28.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ i686manylinux: glibc 2.5+ i686

zope.hookable-5.3-cp310-cp310-macosx_11_0_x86_64.whl (14.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

zope.hookable-5.3-cp39-cp39-win_amd64.whl (17.2 kB view details)

Uploaded CPython 3.9Windows x86-64

zope.hookable-5.3-cp39-cp39-win32.whl (16.6 kB view details)

Uploaded CPython 3.9Windows x86

zope.hookable-5.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (24.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

zope.hookable-5.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (29.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64manylinux: glibc 2.5+ x86-64

zope.hookable-5.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (28.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686manylinux: glibc 2.5+ i686

zope.hookable-5.3-cp39-cp39-macosx_10_15_x86_64.whl (14.2 kB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

zope.hookable-5.3-cp38-cp38-win_amd64.whl (17.2 kB view details)

Uploaded CPython 3.8Windows x86-64

zope.hookable-5.3-cp38-cp38-win32.whl (16.6 kB view details)

Uploaded CPython 3.8Windows x86

zope.hookable-5.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (25.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

zope.hookable-5.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (29.7 kB view details)

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

zope.hookable-5.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (28.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686manylinux: glibc 2.5+ i686

zope.hookable-5.3-cp38-cp38-macosx_10_15_x86_64.whl (14.2 kB view details)

Uploaded CPython 3.8macOS 10.15+ x86-64

zope.hookable-5.3-cp37-cp37m-win_amd64.whl (17.1 kB view details)

Uploaded CPython 3.7mWindows x86-64

zope.hookable-5.3-cp37-cp37m-win32.whl (16.6 kB view details)

Uploaded CPython 3.7mWindows x86

zope.hookable-5.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (24.7 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

zope.hookable-5.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (30.0 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64manylinux: glibc 2.5+ x86-64

zope.hookable-5.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (29.3 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686manylinux: glibc 2.5+ i686

zope.hookable-5.3-cp37-cp37m-macosx_10_15_x86_64.whl (14.2 kB view details)

Uploaded CPython 3.7mmacOS 10.15+ x86-64

zope.hookable-5.3-cp36-cp36m-win_amd64.whl (17.2 kB view details)

Uploaded CPython 3.6mWindows x86-64

zope.hookable-5.3-cp36-cp36m-win32.whl (16.6 kB view details)

Uploaded CPython 3.6mWindows x86

zope.hookable-5.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (24.7 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

zope.hookable-5.3-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (29.0 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64manylinux: glibc 2.5+ x86-64

zope.hookable-5.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (28.4 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686manylinux: glibc 2.5+ i686

zope.hookable-5.3-cp36-cp36m-macosx_10_14_x86_64.whl (14.1 kB view details)

Uploaded CPython 3.6mmacOS 10.14+ x86-64

zope.hookable-5.3-cp35-cp35m-win_amd64.whl (17.2 kB view details)

Uploaded CPython 3.5mWindows x86-64

zope.hookable-5.3-cp35-cp35m-win32.whl (16.6 kB view details)

Uploaded CPython 3.5mWindows x86

zope.hookable-5.3-cp27-cp27m-win_amd64.whl (15.0 kB view details)

Uploaded CPython 2.7mWindows x86-64

zope.hookable-5.3-cp27-cp27m-win32.whl (15.3 kB view details)

Uploaded CPython 2.7mWindows x86

zope.hookable-5.3-cp27-cp27m-macosx_10_14_x86_64.whl (14.0 kB view details)

Uploaded CPython 2.7mmacOS 10.14+ x86-64

File details

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

File metadata

  • Download URL: zope.hookable-5.3.tar.gz
  • Upload date:
  • Size: 25.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for zope.hookable-5.3.tar.gz
Algorithm Hash digest
SHA256 1dde2fbb76cf5b7e217bad707368a9aed44262310210d396ee7f5228ea3f17d7
MD5 d2b88e6b07fe25ac8e3259330a9d449b
BLAKE2b-256 0382cd8d6c10051478729f23f7f10b6b1eb8897d72669022ce90e7bbfb9ccf6c

See more details on using hashes here.

File details

Details for the file zope.hookable-5.3-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for zope.hookable-5.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f0458a636faca189af26e963d7987b2714dd6ca0dab3a249c47327a993a7a706
MD5 7d981ef6db44eeb9163b600eced9eb3c
BLAKE2b-256 002fdf7024d997abec97127c89381f2f01caa3c156ec001eb62d086edda30c1c

See more details on using hashes here.

File details

Details for the file zope.hookable-5.3-cp311-cp311-win32.whl.

File metadata

  • Download URL: zope.hookable-5.3-cp311-cp311-win32.whl
  • Upload date:
  • Size: 16.6 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.0

File hashes

Hashes for zope.hookable-5.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e1685b41aa8dc71fcb79868d9f42b35e6e4219412832e4404db9d172aae266a6
MD5 ae642bb2c3e58845524ee2690c7f41d2
BLAKE2b-256 952a8e2081d47688a258969489f7e9baca38a7d36389287e51b08a8d8c00740a

See more details on using hashes here.

File details

Details for the file zope.hookable-5.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for zope.hookable-5.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 993e2f94a83971c6e9083a580a356ba6c52a0d74afe5d5c1e1850a05c8ee6bba
MD5 51badd09eb55cffd5afbd13f791adceb
BLAKE2b-256 1874003189250a22628446c0d91d389420bd501fad66d4e6f8fa354684ad7e75

See more details on using hashes here.

File details

Details for the file zope.hookable-5.3-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for zope.hookable-5.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ec6e3db2eb76a62e33767b6689cde22981003ea14ac6f91b353361bf5dafc2d6
MD5 c0cc5ca808880aef55d51cf6834b624d
BLAKE2b-256 cbd9031b777ea8ac72b8aa403a238ab2b554679b4fe28826a15dc298192b4630

See more details on using hashes here.

File details

Details for the file zope.hookable-5.3-cp310-cp310-win32.whl.

File metadata

  • Download URL: zope.hookable-5.3-cp310-cp310-win32.whl
  • Upload date:
  • Size: 16.6 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.0

File hashes

Hashes for zope.hookable-5.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 05997395234ce99a5619c60a3afcb7b51f4ae67c90945845320d6cba993c1b98
MD5 601c8f09b14f28ceec50b354cad9993b
BLAKE2b-256 fcbc01859c6b9dcf116791fb830d5d36386de1da112b0312284bd587ed8732c7

See more details on using hashes here.

File details

Details for the file zope.hookable-5.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for zope.hookable-5.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 33c7f5800eeede4d56879b8c916238deb5cb12186f07b80bdb02b59a5bc65139
MD5 83d03218ec63ae4dd057781c8efe1380
BLAKE2b-256 3ef646d383277140f0f8012b302f9c5e572c3e465bde545547fa7422238cd751

See more details on using hashes here.

File details

Details for the file zope.hookable-5.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for zope.hookable-5.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2d277c9e44b8acf2703ec7bca0c8e1ee1078155811618850521cb8465d35194f
MD5 6716f79a6f750dc7f12171c4f4166ab9
BLAKE2b-256 232cbdab2719c9af5b708feee3cc10069702fc900c5a35bba3a6b286da250e53

See more details on using hashes here.

File details

Details for the file zope.hookable-5.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for zope.hookable-5.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8e3cf4caeaf1fc4393f865d3d72ffcdd2cd6fd391b0e403679d7f64935e7807f
MD5 1faee194a03dbc4a18defd6ed286559f
BLAKE2b-256 5be76bfbaaff02b7e6c9af4100bfecb0d31efed7109a36414dad7e0eeb6006c4

See more details on using hashes here.

File details

Details for the file zope.hookable-5.3-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for zope.hookable-5.3-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 e2f8fe22a056c0cbfa480feee69653a5a3ea0d72f01a5199de665fbbadd71703
MD5 1ca263a75a8eea19514aeefea21a28db
BLAKE2b-256 143a6697ec8b392630c9461357d79190afe2735d7a442bdb865d01581783146e

See more details on using hashes here.

File details

Details for the file zope.hookable-5.3-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: zope.hookable-5.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 17.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.0

File hashes

Hashes for zope.hookable-5.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ba5a9026fc0521864192219b3917630b2e8d4561eb8f1c0fb0f36eecf88ad0c2
MD5 30dc039f84bda9e599ec02d88463f97c
BLAKE2b-256 47559033e00b3d6b6697070c96373c0c95da10fe7cdf3f0831d2a39cbcf6f3db

See more details on using hashes here.

File details

Details for the file zope.hookable-5.3-cp39-cp39-win32.whl.

File metadata

  • Download URL: zope.hookable-5.3-cp39-cp39-win32.whl
  • Upload date:
  • Size: 16.6 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.0

File hashes

Hashes for zope.hookable-5.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 6f0c594441f34e8f794cc3cb32551a35e9252f360a4afe81d7afd19ba3c6ea9c
MD5 614c542f39fbab14d00f181b1a2542af
BLAKE2b-256 bed4f0e419a5bc04a3828ba23c34406a87e02c611d5e42611150a9edcda8215b

See more details on using hashes here.

File details

Details for the file zope.hookable-5.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for zope.hookable-5.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4da9e6789cb1609a19244218c108fb627284bc84d141145868072a99319ee5be
MD5 ac8709aeca78d342840f925b4c74586e
BLAKE2b-256 7136ea7690e39df2814536683058c0d7ee4ef8063d2d53cb27dc4d74e615e346

See more details on using hashes here.

File details

Details for the file zope.hookable-5.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for zope.hookable-5.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 14bae1deba6c485e2aba3138b6ef5b086c586a4673c0c0c78b57233adb2a1d7c
MD5 f8833ab9bdbdbe3f190b95b414f5f1af
BLAKE2b-256 96a13a817c714ade1cec3a606b1b7931aece8ab106c785be67ac2c2acaf8f460

See more details on using hashes here.

File details

Details for the file zope.hookable-5.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for zope.hookable-5.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f8522d6c26b12bc6bf644494a2c88fc9353ffa11a0e5bdc3df36e6e516f2f0c0
MD5 a8fe5ed23f9d5d772999a4be958e7507
BLAKE2b-256 8ee190a0ebe7a6f2e2279ea6d55bfe53c4e3956d417718e179ad2ac5c660b51e

See more details on using hashes here.

File details

Details for the file zope.hookable-5.3-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for zope.hookable-5.3-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f963377e64e4fbf8bca69c6bf7e89d982e6fede44dfa4a10c4f05cd7de5be0aa
MD5 321d58027bacb82ff89b14d187a7c50d
BLAKE2b-256 217f0191a55e8cda1f64e9bfca2faef7d1215fed7d08a7c8a062998852414ee1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.3-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 17.2 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.0

File hashes

Hashes for zope.hookable-5.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 64f7a186ca68f5e06608ede671b2ee7b1bca0b6c46e1f3598780ee93ebbd0237
MD5 42c7673633ebc8e6e0ad3cc3c3519bb3
BLAKE2b-256 e833edbbe252ef62ac2fbd1f90479f79535552df719a71afcae197fef1d357f1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.3-cp38-cp38-win32.whl
  • Upload date:
  • Size: 16.6 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.0

File hashes

Hashes for zope.hookable-5.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 08e163b8f9c11a4c9fd92e46d9e782d58e8a93bb4bdbb842c2106390edb57c50
MD5 1b753241898084af4b1718d975882a1e
BLAKE2b-256 3428dfc23f43a05ada8eedc2ac57804d384194df1ebd03f82b002824c99d0ec1

See more details on using hashes here.

File details

Details for the file zope.hookable-5.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for zope.hookable-5.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1f379b44c30c7eef3507232112520e8cbf1c6a8af3ca98c363a503cb21d70a18
MD5 08785770f89fc9643b6b38b57c1c55a6
BLAKE2b-256 a481e3d30823322754645ea5da9d0b7cf5bccaa4f1c9e0f37918075678d82dd8

See more details on using hashes here.

File details

Details for the file zope.hookable-5.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for zope.hookable-5.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c5dc5f2bae40dea261e07047e908accddba2b79ca94f8cdf9e8edd7117b5bf39
MD5 702538d1ae6fe1f86199cd0bb7af16d8
BLAKE2b-256 3e02d013bf6fc66f3174ddd4e580488db08a251802e50eac09908171310fd50a

See more details on using hashes here.

File details

Details for the file zope.hookable-5.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for zope.hookable-5.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e8eb8eb91f465d91f288141f27c72c86cb08c5860233b290a2f2eedcb49c7aa0
MD5 59d2ef4c6d28b2d49bc9441566cba7ab
BLAKE2b-256 e11d17ef7073ce03287936fd4bc5fd76fd2a8fc1b0a1e3c2a2648c8ba8f02007

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.hookable-5.3-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 85922c4109ec513d0cfd11d713ebce40469d6e863b22c013734f7804a5fe8cd7
MD5 8a0b1d0008e4f88baf6c8989d683450a
BLAKE2b-256 56577a88d02d14dbf6925dc14ca3ea5bbe61a7796cc7f03ece5857fb3386a062

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.3-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 17.1 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.7.5

File hashes

Hashes for zope.hookable-5.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 b3b3aa6251d81412cc8d216f19e1119316cb19d7e6df27fbef7e50708ecba2a0
MD5 88b781c61e01df4ef28614add7d259ce
BLAKE2b-256 5f6248c60ec8339c30b030dfb3ea53d57a2986931d04469d348269847b2dfc76

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.3-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 16.6 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.7.5

File hashes

Hashes for zope.hookable-5.3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 d4885bfaeeeca3ed81145ae019d1b624c24e3679ec32e8fd4f9857b3175cbe41
MD5 01d5599ac8804db5953cc23aadcaefdf
BLAKE2b-256 e526e849f844d621bcc610098be702b5f5d5cba7a0a1fc257ddb15d25c982399

See more details on using hashes here.

File details

Details for the file zope.hookable-5.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for zope.hookable-5.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ab9a15252cfb3ca687489f8776e9952285fd66b17ab6ca58ba3bf742dbf5af17
MD5 5f7d08746843a2d7bb5b3cae976760ac
BLAKE2b-256 b4684e1f0f3beed44c5a8738b0781063bd080732453839229b7ef38804caffdd

See more details on using hashes here.

File details

Details for the file zope.hookable-5.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for zope.hookable-5.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 010dca902d69a72cf17ee262affd40495d57dc6657b8e0d849a7b232ac217d7a
MD5 848670113c4e6b0f789cb44f6328e904
BLAKE2b-256 88e8541fbef0ea1b96bd9113b74abed53bbd53fb929ed988512654eec4f2cf66

See more details on using hashes here.

File details

Details for the file zope.hookable-5.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for zope.hookable-5.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 fdd3fce2c8204bcbc1f5a49379f42d5b7feaca06be9f5ae7327893b17bd95565
MD5 3d65451c94aa98fe1b09663bff89f303
BLAKE2b-256 60d54a21f86137eba9a8cf51b287ec0989c46333f2540b636e46a7bf831e4b23

See more details on using hashes here.

File details

Details for the file zope.hookable-5.3-cp37-cp37m-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for zope.hookable-5.3-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d355ec7e1541b73a3666377bc406afc01524c5dcaae5d70e9a5595eb562655d3
MD5 7bbe27867885b7a01332dab4b3b60cf9
BLAKE2b-256 4383ee304f0ca5f88e3b177b7e60e8548853d2a859ac044915286a2b0cef9bfd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.3-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 17.2 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.8

File hashes

Hashes for zope.hookable-5.3-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 7532af0d4b4f3dea13a27c257f39d1c2826c1c42bce0d1913da0e007baf4e509
MD5 431d212e0ce5e546346b29effd310576
BLAKE2b-256 79fb5729409cfeb7f3a4b5ad4149274931237795fbfd79caceea04630deb3b92

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.3-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 16.6 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.8

File hashes

Hashes for zope.hookable-5.3-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 b3a434bbd924112467c9b8a7989f576747f16b8ddcab790ca7ace8d064e9b727
MD5 4e5b542c60ed3c9d3d1a840efb0f4c77
BLAKE2b-256 ad58b3500d60c7d4657a7fbc46b0f591b24a6a9a99f43a00b3d9ea1c8e95c7aa

See more details on using hashes here.

File details

Details for the file zope.hookable-5.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for zope.hookable-5.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c20487ef9702efce320dbd1708e4f414ad34c38080450c5ec78f8aa8fae0ac69
MD5 0714ca1ea26fd49b38355961add9f24e
BLAKE2b-256 bba5e69188b91a8e3b8f3320334d36972766bd26c63f872a6dc623776ab7b668

See more details on using hashes here.

File details

Details for the file zope.hookable-5.3-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for zope.hookable-5.3-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 86f4f2a41a3cd8bde50100d4f34a59a71eba844b85e7b1733469fa1e052b4c45
MD5 fabaa37082f2ef165c0c05155979bc9f
BLAKE2b-256 e144c434ff83bc3a6bd9860770b171478ea2da463770bd3f6970753e959ec320

See more details on using hashes here.

File details

Details for the file zope.hookable-5.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for zope.hookable-5.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 21347c3b23231446cfb240fe127fafaeb09f8f21c23a357b16d35bf33169fadd
MD5 47ee1df08a07f5b73100f45c432f6f06
BLAKE2b-256 4a72083d41fb6a1de20ed70ee63c36e074275431d1349da7a3cdfc1811ace3f3

See more details on using hashes here.

File details

Details for the file zope.hookable-5.3-cp36-cp36m-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: zope.hookable-5.3-cp36-cp36m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 14.1 kB
  • Tags: CPython 3.6m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15

File hashes

Hashes for zope.hookable-5.3-cp36-cp36m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 d6faadf7df4d866218392d5a5b111537bbc8db9f7928e1edc911ea3b948ba26a
MD5 1d45acaf3231d034fbf870ea2b2b9520
BLAKE2b-256 a2d03b81cdc1a2b5bedc57e6241ebce0732e97e6a1b79550ea5f520941d5b5f9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.3-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 17.2 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.8.2 requests/2.25.1 setuptools/50.3.2 requests-toolbelt/0.10.1 tqdm/4.64.1 CPython/3.5.4

File hashes

Hashes for zope.hookable-5.3-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 f627b26aea0db64328f3889f44d4b84db91397178195a927868a37f79e9d6601
MD5 8cdba6ccecdf1ba8f73cd92829fa4fb4
BLAKE2b-256 b3ba62a86af3aeee5f00ec98ff1c2371cb8ea1433def02f5f9a5c446647757cf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.3-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 16.6 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.8.2 requests/2.25.1 setuptools/50.3.2 requests-toolbelt/0.10.1 tqdm/4.64.1 CPython/3.5.4

File hashes

Hashes for zope.hookable-5.3-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 c7b43d48316cb516a6a0f283fdc112208c20dbd3eab826e2971a0a4a7077dd72
MD5 20ac84d0744c394b18af25df0f5d5fbd
BLAKE2b-256 520abaa52ad728a46f2e6b06eda01b76ac2daca965b586f541240c9b94a85e23

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.3-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 15.0 kB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.8.3 requests/2.27.1 setuptools/44.1.1 requests-toolbelt/0.10.1 tqdm/4.64.1 CPython/2.7.17

File hashes

Hashes for zope.hookable-5.3-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 dd6ccb35f17bb38ce0921deb34335fb07a6461a6ca71cad6efc524a9baf6d23e
MD5 8e3acc88c51a65c00240d2ec0c238161
BLAKE2b-256 7eca54f764fedc36474ddf494d3e7deb400fdae89d317236514379d485ade6b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.3-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 15.3 kB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.8.3 requests/2.27.1 setuptools/44.1.1 requests-toolbelt/0.10.1 tqdm/4.64.1 CPython/2.7.17

File hashes

Hashes for zope.hookable-5.3-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 4fc1291543defb4af167a657ffb00ca8d4918c857d3eb5c7ef5a028a2d3243c8
MD5 3a14d04238b414995e3f089caec86a9d
BLAKE2b-256 ac7140a2f5bb63a693624b13bf1a96a8f8558f72fc75f80a8da5e98ababb7776

See more details on using hashes here.

File details

Details for the file zope.hookable-5.3-cp27-cp27m-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: zope.hookable-5.3-cp27-cp27m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 14.0 kB
  • Tags: CPython 2.7m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.8.3 requests/2.27.1 setuptools/44.1.1 requests-toolbelt/0.10.1 tqdm/4.64.1 CPython/2.7.18

File hashes

Hashes for zope.hookable-5.3-cp27-cp27m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 eb3ef15bc7a639126ae720a962b49cd22e76a1be3a3d46db93596c606389681a
MD5 366024a2ef997f4636d8f9b79656854c
BLAKE2b-256 bc428443aeb08c72579800c01ed2dc7c6c9d2dc449b0725bea0f405d3d44b866

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