Skip to main content

Generic Transparent Proxies

Project description

zope.proxy

Latest Version https://travis-ci.org/zopefoundation/zope.proxy.svg?branch=master Documentation Status

Proxies are special objects which serve as mostly-transparent wrappers around another object, intervening in the apparent behavior of the wrapped object only when necessary to apply the policy (e.g., access checking, location brokering, etc.) for which the proxy is responsible.

zope.proxy is implemented via a C extension module, which lets it do things like lie about its own __class__ that are difficult in pure Python (and were completely impossible before metaclasses). It also proxies all the internal slots (such as __int__/__str__/__add__).

Complete documentation is at https://zopeproxy.readthedocs.io

Changes

4.3.5 (2020-03-16)

  • Stop installing C header files on PyPy (which is what zope.proxy before 4.3.4 used to do), fixes issue 39.

4.3.4 (2020-03-13)

  • Fix a compilation warning on Python 3.8. The slot tp_print changed to tp_vectorcall_offset in 3.8 and must not be set. Prior to 3.8, it was reserved and ignored in all Python 3 versions. See issue 36.

  • Remove deprecated use of setuptools features. See issue 38.

4.3.3 (2019-11-11)

  • Add support for Python 3.8.

  • Drop support for Python 3.4.

4.3.2 (2019-07-12)

  • Fix error handling in ProxyBase.__setattr__: any the exception raised by PyString_AsString/PyUnicode_AsUTF8 would be silently swallowed up and ignored. See issue 31.

4.3.1 (2018-08-09)

  • Simplify the internal C handling of attribute names in __getattribute__ and __setattr__.

  • Make building the C extension optional. We still attempt to build it on supported platforms, but we allow it to fail in case of a missing compiler or headers. See issue 26.

  • Test the PURE_PYTHON environment and PyPy3 on Travis CI.

  • Add support for Python 3.7.

4.3.0 (2017-09-13)

  • Fix a potential rare crash when deallocating proxies. See issue 20.

  • Drop support for Python 3.3.

  • Drop support for “python setup.py test”.

  • 100% test coverage.

  • Fix indexing pure-Python proxies with slices under Python 3, and restore the use of __getslice__ (if implemented by the target’s type) under Python 2. Previously, pure-Python proxies would fail with an AttributeError when given a slice on Python 3, and on Python 2, a custom __getslice__ was ignored. See issue 21.

4.2.1 (2017-04-23)

  • Make the pure-Python implementation of sameProxiedObjects handle zope.security proxies. See issue 15.

  • Add support for Python 3.6.

4.2.0 (2016-05-05)

  • Correctly strip zope.security proxies in removeAllProxies. See issue 13.

  • Avoid poisoning the user’s global wheel cache when testing PURE_PYTHON environments under tox,

  • Drop support for Python 2.6 and 3.2.

  • Add support for Python 3.5.

4.1.6 (2015-06-02)

  • Make subclasses of ProxyBase properly delegate __module__ to the wrapped object. This fixes some zope.interface lookups under PyPy.

  • Make the pure-Python implementation of ProxyBase properly report the zope.interface interfaces implemented by builtin types like list. This fixes some zope.interface lookups under PyPy.

4.1.5 (2015-05-19)

  • Make the C implementation proxy __unicode__ correctly.

  • Make the C implementation use the standard methods to proxy int and float.

  • Make the pure Python implementation handle descriptors defined in subclasses like the C version. See https://github.com/zopefoundation/zope.proxy/issues/5.

4.1.4 (2014-03-19)

  • Add support for Python 3.4.

  • Update bootstrap.py to version 2.2.

4.1.3 (2013-03-12)

  • Fix interface object introspection in PyPy. For some reason PyPy makes attributes available despite the restrictive __slots__ declaration.

  • Add a bunch of tests surrounding interface lookup and adaptation.

4.1.2 (2013-03-11)

  • Make PyProxyBase.__iter__() return the result of PyProxyBase._wrapped.__iter__ if available, otherwise falling back to Python internals. The previous implementation always created a generator.

  • In PyProxyBase.__setattr__(), allow setting of properties on the proxy itself. This is needed to properly allow proxy extensions as was evidenced int he zope.security.decorator module.

