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

8.0 (2025-09-12)

  • Replace pkg_resources namespace with PEP 420 native namespace.

  • Drop support for Python 3.8.

  • Add preliminary support for Python 3.14.

7.0 (2024-09-17)

6.0 (2023-10-05)

  • Drop support for Python 2.7, 3.5, 3.6.

  • Add support for Python 3.12.

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-8.0.tar.gz (20.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-8.0-cp313-cp313-win_amd64.whl (17.3 kB view details)

Uploaded CPython 3.13Windows x86-64

zope_hookable-8.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (26.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

zope_hookable-8.0-cp313-cp313-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl (25.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

zope_hookable-8.0-cp313-cp313-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl (24.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

zope_hookable-8.0-cp313-cp313-macosx_11_0_arm64.whl (14.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

zope_hookable-8.0-cp313-cp313-macosx_10_9_x86_64.whl (13.6 kB view details)

Uploaded CPython 3.13macOS 10.9+ x86-64

zope_hookable-8.0-cp312-cp312-win_amd64.whl (17.3 kB view details)

Uploaded CPython 3.12Windows x86-64

zope_hookable-8.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (26.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

zope_hookable-8.0-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl (25.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

zope_hookable-8.0-cp312-cp312-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl (24.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

zope_hookable-8.0-cp312-cp312-macosx_11_0_arm64.whl (14.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

zope_hookable-8.0-cp312-cp312-macosx_10_9_x86_64.whl (13.6 kB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

zope_hookable-8.0-cp311-cp311-win_amd64.whl (17.2 kB view details)

Uploaded CPython 3.11Windows x86-64

zope_hookable-8.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (25.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

zope_hookable-8.0-cp311-cp311-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl (24.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

zope_hookable-8.0-cp311-cp311-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl (23.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

zope_hookable-8.0-cp311-cp311-macosx_11_0_arm64.whl (14.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

zope_hookable-8.0-cp311-cp311-macosx_10_9_x86_64.whl (13.6 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

zope_hookable-8.0-cp310-cp310-win_amd64.whl (17.2 kB view details)

Uploaded CPython 3.10Windows x86-64

zope_hookable-8.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (25.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

zope_hookable-8.0-cp310-cp310-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl (24.5 kB view details)

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

zope_hookable-8.0-cp310-cp310-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl (23.7 kB view details)

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

zope_hookable-8.0-cp310-cp310-macosx_11_0_arm64.whl (14.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

zope_hookable-8.0-cp310-cp310-macosx_10_9_x86_64.whl (13.6 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

zope_hookable-8.0-cp39-cp39-win_amd64.whl (17.2 kB view details)

Uploaded CPython 3.9Windows x86-64

zope_hookable-8.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (24.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

zope_hookable-8.0-cp39-cp39-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl (24.4 kB view details)

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

zope_hookable-8.0-cp39-cp39-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl (23.6 kB view details)

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

zope_hookable-8.0-cp39-cp39-macosx_11_0_arm64.whl (14.1 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

zope_hookable-8.0-cp39-cp39-macosx_10_9_x86_64.whl (13.6 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file zope_hookable-8.0.tar.gz.

File metadata

  • Download URL: zope_hookable-8.0.tar.gz
  • Upload date:
  • Size: 20.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for zope_hookable-8.0.tar.gz
Algorithm Hash digest
SHA256 fd2916aba426e594c20e08ffc76a72421c44072ade14cdbb42e238df0a2211df
MD5 8ac7874e5bcf1bae8d070b4db6fcb769
BLAKE2b-256 0c81b695e88725d1365574eb3b64a7bae7ac9ab2dd4569fb169e5a15a16405cb

See more details on using hashes here.

File details

Details for the file zope_hookable-8.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for zope_hookable-8.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 2bd87c02e68d64bd2bf10122d7b910330946d28ac5ef6ba7ba07e4c2d031fc6e
MD5 75c8ed29b2a88508427cdb1f06bc7fda
BLAKE2b-256 567751ca9f85f4364997ea5b49d130cc5596662dd99e5ce5e5941537454a5dac

See more details on using hashes here.

File details

Details for the file zope_hookable-8.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for zope_hookable-8.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 0544372aaac154b0ebd1f1415c8224ee9ebe5f0ae2de9f75342c36e0b8e9dd89
MD5 4356af931792e1a16feb9737b742adc3
BLAKE2b-256 23158e90da7539ff2207989b2cf64cb217b92aa1667dc86fa679a15fb02685ab

See more details on using hashes here.

File details

Details for the file zope_hookable-8.0-cp313-cp313-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for zope_hookable-8.0-cp313-cp313-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 8e218a922feb4571eb22e6add0c99f10a6b51f78684dcf78af065c4f94b89eb7
MD5 885943a7ca2393788d8ae3d6c5637af5
BLAKE2b-256 ab104e8303cad11eefe20b9a183fb2788f02c33fe26602bb91d5e27c5baf76dd

See more details on using hashes here.

File details

Details for the file zope_hookable-8.0-cp313-cp313-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for zope_hookable-8.0-cp313-cp313-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 aee1a143be383096d5c286478c36f3f02b16cba1a77c5e5b38ddaa9be92f0b5e
MD5 626976b4f6d76076732c75cdd4176ea3
BLAKE2b-256 88d4def7f793ff8e0b532cc3746c40624e67fdd7281191a7473316a9bcdf9b87

See more details on using hashes here.

File details

Details for the file zope_hookable-8.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for zope_hookable-8.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 209fb1ade84fcb28da783dfdeb13854d49023406a05a91848c6cb3c2b795c904
MD5 6277ce0443eb40e41b157a0a559fc900
BLAKE2b-256 52024b12c6a41b00580a8171c0a7816b0eae2819698f5b67b92e44601ee56c4a

See more details on using hashes here.

File details

Details for the file zope_hookable-8.0-cp313-cp313-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for zope_hookable-8.0-cp313-cp313-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 35df87f5080391ba6a3fb07a4d51cf714b3e91779aaab51c312f04e01f0e61ea
MD5 24c17b856eb6f01dfa0e8d156eab662f
BLAKE2b-256 e41e54d793748e0f48cbbf91c944f8659f9b4046a7de6deb6598747e50db7495

See more details on using hashes here.

File details

Details for the file zope_hookable-8.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for zope_hookable-8.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a5767100988acdd2ab323f0fbcc3165943495f9d8f7f43c9ebf899d626e2a1f9
MD5 4371aa8ff44cb6818d161a7cb63b6195
BLAKE2b-256 93792a1b941d1ab0d269461860dd545c7d58caab67cb6cca8e712b48a9da3c30

See more details on using hashes here.

File details

Details for the file zope_hookable-8.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for zope_hookable-8.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 f7ff96166efd00dd5e1f4ba9273da0c4d6eeede1be75f238aeaafc76e3be388e
MD5 b64c9b90ef70653d2d5b6d8525612eb9
BLAKE2b-256 8dafc96d8b97caa5619775d336d0a96027c1d97caf48ccb5fa83ebff3cb1120a

See more details on using hashes here.

File details

Details for the file zope_hookable-8.0-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for zope_hookable-8.0-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 fd032bc8268c3ad1a8acf9374470268027018f8ecabfe7ab7ef53ca89d88f174
MD5 3b817c7fe5eb5eb8f8537b7ef56df069
BLAKE2b-256 21370a1497bc9f07d3269b4f586a3e7fe1a92ff996ec286183e1a4fcc789c5b7

See more details on using hashes here.

File details

Details for the file zope_hookable-8.0-cp312-cp312-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for zope_hookable-8.0-cp312-cp312-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 a10e568144f4d6a111e023ffd2506fec979cd232cfd8f2c1e64f07d05b1306e2
MD5 2d7dc17361ebde7735f2a79e847819c7
BLAKE2b-256 58316953f5d10fe34d0256f501e9d305a7de450991aafc19ee39980e08a45946

See more details on using hashes here.

File details

Details for the file zope_hookable-8.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for zope_hookable-8.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8e49724eb0197214163bdd9b565331c2a068554b82ae2c3db8693a9d8bc4d92d
MD5 5392bad5b4be342a699e7a9bfb73f04d
BLAKE2b-256 6f992814953e5490e0d21fd950e6935657843780106294bd9378232f512c052b

See more details on using hashes here.

File details

Details for the file zope_hookable-8.0-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for zope_hookable-8.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d21b6525918b95b1ccc2088e4ea4145128d6cb15d77989c61fc882d4dfe9c249
MD5 fbab8a795c3e5d0e27d9a0b014c1f628
BLAKE2b-256 55791bf642849dc6edf266c088d1f181181f0cc78ff93f0d84fa97af3cf31163

See more details on using hashes here.

File details

Details for the file zope_hookable-8.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for zope_hookable-8.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 754539cb26b8cd9e4766f9a823925100d485118a74f9f3a27da4b24330842228
MD5 90f4e4c211179cf919d1ba2dfe416b41
BLAKE2b-256 4b647d7df9ce0b6e074bdacc64185f37482273d9bb60c87750b45f945651211f

See more details on using hashes here.

File details

Details for the file zope_hookable-8.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for zope_hookable-8.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 5ca138c346c1be042cc14d07490ba3dcf381870fce432bdd61a5489dccd73e65
MD5 55f447814172b53d130122cb467d53fe
BLAKE2b-256 57e9d2183f57c33b71129cdd332d7195763acf7045fad548f13d5a034c9329bb

See more details on using hashes here.

File details

Details for the file zope_hookable-8.0-cp311-cp311-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for zope_hookable-8.0-cp311-cp311-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 66017fd2707e53dff9040fa0b4dac13dff6385563cb9f598b232e80586cdf408
MD5 6aa71b141574c6c8d6aac848d1e781e5
BLAKE2b-256 6db32a6064bab518bee6cafcc66d1e7875e5b49f5eb00cb6e38bbc85c259d18e

See more details on using hashes here.

File details

Details for the file zope_hookable-8.0-cp311-cp311-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for zope_hookable-8.0-cp311-cp311-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 1783d916d3a8a182608707c84c8f772c254afc25aeedac441d53100416bd0fdd
MD5 55469a64c14a1a1240ac7a761274fe6f
BLAKE2b-256 792fd07b654231428850674560caa49a9be170b5abbe3e50e2eb0bfb5ef4e50b

See more details on using hashes here.

File details

Details for the file zope_hookable-8.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for zope_hookable-8.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eb6f5e733e6cc64cc150df5d2dafc4ece172fa1427ebc7dc1d79f7a3c7be714d
MD5 b83f58f12bf00a6595e6cecebab12a7a
BLAKE2b-256 a20978ecb8767402e4081311e7a89bb58401591c43db4461b43d6c423f3131be

See more details on using hashes here.

File details

Details for the file zope_hookable-8.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for zope_hookable-8.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 216f855d11115bce03f83818d2024e447ac5eb8640d507332db75b3d9846dbb2
MD5 47500596d7fc32c1a6d4f1878369b3d9
BLAKE2b-256 bc77cd08426891b7e475ddc3f0b2310838e3c6421b0acc6d4ae05107c276015e

See more details on using hashes here.

File details

Details for the file zope_hookable-8.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for zope_hookable-8.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6f629f6d2a60cb4d7e7e16a6bc96c3831701cfc7e3923c75c303e5feb64d4bd5
MD5 ab750f098947e8aa8c47cd904f263ef4
BLAKE2b-256 024af693ac7839333150eb0512b8e90dc20d86bd9999bca9152e5045308981d4

See more details on using hashes here.

File details

Details for the file zope_hookable-8.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for zope_hookable-8.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 3ceb4f977742d176e56afcd7af73838d39854c99227ebcf8b515d51f218b14d8
MD5 1b982cc5cf940dc8cf4cabadf9732dce
BLAKE2b-256 01818f48bf5a52bf6acd458d121e994c2569cae8c49807e3f162f52902f60cec

See more details on using hashes here.

File details

Details for the file zope_hookable-8.0-cp310-cp310-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for zope_hookable-8.0-cp310-cp310-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 3ae0675a333ec7b8a7f575101da4f6150a25c994b502e7dc9f9d165fc5f95a76
MD5 5942eff243607de96d88bbd8a1b18a14
BLAKE2b-256 a6629f7cb99c5a9baffbc727dbd7b0fc128bae5a447c772bea959a9af431ef78

See more details on using hashes here.

File details

Details for the file zope_hookable-8.0-cp310-cp310-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for zope_hookable-8.0-cp310-cp310-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 34d67eec0f71168d4eb1a45de22cad6e2f640bdc6c361a170f9052892bb67e4e
MD5 948bfe77366cba1b1154e097942ad9e5
BLAKE2b-256 795e7366290c2672888ab237b5a46ddb4528c0346ae48b10f3efbb8f186da666

See more details on using hashes here.

File details

Details for the file zope_hookable-8.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for zope_hookable-8.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 853751e8403f4326eaaf5d38146ef94dd2b94b0c24883622c8022500ddd98f78
MD5 17385965038f5247294c1fdb0b2eb11d
BLAKE2b-256 80da8c9815349312e3be8db9556e498be1a62ff016b7718ba4dd8172a812939d

See more details on using hashes here.

File details

Details for the file zope_hookable-8.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for zope_hookable-8.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1a2e8354e2ce1f02825bd0dbbb2caadf907e664ca9eca04d9fe60288560f0131
MD5 9dc99c82e6c5fd0e453332e99421993c
BLAKE2b-256 08f36e356723daf58c0df77600264d494f6290d76ea0c4fe0e3fef456a98e99a

See more details on using hashes here.

File details

Details for the file zope_hookable-8.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: zope_hookable-8.0-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/6.2.0 CPython/3.9.13

File hashes

Hashes for zope_hookable-8.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 de25fc611e88d0f1195066416647773f1eb67f089b81d32be0e3031f2c45b06d
MD5 96e86deff13619aa75059b7dbee1a565
BLAKE2b-256 f1d7af9aeb131330c960888335d4dc8fb7338bc54cd27a617150182f5162ebc5

See more details on using hashes here.

File details

Details for the file zope_hookable-8.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for zope_hookable-8.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 1014ca8a5b4c453d15320a7f8bca4876235390f32d185fe3bfa5bbf2c9e5caaa
MD5 a3d46e4c1976ecc1aad55e645605821d
BLAKE2b-256 68352e8c1e6e9d64b6136c2edf111cd04c7947ad75ca8195593899afc50ff64a

See more details on using hashes here.

File details

Details for the file zope_hookable-8.0-cp39-cp39-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for zope_hookable-8.0-cp39-cp39-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 2ee5abc5b26f4838754f5338a6d3f62a849d69c97a9696f1cf1bb737c14369cf
MD5 eecc1f05631145d8f1c875b7bd2c5876
BLAKE2b-256 39388abb563aef1b9a298bd8f4a9fea7e118e0fb6dec92b55020f44b179563fd

See more details on using hashes here.

File details

Details for the file zope_hookable-8.0-cp39-cp39-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for zope_hookable-8.0-cp39-cp39-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 d57c52f4349637b9a35961b8f660adddbb9606ee49d931ffa8358e8290ce6da4
MD5 c748ceda32f3934b5cadb7abf6a80bea
BLAKE2b-256 a04702d1f5b6ff5564dffc8474f576bc07661936288a62467d1c7f27c74f0104

See more details on using hashes here.

File details

Details for the file zope_hookable-8.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for zope_hookable-8.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 15d98c2de2ca98ea368a173fcb9ac59a33b4281e8cf8cd8106af549bbafa9a6f
MD5 67942d0a70e8e18e3fce9ac259745ec1
BLAKE2b-256 1e427a2d422b4ed7c3293d8dabdc2d52e7f824ce40b29ddaad05c1b801283236

See more details on using hashes here.

File details

Details for the file zope_hookable-8.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for zope_hookable-8.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 39b4e9e9813693c04d52d72f6772300a66dfa4aad254c9c3b1ce52a76654ab1f
MD5 37c4d672a7adf3d9fc916649971bcba9
BLAKE2b-256 72a0acff1890ecc304b748c70ef6543810ecbe03fed36c2da170c46675d2d4f1

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