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.1 (2025-10-28)

  • Remove unnecessary setuptools runtime dependency.

  • Drop support for Python 3.9.

  • Add support for Python 3.14.

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.1.tar.gz (20.6 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.1-cp314-cp314-win_amd64.whl (17.5 kB view details)

Uploaded CPython 3.14Windows x86-64

zope_hookable-8.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (26.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

zope_hookable-8.1-cp314-cp314-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.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

zope_hookable-8.1-cp314-cp314-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl (24.7 kB view details)

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

zope_hookable-8.1-cp314-cp314-macosx_11_0_arm64.whl (14.2 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

zope_hookable-8.1-cp314-cp314-macosx_10_9_x86_64.whl (13.6 kB view details)

Uploaded CPython 3.14macOS 10.9+ x86-64

zope_hookable-8.1-cp313-cp313-win_amd64.whl (17.3 kB view details)

Uploaded CPython 3.13Windows x86-64

zope_hookable-8.1-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.1-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.1-cp313-cp313-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl (24.7 kB view details)

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

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

Uploaded CPython 3.13macOS 11.0+ ARM64

zope_hookable-8.1-cp313-cp313-macosx_10_9_x86_64.whl (13.7 kB view details)

Uploaded CPython 3.13macOS 10.9+ x86-64

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

Uploaded CPython 3.12Windows x86-64

zope_hookable-8.1-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.1-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl (25.7 kB view details)

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

zope_hookable-8.1-cp312-cp312-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl (24.7 kB view details)

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

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

Uploaded CPython 3.12macOS 11.0+ ARM64

zope_hookable-8.1-cp312-cp312-macosx_10_9_x86_64.whl (13.7 kB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

zope_hookable-8.1-cp311-cp311-win_amd64.whl (17.3 kB view details)

Uploaded CPython 3.11Windows x86-64

zope_hookable-8.1-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.1-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.1-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.1-cp311-cp311-macosx_11_0_arm64.whl (14.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

zope_hookable-8.1-cp310-cp310-win_amd64.whl (17.3 kB view details)

Uploaded CPython 3.10Windows x86-64

zope_hookable-8.1-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.1-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.1-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.1-cp310-cp310-macosx_11_0_arm64.whl (14.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: zope_hookable-8.1.tar.gz
  • Upload date:
  • Size: 20.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for zope_hookable-8.1.tar.gz
Algorithm Hash digest
SHA256 2e7c22c9eefa831206771f70e2d8b45608d304a87ba771ff99b2358aae214de3
MD5 dcd921e7cbcfdd77598220d1c4d4624d
BLAKE2b-256 dea876a205f959098b68842b85cbc9ab61683a8aaaba0b1fca8e3fdb9654fd71

See more details on using hashes here.

File details

Details for the file zope_hookable-8.1-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for zope_hookable-8.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 73700ad792c971a5f6291c3cfe6f105a181ddc3a512b6960af02dbc79e83b59a
MD5 12b9e36dc20efe10eb5a4a92fd06db3a
BLAKE2b-256 97d1d7eb2fa3edfc18072976cf736332a03dcb30f1673985f227e5387c42e49a

See more details on using hashes here.

File details

Details for the file zope_hookable-8.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for zope_hookable-8.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 1e8a8e189c86289836e84948e9eeeda0caa5c37edb21c0ee9b3bb39f640a12a4
MD5 4e33c18607c4963f4546912b656b6632
BLAKE2b-256 2b53f51183d453e7cc1f6ce4515b85dc62497ab454e6eda38c40c54f73a47540

See more details on using hashes here.

File details

Details for the file zope_hookable-8.1-cp314-cp314-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.1-cp314-cp314-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 c4c254305adaec767c65090438fe70b843055aabc8c4d13976dd48cf6db66acf
MD5 a9267e6ff94edf5e95b2c0f04e87b00a
BLAKE2b-256 c8dc03f58aa34997b8eecb5443e245656bc90c5a10be5230406cc99aab51d45f

See more details on using hashes here.

File details

Details for the file zope_hookable-8.1-cp314-cp314-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for zope_hookable-8.1-cp314-cp314-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 2d56b8a887fc2899f05a9de882c0a1a11e4826a57ac5e7954f3991a622e407a8
MD5 8d681304ebb07ae71eedd3a596e6c787
BLAKE2b-256 5ee6a12148106deaeebac52e44b8c378d98b93caa2506e567ced6c6a7b2561b7

See more details on using hashes here.

File details

Details for the file zope_hookable-8.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for zope_hookable-8.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 af3d9b9135140e8ef0745754cdd311fe1aa56425bca78490a638fe55cd3cbd61
MD5 90133de8b65b69588b660f41e086315f
BLAKE2b-256 e7e3948eb673c24f3a2755ac34f99a96254314a9973ec76fa3a422dd5f892a13

See more details on using hashes here.

File details

Details for the file zope_hookable-8.1-cp314-cp314-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for zope_hookable-8.1-cp314-cp314-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 092e1371126b2e4baa66c30e7c0dc209f8fe5048d5955f938115d7f519efd152
MD5 fe32c102321a0693faf75d81a2bd1ca4
BLAKE2b-256 df15fcd2a0b180283e5524e7dc46759b9fd5c075b5b959458a8b9fcf8e1aee0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope_hookable-8.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 fed8386cd7d6c25294a55c018f87c93415dcf23344a21451067ba71779340125
MD5 129698ebd7602ce18b412e79aea0138f
BLAKE2b-256 be956071afa6b6a898f07434a21c7219c9936b922eb2cf9b74164a71cf4fba47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope_hookable-8.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 0ea74af58d4d766784e98e1487a4ce0e65f457cdcdd717d76107b2c20bfb08ff
MD5 e29826ac3419c46f2048753d321d74f4
BLAKE2b-256 5752b8f56bd62e6380ca805cc2d574aefdc0b9ef03b8cb243ad7a29b8dddb06c

See more details on using hashes here.

File details

Details for the file zope_hookable-8.1-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.1-cp313-cp313-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 c7f3f434393b1df754fbe120c17b74fe0d1f869f34c8a33f0aa08782b8e2520e
MD5 7259f60999d5e101370c4aa506460d17
BLAKE2b-256 d39a7fdd3790f75ff0bbdb9ba8108557ef04632f6216d06be28800938fa5fbfc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope_hookable-8.1-cp313-cp313-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 58e9a1137d4aeb6cdee70cba6015ec9da1714c31ba3d125882c7cfb73d822311
MD5 a2034857e67bfab2764720409c81c7c7
BLAKE2b-256 a2735651ff6bf66fbb203179a54bef2158efda1dc32bcc2fddd09e8abbf0f0b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope_hookable-8.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a3a1ce3aecd41e4cdca66e963c9d3f3001f7b5d80f7a8ea9fa522b37d4071337
MD5 51369956ecd5f315a2cda650fc989a05
BLAKE2b-256 73157fdd76a4dd38a4b666aa2140445463b9b63892aa34c08d3905b16942aa4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope_hookable-8.1-cp313-cp313-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0cfb6a2a1ecad660309dcdc23d2be56a1887b5ffd0fa1ffd35fc2204181d5248
MD5 b44e4cdcdbdf346843091f0ec83bcf59
BLAKE2b-256 8727629e8e9a82e460e47e36ac8ff1d44013583c437a0cd18fd8c5914e1d24f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope_hookable-8.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a1120178a1ae5ab091a944cb7a348e5b23f009252e35f4c353e059761448b053
MD5 5f768198e3eb732e1c2f7fb028681a0e
BLAKE2b-256 b8bd7a9ee1bde27b101aef317077dff72a3695be3ea4919161f308e50b8743a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope_hookable-8.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 0188ac7ed34fb640cad6f46de8bb75a45dc12e9f5ee3ad164dd4db8efff923a9
MD5 1171c3dd70cb18269b4690e45abca046
BLAKE2b-256 7a6c85e2dcb889e1b5d649965a6dd3ccbada1f64153251ef12333dd346387788

See more details on using hashes here.

File details

Details for the file zope_hookable-8.1-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.1-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 99c740f4936a86aae3b8e5846d9d2d179d2cc9caac6509e21ad07a9f7e0c5af4
MD5 0b26980c7cabf1e0f87cea3e7b6b23c2
BLAKE2b-256 f6aa6310ef175bfc0147931d69066592c3ebbbc7cb69bf560e76ffe969e9a5ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope_hookable-8.1-cp312-cp312-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 ec1510d2196b62ad6fa1a5a3a78fb92d6c984f0890bc7c3f1a019f25c4786f85
MD5 e75398f83c946976d6c4f4df56aa3a7b
BLAKE2b-256 66dbd690bc9d5310cbc5475bba8c7d739210438aad9d9b09a694d38e97d7bfd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope_hookable-8.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 36567ec296a66f570c547a5e7746b944d1b947def1dcc625ed9e1dd12c030ae0
MD5 19fb93a869197da82f44ca4b2d778a99
BLAKE2b-256 ff05fa95ca33460f44f812d89e1c50ece4847ab9554f721ca24e1aa452ba8e1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope_hookable-8.1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 239c566d87a2cd5662e8da47b216023411f058ae7d11b3cd290b68c1d5de5734
MD5 bf3eb5d2b413e042362befaa15b96ab9
BLAKE2b-256 bdaa6221ad5b9c23b1a99c7d674028fa25029e696b4e0dd591e9f1c9abc4f5e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope_hookable-8.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 73266e1f8cc9bc19e5c17d11163e2e9e4168e7d3587c79e1bbbf8db56d56fdf2
MD5 d61277550b07c9e712188ec8d0de8c8b
BLAKE2b-256 bb1b35b9737bb0992612535e099f1f6c3ffaeee91eef3db58115f7ac9d8f3de5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope_hookable-8.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 16945b8025810f61064cb81a24cd7d7495804f685483e61470f93cf9967f7bf4
MD5 43bf0948a99d8442a1341ffea14a8e59
BLAKE2b-256 5e33d74b19e03bf1a5746967ab018cb1f7ac7ded705249c410f0fb0a38b67c5c

See more details on using hashes here.

File details

Details for the file zope_hookable-8.1-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.1-cp311-cp311-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 5afa9450a79e2d1a4599dc30672468d5acb7e51d3e5835ed804e92384b2f9727
MD5 2512739ee35c62509b999d97dc990f7a
BLAKE2b-256 b9b0b9e0d6c46c502e9ac6730a05f61dc83be9f6311a556f8aa5d725088018c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope_hookable-8.1-cp311-cp311-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 2de84acdb3f1d8c1699d6ce4b8cc780aa1dacba7242fb50a4e485d15af8a4250
MD5 5a4d82f31efc190a659c26e950b6f470
BLAKE2b-256 649570a388625c9dcc971c4129293aa09685ce08924509779ad671d9c9b8c3f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope_hookable-8.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b4b7c0b1c9cf30766e06fad91e1aafe27e18f68075153feb1078e0765b887a90
MD5 13c963c899e1d9765ad7e03068c934f2
BLAKE2b-256 61cad2b71d2c742f09bde2e6df9cf1dbe27f328abe2277795bf318d7c0c18203

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope_hookable-8.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1b21c7093bef156cd6b0942365cc531648a291be07ed99f712b9f4922c7a9be8
MD5 2716607d71d09396e00f5ae8c1b08d9b
BLAKE2b-256 e185e51f00625b6f6ffadc42d740835271275c204debc54d4cb6bf8f7787a49c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope_hookable-8.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a51b40b6ef42c3f99bcb1bde3e86bd8b3ad6f431039742a164e0b49d9cd90d1a
MD5 273bd3f7810d39c832a1bd3296d02f24
BLAKE2b-256 948928f66d1a503f691af6f5fecf9b307204dab221aed40770b59823a536bdec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope_hookable-8.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 57b874b447c889fd440eda6961ba7ba12c1771af9a8f731d07b6ba10306075ba
MD5 8c9f4fceec1408ff571ca9190472af0d
BLAKE2b-256 5d287272daa1db5698e812044895cf8281a886e4f6aafe96bfc93ef5fed2fbfd

See more details on using hashes here.

File details

Details for the file zope_hookable-8.1-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.1-cp310-cp310-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 c04a156f1245a7e2d051b39a805f1f16bb61d347c3fb1b8a80d7ae19dafbe9af
MD5 66bf4738caf3b31eb9044d201dbc35b9
BLAKE2b-256 b26248dc2676e663b4bb660392d37c5c91c269ee969a64827157719046c7ea39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope_hookable-8.1-cp310-cp310-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 5e8730c6b1dcc43c744b796a22a960f68a4689a04f5011b8f199987a11950269
MD5 04a7183bfc81fad54f297f15faf52dcc
BLAKE2b-256 19b2a6b27e0b5662d85fed083a87da3cef26531c9a98d8b50ad203d83a8ee042

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope_hookable-8.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 16064ff0792104b877a277c480da1d16ab16001711e04101d60983386f124817
MD5 4b6f47675fc8ca3bbb32f0110a2c7961
BLAKE2b-256 fc3e7b0b205e321bf28e11afc138d000daf2e99c84e6a84fa27d83e4009ce1d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope_hookable-8.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6db2f5894bb2a652700ef53762d93821bab79cdca04b43df6d6450b84b3c6a1e
MD5 9e7d2c712e78148cf8c11d864716a90f
BLAKE2b-256 4e5ef531b266fae2ab2d054c5b7acc4ef08c3cf2e2bd57fa2456f81481538257

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