4.1.1 (2012-12-31)

  • Fleshed out PyPI Trove classifiers.

4.1.0 (2012-12-19)

  • Enable compilation of dependent modules under Py3k.

  • Replace use of PyCObject APIs with equivalent PyCapsule APIs, except under Python 2.6.

    N.B. This change is an ABI incompatibility under Python 2.7:

    extensions built under Python 2.7 against 4.0.x versions of zope.proxy must be rebuilt.

4.0.1 (2012-11-21)

  • Add support for Python 3.3.

4.0.0 (2012-06-06)

  • Add support for PyPy.

    N.B.: the C extension is not built under PyPy.

  • Add a pure-Python reference / fallback implementations of zope.proxy.ProxyBase and the proxy module API functions.

    N.B.: the pure-Python proxy implements all regular features of ProxyBase; however, it does not exclude access to the wrapped object in the same way that the C version does. If you need that information hiding (e.g., to implement security sandboxing), you still need to use the C version.

  • Add support for continuous integration using tox and jenkins.

  • 100% unit test coverage.

  • Add Sphinx documentation: moved doctest examples to API reference.

  • Add ‘setup.py docs’ alias (installs Sphinx and dependencies).

  • Add ‘setup.py dev’ alias (runs setup.py develop plus installs nose and coverage).

  • Replace deprecated zope.interface.implements usage with equivalent zope.interface.implementer decorator.

  • Drop support for Python 2.4 and 2.5.

  • Add Python 3.2 support.

3.6.1 (2010-07-06)

  • Make tests compatible with Python 2.7.

3.6.0 (2010-04-30)

  • Remove test extra and the remaining dependency on zope.testing.

  • Remove use of ‘zope.testing.doctestunit’ in favor of stdlib’s ‘doctest.

3.5.0 (2009/01/31)

  • Add support to bootstrap on Jython.

  • Use zope.container instead of zope.app.container.

3.4.2 (2008/07/27)

  • Make C code compatible with Python 2.5 on 64bit architectures.

3.4.1 (2008/06/24)

  • Bug: Update setup.py script to conform to common layout. Also updated some of the fields.

  • Bug: Honor pre-cooked indices for tuples and lists in the __getslice__() and __setslice__() methods. See http://docs.python.org/ref/sequence-methods.html.

3.4.0 (2007/07/12)

  • Feature: Add a decorator module that supports declaring interfaces on proxies that get blended with the interfaces of the things they proxy.

3.3.0 (2006/12/20)

  • Corresponds to the verison of the zope.proxy package shipped as part of the Zope 3.3.0 release.

3.2.0 (2006/01/05)

  • Corresponds to the verison of the zope.proxy package shipped as part of the Zope 3.2.0 release.

