Skip to main content

ExtensionClass

This package provides a metaclass that allows classes implemented in extension modules to be subclassed in Python. Unless you need ExtensionClasses for legacy applications (e.g. Zope), you probably want to use Python’s new-style classes (available since Python 2.2).

ComputedAttribute

This package provides a way to attach attributes to an ExtensionClass or instance that are computed by calling a callable. This works very much like property known from new-style classes, except that a ComputedAttribute can also be attached to an instance and that it honours ExtensionClass semantics (which is useful for retaining Acquisition wrappers, for example).

MethodObject

This package lets you attach additional “methods” to ExtensionClasses. These “methods” are actually implemented by subclassing the MethodObject.Method class and implementing the __call__ method there. Instances of those classes will be bound to the instances they’re attached to and will receive that instance object as a first parameter (after self).

Change log

6.4 (2026-08-20)

  • Add support for Python 3.15.

  • Build and upload free-threaded (cp314t, cp315t) wheels for all platforms. Expand CI testing for free-threaded Python 3.14t from Linux-only to all platforms (macOS, Windows), and add 3.15t CI.

6.3 (2026-04-30)

  • Add support for automatically building and publishing Windows/ARM64 wheels.

  • Add support for automatically building and publishing source distributions.

  • Fix compilation on free-threaded Python 3.14t: use Py_REFCNT() macro instead of direct ob_refcnt struct access, guard im_self mutation optimization with #ifndef Py_GIL_DISABLED.

  • Add CI testing for free-threaded Python 3.14t (Linux).

6.2 (2025-11-16)

  • Move all supported package metadata into pyproject.toml.

6.1 (2025-10-29)

  • Drop support for Python 3.8, 3.9.

  • Add support for Python 3.14.

6.0 (2024-09-17)

  • Build Windows wheels on GHA.

  • Add support for Python 3.13.

  • Drop support for Python 3.7.

5.1 (2023-10-05)

  • Add support for Python 3.12.

5.0 (2023-01-19)

  • Drop support for Python 2.7, 3.5, 3.6.

  • Fix deprecation warning in tests.

4.9 (2022-11-17)

  • Add support for building arm64 wheels on macOS.

4.8 (2022-11-03)

  • Update Python 3.11 support to the final release.

