Skip to main content

Zope hookable

Project description

zope.hookable

Latest release Supported Python versions https://travis-ci.org/zopefoundation/zope.hookable.svg?branch=master 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.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.0.0.tar.gz (23.2 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.0.0-cp38-cp38-win_amd64.whl (16.1 kB view details)

Uploaded CPython 3.8Windows x86-64

zope.hookable-5.0.0-cp38-cp38-win32.whl (15.5 kB view details)

Uploaded CPython 3.8Windows x86

zope.hookable-5.0.0-cp38-cp38-manylinux2010_x86_64.whl (26.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

zope.hookable-5.0.0-cp38-cp38-manylinux2010_i686.whl (25.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

zope.hookable-5.0.0-cp38-cp38-manylinux1_x86_64.whl (26.8 kB view details)

Uploaded CPython 3.8

zope.hookable-5.0.0-cp38-cp38-manylinux1_i686.whl (25.1 kB view details)

Uploaded CPython 3.8

zope.hookable-5.0.0-cp37-cp37m-win_amd64.whl (16.1 kB view details)

Uploaded CPython 3.7mWindows x86-64

zope.hookable-5.0.0-cp37-cp37m-win32.whl (15.5 kB view details)

Uploaded CPython 3.7mWindows x86

zope.hookable-5.0.0-cp37-cp37m-manylinux2010_x86_64.whl (27.0 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

zope.hookable-5.0.0-cp37-cp37m-manylinux2010_i686.whl (25.4 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

zope.hookable-5.0.0-cp37-cp37m-manylinux1_x86_64.whl (27.0 kB view details)

Uploaded CPython 3.7m

zope.hookable-5.0.0-cp37-cp37m-manylinux1_i686.whl (25.4 kB view details)

Uploaded CPython 3.7m

zope.hookable-5.0.0-cp37-cp37m-macosx_10_6_intel.whl (14.7 kB view details)

Uploaded CPython 3.7mmacOS 10.6+ Intel (x86-64, i386)

zope.hookable-5.0.0-cp36-cp36m-win_amd64.whl (16.1 kB view details)

Uploaded CPython 3.6mWindows x86-64

zope.hookable-5.0.0-cp36-cp36m-win32.whl (15.5 kB view details)

Uploaded CPython 3.6mWindows x86

zope.hookable-5.0.0-cp36-cp36m-manylinux2010_x86_64.whl (26.1 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

zope.hookable-5.0.0-cp36-cp36m-manylinux2010_i686.whl (24.5 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686

zope.hookable-5.0.0-cp36-cp36m-manylinux1_x86_64.whl (26.1 kB view details)

Uploaded CPython 3.6m

zope.hookable-5.0.0-cp36-cp36m-manylinux1_i686.whl (24.5 kB view details)

Uploaded CPython 3.6m

zope.hookable-5.0.0-cp36-cp36m-macosx_10_6_intel.whl (14.7 kB view details)

Uploaded CPython 3.6mmacOS 10.6+ Intel (x86-64, i386)

zope.hookable-5.0.0-cp35-cp35m-win_amd64.whl (16.0 kB view details)

Uploaded CPython 3.5mWindows x86-64

zope.hookable-5.0.0-cp35-cp35m-win32.whl (15.4 kB view details)

Uploaded CPython 3.5mWindows x86

zope.hookable-5.0.0-cp35-cp35m-manylinux2010_x86_64.whl (25.8 kB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ x86-64

zope.hookable-5.0.0-cp35-cp35m-manylinux2010_i686.whl (24.2 kB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ i686

zope.hookable-5.0.0-cp35-cp35m-manylinux1_x86_64.whl (25.8 kB view details)

Uploaded CPython 3.5m

zope.hookable-5.0.0-cp35-cp35m-manylinux1_i686.whl (24.2 kB view details)

Uploaded CPython 3.5m

zope.hookable-5.0.0-cp35-cp35m-macosx_10_6_intel.whl (14.7 kB view details)

Uploaded CPython 3.5mmacOS 10.6+ Intel (x86-64, i386)

zope.hookable-5.0.0-cp27-cp27mu-manylinux2010_x86_64.whl (24.1 kB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

zope.hookable-5.0.0-cp27-cp27mu-manylinux2010_i686.whl (22.8 kB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ i686

zope.hookable-5.0.0-cp27-cp27mu-manylinux1_x86_64.whl (24.1 kB view details)

Uploaded CPython 2.7mu

zope.hookable-5.0.0-cp27-cp27mu-manylinux1_i686.whl (22.8 kB view details)

Uploaded CPython 2.7mu

zope.hookable-5.0.0-cp27-cp27m-win_amd64.whl (13.9 kB view details)

Uploaded CPython 2.7mWindows x86-64

zope.hookable-5.0.0-cp27-cp27m-win32.whl (14.2 kB view details)

Uploaded CPython 2.7mWindows x86

zope.hookable-5.0.0-cp27-cp27m-manylinux2010_x86_64.whl (24.1 kB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

zope.hookable-5.0.0-cp27-cp27m-manylinux2010_i686.whl (22.8 kB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ i686

zope.hookable-5.0.0-cp27-cp27m-manylinux1_x86_64.whl (24.1 kB view details)

Uploaded CPython 2.7m

zope.hookable-5.0.0-cp27-cp27m-manylinux1_i686.whl (22.8 kB view details)

Uploaded CPython 2.7m

zope.hookable-5.0.0-cp27-cp27m-macosx_10_6_intel.whl (14.6 kB view details)

Uploaded CPython 2.7mmacOS 10.6+ Intel (x86-64, i386)

File details

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

File metadata

  • Download URL: zope.hookable-5.0.0.tar.gz
  • Upload date:
  • Size: 23.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.5rc1

File hashes

Hashes for zope.hookable-5.0.0.tar.gz
Algorithm Hash digest
SHA256 0f325838dbac827a1e2ed5d482c1f2656b6844dc96aa098f7727e76395fcd694
MD5 14f9351de06afe68bea7bb9205a0aab9
BLAKE2b-256 357ed7ffdd410a9b4aa97d175af1718baa6b741ec6a60baa668354dd3da4e26c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 16.1 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.8.0

File hashes

Hashes for zope.hookable-5.0.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 523318ff96df9b8d378d997c00c5d4cbfbff68dc48ff5ee5addabdb697d27528
MD5 d575bb18e2908aaeea4cc8002ad287d7
BLAKE2b-256 a6586fe5496fd10ec20f3af68d40032ee9517029bfaec8bd53337d3e887054f6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 15.5 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.8.0

File hashes

Hashes for zope.hookable-5.0.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 856509191e16930335af4d773c0fc31a17bae8991eb6f167a09d5eddf25b56cc
MD5 c97fc5856edbf0bc20006088e5c6c44f
BLAKE2b-256 c53680e1eda82ec6c41a8963c9e772ad8e16e137fa45c4ed5645d87169a2cdce

See more details on using hashes here.

File details

Details for the file zope.hookable-5.0.0-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: zope.hookable-5.0.0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 26.8 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.15

File hashes

Hashes for zope.hookable-5.0.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a169823e331da939aa7178fc152e65699aeb78957e46c6f80ccb50ee4c3616c2
MD5 216bc8ef3260736fc2b9ebb7dc46506b
BLAKE2b-256 fa3b50abc83ea7fc96b81adb5fbb9798e00831939adfdf41aa52463563de73f4

See more details on using hashes here.

File details

Details for the file zope.hookable-5.0.0-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: zope.hookable-5.0.0-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 25.1 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.15

File hashes

Hashes for zope.hookable-5.0.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 0992a0dd692003c09fb958e1480cebd1a28f2ef32faa4857d864f3ca8e9d6952
MD5 229edda7deeb82b349abe05a5c716a30
BLAKE2b-256 5dae96e085ee469dc50514ac7c0ff7bc489ed61e3876bc3cbe61ff05660c854b

See more details on using hashes here.

File details

Details for the file zope.hookable-5.0.0-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: zope.hookable-5.0.0-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 26.8 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.15

File hashes

Hashes for zope.hookable-5.0.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f68969978ccf0e6123902f7365aae5b7a9e99169d4b9105c47cf28e788116894
MD5 be526f3d0df9f03d14b5c36053e4462a
BLAKE2b-256 847e640b983d73657c8f2ff380cfd45f0f034f4a71a174c073d6b1ad838c790e

See more details on using hashes here.

File details

Details for the file zope.hookable-5.0.0-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: zope.hookable-5.0.0-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 25.1 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.15

File hashes

Hashes for zope.hookable-5.0.0-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 dd79f8fae5894f1ee0a0042214685f2d039341250c994b825c10a4cd075d80f6
MD5 144f3fc1d47900b33da859430c66ca17
BLAKE2b-256 2edd9ec031cbf11421f7ab5dd8ec5797be6124f13f8d9b1c090a4d0dddfabc99

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 16.1 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.5

File hashes

Hashes for zope.hookable-5.0.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 dca336ca3682d869d291d7cd18284f6ff6876e4244eb1821430323056b000e2c
MD5 17b23a01328a8f8022058a94810f462a
BLAKE2b-256 e67486c544f9656524a412338beef5ad4c1c8afd3a4b4a5c753a4f540fbd2780

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 15.5 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.5

File hashes

Hashes for zope.hookable-5.0.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 b3e118b58a3d2301960e6f5f25736d92f6b9f861728d3b8c26d69f54d8a157d2
MD5 8293c680f857bcb96e4b6c2d2a810c13
BLAKE2b-256 c046a35652f9639f81d4c6f4df6d50112da54e53c7b62cf4cc87f298735ad315

See more details on using hashes here.

File details

Details for the file zope.hookable-5.0.0-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: zope.hookable-5.0.0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 27.0 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.15

File hashes

Hashes for zope.hookable-5.0.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 cf711527c9d4ae72085f137caffb4be74fc007ffb17cd103628c7d5ba17e205f
MD5 6fe6e9c2c0f6833bebd4964827d97a8e
BLAKE2b-256 7fb55a30eec1dfd5f29d68fad4b473d13839c7b586a17e8cadd4de942a544aa6

See more details on using hashes here.

File details

Details for the file zope.hookable-5.0.0-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: zope.hookable-5.0.0-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 25.4 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.15

File hashes

Hashes for zope.hookable-5.0.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 751ee9d89eb96e00c1d7048da9725ce392a708ed43406416dc5ed61e4d199764
MD5 63a006ba5206bddead3df0c4e45ecdd7
BLAKE2b-256 6870257f83c7daac78246ebfb67abf3ddb201aa03b8f5b0f5a89fbf968d3de49

See more details on using hashes here.

File details

Details for the file zope.hookable-5.0.0-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: zope.hookable-5.0.0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 27.0 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.15

File hashes

Hashes for zope.hookable-5.0.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 7b83bc341e682771fe810b360cd5d9c886a948976aea4b979ff214e10b8b523b
MD5 2e55b4910edabb47c6ad197321f8f88a
BLAKE2b-256 929ee4d2c20049fed514431cdbd5c265c51ad698c4979109116ae25f58fc3bc9

See more details on using hashes here.

File details

Details for the file zope.hookable-5.0.0-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: zope.hookable-5.0.0-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 25.4 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.15

File hashes

Hashes for zope.hookable-5.0.0-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 94506a732da2832029aecdfe6ea07eb1b70ee06d802fff34e1b3618fe7cdf026
MD5 af86fbc871244de956855d06a689f8f7
BLAKE2b-256 8ea7dd8f80a120a96324e3991d5b0a6082cc88be87a9e267c7e99895b92015ea

See more details on using hashes here.

File details

Details for the file zope.hookable-5.0.0-cp37-cp37m-macosx_10_6_intel.whl.

File metadata

  • Download URL: zope.hookable-5.0.0-cp37-cp37m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 14.7 kB
  • Tags: CPython 3.7m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.10

File hashes

Hashes for zope.hookable-5.0.0-cp37-cp37m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 342d682d93937e5b8c232baffb32a87d5eee605d44f74566657c64a239b7f342
MD5 efadf94172c06e8c12cdf7375cbb34c4
BLAKE2b-256 882d767bfcb842efc997680acc32c9c83f23453ab1f082100b463ded7dfe8a91

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 16.1 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8

File hashes

Hashes for zope.hookable-5.0.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 dd69a9be95346d10c853b6233fcafe3c0315b89424b378f2ad45170d8e161568
MD5 f6ae170db78415d6b19c9bc5ed38e338
BLAKE2b-256 85a4e211a4e8cd258f911f67eb5835fd6ce55568f35f6c6eaa5ce7b5724d6dc7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 15.5 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8

File hashes

Hashes for zope.hookable-5.0.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 25531cb5e7b35e8a6d1d6eddef624b9a22ce5dcf8f4448ef0f165acfa8c3fc21
MD5 16d4775f280b18dfa106541b62d7f319
BLAKE2b-256 327e6e47268d6e52b76ac6c7f4af4e1c3ddb8e33b2cfb3a617295a4f17a182c9

See more details on using hashes here.

File details

Details for the file zope.hookable-5.0.0-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: zope.hookable-5.0.0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 26.1 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.15

File hashes

Hashes for zope.hookable-5.0.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 fcc3513a54e656067cbf7b98bab0d6b9534b9eabc666d1f78aad6acdf0962736
MD5 3c3bf64748bba78e84016dfa01564c8e
BLAKE2b-256 c25d7d872bf9f15f4c8bdda0595706bee5b945a3339bf7ecf832212bcbd2affd

See more details on using hashes here.

File details

Details for the file zope.hookable-5.0.0-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: zope.hookable-5.0.0-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 24.5 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.15

File hashes

Hashes for zope.hookable-5.0.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f37a210b5c04b2d4e4bac494ab15b70196f219a1e1649ddca78560757d4278fb
MD5 278ac4d26bd304fed2e2bcd8947f4fbe
BLAKE2b-256 ae9c9e16d4985c434b3dcfb67f001b26c7862d18f4f083b2604062e5db0a4da8

See more details on using hashes here.

File details

Details for the file zope.hookable-5.0.0-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: zope.hookable-5.0.0-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 26.1 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.15

File hashes

Hashes for zope.hookable-5.0.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f717a0b34460ae1ac0064e91b267c0588ac2c098ffd695992e72cd5462d97a67
MD5 0e29e867a62ad9a91861814606fdd7ba
BLAKE2b-256 5fe2341b98968c5dbf34574c467bba8ced80ff599c1c0f79f453de952f027019

See more details on using hashes here.

File details

Details for the file zope.hookable-5.0.0-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: zope.hookable-5.0.0-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 24.5 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.15

File hashes

Hashes for zope.hookable-5.0.0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 53aa02eb8921d4e667c69d76adeed8fe426e43870c101cb08dcd2f3468aff742
MD5 13b243a9b42c336f581475c047f30b99
BLAKE2b-256 ae595d797f3f18f222df78ea46d2be11b1861b47f5622c350d9af0d7b0dc0ea7

See more details on using hashes here.

File details

Details for the file zope.hookable-5.0.0-cp36-cp36m-macosx_10_6_intel.whl.

File metadata

  • Download URL: zope.hookable-5.0.0-cp36-cp36m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 14.7 kB
  • Tags: CPython 3.6m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.10

File hashes

Hashes for zope.hookable-5.0.0-cp36-cp36m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 a9a6d9eb2319a09905670810e2de971d6c49013843700b4975e2fc0afe96c8db
MD5 8db3742c1a5a571e7f308da41c68be21
BLAKE2b-256 f890a4d9e112d5cd7bcc5c4df253b2f517848d44268ec8f0a2fa0cecc16d8e2e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 16.0 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/28.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.5.4

File hashes

Hashes for zope.hookable-5.0.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 ca6705c2a1fb5059a4efbe9f5426be4cdf71b3c9564816916fc7aa7902f19ede
MD5 26102b9b9cd3b99cad38f8048c493d46
BLAKE2b-256 ec60c64d5c5cd05fd37b22758d5ce8a411a0fec2d90caac628d14a130748c5d5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 15.4 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/28.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.5.4

File hashes

Hashes for zope.hookable-5.0.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 e647d850aa1286d98910133cee12bd87c354f7b7bb3f3cd816a62ba7fa2f7007
MD5 b9f53e93dd63d1c60df3c4904d753aa6
BLAKE2b-256 758b8b2d97304fd62762c1074f8c42de06bdbf9a27c89969fef5303eed3c4c9d

See more details on using hashes here.

File details

Details for the file zope.hookable-5.0.0-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: zope.hookable-5.0.0-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 25.8 kB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.15

File hashes

Hashes for zope.hookable-5.0.0-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 22a317ba00f61bac99eac1a5e330be7cb8c316275a21269ec58aa396b602af0c
MD5 3b43a054e04a6f588f4761241ab76499
BLAKE2b-256 b11efee4ef1aa2374c8b7003b62e9a7467db42b386dac2cfed622143bee42d0c

See more details on using hashes here.

File details

Details for the file zope.hookable-5.0.0-cp35-cp35m-manylinux2010_i686.whl.

File metadata

  • Download URL: zope.hookable-5.0.0-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 24.2 kB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.15

File hashes

Hashes for zope.hookable-5.0.0-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f67820b6d33a705dc3c1c457156e51686f7b350ff57f2112e1a9a4dad38ec268
MD5 13615e0bef46ea882a784011724afa4f
BLAKE2b-256 5d08a09f46ba6a85dce54c43cb0dfd405fc300f4f1fed74a896604ca32a85524

See more details on using hashes here.

File details

Details for the file zope.hookable-5.0.0-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: zope.hookable-5.0.0-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 25.8 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.15

File hashes

Hashes for zope.hookable-5.0.0-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 46b2fddf1f5aeb526e02b91f7e62afbb9fff4ffd7aafc97cdb00a0d717641567
MD5 ae47d934f9f4af946bb35bd0ad0dad06
BLAKE2b-256 47c658c6581881767f59cefb839237187c744aae9dfe6255a9f77e74aa02165c

See more details on using hashes here.

File details

Details for the file zope.hookable-5.0.0-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: zope.hookable-5.0.0-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 24.2 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.15

File hashes

Hashes for zope.hookable-5.0.0-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 d1080e1074ddf75ad6662a9b34626650759c19a9093e1a32a503d37e48da135b
MD5 d49f45f3948e1825efbf63facb6500ec
BLAKE2b-256 25c947ea9fc1b82a0b10e51d944b559fa5853eb3db6e6c45f9a87f3ca83a97ff

See more details on using hashes here.

File details

Details for the file zope.hookable-5.0.0-cp35-cp35m-macosx_10_6_intel.whl.

File metadata

  • Download URL: zope.hookable-5.0.0-cp35-cp35m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 14.7 kB
  • Tags: CPython 3.5m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.10

File hashes

Hashes for zope.hookable-5.0.0-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 62e79e8fdde087cb20822d7874758f5acbedbffaf3c0fbe06309eb8a41ee4e06
MD5 dd6ac4238cd1dd818cc3ed8dea5f44fd
BLAKE2b-256 a600a96f61adaf8669072162f02fd1887a93bbb9bdf99baa820293a262f16a7e

See more details on using hashes here.

File details

Details for the file zope.hookable-5.0.0-cp27-cp27mu-manylinux2010_x86_64.whl.

File metadata

  • Download URL: zope.hookable-5.0.0-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 24.1 kB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.15

File hashes

Hashes for zope.hookable-5.0.0-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 db9c60368aff2b7e6c47115f3ad9bd6e96aa298b12ed5f8cb13f5673b30be565
MD5 8a61e06c91b4995d0bea65c418982f70
BLAKE2b-256 d9db6d72ec5a306eeaf172a7e459e0039dd410d7e1911b0e2b54e492d7dab46b

See more details on using hashes here.

File details

Details for the file zope.hookable-5.0.0-cp27-cp27mu-manylinux2010_i686.whl.

File metadata

  • Download URL: zope.hookable-5.0.0-cp27-cp27mu-manylinux2010_i686.whl
  • Upload date:
  • Size: 22.8 kB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.15

File hashes

Hashes for zope.hookable-5.0.0-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8853e81fd07b18fa9193b19e070dc0557848d9945b1d2dac3b7782543458c87d
MD5 e5061584fa05958800a41ffd00de13b9
BLAKE2b-256 24a53a287bfb0758e757522d06ad2ec0e4f516e8e240649b7496c1bbd8b1b5c8

See more details on using hashes here.

File details

Details for the file zope.hookable-5.0.0-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: zope.hookable-5.0.0-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 24.1 kB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.15

File hashes

Hashes for zope.hookable-5.0.0-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d087602a6845ebe9d5a1c5a949fedde2c45f372d77fbce4f7fe44b68b28a1d03
MD5 71360446331808c704956ff1132cdf7e
BLAKE2b-256 6c2a4c866c94634acbbc57727f90fb0e78ac995fcf81c215613e9fd6c8ac845a

See more details on using hashes here.

File details

Details for the file zope.hookable-5.0.0-cp27-cp27mu-manylinux1_i686.whl.

File metadata

  • Download URL: zope.hookable-5.0.0-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 22.8 kB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.15

File hashes

Hashes for zope.hookable-5.0.0-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 a67878a798f6ca292729a28c2226592b3d000dc6ee7825d31887b553686c7ac7
MD5 acb4850fa786b189eb602e0f539f4017
BLAKE2b-256 de32a255a8b81eca10c6a4a102c568375bcc6cd47d7fb7d0587d503394307079

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.0-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 13.9 kB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.17

File hashes

Hashes for zope.hookable-5.0.0-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 95ad874a8cc94e786969215d660143817f745225579bfe318c4676e218d3147c
MD5 8efc1eadbad4adab87a0b97dd88efacb
BLAKE2b-256 c872d66096e94d6bae9a28f17fc92b5484c9be6033d15977a8ce4f94e6c87802

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zope.hookable-5.0.0-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 14.2 kB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.17

File hashes

Hashes for zope.hookable-5.0.0-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 f9d58ccec8684ca276d5a4e7b0dfacca028336300a8f715d616d9f0ce9ae8096
MD5 d6896cc1b455d69e63b78be800357c7d
BLAKE2b-256 efd22450de8d8c8f190df799760685b7303eda5204265ed3b41bc8a52be3d2c8

See more details on using hashes here.

File details

Details for the file zope.hookable-5.0.0-cp27-cp27m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: zope.hookable-5.0.0-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 24.1 kB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.15

File hashes

Hashes for zope.hookable-5.0.0-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 81eeeb27dbb0ddaed8070daee529f0d1bfe4f74c7351cce2aaca3ea287c4cc32
MD5 c592a3f96577648caaf5852309835ba1
BLAKE2b-256 b06ecf92d530c95aeb7a21be3039020eb6fcd274c3c6b5f6ff906daa27659a6f

See more details on using hashes here.

File details

Details for the file zope.hookable-5.0.0-cp27-cp27m-manylinux2010_i686.whl.

File metadata

  • Download URL: zope.hookable-5.0.0-cp27-cp27m-manylinux2010_i686.whl
  • Upload date:
  • Size: 22.8 kB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.15

File hashes

Hashes for zope.hookable-5.0.0-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 9758ec9174966ffe5c499b6c3d149f80aa0a9238020006a2b87c6af5963fcf48
MD5 b7e2ddb397b4793ed0cb2fef7f74a8b6
BLAKE2b-256 93b2be964f0d52606992e45281cec79cd634e29cae7994bd3f5b845681f53035

See more details on using hashes here.

File details

Details for the file zope.hookable-5.0.0-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

  • Download URL: zope.hookable-5.0.0-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 24.1 kB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.15

File hashes

Hashes for zope.hookable-5.0.0-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 74bf2f757f7385b56dc3548adae508d8b3ef952d600b4b12b88f7d1706b05dcc
MD5 d3ee45bd42b063fbbaa6e734e791019a
BLAKE2b-256 b25ff289c41de9f2a002c53bce664a0d1a8706f7a5db7da61c53ad150bc07e71

See more details on using hashes here.

File details

Details for the file zope.hookable-5.0.0-cp27-cp27m-manylinux1_i686.whl.

File metadata

  • Download URL: zope.hookable-5.0.0-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 22.8 kB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.15

File hashes

Hashes for zope.hookable-5.0.0-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 30890892652766fc80d11f078aca9a5b8150bef6b88aba23799581a53515c404
MD5 13cb585eb3f6799124355e83102d9a3f
BLAKE2b-256 f2d35d228717056ab6afe339d527092b8ff882c3b280f3ba1c5b058534b2c621

See more details on using hashes here.

File details

Details for the file zope.hookable-5.0.0-cp27-cp27m-macosx_10_6_intel.whl.

File metadata

  • Download URL: zope.hookable-5.0.0-cp27-cp27m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 14.6 kB
  • Tags: CPython 2.7m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/2.7.10

File hashes

Hashes for zope.hookable-5.0.0-cp27-cp27m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 dbeb127a04473f5a989169eb400b67beb921c749599b77650941c21fe39cb8d9
MD5 96d0bea81896b990cc502e1385e57dde
BLAKE2b-256 846daa5a96795de9ae9acc123f955485f0f702277bbb5464bc526ff0a5095718

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