3.0.0 (2004/11/07)

  • Corresponds to the verison of the zope.proxy package shipped as part of the Zope X3.0.0 release.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zope.proxy-4.3.5.tar.gz (45.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.proxy-4.3.5-cp38-cp38-win_amd64.whl (41.8 kB view details)

Uploaded CPython 3.8Windows x86-64

zope.proxy-4.3.5-cp38-cp38-win32.whl (40.7 kB view details)

Uploaded CPython 3.8Windows x86

zope.proxy-4.3.5-cp38-cp38-manylinux2010_x86_64.whl (70.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

zope.proxy-4.3.5-cp38-cp38-manylinux2010_i686.whl (63.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

zope.proxy-4.3.5-cp38-cp38-manylinux1_x86_64.whl (70.9 kB view details)

Uploaded CPython 3.8

zope.proxy-4.3.5-cp38-cp38-manylinux1_i686.whl (63.4 kB view details)

Uploaded CPython 3.8

zope.proxy-4.3.5-cp38-cp38-macosx_10_9_x86_64.whl (40.2 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

zope.proxy-4.3.5-cp37-cp37m-win_amd64.whl (41.6 kB view details)

Uploaded CPython 3.7mWindows x86-64

zope.proxy-4.3.5-cp37-cp37m-win32.whl (40.6 kB view details)

Uploaded CPython 3.7mWindows x86

zope.proxy-4.3.5-cp37-cp37m-manylinux2010_x86_64.whl (70.3 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

zope.proxy-4.3.5-cp37-cp37m-manylinux2010_i686.whl (62.9 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

zope.proxy-4.3.5-cp37-cp37m-manylinux1_x86_64.whl (70.3 kB view details)

Uploaded CPython 3.7m

zope.proxy-4.3.5-cp37-cp37m-manylinux1_i686.whl (62.9 kB view details)

Uploaded CPython 3.7m

zope.proxy-4.3.5-cp37-cp37m-macosx_10_9_x86_64.whl (40.1 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

zope.proxy-4.3.5-cp36-cp36m-win_amd64.whl (41.6 kB view details)

Uploaded CPython 3.6mWindows x86-64

zope.proxy-4.3.5-cp36-cp36m-win32.whl (40.6 kB view details)

Uploaded CPython 3.6mWindows x86

zope.proxy-4.3.5-cp36-cp36m-manylinux2010_x86_64.whl (69.4 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

zope.proxy-4.3.5-cp36-cp36m-manylinux2010_i686.whl (62.0 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686

zope.proxy-4.3.5-cp36-cp36m-manylinux1_x86_64.whl (69.4 kB view details)

Uploaded CPython 3.6m

zope.proxy-4.3.5-cp36-cp36m-manylinux1_i686.whl (62.0 kB view details)

Uploaded CPython 3.6m

zope.proxy-4.3.5-cp36-cp36m-macosx_10_6_intel.whl (48.8 kB view details)

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

zope.proxy-4.3.5-cp35-cp35m-win_amd64.whl (41.6 kB view details)

Uploaded CPython 3.5mWindows x86-64

zope.proxy-4.3.5-cp35-cp35m-win32.whl (40.5 kB view details)

Uploaded CPython 3.5mWindows x86

zope.proxy-4.3.5-cp35-cp35m-manylinux2010_x86_64.whl (69.2 kB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ x86-64

zope.proxy-4.3.5-cp35-cp35m-manylinux2010_i686.whl (61.8 kB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ i686

zope.proxy-4.3.5-cp35-cp35m-manylinux1_x86_64.whl (69.2 kB view details)

Uploaded CPython 3.5m

zope.proxy-4.3.5-cp35-cp35m-manylinux1_i686.whl (61.8 kB view details)

Uploaded CPython 3.5m

zope.proxy-4.3.5-cp35-cp35m-macosx_10_6_intel.whl (48.8 kB view details)

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

zope.proxy-4.3.5-cp27-cp27mu-manylinux2010_x86_64.whl (70.8 kB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

zope.proxy-4.3.5-cp27-cp27mu-manylinux2010_i686.whl (62.9 kB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ i686

zope.proxy-4.3.5-cp27-cp27mu-manylinux1_x86_64.whl (70.8 kB view details)

Uploaded CPython 2.7mu

zope.proxy-4.3.5-cp27-cp27mu-manylinux1_i686.whl (62.8 kB view details)

Uploaded CPython 2.7mu

zope.proxy-4.3.5-cp27-cp27m-win_amd64.whl (40.0 kB view details)

Uploaded CPython 2.7mWindows x86-64

zope.proxy-4.3.5-cp27-cp27m-win32.whl (39.5 kB view details)

Uploaded CPython 2.7mWindows x86

zope.proxy-4.3.5-cp27-cp27m-manylinux2010_x86_64.whl (70.8 kB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

zope.proxy-4.3.5-cp27-cp27m-manylinux2010_i686.whl (62.9 kB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ i686

zope.proxy-4.3.5-cp27-cp27m-manylinux1_x86_64.whl (70.8 kB view details)

Uploaded CPython 2.7m

zope.proxy-4.3.5-cp27-cp27m-manylinux1_i686.whl (62.8 kB view details)

Uploaded CPython 2.7m

zope.proxy-4.3.5-cp27-cp27m-macosx_10_9_x86_64.whl (40.6 kB view details)

Uploaded CPython 2.7mmacOS 10.9+ x86-64

File details

Details for the file zope.proxy-4.3.5.tar.gz.

File metadata

  • Download URL: zope.proxy-4.3.5.tar.gz
  • Upload date:
  • Size: 45.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.5

File hashes

Hashes for zope.proxy-4.3.5.tar.gz
Algorithm Hash digest
SHA256 a66a0d94e5b081d5d695e66d6667e91e74d79e273eee95c1747717ba9cb70792
MD5 2d102d9c22a81be04d9de7548c23b2a2
BLAKE2b-256 ab3726899cb231ecfa04822a17a669eac6df7ef0c2a86e2b78001db0cd3edd46

See more details on using hashes here.

File details

Details for the file zope.proxy-4.3.5-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: zope.proxy-4.3.5-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 41.8 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.0

File hashes

Hashes for zope.proxy-4.3.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8878a34c5313ee52e20aa50b03138af8d472bae465710fb954d133a9bfd3c38d
MD5 e3276b74326604a598f1462d903ff2df
BLAKE2b-256 a7befed892e0158cf0afeb3586f958e3bdea50557fd8c53a28a5aeee7c136678

See more details on using hashes here.

File details

Details for the file zope.proxy-4.3.5-cp38-cp38-win32.whl.

File metadata

  • Download URL: zope.proxy-4.3.5-cp38-cp38-win32.whl
  • Upload date:
  • Size: 40.7 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.0

File hashes

Hashes for zope.proxy-4.3.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 814d62678dc3a30f4aa081982d830b7c342cf230ffc9d030b020cb154eeebf9e
MD5 8d3ac56427a0c7ad53af947996aee908
BLAKE2b-256 d726cff7f38ce09cc8a09a9f9eb49965e53bd8bdc05970b171a52e217d7c7718

See more details on using hashes here.

File details

Details for the file zope.proxy-4.3.5-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: zope.proxy-4.3.5-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 70.9 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.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.proxy-4.3.5-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 be034360dd34e62608419f86e799c97d389c10a0e677a25f236a971b2f40dac9
MD5 d44b91cc8fd2a408f62806affb12173a
BLAKE2b-256 5fe1206f15784d0e4fb10e85ed0b4deef6cccf4f120015e4746f3d2a392c501b

See more details on using hashes here.

File details

Details for the file zope.proxy-4.3.5-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: zope.proxy-4.3.5-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 63.4 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.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.proxy-4.3.5-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 cd7a318a15fe6cc4584bf3c4426f092ed08c0fd012cf2a9173114234fe193e11
MD5 7bdf446c94e76a1dfb61b8ea5fe990ca
BLAKE2b-256 66f1f9f8ca2f713b83d14063ccaafc0c380971b454faeef76293ed392f3c49d4

See more details on using hashes here.

File details

Details for the file zope.proxy-4.3.5-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: zope.proxy-4.3.5-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 70.9 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.proxy-4.3.5-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 b00f9f0c334d07709d3f73a7cb8ae63c6ca1a90c790a63b5e7effa666ef96021
MD5 0c21e5d54f030e2b1cd60609a7fd8754
BLAKE2b-256 9d7fddb07f806f92d0b40c9235278a3812030e8bb192898420d1614a36f19eee

See more details on using hashes here.

File details

Details for the file zope.proxy-4.3.5-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: zope.proxy-4.3.5-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 63.4 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.proxy-4.3.5-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 6ad40f85c1207803d581d5d75e9ea25327cd524925699a83dfc03bf8e4ba72b7
MD5 4a0a6ad80723efbd0d0d5164feb9e442
BLAKE2b-256 75f805aa178c62e938cc3d39962a106eb6d85c363ca7288196e733122972f248

See more details on using hashes here.

File details

Details for the file zope.proxy-4.3.5-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: zope.proxy-4.3.5-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 40.2 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.10

File hashes

Hashes for zope.proxy-4.3.5-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cf19b5f63a59c20306e034e691402b02055c8f4e38bf6792c23cad489162a642
MD5 334313c4eafc525dac29c70140337243
BLAKE2b-256 f6ee907b83f05ff42e273b45c3981c9669e2d508a7d0e3c054e5c1b94b35ab6d

See more details on using hashes here.

File details

Details for the file zope.proxy-4.3.5-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: zope.proxy-4.3.5-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 41.6 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.5

File hashes

Hashes for zope.proxy-4.3.5-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 e4a86a1d5eb2cce83c5972b3930c7c1eac81ab3508464345e2b8e54f119d5505
MD5 a898f655eec95344d0dfed203c6ff419
BLAKE2b-256 cbefca95e873bc19d19583be2cb29bf1ae575c1cb35f68b0a51b76f0e58615db

See more details on using hashes here.

File details

Details for the file zope.proxy-4.3.5-cp37-cp37m-win32.whl.

File metadata

  • Download URL: zope.proxy-4.3.5-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 40.6 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.5

File hashes

Hashes for zope.proxy-4.3.5-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 f64840e68483316eb58d82c376ad3585ca995e69e33b230436de0cdddf7363f9
MD5 849aaba3f48c534b58069c6857156398
BLAKE2b-256 821af0e7f3a4bf508d0ea66843faab8e0a0f308ca64c8339fc04f3a9bcb29bf1

See more details on using hashes here.

File details

Details for the file zope.proxy-4.3.5-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: zope.proxy-4.3.5-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 70.3 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.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.proxy-4.3.5-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5ef6bc5ed98139e084f4e91100f2b098a0cd3493d4e76f9d6b3f7b95d7ad0f06
MD5 61a35b465ba13729c086b3a9b558c57d
BLAKE2b-256 1332c82daa71c4b63c7fdc99831a71111acda5a6eb48169bbb0bdd0817da84a0

See more details on using hashes here.

File details

Details for the file zope.proxy-4.3.5-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: zope.proxy-4.3.5-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 62.9 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.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.proxy-4.3.5-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 61b55ae3c23a126a788b33ffb18f37d6668e79a05e756588d9e4d4be7246ab1c
MD5 57fc00194e9d1a051d4e8f1fe62e246f
BLAKE2b-256 36eaf4b6d503a4e444cb95b80adf496cda2b86faf316df8dc147dcfb5e5db9e8

See more details on using hashes here.

File details

Details for the file zope.proxy-4.3.5-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: zope.proxy-4.3.5-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 70.3 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.proxy-4.3.5-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 6b44433a79bdd7af0e3337bd7bbcf53dd1f9b0fa66bf21bcb756060ce32a96c1
MD5 b4f257acb00b91a5d4b78f25732ee13c
BLAKE2b-256 a3e6b4d0e31cf730eaf7b2f0409a3f9f2549f4c9e211725f92cd8c4cf866a65d

See more details on using hashes here.

File details

Details for the file zope.proxy-4.3.5-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: zope.proxy-4.3.5-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 62.9 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.proxy-4.3.5-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 e7106374d4a74ed9ff00c46cc00f0a9f06a0775f8868e423f85d4464d2333679
MD5 a0946f964416f7641de030dedc0b4d49
BLAKE2b-256 7bb2e48b89b94077fddb3039f0d319008a55b63419a2ce4112b0aaaa5ec57d19

See more details on using hashes here.

File details

Details for the file zope.proxy-4.3.5-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: zope.proxy-4.3.5-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 40.1 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.10

File hashes

Hashes for zope.proxy-4.3.5-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7d25fe5571ddb16369054f54cdd883f23de9941476d97f2b92eb6d7d83afe22d
MD5 ea05b92011c3c601dcbefe610aa35742
BLAKE2b-256 81e270642caeb0d00a2a0089f56c01ba9274a58bc55a767a4f6b46f39df02388

See more details on using hashes here.

File details

Details for the file zope.proxy-4.3.5-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: zope.proxy-4.3.5-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 41.6 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.8

File hashes

Hashes for zope.proxy-4.3.5-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 0cbd27b4d3718b5ec74fc65ffa53c78d34c65c6fd9411b8352d2a4f855220cf1
MD5 a64fc91a4dba33a484198b132afe7703
BLAKE2b-256 2a168b725709651395261b9dbc1331013de5e2bcc44824cde0528b08cbffbb5c

See more details on using hashes here.

File details

Details for the file zope.proxy-4.3.5-cp36-cp36m-win32.whl.

File metadata

  • Download URL: zope.proxy-4.3.5-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 40.6 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.8

File hashes

Hashes for zope.proxy-4.3.5-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 63ddb992931a5e616c87d3d89f5a58db086e617548005c7f9059fac68c03a5cc
MD5 1d39e553a73c996028950472e3b79566
BLAKE2b-256 35415a5c86638c88834daa8c8e9091a1285590bd86f93852b8be19f5bd7f91cd

See more details on using hashes here.

File details

Details for the file zope.proxy-4.3.5-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: zope.proxy-4.3.5-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 69.4 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.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.proxy-4.3.5-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 dea9f6f8633571e18bc20cad83603072e697103a567f4b0738d52dd0211b4527
MD5 39e8cb33a021731b3f7bfc420ee3583c
BLAKE2b-256 fb24950fb0e97910fb9ffdf281e6085d1daf73e4c2c6d13aa56f54f8ad259aac

See more details on using hashes here.

File details

Details for the file zope.proxy-4.3.5-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: zope.proxy-4.3.5-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 62.0 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.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.proxy-4.3.5-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 19577dfeb70e8a67249ba92c8ad20589a1a2d86a8d693647fa8385408a4c17b0
MD5 eba3174dd80f86db5587e9670682d44d
BLAKE2b-256 9749f4ba01a8971daf81a7fb6fb4144fbbd8eb410b06c94aaddc52c4794cf3bb

See more details on using hashes here.

File details

Details for the file zope.proxy-4.3.5-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: zope.proxy-4.3.5-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 69.4 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.proxy-4.3.5-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 b6ed71e4a7b4690447b626f499d978aa13197a0e592950e5d7020308f6054698
MD5 8294a5501b077a996353e60897876016
BLAKE2b-256 b2a14dd63bd40390975f0f8b216de328957ce63efb5ca0d2e5b09c3052fc85cd

See more details on using hashes here.

File details

Details for the file zope.proxy-4.3.5-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: zope.proxy-4.3.5-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 62.0 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.proxy-4.3.5-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 00573dfa755d0703ab84bb23cb6ecf97bb683c34b340d4df76651f97b0bab068
MD5 ced722df606d7d3975b571b1418c2405
BLAKE2b-256 19f8c146d0e3417750d1446a8a986766200d9633fd9e679484ff59b64048dd68

See more details on using hashes here.

File details

Details for the file zope.proxy-4.3.5-cp36-cp36m-macosx_10_6_intel.whl.

File metadata

  • Download URL: zope.proxy-4.3.5-cp36-cp36m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 48.8 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.23.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.10

File hashes

Hashes for zope.proxy-4.3.5-cp36-cp36m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 6bbaa245015d933a4172395baad7874373f162955d73612f0b66b6c2c33b6366
MD5 c75047fcbe3c124fd0d83c937409e042
BLAKE2b-256 d659f31b54e2987d2a357e3acf65ad6193259e4c3786efe115ef107384037618

See more details on using hashes here.

File details

Details for the file zope.proxy-4.3.5-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: zope.proxy-4.3.5-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 41.6 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.23.0 setuptools/28.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.5.4

File hashes

Hashes for zope.proxy-4.3.5-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 7007227f4ea85b40a2f5e5a244479f6a6dfcf906db9b55e812a814a8f0e2c28d
MD5 06bd57f34454410264e368c7e042215c
BLAKE2b-256 c780a95753a7dc3d6e8c3717b905b49f05b5bc1ee659158dd0bbeab3d5a40bf2

See more details on using hashes here.

File details

Details for the file zope.proxy-4.3.5-cp35-cp35m-win32.whl.

File metadata

  • Download URL: zope.proxy-4.3.5-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 40.5 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.23.0 setuptools/28.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.5.4

File hashes

Hashes for zope.proxy-4.3.5-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 74884a0aec1f1609190ec8b34b5d58fb3b5353cf22b96161e13e0e835f13518f
MD5 5fdc195e47d1290a330ebac92963a5f2
BLAKE2b-256 df265dc64deeb0f6793a6ebbdce51530e12bac2cd9423867cdaffed541d10213

See more details on using hashes here.

File details

Details for the file zope.proxy-4.3.5-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: zope.proxy-4.3.5-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 69.2 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.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.proxy-4.3.5-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 fc45a53219ed30a7f670a6d8c98527af0020e6fd4ee4c0a8fb59f147f06d816c
MD5 e305a27a58d98d2abfa17121cf0fa891
BLAKE2b-256 b95cbcc3f733a664c74e5a7a743823045b975718e70d888806283abfd7f479ee

See more details on using hashes here.

File details

Details for the file zope.proxy-4.3.5-cp35-cp35m-manylinux2010_i686.whl.

File metadata

  • Download URL: zope.proxy-4.3.5-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 61.8 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.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.proxy-4.3.5-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 6943da9c09870490dcfd50c4909c0cc19f434fa6948f61282dc9cb07bcf08160
MD5 ef5942cb4d7ed8e1c28816076dd278dd
BLAKE2b-256 6cda54f2ca4221cd543005b3a95356347363d03eb834972c84888265f9b37785

See more details on using hashes here.

File details

Details for the file zope.proxy-4.3.5-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: zope.proxy-4.3.5-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 69.2 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.proxy-4.3.5-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 219a7db5ed53e523eb4a4769f13105118b6d5b04ed169a283c9775af221e231f
MD5 b8c30b28c0083b58443132ebba2122c2
BLAKE2b-256 d006daeb231c13d68a1f6324c9e9f64387ed05bdbeacdd4e3f58c3e23096faae

See more details on using hashes here.

File details

Details for the file zope.proxy-4.3.5-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: zope.proxy-4.3.5-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 61.8 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.proxy-4.3.5-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 7e162bdc5e3baad26b2262240be7d2bab36991d85a6a556e48b9dfb402370261
MD5 8ee49f26fa7d6d78c0de467bea2c1c2a
BLAKE2b-256 d436e2c7da19deda54fddd241378580c1324ddb85bcf2a0e7e8d9ca2bc590fb3

See more details on using hashes here.

File details

Details for the file zope.proxy-4.3.5-cp35-cp35m-macosx_10_6_intel.whl.

File metadata

  • Download URL: zope.proxy-4.3.5-cp35-cp35m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 48.8 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.23.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.10

File hashes

Hashes for zope.proxy-4.3.5-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 5903d38362b6c716e66bbe470f190579c530a5baf03dbc8500e5c2357aa569a5
MD5 ba167c2e15f32c9ce6bcb16366ff6f14
BLAKE2b-256 77498b8af924993b633cc71e936f524c006eda9d5ee79f5dc93e112ae57cea13

See more details on using hashes here.

File details

Details for the file zope.proxy-4.3.5-cp27-cp27mu-manylinux2010_x86_64.whl.

File metadata

  • Download URL: zope.proxy-4.3.5-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 70.8 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.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.proxy-4.3.5-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 cfc781ce442ec407c841e9aa51d0e1024f72b6ec34caa8fdb6ef9576d549acf2
MD5 e7eb058b78d6c6755128242b59c10c90
BLAKE2b-256 b0f6e6db65f9e65854e5f4083f27ab2a7b60da7f6b77bf0c952c5da00ac8cebc

See more details on using hashes here.

File details

Details for the file zope.proxy-4.3.5-cp27-cp27mu-manylinux2010_i686.whl.

File metadata

  • Download URL: zope.proxy-4.3.5-cp27-cp27mu-manylinux2010_i686.whl
  • Upload date:
  • Size: 62.9 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.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.proxy-4.3.5-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 207aa914576b1181597a1516e1b90599dc690c095343ae281b0772e44945e6a4
MD5 baf7d8d99330efc39670e87fbbe1f320
BLAKE2b-256 d41d5732b75dcf3ee9e5d286bf9231ef615e7649af59ee70a59e93aebec4eb09

See more details on using hashes here.

File details

Details for the file zope.proxy-4.3.5-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: zope.proxy-4.3.5-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 70.8 kB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.proxy-4.3.5-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a69f5cbf4addcfdf03dda564a671040127a6b7c34cf9fe4973582e68441b63fa
MD5 be21d17ee313ac42cccd220e96854770
BLAKE2b-256 7dd53c9537eb43d9d75738b38a947e004198ca5e66d309984b137d66008a695a

See more details on using hashes here.

File details

Details for the file zope.proxy-4.3.5-cp27-cp27mu-manylinux1_i686.whl.

File metadata

  • Download URL: zope.proxy-4.3.5-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 62.8 kB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.proxy-4.3.5-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 092049280f2848d2ba1b57b71fe04881762a220a97b65288bcb0968bb199ec30
MD5 ea9f42e7f0b759fa4ff8e57886fce882
BLAKE2b-256 6a1d62ca3c20a6a9141ca4eb5e47fcaa1e80b96f0319df639e0f75bd11efda63

See more details on using hashes here.

File details

Details for the file zope.proxy-4.3.5-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: zope.proxy-4.3.5-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 40.0 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.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.17

File hashes

Hashes for zope.proxy-4.3.5-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 e98a8a585b5668aa9e34d10f7785abf9545fe72663b4bfc16c99a115185ae6a5
MD5 093a5947ad7abea361526b6834ee5917
BLAKE2b-256 5159b38a80d93927a7d201c1ba28eb66a68a909452c4fa1567bbbfaa29055e22

See more details on using hashes here.

File details

Details for the file zope.proxy-4.3.5-cp27-cp27m-win32.whl.

File metadata

  • Download URL: zope.proxy-4.3.5-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 39.5 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.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.17

File hashes

Hashes for zope.proxy-4.3.5-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 cc8f590a5eed30b314ae6b0232d925519ade433f663de79cc3783e4b10d662ba
MD5 759e70a0cef335952c26de86a2ce8b11
BLAKE2b-256 c2cc1e3bb97938a990d2af3e8dec74ff29d13fd80b10bc8d733d64a284a8a4f7

See more details on using hashes here.

File details

Details for the file zope.proxy-4.3.5-cp27-cp27m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: zope.proxy-4.3.5-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 70.8 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.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.proxy-4.3.5-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5c24903675e271bd688c6e9e7df5775ac6b168feb87dbe0e4bcc90805f21b28f
MD5 c76e10f5e20b5adc7b86a59357f6257e
BLAKE2b-256 ac7f5e85fa2fb382d6ef5bdcd84ffefc81a02e196b9d316a6449143db07d5065

See more details on using hashes here.

File details

Details for the file zope.proxy-4.3.5-cp27-cp27m-manylinux2010_i686.whl.

File metadata

  • Download URL: zope.proxy-4.3.5-cp27-cp27m-manylinux2010_i686.whl
  • Upload date:
  • Size: 62.9 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.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.proxy-4.3.5-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 bdf5041e5851526e885af579d2f455348dba68d74f14a32781933569a327fddf
MD5 cc2d6ded53fe5b0102bb11b084fbbbd7
BLAKE2b-256 fa1e724c44f487bf85d7445f7228dfc594a566e923341a197767bc8b32bceef5

See more details on using hashes here.

File details

Details for the file zope.proxy-4.3.5-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

  • Download URL: zope.proxy-4.3.5-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 70.8 kB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.proxy-4.3.5-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 17fc7e16d0c81f833a138818a30f366696653d521febc8e892858041c4d88785
MD5 1c0243e7c4114fb6c402492957a7f8e8
BLAKE2b-256 76d9f73f1039aef830f08d918edb70aa96f9099efbad9712cc48a863eb994c60

See more details on using hashes here.

File details

Details for the file zope.proxy-4.3.5-cp27-cp27m-manylinux1_i686.whl.

File metadata

  • Download URL: zope.proxy-4.3.5-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 62.8 kB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.15

File hashes

Hashes for zope.proxy-4.3.5-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 f8f4b0a9e6683e43889852130595c8854d8ae237f2324a053cdd884de936aa9b
MD5 5103a1137f2666d853fe262e4c550ee5
BLAKE2b-256 bc5f08009218e48dc26ea7e014c485ea9d976dee0c94613f4d2805746773d98b

See more details on using hashes here.

File details

Details for the file zope.proxy-4.3.5-cp27-cp27m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: zope.proxy-4.3.5-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 40.6 kB
  • Tags: CPython 2.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.10

File hashes

Hashes for zope.proxy-4.3.5-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2b50ea79849e46b5f4f2b0247a3687505d32d161eeb16a75f6f7e6cd81936e43
MD5 5a11deecf0b59bfbd9c4a28650d5e344
BLAKE2b-256 02bae3e9b54d3d19405aa308d9f9d428dff72bb23ced0c81f3b39dfc5844ca08

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