4.7 (2022-09-16)

  • Update Python 3.11 support to rc2.

  • Disable unsafe math optimizations in C code. (#55)

4.6 (2022-01-14)

  • Add support for Python 3.10 and 3.11 (as of alpha 3).

4.5.1 (2021-06-11)

  • Create wheels for Linux (2010, 2014 and aarch) and MacOS.

4.5.0 (2020-10-07)

  • Drop support for Python 3.4.

  • Add support for Python 3.8 and 3.9.

  • Fix accessing __parent__ when it is defined as a class attribute that is None (e.g., in subclasses of zope.conatiner.contained.Contained). See issue 24.

4.4.0 (2018-10-05)

  • Fail if C extensions couldn’t be compiled on compatible platforms.

  • Add Appveyor configuration to automate building Windows eggs

  • Add support for Python 3.7.

  • Fix getting attributes that are data descriptors in the Python implementation.

  • Reach and automatically maintain 100% test coverage.

4.3.0 (2017-02-22)

  • Drop support for Python 3.3.

  • Remove unused C macro from ExtensionClass.h.

  • Fix C compilation under Windows.

4.2.1 (2017-02-02)

  • Fix problems with computed attribute and property wrapping.

4.2.0 (2017-01-18)

  • Port the C extension to Python 3.

  • Add support for Python 3.5 and 3.6.

  • Drop support for Python 2.6, 3.2.

4.1.2 (2015-04-03)

  • Fix calling of __class_init__ hook by Python implementation.

4.1.1 (2015-03-20)

  • Avoid wrapping __parent__ in pure-Python version. Matches change made to C version in afb8488. See issue #3.

4.1 (2014-12-18)

  • Housekeeping changes only.

4.1b1 (2014-11-12)

  • Added compatibility with Python 3.4.

4.1a1 (2013-05-04)

  • Added compatibility with Python 3.2 and 3.3 using the Python reference implementation.

  • Add Python reference implementation. Used by default on PyPy.

4.0 (2013-02-24)

  • Added trove classifiers to project metadata.

4.0a1 (2011-12-13)

  • Don’t create wrappers when retrieving parent pointers.

2.13.2 (2010-06-16)

  • LP #587760: Handle tp_basicsize correctly.

2.13.1 (2010-04-03)

  • Removed undeclared testing dependency on zope.testing.

  • Removed cruft in pickle/pickle.c related to removed __getnewargs__.

2.13.0 (2010-02-22)

  • Avoid defining __getnewargs__ as not to defeat the ZODB persistent reference optimization. Refs https://bugs.launchpad.net/zope2/+bug/143657. In order to take advantage of this optimization, you need to re-save your objects.

2.12.0 (2010-02-14)

2.11.3 (2009-08-02)

  • Further 64-bit fixes (Python 2.4 compatibility).

2.11.2 (2009-08-02)

2.11.1 (2009-02-19)

  • Initial egg release.

Download files

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

Source Distribution

extensionclass-6.4.tar.gz (36.3 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

extensionclass-6.4-cp314-cp314t-win_amd64.whl (58.7 kB view details)

Uploaded CPython 3.14tWindows x86-64

extensionclass-6.4-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (111.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

extensionclass-6.4-cp314-cp314t-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl (107.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

extensionclass-6.4-cp314-cp314t-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl (104.3 kB view details)

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

extensionclass-6.4-cp314-cp314t-macosx_11_0_arm64.whl (52.5 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

extensionclass-6.4-cp314-cp314t-macosx_10_9_x86_64.whl (51.7 kB view details)

Uploaded CPython 3.14tmacOS 10.9+ x86-64

extensionclass-6.4-cp314-cp314-win_arm64.whl (57.2 kB view details)

Uploaded CPython 3.14Windows ARM64

extensionclass-6.4-cp314-cp314-win_amd64.whl (58.1 kB view details)

Uploaded CPython 3.14Windows x86-64

extensionclass-6.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (98.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

extensionclass-6.4-cp314-cp314-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl (95.7 kB view details)

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

extensionclass-6.4-cp314-cp314-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl (91.7 kB view details)

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

extensionclass-6.4-cp314-cp314-macosx_11_0_arm64.whl (51.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

extensionclass-6.4-cp314-cp314-macosx_10_9_x86_64.whl (50.7 kB view details)

Uploaded CPython 3.14macOS 10.9+ x86-64

extensionclass-6.4-cp313-cp313-win_arm64.whl (56.4 kB view details)

Uploaded CPython 3.13Windows ARM64

extensionclass-6.4-cp313-cp313-win_amd64.whl (57.3 kB view details)

Uploaded CPython 3.13Windows x86-64

extensionclass-6.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (98.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

extensionclass-6.4-cp313-cp313-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl (96.0 kB view details)

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

extensionclass-6.4-cp313-cp313-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl (91.7 kB view details)

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

extensionclass-6.4-cp313-cp313-macosx_11_0_arm64.whl (51.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

extensionclass-6.4-cp313-cp313-macosx_10_9_x86_64.whl (50.7 kB view details)

Uploaded CPython 3.13macOS 10.9+ x86-64

extensionclass-6.4-cp312-cp312-win_arm64.whl (56.4 kB view details)

Uploaded CPython 3.12Windows ARM64

extensionclass-6.4-cp312-cp312-win_amd64.whl (57.3 kB view details)

Uploaded CPython 3.12Windows x86-64

extensionclass-6.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (98.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

extensionclass-6.4-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl (96.1 kB view details)

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

extensionclass-6.4-cp312-cp312-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl (91.7 kB view details)

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

extensionclass-6.4-cp312-cp312-macosx_11_0_arm64.whl (51.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

extensionclass-6.4-cp312-cp312-macosx_10_9_x86_64.whl (50.1 kB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

extensionclass-6.4-cp311-cp311-win_arm64.whl (56.4 kB view details)

Uploaded CPython 3.11Windows ARM64

extensionclass-6.4-cp311-cp311-win_amd64.whl (57.1 kB view details)

Uploaded CPython 3.11Windows x86-64

extensionclass-6.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (95.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

extensionclass-6.4-cp311-cp311-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl (93.2 kB view details)

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

extensionclass-6.4-cp311-cp311-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl (89.5 kB view details)

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

extensionclass-6.4-cp311-cp311-macosx_11_0_arm64.whl (50.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

extensionclass-6.4-cp311-cp311-macosx_10_9_x86_64.whl (49.1 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

extensionclass-6.4-cp310-cp310-win_amd64.whl (57.1 kB view details)

Uploaded CPython 3.10Windows x86-64

extensionclass-6.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (92.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

extensionclass-6.4-cp310-cp310-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl (90.4 kB view details)

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

extensionclass-6.4-cp310-cp310-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl (86.8 kB view details)

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

extensionclass-6.4-cp310-cp310-macosx_11_0_arm64.whl (50.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

extensionclass-6.4-cp310-cp310-macosx_10_9_x86_64.whl (49.1 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file extensionclass-6.4.tar.gz.

File metadata

  • Download URL: extensionclass-6.4.tar.gz
  • Upload date:
  • Size: 36.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for extensionclass-6.4.tar.gz
Algorithm Hash digest
SHA256 111145a8d22080c65985bc5853c190d740c5c1397c2a56453d1684723243ab45
MD5 5e460500562d6f62a6aed9f094c0216b
BLAKE2b-256 5effeef4c62fe89b95dd8063c7bef09ac06978df455ac0cec1afc186fed7dc9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4.tar.gz:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 e09763bd6542d00a69716e1ab41f4a138a9f0a1e5b47e483a1c26e6c3798e6d1
MD5 ee1f98dfc6e6f74f15c8e980b091b256
BLAKE2b-256 a852dffcf91778d18a047e8e85f6423f41861088131dac8f840b9853cf3897e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp314-cp314t-win_amd64.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 a8eccf73c41f674d44a596f308eb7a63bd80daeaba0fa27f4d7ae67185f230b6
MD5 ca8bd60125f576ee3563b9b9de93afb7
BLAKE2b-256 c7f1708dd77f6f4ab281daeceb0b26c87c75e4ddc0568ce2d857f412665285bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp314-cp314t-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp314-cp314t-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 8ac65ee8637db07013936ec2ec5c03b4ffa6d94681a6819c73075229c9015d45
MD5 73dc0150cf9e5e35d45e18ddabda434a
BLAKE2b-256 daa2bc8ffc2621dffd168951d7bd4e52231fa04b2dc96cff5e864d8d4ab593d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp314-cp314t-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp314-cp314t-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp314-cp314t-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 ba604c01a0df76466e4c9c5532de7871e7bfb4dd4b991804fefcc1b47996208b
MD5 09a4369760a1a826d572b59e88d98363
BLAKE2b-256 8e961a91765fb7013f9f53ce1d2f77c5d2207fbeea5b1834a2bdb495261d1814

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp314-cp314t-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 51296355f9ef643c08c25eedf08abdf071e108c56c15796d21e411d13340279a
MD5 efc70bacdb4f04d66438192e739a4765
BLAKE2b-256 49057d912fb927913ace94e37fe1a693e14c0f23036d2592ba8fd5fd96402f25

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp314-cp314t-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp314-cp314t-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7e2cd028106c82aecf86ee62a38376a2c4fccb0537ccbdc4a9ac119d2a7e5432
MD5 425e8501c35c16c0be93aaee49a76a42
BLAKE2b-256 2ea9f15d708fbb3be38211a2cc6ee4efde6c20692786d0c10c5df7fd56d1ed45

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp314-cp314t-macosx_10_9_x86_64.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 84b2c379502d20ba194823834d9e14079746dc579164e6f8f41d7032d46f054b
MD5 31c93841d3be060a8f388d7d58fba14e
BLAKE2b-256 7f7e33fec71269f30313c01bbfc75b7dd9782e4b5233a7b144ffc4b456b44d19

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp314-cp314-win_arm64.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 8e4791bc6f37f112169ebc3b9406e37a51192245159ca82241469ba776a7c935
MD5 e61f6fff103bf1f2d7bc6fe6268c5a14
BLAKE2b-256 6605dfd1bdb9353552ab49ffa3bfa7e2c8c5ca4b3b85c14938bc618ba31ed8fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp314-cp314-win_amd64.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 0dc73dee6e797de40fa20de64cc1bf19a4695ca35eec2f784c91ec672032e7be
MD5 d521fb24df030ef158cba060276cca25
BLAKE2b-256 a8804712e047be278e55fc1d0abba544bc4a79fddce8ea3f65ef68c78b4c5f88

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp314-cp314-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp314-cp314-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 e5c55b9a2c5f807bf4b3d1e3cd56a138776cb86f39a5b8977d884346fa5dc9fb
MD5 1eab6b32c9763c0cfbd39c747b1891c7
BLAKE2b-256 bce09b4eeaec3c5178f15747d8ed23d535c252dfa4a4b5f48698e6816509cb59

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp314-cp314-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp314-cp314-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp314-cp314-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 c5c52b5a11db0f087f3c9bdcedd473328c7f43e9628acd16023edcf3e9ba3e17
MD5 e7933cb2d5605237e10f2aa3239a96c9
BLAKE2b-256 a52e8806945d935fb967596e6a0f4f309b72cb3dcac684eb630ee80769513ffe

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp314-cp314-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7163387aa7623f946a2ca030665ec5efb0d634fec0982174b50e7abcbf28edaf
MD5 a7c6b77f5a26456602bd96cf498e5174
BLAKE2b-256 752381e4b6bc0ea36b43e4b98adac69e670666c20858322f179260362a8af32f

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp314-cp314-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp314-cp314-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a48e478ead74f11ce5e02bd5c546170a337981be79e38013a09fa2f692717056
MD5 5850b7743b265c667dc08d21aec506a7
BLAKE2b-256 540831572e9360394d4a10f8dd702aa0581086577ba61910940f2088fc68fcf8

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp314-cp314-macosx_10_9_x86_64.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 00ac0f88bfcf5c0e847857365a815063827c42644d5264ace20615a5aa7b91cf
MD5 1a1f9ef6cb1515464a52d4448facb6d9
BLAKE2b-256 a74e5904582762e8eb9fcd02e740acf02a20145fe224d681172d4bf6d1aba85c

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp313-cp313-win_arm64.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d8795cdeeeeee9e0cfa15a0543d4d62a3bef769997022a2eb9e14e0c97e0da7c
MD5 7d62cc33f9a3eed29892b52357134915
BLAKE2b-256 fe07bd9d20eb350c2308df9ce8784f5d29788eea48e8a6386d406eef1bd0a1fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp313-cp313-win_amd64.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 face317e47cc88fbc1f704cbdc0a3a06f885ee103077e20b4ab9467c7dda5dfd
MD5 650a6799a4c8745385d82032e09f8165
BLAKE2b-256 cd7db74203cd63884ad4231f16f333fdbf025aae64d6003fd60ee262c66ef47f

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp313-cp313-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp313-cp313-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 49c8af6bd5911c3f296700f93f29c930ec790dc46131bf367796d32c928b565a
MD5 49d76228cc3112ddaeb11cceac2d6148
BLAKE2b-256 7b906f360d46b570a725a3da21aae1f00d6003d9bec094590d5fac91274161b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp313-cp313-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp313-cp313-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp313-cp313-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 0f6eca36873d4d2874562e16c95a81da91725182bf92c3f15c94a9f6e80c7413
MD5 16d18adf95b8d57e43c535c9ca143047
BLAKE2b-256 19ccc62dc5337c01f71c38950137e4bc4c8019415b403309e41eb61271bdae7a

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp313-cp313-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 15497ac28c6e56289b84635a981ff313ac4edc399eaffae931e335d53d4cf7c7
MD5 0e1c00545c6278bffcedd922bad61a0c
BLAKE2b-256 03423f76423977d9590a921cb75b2a87918137a479ab75b29559ad4135785c57

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp313-cp313-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp313-cp313-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6c3987b881de7748d58fa04dc51cde3275743086a112dc287c2979f9788399cd
MD5 b0371956057282f93b4c2d620e2e36d4
BLAKE2b-256 8af651a20bf9bbdcbcbbdbe73e3b4651b9851e9a9912e6a986cb81509d4ab543

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp313-cp313-macosx_10_9_x86_64.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 f4ae3bf0f4703ecca92b9f8ea05fafe64cce0516fae967c92ab1cc996feb3641
MD5 fcd17899175e57cbaf6bbde023bf4fd7
BLAKE2b-256 1ae51154e6042288ee44ec9be744ad175feb5159c9d2bab9c1471baa4131c0c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp312-cp312-win_arm64.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f5ba2aa7f13aeec211cc65422c3939a27feeac1617ccaa2e7fa00802c88a0b51
MD5 53a673cf7d2979cea5041a2d9e68867a
BLAKE2b-256 7c7721a26aa12315bf94475ff98756bb1b41fdfe6ca76e8769a5d8e6ad730d02

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp312-cp312-win_amd64.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 5d12238e2fe8eefb297697ce04f9052de8e6ad9aaad99c5534fe498aec9ac29f
MD5 cdcb0ab10b355533e9e405325ac3927a
BLAKE2b-256 214a6699dd6e87d7008ada104bf894ddaeeccf80d05374cc6b5fa129533de64f

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 e92997e34788120426c8b5f1218ddee02fa5fc99e3dd2b5bea2b0cee92bade36
MD5 a572b9deee01dbd2fa9635513e0675bb
BLAKE2b-256 2e71efa0ba6ae5e43a2a465cb4abed0ff961fd1015327c1a82c189c570d7689b

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp312-cp312-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp312-cp312-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 90f526605f44908da9177e4cf80e2ff99ef2f30c9cb3511e448fb61ff5b70470
MD5 e46ca2ce3d1f086dc97abe07e0b2d728
BLAKE2b-256 d451a4d30bcbd24fad43fa5a47dfec2248c23f267600d2ae602e3268ef5ab35c

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp312-cp312-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c674d1d0ea45457cab4d3fba0d90641165ab65381ce687fda7f8ef1ecd0479d2
MD5 58e64df981e4154d70c82c5a629ad025
BLAKE2b-256 205e17ebd24979060267c355b8698cceee8861bf57d3f829f225a53a6069e181

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b3588a6ecb96565eab8c14d498d6f13961a9be2b43e0ffcebaae73d3730586c3
MD5 6da83345e0151d909f71992337e1bae9
BLAKE2b-256 c7b52e07afca84895335e2700993a35757293058f8ba81676b9818534627275c

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp312-cp312-macosx_10_9_x86_64.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 06814738ee4e4a666c67b5a1e8ea0f66b0c984cdc4b43e13f91ecc7f14810e05
MD5 9b1f131d38657fce75b0a0fb467e9a48
BLAKE2b-256 3266191890e804d007590dedc64af0e814628a929d772f653818d98a381f6d4f

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp311-cp311-win_arm64.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 bb8161c45b86f5727533c5badfbb9fd3c3105d0d63831004003cc1a0ec32ffaf
MD5 6974380d268870e6bae5e57e0b75aa5f
BLAKE2b-256 a93a958c4bfd73c5f4a4ce7b341907ce1d87b2500317bb773755ed6e95dfb930

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp311-cp311-win_amd64.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 6681650218adab6416edf36183ab2b591c33365be2e0b6c7aa30e7203497581e
MD5 713b768823013285f70761e772be330a
BLAKE2b-256 bfb77c90bea5b382c550d4125767eb916d2da064422ca60f82e8deee2b48f6e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp311-cp311-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp311-cp311-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 caab5e49082dfa8d1abe7d26acb1624ecf2ab4c3d9ea993a9b23847518228a27
MD5 3204349ab7b68b56e2abb9e3392eb74a
BLAKE2b-256 8a93858ed9a7cf290a8b83268e3714fc88feb0d75916a0cd96b6258136488589

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp311-cp311-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp311-cp311-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp311-cp311-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 fda97a7aeceb0fd06a856798972ab9967e6a19ecb6b798d8fca11d648fb0ab27
MD5 cb35a7c87bcd0d217e93e3f705b74e6d
BLAKE2b-256 471b6bc61c84f17cd6b46b6cedc7e7372ec585a6cd1d9e38eb4f7a9a7377f7d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp311-cp311-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d6102377ef331984e22e6aa853525c553866ae722885fe2e13013fefd5381bac
MD5 4d936a66c36d355f8d50ebfdfe532217
BLAKE2b-256 4fe713f75d0a79b88081d20e04646677f2b2763181902f7e4c7997af349342b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a1c947cf0b537e715bd385013878d870d9db4817ae5c79f02fcc3296127344e5
MD5 ed2ed2d50b0056afd7088d03a0397244
BLAKE2b-256 d18fd1515bd547d2e9295fb8c97528d586375573152c553ed605a86ce2a9e53a

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 36877109447c0736627f71b0dfd6c9618694d085aa32e9541beffab91a3c8723
MD5 8b6c7eb29bbb420cada74df5f423c2c0
BLAKE2b-256 451c12667853eb8f620676ab4cc7c645963819dca7c88b0aa23baea8648b2224

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp310-cp310-win_amd64.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 e371a6469318c714cc73fa63e0b30657baed8164a00ab64f8d845066a533bb14
MD5 d85ac46d2a6d76eb958614961f19701f
BLAKE2b-256 e42d5fd9ab94451bc4d1d596bd2f379b540cf4f5a40e03285891d24677918eec

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp310-cp310-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp310-cp310-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 cc5a61165214665cf87c3093954a963daa9c9fa2d035e13449487b5a6ba6a9a6
MD5 5f61462f6a782c7bb445ca2e3a294a99
BLAKE2b-256 2b4ef51ede0a06f401d2ad4f97b9cb6a54488ef7357961e2e2f4b08d97697f88

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp310-cp310-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp310-cp310-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp310-cp310-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 b843cc1c6074e85494037412106aadd3533a7fdf365f53422382de83dacb5c59
MD5 86027b3fda2510c53b7a95f5a2603b74
BLAKE2b-256 04713b4dbe73ccd6cd38f2ba464fc90d3608cc453cee100193cfdb001fc5053e

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp310-cp310-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d5e36ab5d23f97ab7a0d31d582fd1541371ead0933ed646851134e40e707fc77
MD5 13018a06609ac65b9c6656addbdb2c01
BLAKE2b-256 2c7d53f927350d96ac75cfa35cba54fcbbed42290b392b07f53196015734efbe

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file extensionclass-6.4-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for extensionclass-6.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d6fb8ef140b581fb2e4d7c42d3a2668573463f2652ce39f5d80dad80dd7acace
MD5 e846f7b171311e5ff82e7d1853249e1c
BLAKE2b-256 f59c9740132636ee629592a5eac7bf8ae3b9a152221e779c07e2201bedcc8e6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for extensionclass-6.4-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: tests.yml on zopefoundation/ExtensionClass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page