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.4 (2022-11-17)

  • Add support for building arm64 wheels on macOS.

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

Uploaded CPython 3.11Windows x86-64

zope.hookable-5.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (24.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

zope.hookable-5.4-cp311-cp311-macosx_11_0_arm64.whl (14.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

zope.hookable-5.4-cp311-cp311-macosx_10_9_x86_64.whl (14.2 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows x86-64

zope.hookable-5.4-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.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (29.4 kB view details)

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

zope.hookable-5.4-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.4-cp310-cp310-macosx_11_0_arm64.whl (14.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

zope.hookable-5.4-cp310-cp310-macosx_10_9_x86_64.whl (14.2 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows x86-64

zope.hookable-5.4-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.4-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.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (28.5 kB view details)

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

zope.hookable-5.4-cp39-cp39-macosx_11_0_arm64.whl (14.5 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

zope.hookable-5.4-cp39-cp39-macosx_10_9_x86_64.whl (14.2 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

zope.hookable-5.4-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.4-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.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (29.0 kB view details)

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

zope.hookable-5.4-cp38-cp38-macosx_11_0_arm64.whl (14.5 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

zope.hookable-5.4-cp38-cp38-macosx_10_9_x86_64.whl (14.2 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

zope.hookable-5.4-cp37-cp37m-win_amd64.whl (17.2 kB view details)

Uploaded CPython 3.7mWindows x86-64

zope.hookable-5.4-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.4-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.4-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.4-cp37-cp37m-macosx_10_15_x86_64.whl (14.2 kB view details)

Uploaded CPython 3.7mmacOS 10.15+ x86-64

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

Uploaded CPython 3.6mWindows x86-64

zope.hookable-5.4-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.4-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (29.1 kB view details)

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

zope.hookable-5.4-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.4-cp36-cp36m-macosx_10_14_x86_64.whl (14.1 kB view details)

Uploaded CPython 3.6mmacOS 10.14+ x86-64

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

Uploaded CPython 3.5mWindows x86-64

zope.hookable-5.4-cp27-cp27m-win_amd64.whl (15.1 kB view details)

Uploaded CPython 2.7mWindows x86-64

zope.hookable-5.4-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.4.tar.gz.

File metadata

  • Download URL: zope.hookable-5.4.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.4.tar.gz
Algorithm Hash digest
SHA256 fb601f00ac87e5aa582a81315ed96768ce3513280729d3f51f79312e2b8b94ac
MD5 2d7a36d27b53c8c33cb938fdcdf62796
BLAKE2b-256 26ceba1346f4c078321683c0118fc7706287493294d1cb637bf356be94de8c40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.hookable-5.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7269a0fbcd7c5901e255679f8dac835b628eab58d5490c38cf2b15508f181e64
MD5 9cb0f3632ce550c7006158cc41221bf0
BLAKE2b-256 b520c8e7fb347f31d956788ece5c9eb036ed3d31c977800691335ff2bf1eac2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.hookable-5.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9cffa01d8ef1172492fd6df0113ff5432006129b9bd6e8265e1e4985362b973d
MD5 f7f2bfc304bffdab2b3873dab66f379e
BLAKE2b-256 9073cddc847d27a742af5f2b480be19622760753fb464268450c73aacbe07892

See more details on using hashes here.

File details

Details for the file zope.hookable-5.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for zope.hookable-5.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d06da931ac88ebb4c02ac89d0b6fdb2e4fff130901edf9c6e7ea0338a2edf6bd
MD5 b01c3a972da051c91e8795b6f0d703b7
BLAKE2b-256 34c6d517209646a05c89ac3fa25da8668fa6691e45b9db162715b9bfd13f6edf

See more details on using hashes here.

File details

Details for the file zope.hookable-5.4-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for zope.hookable-5.4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bad033b8adfe71f650fef2d4fc33452b3310a0e53139a530dbffbcf9fe08c8c8
MD5 ba63b7bca184761436840fe7895dec59
BLAKE2b-256 93964c25e0bfb325ee20b98454fa93787caf5d5b35c503becd669bbb3b52e554

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.hookable-5.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 78c51f04aabd3b77ba8d3b2c2abaff8b7598376fea7bd1af9929e90549f6dd4c
MD5 3ec206036a436307c95e94c1b556a924
BLAKE2b-256 be519622dbc70b8efe102be0593b579f1ac4acf433595dbec88573b75bbdb57c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.hookable-5.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 acec917178af910959205f98f48bcd0a165bdcd6b4d8b3f4baf06fa393ac5ff5
MD5 a5c17cee8bc3d7e437480a34dcca6d16
BLAKE2b-256 52687ff9196e33f3952e3f33b4af33f3d50de99e003dada0936dc6717bee0a86

See more details on using hashes here.

File details

Details for the file zope.hookable-5.4-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.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 93cfda0663d4d3db6b1818619fbc14e3df2e703454983c841b3b95894d559f86
MD5 219c00d5d8c20f6b28225bad64ef0620
BLAKE2b-256 8879a0990aff9b941aab23374aaf9517583a60ba34f2e4957d6fba2bfab7de87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.hookable-5.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 4313b3d282c1c26fcb69569b7988bc2de0b6dc59238ae7189b6b7b29503d47cb
MD5 f672ec34cb9172b207834a9a2ba7a7e9
BLAKE2b-256 7a7591dedecf996a836aeed1ee5152ed08af40adb84065e3149fd765c8703f8d

See more details on using hashes here.

File details

Details for the file zope.hookable-5.4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for zope.hookable-5.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eeb4042f9b1771a1dd8377cb1cb307c4a4f5821d1491becbdc69bc9de66d3918
MD5 37c488cab452796854be18f24262c65b
BLAKE2b-256 f86946e52027ccd642d35e259dee5a39d208a02997036f63ec6d1ec08ed78f63

See more details on using hashes here.

File details

Details for the file zope.hookable-5.4-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for zope.hookable-5.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5215355203b9583b7f2a8f06fa7df272562cc12bf5be1a960a45ea49c3294426
MD5 01ee04561830d3660bc172cb83fed835
BLAKE2b-256 4fc13851139a0e6de042aa702f6718583b5b7379d069e3810e0dcbb1603d28b7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.4-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.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9f7dd1b45cd13976f49ad21f48a8253628c74ad5eefe3f6e14d50f38cc45f613
MD5 337fbad740a24012b06dbc1b4fbc23e5
BLAKE2b-256 4ebcb1e744d0bcfeac3b3b420a0321b153fb671f624b88f6ab539e315e4ad95f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.hookable-5.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 049ef54de127236e555d0864ad3b950b2b6e5048cdf1098cf340c6fb108104c7
MD5 fe5d2a2aca449749c01272ef3be978ac
BLAKE2b-256 f1602ff1b5bd5e931c2719363ca08ab3ad9b42dc134a14540415fa9e3bd50470

See more details on using hashes here.

File details

Details for the file zope.hookable-5.4-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.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d822b7ec71ebb5c96df000e2180127e94ba49258335ae796dc4b6201259b2502
MD5 1c020699461a4812f4317b06d89f8ba0
BLAKE2b-256 af7da637a28815e02f1275e153fc9129600159a82b9de8001e99e109a68c0c43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.hookable-5.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 9f5d425eb57dee785e4d32703e45c5d6cf2b9fa7ad37c10214593b5f62daa60b
MD5 9dd493669931c864895a461d3f30abd9
BLAKE2b-256 46b5c65ba69b57e804ed7bdb1aeac6d6acddf2f917e8edaaf540e78582a35dec

See more details on using hashes here.

File details

Details for the file zope.hookable-5.4-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for zope.hookable-5.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c39ffe1b1ef7543e8efafdc6472d7b9ece8ed1ebe20be261522346463aa2c8c0
MD5 6cc2b7b117c53632ea7dce35f0de7691
BLAKE2b-256 948d2f4756bb326ccdc8f4a6c39b408e43bfe35dfd8321835629cddbda35f51f

See more details on using hashes here.

File details

Details for the file zope.hookable-5.4-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for zope.hookable-5.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 06570ed57b22624c7673ff203801bbdece14d2d42dc5d9879c24ef5612c53456
MD5 0fa8f1c8e985128a0801b902aeac17fb
BLAKE2b-256 f4ddc984359d0549ed8f7e69df1e1fd56cf3bd941a0892293ca5bc0d53f183c3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.4-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.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d44229a0aa8d3587491f359d7326c55b5db6379f68656785dece792afbcfcbae
MD5 0b41e0b34eb750bac48991461686fa9b
BLAKE2b-256 6077054d764e51464944f50238a77b609ed811c18c095d5cc358fe162dd0f45f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.hookable-5.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9d398b1de407a5908c8e5f55fb7a26fa177916b1203e697ef0b4c3389dd28e14
MD5 dfc023aca80a5c87b361c71aa194fef3
BLAKE2b-256 80975d16381aaea8966b1f4007d6ec37ccca1c71d53cd3ffd455ab8851cfad2d

See more details on using hashes here.

File details

Details for the file zope.hookable-5.4-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.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 71bff8f7c2e223f92a218b0909ccc6f612c075cc3b5ed164cf152f1537cae2ca
MD5 1c6ad76461de476922f571322d122119
BLAKE2b-256 554006cccf0483547cfd781e7aa5640975ee2cede26b489857cee0332b53cb76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.hookable-5.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d5e50bfbcde1afe32f9cf7fa5e8ea42e218090ecb989c31164d708d0491134b7
MD5 39d5c3608034a69f3417fcd421fcbbc9
BLAKE2b-256 a8fa20f2b67067d8a85ee4674e41eb4e0c187d8e81c3bd371286de02b14783f7

See more details on using hashes here.

File details

Details for the file zope.hookable-5.4-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for zope.hookable-5.4-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7401bd6138e58231aef751c63718726259a7aa6875d746d8a87bba70271b9cff
MD5 7a2ce7e9955e0e62cf4de4b131899a7a
BLAKE2b-256 504f867c1d34ed738d31bde00d1d36a142b7632f07848fcd1af349c74696155d

See more details on using hashes here.

File details

Details for the file zope.hookable-5.4-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for zope.hookable-5.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0054539ed839751b7f511193912cba393f0b8b5f7dfe9f3601c65b2d3b74e731
MD5 b43a8504555e2f26975dff27c97c049e
BLAKE2b-256 2024de1c21cab2e02a94182e0733f98ea0c4f7d019d4e12f47e0ffea62aec418

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.4-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 17.2 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.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 2e8fd79437c2007020d3faac41e13c49bcbaa6a0738e4142b996c656dcb5bb69
MD5 7dd17a27ca571c994ccc1821d4a251db
BLAKE2b-256 0409f7ffcc2008438c37badd1fefdb4f6323528d6e95b500e31cb7efef586f35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.hookable-5.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 448ca90d78bd3aef75fe5d55d19f5d05a217193738b7a8d5fd9e93ecf2c02c84
MD5 089d071f701efdd7982a28ad1f338a9c
BLAKE2b-256 d345ed34d7311f0eb35a72824bbe82c870c437f347890d8d9add40406b00dc47

See more details on using hashes here.

File details

Details for the file zope.hookable-5.4-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.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9f447ecaf7741257333f4b1cc215de633daaf147dbc87133638142ed88492617
MD5 1a40201122c9f19dbd6e1d479d6575e1
BLAKE2b-256 a6c3e98acb456ce126022c6c2e71bf1f3ee2c86812629575676506733f20bb9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.hookable-5.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 fd49da3340339b8aeef31153ce898e93867ee5a7ffcf685e903ceae6717f0cc2
MD5 64f56b05303b7d3a1c659b944fd931a7
BLAKE2b-256 e7ff13fd5b9a01e7e73b4f03b891744facd120a9506834de3b1a072f334d2396

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.hookable-5.4-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c79da9673a7d704f6ea2a4bbef6e5e161adbba9d8371476de28a0e3416510cc1
MD5 7e8a4c9244b5f349c4d95a3e239eb701
BLAKE2b-256 3238671f64d82a8c24df2071ab5629a0b3b1cf9baa8fb7ac8463579927522136

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.4-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.4-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 9af06ca83ff1ef9f94a98d08095dd8960fc5b71ffc7ed7db05988dc493e148a1
MD5 2c04543f37617b6025cc9c93104150c9
BLAKE2b-256 e459b8629758414589fbc3102da7ba171ee361042dc69a382134e4440479152b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.hookable-5.4-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5cb0e4a23588435c6911bde300158d31e47c73c469fbf59d927e801e1cb457ef
MD5 afcc080bd3f8e271d5b4fcee5ef8a8fb
BLAKE2b-256 723f7d2016d673d4062164221ba3d1c486a986cfb11b8e16a9ad903c7e6d3169

See more details on using hashes here.

File details

Details for the file zope.hookable-5.4-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.4-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 761c9bf1b8df6e2b2d5ae87cda27b8e82c33e2f328750e039de4f6f7f35b73cd
MD5 7bd68d1a65e683bed2aaaa369227b0da
BLAKE2b-256 f584136ac923680ba8314380e9842925dc5653ce5996e9630b823bd1042895d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.hookable-5.4-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 b65e86a5cb8244d83eabd021f70968d4a80fac01edc99f6e35d29e5458a128bb
MD5 9bd03791b6127fefd87f2c99c6c4d7c9
BLAKE2b-256 34883116a1ca64aa11c922c2bdc07e6afb965488e8386cb27c7759dd5344dd1a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.4-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.4-cp36-cp36m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 7241ab28df7288d9a8bf49339a0aabfbf035b93d6a2a843af13d13dfa735c46a
MD5 fffbd1b016d84a96ae3aaffe933af9cc
BLAKE2b-256 3e909a8d28caf46bdff559c824fba0f4d41059c9f6dfa097520a2d6a21e13cdb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.4-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.4-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 4b2fd781571336b0b7655826d9a052379a06b62af138085409b2e3fef1e6fb3d
MD5 54cc95fa244eb8434390950286f77c0a
BLAKE2b-256 7a7e301bdd6a0909e874ea6152d48c7310084c68ac9600333242ca798c312238

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.4-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 15.1 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.4-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 0e9e5adc24954e157e084bee97362346470a06d0305cb095118367a8a776dce4
MD5 cd0c98cfe6832ae5c05c17e67fc0ca1d
BLAKE2b-256 b2e6677b43bbb280ed654a940605a1362091b3b97de889595948c30ceacdcfe5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.4-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.4-cp27-cp27m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 9fd11381ec66a8569f999dbe11c94870ddf8aecd591300f203a927f18e938a24
MD5 a3a1c05dfe23bb9b49a47edc9818d8ed
BLAKE2b-256 b3ded2bc903c0ef37842ef47bca16c205de7eb6547fed9d8d81301760fd245e3

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