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

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-6.0.tar.gz (24.0 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-6.0-cp312-cp312-win_amd64.whl (17.2 kB view details)

Uploaded CPython 3.12Windows x86-64

zope.hookable-6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (25.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

zope.hookable-6.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (24.8 kB view details)

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

zope.hookable-6.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (23.9 kB view details)

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

zope.hookable-6.0-cp312-cp312-macosx_11_0_arm64.whl (14.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

zope.hookable-6.0-cp312-cp312-macosx_10_9_x86_64.whl (14.1 kB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

zope.hookable-6.0-cp311-cp311-win_amd64.whl (17.2 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

zope.hookable-6.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (24.0 kB view details)

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

zope.hookable-6.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (23.3 kB view details)

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

zope.hookable-6.0-cp311-cp311-macosx_11_0_arm64.whl (14.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

zope.hookable-6.0-cp311-cp311-macosx_10_9_x86_64.whl (14.1 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows x86-64

zope.hookable-6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (24.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

zope.hookable-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23.9 kB view details)

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

zope.hookable-6.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (23.2 kB view details)

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

zope.hookable-6.0-cp310-cp310-macosx_11_0_arm64.whl (14.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

zope.hookable-6.0-cp310-cp310-macosx_10_9_x86_64.whl (14.1 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows x86-64

zope.hookable-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (24.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

zope.hookable-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23.7 kB view details)

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

zope.hookable-6.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (23.1 kB view details)

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

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

Uploaded CPython 3.9macOS 11.0+ ARM64

zope.hookable-6.0-cp39-cp39-macosx_10_9_x86_64.whl (14.1 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

zope.hookable-6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (25.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

zope.hookable-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (24.6 kB view details)

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

zope.hookable-6.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (23.9 kB view details)

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

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

Uploaded CPython 3.8macOS 11.0+ ARM64

zope.hookable-6.0-cp38-cp38-macosx_10_9_x86_64.whl (14.1 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

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

Uploaded CPython 3.7mWindows x86-64

zope.hookable-6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (24.6 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

zope.hookable-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23.9 kB view details)

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

zope.hookable-6.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (23.3 kB view details)

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

zope.hookable-6.0-cp37-cp37m-macosx_11_0_x86_64.whl (14.1 kB view details)

Uploaded CPython 3.7mmacOS 11.0+ x86-64

File details

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

File metadata

  • Download URL: zope.hookable-6.0.tar.gz
  • Upload date:
  • Size: 24.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.3

File hashes

Hashes for zope.hookable-6.0.tar.gz
Algorithm Hash digest
SHA256 1668993d40a7cfdc867843dd5725929e7f83a5b0c195c709af1daef8274f43cb
MD5 5b922cee23c4a837f741f398ba8be55f
BLAKE2b-256 78ce4eeb5f4d12bfb6ba46584c3e7cd0b8f29264b10a9159eaf06d90f71a22a9

See more details on using hashes here.

File details

Details for the file zope.hookable-6.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for zope.hookable-6.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1a97f4a46d87ee726d48f3058062e2a1570f136ba9aa788e9c0bcdd5e511609d
MD5 a211c521726158bfecf653aea2cdde17
BLAKE2b-256 bd14ed6f18060130110d0e27ceed75e511380c2babee99f703e16704926be50c

See more details on using hashes here.

File details

Details for the file zope.hookable-6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for zope.hookable-6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4d3200d955c4182223f04593fef4add9771d4156d4ba6f034e65396f3b132139
MD5 04bcd81e4ce6c61e9345cd089c8a2dd2
BLAKE2b-256 e5b246f42d39a163a906ae6a3d1d9f0e4cbda0e2035d141ed42d65d6eea99f41

See more details on using hashes here.

File details

Details for the file zope.hookable-6.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for zope.hookable-6.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ee7ff109b2b4793137b6bd82ddc3516cbd643e67813e11e31e0bf613b387d2ec
MD5 e0edc20d8011e8e0c400df20136407bc
BLAKE2b-256 75847797e94a8e19a293a6324b10dfcc9f462caf83736f5c4c2bce0a1bdda375

See more details on using hashes here.

File details

Details for the file zope.hookable-6.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for zope.hookable-6.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f58a129a63289c44ba84ae951019f8a60d34c4d948350be7fa2abda5106f8498
MD5 a272bf33905eacfcd19f84d20607d225
BLAKE2b-256 d673676c3420b8e690928fd842b51cc81ee4461f7f604dddeba4d67940d4c3a6

See more details on using hashes here.

File details

Details for the file zope.hookable-6.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for zope.hookable-6.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 968f196347fa1bd9ffc15e1d1c9d250f46137d36b75bdd2a482c51c5fc314402
MD5 d50b701e3f7392a4cb9a4f0ee68420f0
BLAKE2b-256 7994694f63a998b527aeda4fc9a76246c0531ed8c091fab4d33496400cb9edeb

See more details on using hashes here.

File details

Details for the file zope.hookable-6.0-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for zope.hookable-6.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ba0e86642d5b33b5edf39d28da26ed34545780a2720aa79e6dda94402c3fc457
MD5 32a6ee415e0faaf8d10dfd5cdbd4cec8
BLAKE2b-256 ea226d0c0b2d7766f7b0db6a67bb6c80f5c33ab6685c390109efd33417622f08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.hookable-6.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2d7bfcb11356e4dbb3e24943f0055819ff264dada4dc0b68ca012e5a1ff5b474
MD5 88a965d3cc749a0055915b495d16f792
BLAKE2b-256 0b6577a431be9f962af72d4ef550b026d58d7ad456e22f3b85f13e4dfd2ebc8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.hookable-6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 20936873c8b17f903bc8b63ca13ec6c492665b48067988e4359ddd5d1c5b6f2f
MD5 c0fd64122ac935f49bfae8b7b6582652
BLAKE2b-256 609253d8467dcfb90bce87ace861d2a4691b6179528c6f5d247b691af18dd46a

See more details on using hashes here.

File details

Details for the file zope.hookable-6.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for zope.hookable-6.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ad48a4db8d12701759b93f3cec55aff9f53626dff12ec415144c2d0ee719b965
MD5 831e20879acfbbb6321d3157dc8094df
BLAKE2b-256 3b6691a27da395d755f4f2620dc5fa85790416797cb3b0f8fafc1331eb83109e

See more details on using hashes here.

File details

Details for the file zope.hookable-6.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for zope.hookable-6.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7c5a8204992fe677bffa0e5e190cb031aef74994c658a0402a338eed7b58fe8d
MD5 568b4fd014637f50f6824cf3b5e3f7fe
BLAKE2b-256 145bc0f6c826178b05de80db24e8b4aa183dce7f6efda815e12efb9b7f52deb7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.hookable-6.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c0db442d2e78d5ea1afa5f1c2537bf7201155ec8963abc8d0f3b9257b52caffb
MD5 857aa673e1af94f5e0f864809ce7574d
BLAKE2b-256 bd642c22e4d6c6f25401e0cc638732ecfd049532ff409b434f474d47d46e5eeb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.hookable-6.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b99ddae52522dce614a0323812df944b1835d97f254f81c46b33c3bcf82dadf5
MD5 dffe3f9af1ed1383d66910af80c75ebd
BLAKE2b-256 63cfff656ca6fa5d9fb54fe021c87104b40b0f85002b1014a91b2ec50719284d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.hookable-6.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3875bfb6d113ecb41c07dee67be16f5a0bbbae13199b9979e2bbeec97d97ec4b
MD5 63655116898dde64d82ff66c418956e0
BLAKE2b-256 46965e487e4cf513f9c9959954bc990091f3b2e4a69fc6a74ef07ad4be18ceb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.hookable-6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7ca296b1fb0c5f69e8c0e5a90a5a953e456931016fd1f8c513b3baa3751b0640
MD5 606005b9d77bb1ae60e82268c63d086b
BLAKE2b-256 f328cf05ce9056647891141f7e721fef3358ed3f128875c6513e77c3b42b2af4

See more details on using hashes here.

File details

Details for the file zope.hookable-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for zope.hookable-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cd6fb03c174a4e20f4faec9ff22bace922bb59adb44078aebec862605bbcee92
MD5 74a7f6a80985c2fd5771170351a71391
BLAKE2b-256 216d02093b382b62a549b38a4e2a6accc67092ec3188535b6eeab26be66ce35e

See more details on using hashes here.

File details

Details for the file zope.hookable-6.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for zope.hookable-6.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6cd064359ba8c356b1bdb6c84df028ce2f6402f3703a930c4e1bab25d3ff7fff
MD5 32b7dfd0ed6ff31bfdf9bfd05d3ab8a3
BLAKE2b-256 3d052dd7acf6c8a634bd440c87022e0260f74557b1cd177c909cda98d3cc083f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.hookable-6.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 351cc91c0bc4c9a6d537c033179be22b613e3a60be42ba08f863490c32f736cf
MD5 59b6a5bb9f99abedd067c4c16ebdd0f3
BLAKE2b-256 a5f63803c894f607fa5b089cf453d3b35018821a72a46cb49568c4556366eeb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.hookable-6.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2d7c782bbfed7aa4846af2a67269718563daa904b33077d97665e5644b08ce2b
MD5 f87c77f5335ab62dbb73c239194b61c4
BLAKE2b-256 45044d682aadfbedd335a756dd09b36d2a948857a3678391274584fc616df8c3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-6.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/4.0.2 CPython/3.9.0

File hashes

Hashes for zope.hookable-6.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f2eeba6e2fd69e9e72a003edcceed7ce4614ad1c1e866bf168c92540c3658343
MD5 3c4e229d8f4834432460b795c16a5cb9
BLAKE2b-256 23e947bc33ed74a272ac6721c046e0e9b9b70d8f1263f39626df8c74a6d77ca4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.hookable-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e21dc34ba2453d798cf3cab92efb4994e55659c19a1f77d4cf0c2a0067e78583
MD5 356056ea9cb1c0d04d717c8e4a1ee677
BLAKE2b-256 494cce15ac5b2363742cbf9c543fd5db9064c5ff9eb768abae6442202eb2e31a

See more details on using hashes here.

File details

Details for the file zope.hookable-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for zope.hookable-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 86bc17b6b3d1d9274168318cf171d509cbe6c8a8bdd8be0282291dac4a768de0
MD5 36b584d202419970c4f6d71be145750d
BLAKE2b-256 b07d91f2c9fd021b2ca95a80c2c41b9be33d2ebeb5fb2d83c3abf66d181f011b

See more details on using hashes here.

File details

Details for the file zope.hookable-6.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for zope.hookable-6.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 55a0a9d62ea907861fd79ae39e86f1d9e755064543e46c5430aa586c1b5a4854
MD5 483793d177dfbf5d5e23f6e52f0e0c19
BLAKE2b-256 210909c6dd39d9a62daca7f4ae8d1bce803be5e037658db795ce3419cb5bd0bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.hookable-6.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7761c5fdf97a274ce8576002a2444ff45645327179ee1bafde5d5d743d0d3556
MD5 3fb9df25d7c178343be6a7ce7f8a17f7
BLAKE2b-256 c708c33cd3adc2fdc41fd10bd73915ad35768ee873299aa0a4ec0ab7aab7a8d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.hookable-6.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6d5f83e626caa7ed2814609b446dcc6a3abb19db729bc67671c3eef2265006fd
MD5 3de194b8e7bb7e1ec80f133548fa9d30
BLAKE2b-256 ee8c1f33f1e94dd01a35165c5b54ef40adb6a8bc4855bdfaa65db2635a8e81b3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-6.0-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.2 CPython/3.8.0

File hashes

Hashes for zope.hookable-6.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ff5ee2df0dc3ccc524772e00d5a1991c3b8d942cc12fd503a7bf9dc35a040779
MD5 26dbe024d8a37df63872249b476c096e
BLAKE2b-256 dbaf9690f50e941e720be674266c145dbdd8267ade39284f8d8505af88d6934c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.hookable-6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 070776c9f36b99fb0df5af2a762a4d4f77e568df36637797e2e8a41c9d8d290d
MD5 34cba7154cec9ae2de3a14fb956baa20
BLAKE2b-256 c25d69c0756ec22c74171cf73ba4479fe351daf2837d5f2054c77272f3db6c6a

See more details on using hashes here.

File details

Details for the file zope.hookable-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for zope.hookable-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ee1e32f54db69abfb6c7e227e65452d2b92e1cefae93a51106419ec623a845ff
MD5 d12c8da82ffd4bcc7673e5bce84ea68a
BLAKE2b-256 294e1c5af541e941fc9034bdf2a416c0408b905cd0fb656850f412cfbcc7f262

See more details on using hashes here.

File details

Details for the file zope.hookable-6.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for zope.hookable-6.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6f4d8b99c1d52e3da1b122e42e7c07eb02f6468cd315f0b6811f426586b7aa8c
MD5 2bab739b0be6961a291d0bcc78914121
BLAKE2b-256 fed5be21eb446fe74e9d7667248c14378fdb12760064fc5ec0dabf41f658fbe4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.hookable-6.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 12959a3d70c35a6b835e69d9f70008d3a31e324d2f2d13536c8533f648fa8a96
MD5 35285d2582e8d2f2ecfaed2a87b54f11
BLAKE2b-256 367f816ab1178b681d345a22f7adbed79a1520052cf01e9f14627fd0f20f802b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.hookable-6.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2968b37457079678a9d1bd9ef09ff1a224d4234e02120792a9e4e00117193df3
MD5 678c8320d4d069027052b7f05c1c7b9b
BLAKE2b-256 b795ebe6de6733fe22b651492802b2883ce05b05e4514bb79f1c8c368d4ef087

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-6.0-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.2 CPython/3.7.5

File hashes

Hashes for zope.hookable-6.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 5efffb4417604561ff0bae5c80ad3aa2ecd2145c5a8c3a4b0a4a1f55017e95a2
MD5 4c6d33ca5f04c3035376737092ae8c1d
BLAKE2b-256 f64e8994494c565b58ae3dda10c43f083779720afb3e10d55ab1102dbc7cc2b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zope.hookable-6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aaac43ac9bf9359db5170627f645c6442e9cf74414f8299ee217e4cfb259bc5c
MD5 9df21a1c79606ef6721a68742bb879cd
BLAKE2b-256 77e59e53109b6187593dd5e6b9552cc1f42904b506b2e0b019a02f723c7dc57f

See more details on using hashes here.

File details

Details for the file zope.hookable-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for zope.hookable-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6ff30e7b24859974f2ff3f00b4564c4c8692730690c4c46f0019ef9b42b1f795
MD5 0176e065298e14a4d804d62555703f23
BLAKE2b-256 7bb3efd6f813eac865c06f97ae959204be83e702084dab1eac6c4c999ab20824

See more details on using hashes here.

File details

Details for the file zope.hookable-6.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for zope.hookable-6.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c2cf62d40f689d4bfbe733e3ed41ed2b557d011d9050185abb2bc3e96130677d
MD5 80cb994f0e159dc4dcdfb3e668690d63
BLAKE2b-256 fafda6137b0291101758dfa6351c6559a202fce0be40dd9609a6a534d62bc2b7

See more details on using hashes here.

File details

Details for the file zope.hookable-6.0-cp37-cp37m-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for zope.hookable-6.0-cp37-cp37m-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 78e4953334592c42aefa3e74f74d4c5b168a70d2c2d8cd945eb1a2f442eebee5
MD5 37f811b3431ae4dae9992f7de7afe02e
BLAKE2b-256 7a647a48b293621256ad3b046d0c9231b1c7e229e320beb81f3cc805a2cb1f6d

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