Skip to main content
https://github.com/zopefoundation/AccessControl/actions/workflows/tests.yml/badge.svg https://coveralls.io/repos/github/zopefoundation/AccessControl/badge.svg?branch=master Current version on PyPI Supported Python versions

AccessControl

AccessControl provides a general security framework for use in Zope.

Change log

For changes before version 3.0, see HISTORY.rst.

7.5 (2026-08-20)

  • Add final support for Python 3.15.

  • Switch to PyPI Trusted Publishing.

7.4 (2026-07-13)

  • Fix a parity defect between the Python and C implementations of guarded_getattr: the pure-Python implementation keyed the container assertion on type(value.__self__) instead of type(inst), so under PURE_PYTHON a bound method of an allow-listed simple type (e.g. tuple/bytes/range) was returned without calling validate(). The Python implementation now keys on type(inst), matching the C implementation, and a regression test guards the behaviour.

  • Add preliminary support for Python 3.15 as of 3.15b1.

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

  • Add support for automatically building and publishing source distributions.

7.3 (2025-11-16)

  • Move all supported package metadata into pyproject.toml.

  • Add support for Python 3.14.

  • Drop support for Python 3.8 and 3.9.

7.2 (2024-11-03)

  • Prevent untrusted access to AccessControl.userfolder.UserFolder.data (fixes GHSA-g5vw-3h65-2q3v).

7.1 (2024-10-10)

  • Add final support for Python 3.13.

  • Respect PURE_PYTHON environment variable set to 0 when running tests.

  • Let the roles access in rolesForPermissionOn interpret AttributeError and Unauthorized as “no roles definition for this permission at this object” and report any other exception (for the Python and C implementation). We have to treat Unauthorized like AttributeError to support Shared.DC.Scripts.Bindings.UnauthorizedBinding which raises Unauthorized for any access.

7.0 (2024-05-30)

  • Add preliminary support for Python 3.13 as of 3.13b1.

  • Remove support for Python 3.7.

  • Build Windows wheels on GHA.

  • Make dict views (.keys(), .items() and .values()) behave like their unrestricted versions. (#147)

  • Make .items() validate each keys and values, like .keys() and .values() do.

  • Fix build errors on recent macOS versions.

6.3 (2023-11-20)

  • Add support for Python 3.12.

6.2 (2023-09-04)

  • Fix information disclosure through str.format_map. (CVE-2023-41050)

6.1 (2023-05-22)

  • Update C header files for ExtensionClass and Acquisition from the original packages where needed. (#140)

  • Add preliminary support for Python 3.12a5.

6.0 (2023-01-12)

  • Build Linux binary wheels for Python 3.11

  • Drop support for Python 2.7, 3.5, 3.6.

5.7 (2022-11-17)

  • Add support for building arm64 wheels on macOS.

5.6 (2022-11-03)

  • Add support for final Python 3.11 release.

5.5 (2022-10-10)

  • Switch from -Ofast to -O3 when compiling code for Linux wheels. (#133)

  • Add support for Python 3.11 (as of 3.11.0rc2).

5.4 (2022-08-26)

  • Add support for Python 3.11 (as of 3.11.0b5).

  • Support default argument in next built-in function. (#131)

5.3.1 (2022-03-29)

  • Prevent race condition in guarded_import (#123)

5.3 (2022-02-25)

  • Provide AccessControl.get_safe_globals to facilitate safe use.

  • Honor PURE_PYTHON environment variable to enable python implementation during runtime.

  • Add support for Python 3.10.

5.2 (2021-07-30)

  • Fix Appveyor configuration so tests can run and wheels build.

5.1 (2021-07-30)

NOTE: This release has been yanked from PyPI due to wheel build issues.

  • Fix a remote code execution issue by preventing access to string.Formatter from restricted code.

5.0 (2020-10-07)

  • Add support for Python 3.9.

  • Remove deprecated classes and functions in (see #32):

    • AccessControl/DTML.py

    • AccessControl/Owned.py

    • AccessControl/Role.py

    • AccessControl/Permissions.py

  • Add deprecation warnings for BBB imports in:

    • AccessControl/AuthEncoding.py

    • AccessControl/Owned.py

    • AccessControl/Role.py

    • AccessControl/User.py

  • Although this version might run on Zope 4, it is no longer supported because of the dropped deprecation warnings.

4.2 (2020-04-20)

  • Add missing permission Manage WebDAV Locks

  • Fix regression for BBB import of `users.UnrestrictedUser (#94)

  • Add a check if database is present in .owner.ownerInfo. (#91).

4.1 (2019-09-02)

  • Python 3: Allow iteration over the result of dict.{keys,values,items} (#89).

4.0 (2019-05-08)

Changes since 3.0.12:

  • Add support for Python 3.5, 3.6, 3.7 and 3.8.

  • Restore simple access to bytes methods in Python 3 (#83)

  • Clarify deprecation warnings for several BBB shims. (#32)

  • Add a test to prove that a user folder flag cannot be acquired elsewhere. (#7)

  • Tighten basic auth string handling in BasicUserFolder.identify (#56)

  • Prevent the Zope 4 ZMI from showing an add dialog for the user folder. (#82)

  • Fix order of roles returned by AccessControl.rolemanager.RoleManager.userdefined_roles.

  • Add configuration for zodbupdate.

  • Add TaintedBytes besides TaintedString in AccessControl.tainted. (#57)

  • Security fix: In str.format, check the security for attributes that are accessed. (Ported from 2.13).

  • Port override_container context manager here from 2.13.

  • Add AppVeyor configuration to automate building Windows eggs.

  • Fix for compilers that only support C89 syntax (e.g. on Windows).

  • Sanitize and test RoleManager role handling.

  • Depend on RestrictedPython >= 4.0.

  • #16: Fixed permission handling by avoiding column and row numbers as identifiers for permissions and roles.

  • Extract .AuthEncoding to its own package for reuse.

  • Declare missing dependency on BTrees.

  • Drop Record dependency, which now does its own security declaration.

  • Remove leftovers from history support dropped in Zope.

  • Remove duplicate guard against * imports. (#60)

3.0.12 (2015-12-21)

3.0.11 (2014-11-02)

  • Harden test fix for machines that do not define localhost.

3.0.10 (2014-11-02)

  • Test fix for machines that do not define localhost.

3.0.9 (2014-08-08)

  • GitHub #6: Do not pass SecurityInfo instance itself to declarePublic/declarePrivate when using the public/private decorator. This fixes Conflicting security declarations warnings on Zope startup.

  • LP #1248529: Leave existing security manager in place inside RoleManager.manage_getUserRolesAndPermissions.

3.0.8 (2013-07-16)

  • LP #1169923: ensure initialization of shared ImplPython state (used by ImplC) when using the “C” security policy. Thanks to Arnaud Fontaine for the patch.

3.0.7 (2013-05-14)

  • Remove long-deprecated ‘Shared’ roles support (pre-dates Zope, never used by Zope itself)

  • Prevent infinite loop when looking up local roles in an acquisition chain with cycles.

3.0.6 (2012-10-31)

  • LP #1071067: Use a stronger random number generator and a constant time comparison function.

3.0.5 (2012-10-21)

  • LP #966101: Recognize special zope2.Private permission in ZCML role directive.

3.0.4 (2012-09-09)

  • LP #1047318: Tighten import restrictions for restricted code.

3.0.3 (2012-08-23)

  • Fix a bug in ZopeSecurityPolicy.py. Global variable rolesForPermissionOn could be overridden if __role__ had custom rolesForPermissionOn.

3.0.2 (2012-06-22)

  • Add Anonymous as a default role for Public permission.

3.0.1 (2012-05-24)

  • Fix tests under Python 2.6.

3.0 (2012-05-12)

  • Added decorators for public, private and protected security declarations.

  • Update tests to take advantage of automatic test suite discovery.

Release files for AccessControl 7.5

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for AccessControl 7.5
File Size Uploaded
accesscontrol-7.5.tar.gz 115.5 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for AccessControl 7.5
File
accesscontrol-7.5-cp314-cp314-win_arm64.whl CPython 3.14 CPython 3.14 Windows ARM64 Details
accesscontrol-7.5-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
accesscontrol-7.5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ ARM64 Details
accesscontrol-7.5-cp314-cp314-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ x86-64, Linux glibc 2.5+ x86-64 Details
accesscontrol-7.5-cp314-cp314-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ x86-32, Linux glibc 2.5+ x86-32 Details
accesscontrol-7.5-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
accesscontrol-7.5-cp314-cp314-macosx_10_9_x86_64.whl CPython 3.14 CPython 3.14 macOS 10.9+ x86-64 Details
accesscontrol-7.5-cp313-cp313-win_arm64.whl CPython 3.13 CPython 3.13 Windows ARM64 Details
accesscontrol-7.5-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
accesscontrol-7.5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ ARM64 Details
accesscontrol-7.5-cp313-cp313-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.5+ x86-64, Linux glibc 2.17+ x86-64 Details
accesscontrol-7.5-cp313-cp313-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl CPython 3.13 CPython 3.13 Linux glibc 2.5+ x86-32, Linux glibc 2.17+ x86-32 Details
accesscontrol-7.5-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
accesscontrol-7.5-cp313-cp313-macosx_10_9_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.9+ x86-64 Details
accesscontrol-7.5-cp312-cp312-win_arm64.whl CPython 3.12 CPython 3.12 Windows ARM64 Details
accesscontrol-7.5-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
accesscontrol-7.5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64 Details
accesscontrol-7.5-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.5+ x86-64, Linux glibc 2.17+ x86-64 Details
accesscontrol-7.5-cp312-cp312-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl CPython 3.12 CPython 3.12 Linux glibc 2.5+ x86-32, Linux glibc 2.17+ x86-32 Details
accesscontrol-7.5-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
accesscontrol-7.5-cp312-cp312-macosx_10_9_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.9+ x86-64 Details
accesscontrol-7.5-cp311-cp311-win_arm64.whl CPython 3.11 CPython 3.11 Windows ARM64 Details
accesscontrol-7.5-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
accesscontrol-7.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
accesscontrol-7.5-cp311-cp311-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.5+ x86-64, Linux glibc 2.17+ x86-64 Details
accesscontrol-7.5-cp311-cp311-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-32, Linux glibc 2.5+ x86-32 Details
accesscontrol-7.5-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
accesscontrol-7.5-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
accesscontrol-7.5-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
accesscontrol-7.5-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
accesscontrol-7.5-cp310-cp310-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64, Linux glibc 2.5+ x86-64 Details
accesscontrol-7.5-cp310-cp310-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl CPython 3.10 CPython 3.10 Linux glibc 2.5+ x86-32, Linux glibc 2.17+ x86-32 Details
accesscontrol-7.5-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
accesscontrol-7.5-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details

Total release size: 5.9 MB

Release files / accesscontrol-7.5.tar.gz

Download URL accesscontrol-7.5.tar.gz
Size 115.5 kB
Tags Source
SHA-256 checksum
How to use checksums
7e4bb4e039f9bf14736d787d2c38a7204040325fe7ec813d26bb8f65f6ed78ac
BLAKE2b-256 checksum
How to use checksums
e7d962d1c82b61b271f35327ed2cf9dedc83a146604d390bc1b75ecc061a4d00
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.

Transparency log

Release files / accesscontrol-7.5-cp314-cp314-win_arm64.whl

Download URL accesscontrol-7.5-cp314-cp314-win_arm64.whl
Size 145.6 kB
Tags CPython 3.14 Windows ARM64
SHA-256 checksum
How to use checksums
f64b15507551aa0538a18ce246c5e17487e7038c1a2d4e12a299474c1a6c045b
BLAKE2b-256 checksum
How to use checksums
446583d49026d846f71cda94437a9c70c16afd4030d261d5ab0017e3b6909ae7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.

Transparency log

Release files / accesscontrol-7.5-cp314-cp314-win_amd64.whl

Download URL accesscontrol-7.5-cp314-cp314-win_amd64.whl
Size 146.0 kB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
e6aeaa915e9110eb59be27614bb23621e6cc2727d140a90115599529b0de1c20
BLAKE2b-256 checksum
How to use checksums
2977f7273f8c85f2ee1e6f4ac8d9dbc7bcb606983e9438c0c1e16194816ffb52
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.

Transparency log

Release files / accesscontrol-7.5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL accesscontrol-7.5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 205.2 kB
Tags CPython 3.14 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
e1f9fd8150d5a9ada00aee5fbda10f7c3e703f4204ace7c0bd393c080b8a6d59
BLAKE2b-256 checksum
How to use checksums
26bdebd2e811fc4299d78f4294e5f64f406711db9a7a2f554df3aed7f1646b56
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.

Transparency log

Release files / accesscontrol-7.5-cp314-cp314-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl

Download URL accesscontrol-7.5-cp314-cp314-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Size 205.4 kB
Tags CPython 3.14 Linux glibc 2.17+ x86-64 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
29f9ae5b0f63df87270b54a67c0569d7f4c2f2b79351edf1e1b905fd591ea52b
BLAKE2b-256 checksum
How to use checksums
a71e624a1dc0820e8411e83e92c7166c3056ba6171be671d5efa8e679ce9512f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.

Transparency log

Release files / accesscontrol-7.5-cp314-cp314-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl

Download URL accesscontrol-7.5-cp314-cp314-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
Size 201.1 kB
Tags CPython 3.14 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
1dde258b748d5f34ef70366059406af3eb05cacac5e320247183d157c5e0db84
BLAKE2b-256 checksum
How to use checksums
74c67c9fc12334f950ef01d238dc91c62e5320f57cceb49c0f9d41ecc9a39092
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.

Transparency log

Release files / accesscontrol-7.5-cp314-cp314-macosx_11_0_arm64.whl

Download URL accesscontrol-7.5-cp314-cp314-macosx_11_0_arm64.whl
Size 144.8 kB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
de269f311df56d173b3498163bed61d44c80870c0a55976f7295a3482e1f6942
BLAKE2b-256 checksum
How to use checksums
3f92f7e98e05868a11488cebf0565de145a8e5a8b5aeb88c454f153312bf2918
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.

Transparency log

Release files / accesscontrol-7.5-cp314-cp314-macosx_10_9_x86_64.whl

Download URL accesscontrol-7.5-cp314-cp314-macosx_10_9_x86_64.whl
Size 145.2 kB
Tags CPython 3.14 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
66f5148763600b9be94e268460612f74f9c0c21bc497f1c129c1cbb389a7b9b9
BLAKE2b-256 checksum
How to use checksums
e4eafe052ec952d07012086c0303d0c93845d2a3f55694220d7afbfe0ba13be2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.

Transparency log

Release files / accesscontrol-7.5-cp313-cp313-win_arm64.whl

Download URL accesscontrol-7.5-cp313-cp313-win_arm64.whl
Size 145.1 kB
Tags CPython 3.13 Windows ARM64
SHA-256 checksum
How to use checksums
985fd8a2c147f5ceb8120e39d99ec5744350cd10e67cb8ad0bb94eeaa64601f3
BLAKE2b-256 checksum
How to use checksums
1ad2e647521a1222af292301448683357f441c496a9782566b9acae08e98da7c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.

Transparency log

Release files / accesscontrol-7.5-cp313-cp313-win_amd64.whl

Download URL accesscontrol-7.5-cp313-cp313-win_amd64.whl
Size 145.7 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
49f1d3b67f3b49550745ffb7974907e927f15cd540d23690b1b108a5c483dcf7
BLAKE2b-256 checksum
How to use checksums
5b56dbeb50d505cb7f68e5f3a47247bb1107e9fc5dd57c2a61a81fb24c409850
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.

Transparency log

Release files / accesscontrol-7.5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL accesscontrol-7.5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 205.6 kB
Tags CPython 3.13 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
e227d522fa784d43841e2ef55c6a78660b6776648576794d8e0d296117533dc7
BLAKE2b-256 checksum
How to use checksums
ce59eb9492fbf4075466d6d2b7094a14beeab6892ef8ec651b488fea13ba2cf5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.

Transparency log

Release files / accesscontrol-7.5-cp313-cp313-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl

Download URL accesscontrol-7.5-cp313-cp313-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Size 206.5 kB
Tags CPython 3.13 Linux glibc 2.17+ x86-64 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
6002520150142416c01a36e137c5d1662f9059d84f52348f0e7f1442d5cd9903
BLAKE2b-256 checksum
How to use checksums
49d9a82286aa89e8647c028950457419b61a99acda137b98fa2ccf525f05a61f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.

Transparency log

Release files / accesscontrol-7.5-cp313-cp313-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl

Download URL accesscontrol-7.5-cp313-cp313-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
Size 200.9 kB
Tags CPython 3.13 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
a5f5530106675de9c1b1f06590a7b6b6563c225c346692c0fb726eb968cf0e21
BLAKE2b-256 checksum
How to use checksums
c4530242726d1b2765b6d40c7c4a1ee3cb58ceb94771e13526c432ffb3827a2b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.

Transparency log

Release files / accesscontrol-7.5-cp313-cp313-macosx_11_0_arm64.whl

Download URL accesscontrol-7.5-cp313-cp313-macosx_11_0_arm64.whl
Size 144.8 kB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
9ec0793e5fe783958d5e305f2d21fe7f53d013b781323fa20057278078e8c70e
BLAKE2b-256 checksum
How to use checksums
cf61db6f041e1f27165a93b7f1670b29d6dfa7f7f4aab260a7a3ddb783f351b3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.

Transparency log

Release files / accesscontrol-7.5-cp313-cp313-macosx_10_9_x86_64.whl

Download URL accesscontrol-7.5-cp313-cp313-macosx_10_9_x86_64.whl
Size 145.2 kB
Tags CPython 3.13 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
0ef3dbaa0fd5f6641c31386b290b3560bb420bae3cd625612d8bb93def7e843f
BLAKE2b-256 checksum
How to use checksums
822fa7736793ccec5dfbc04ee0f8087bd1ce9f6f5f5863248f62da5ab67e7efc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.

Transparency log

Release files / accesscontrol-7.5-cp312-cp312-win_arm64.whl

Download URL accesscontrol-7.5-cp312-cp312-win_arm64.whl
Size 145.1 kB
Tags CPython 3.12 Windows ARM64
SHA-256 checksum
How to use checksums
3a7eed77bbb61eea824578963bee0c09c4dcd7b6a0d30546ce1184b8dc698252
BLAKE2b-256 checksum
How to use checksums
14ddeb67bbba0b53c4d67e65674f24370f279f7802dfd53cd727c1e3f613bf65
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.

Transparency log

Release files / accesscontrol-7.5-cp312-cp312-win_amd64.whl

Download URL accesscontrol-7.5-cp312-cp312-win_amd64.whl
Size 145.7 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
5c0e4776a89cb2d19c0bac346ff57c9ff8ff3bc76d2332cef6f097e7a885db78
BLAKE2b-256 checksum
How to use checksums
675d755703de192a3258a200dd588d9bb70ceb1080f207d9f73d4c404de45fe4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.

Transparency log

Release files / accesscontrol-7.5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL accesscontrol-7.5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 205.7 kB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
782b55517b9caa65ee8f08c715b64896dd0e0017dd738eb0575b3bc7b66bd1f4
BLAKE2b-256 checksum
How to use checksums
4fadb717f75a60f2f9d7d563d6de9c2cf93c89fa7c90c432f42e42c7fc265ed1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.

Transparency log

Release files / accesscontrol-7.5-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl

Download URL accesscontrol-7.5-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Size 206.5 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-64 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
9554f7d5a502c661df8feddc3eb4c79fb97501688132bb10a2fac64604e404c5
BLAKE2b-256 checksum
How to use checksums
181d21aca6aef9ecddc86277a56a91d5eec53dd30934ce34a14eb37bf67a5f46
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.

Transparency log

Release files / accesscontrol-7.5-cp312-cp312-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl

Download URL accesscontrol-7.5-cp312-cp312-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
Size 200.9 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
05a2f09d4404bbed7494e6639f8a2fd9e8a874e6dd23a0e171abe6cdc54283b0
BLAKE2b-256 checksum
How to use checksums
c9503e84af0f14ec2d126fcc3c0a82ac6b6e2afb86f5743fdb92222cbe773b84
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.

Transparency log

Release files / accesscontrol-7.5-cp312-cp312-macosx_11_0_arm64.whl

Download URL accesscontrol-7.5-cp312-cp312-macosx_11_0_arm64.whl
Size 144.3 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
7a47e962481b1b7bf5b48a6783f00223f6ad1ad7e943b502266e541425eea46a
BLAKE2b-256 checksum
How to use checksums
c757f6a9018b3198191d4451b5e50c5bd38df5d0f500ec2c7f1f19f69615a17f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.

Transparency log

Release files / accesscontrol-7.5-cp312-cp312-macosx_10_9_x86_64.whl

Download URL accesscontrol-7.5-cp312-cp312-macosx_10_9_x86_64.whl
Size 144.2 kB
Tags CPython 3.12 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
a3084982c5a78e36c284b0ba269a246b6a7e294218824855706677c3d2649c41
BLAKE2b-256 checksum
How to use checksums
0227cb3d7b85fcc1d9cebd70cc49e5439fa1ee556793ffeee2c686476e78943b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.

Transparency log

Release files / accesscontrol-7.5-cp311-cp311-win_arm64.whl

Download URL accesscontrol-7.5-cp311-cp311-win_arm64.whl
Size 145.0 kB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
36e9e23f9bccf2e9abe2b49ad6078710522035dbcd9525c80b4890f1ad5abe7e
BLAKE2b-256 checksum
How to use checksums
4fc31a67e95b193bb357fd8ece7b8fbc49b63d300a240094194b602927eea985
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.

Transparency log

Release files / accesscontrol-7.5-cp311-cp311-win_amd64.whl

Download URL accesscontrol-7.5-cp311-cp311-win_amd64.whl
Size 145.4 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
8f38d5697a1c2f9bb43a91d6b9adf587978a235b52ee76a84d878bccc36521e9
BLAKE2b-256 checksum
How to use checksums
c0eb4193df5383fa631bc6003f4743c0127a2519984872a03d1dd02c3a825d58
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.

Transparency log

Release files / accesscontrol-7.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL accesscontrol-7.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 199.9 kB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
03418d3ea6c9bc22ec4812d817e2f93979a5b451322f626e8f96afaf402a1124
BLAKE2b-256 checksum
How to use checksums
1e9ee6918a631066f32c0190efbe0e6de7b509495b39e15c9e8fe30b143b0e5a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.

Transparency log

Release files / accesscontrol-7.5-cp311-cp311-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl

Download URL accesscontrol-7.5-cp311-cp311-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Size 199.5 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-64 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
f7123e8c6515d55fe464f7fe2d2a88972eb5d6366a36c862485c9c52b86e85f7
BLAKE2b-256 checksum
How to use checksums
9bdf1cfa7c3943185807fc67637d28bf6c81e094d262dd19b36659f7874d42fb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.

Transparency log

Release files / accesscontrol-7.5-cp311-cp311-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl

Download URL accesscontrol-7.5-cp311-cp311-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
Size 195.7 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
245ac53ef83a554315281915dff3db6832507184b6ccdde2f9c6da513a7c10b7
BLAKE2b-256 checksum
How to use checksums
a262f94efe68f07d18210caae38f853b74073b33443700700b6666847552d15d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.

Transparency log

Release files / accesscontrol-7.5-cp311-cp311-macosx_11_0_arm64.whl

Download URL accesscontrol-7.5-cp311-cp311-macosx_11_0_arm64.whl
Size 143.9 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
d03bc5c66ed4a9717aeb54396fe4d28a6adc4d20e7388267b8111201d2d637f5
BLAKE2b-256 checksum
How to use checksums
ec24dbe95933567794891eb7bebf2186b42e220d13410d12974d3b30275332d0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.

Transparency log

Release files / accesscontrol-7.5-cp311-cp311-macosx_10_9_x86_64.whl

Download URL accesscontrol-7.5-cp311-cp311-macosx_10_9_x86_64.whl
Size 143.6 kB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
b4b33558f1f8b177c890674b36d7e34d19ad30fb3539f3ce74f842fd0150a4f1
BLAKE2b-256 checksum
How to use checksums
3f5a66956797d4f3ba9deeef7876109fff566f6ae65fe4be99f9a57beac0e165
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.

Transparency log

Release files / accesscontrol-7.5-cp310-cp310-win_amd64.whl

Download URL accesscontrol-7.5-cp310-cp310-win_amd64.whl
Size 145.4 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
c79102bf22039a25a384ca757e958fc06218d9eb6f2bda1f7fcf38d480f450cd
BLAKE2b-256 checksum
How to use checksums
6472ba346797deb8e64472aec67ba18425c6c344ad300ef846b48e52a3e71995
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.

Transparency log

Release files / accesscontrol-7.5-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL accesscontrol-7.5-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 196.1 kB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
440cea210ef34be6a20ad9a512f37a4df9c9afe222475a2efc990b1c8ef8997f
BLAKE2b-256 checksum
How to use checksums
5a8d819c3da081101b14593a88e1b673e5fc28098f0ddb9f3818c035bc6e69a2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.

Transparency log

Release files / accesscontrol-7.5-cp310-cp310-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl

Download URL accesscontrol-7.5-cp310-cp310-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Size 195.9 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-64 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
2a1c78ff65d3aa5a4b7ed09c49fedad7e0c481025189b3b5ca637955e04d00f5
BLAKE2b-256 checksum
How to use checksums
02032fcad19a8512647186300e531408fe1bbfb8d70a3ad6b71453e173c2c8c4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.

Transparency log

Release files / accesscontrol-7.5-cp310-cp310-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl

Download URL accesscontrol-7.5-cp310-cp310-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
Size 192.2 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
8063482de32b911aeacf24a34293828932678df96fd3bf22078fbf4b6d807838
BLAKE2b-256 checksum
How to use checksums
9548b03be5d7814a2d8d5fa9d0929a3d76f0391749ec12b7e9771a26468d28fa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.

Transparency log

Release files / accesscontrol-7.5-cp310-cp310-macosx_11_0_arm64.whl

Download URL accesscontrol-7.5-cp310-cp310-macosx_11_0_arm64.whl
Size 144.0 kB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
bea700cf428f23117a7c8b212a114ab8bd6f1e568fb51337454923dc75d1faa9
BLAKE2b-256 checksum
How to use checksums
ea26b8e44c9d8e4e442082a969f8539763ecfd59c9a4a765b4b4b5fd1c2ae97c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.

Transparency log

Release files / accesscontrol-7.5-cp310-cp310-macosx_10_9_x86_64.whl

Download URL accesscontrol-7.5-cp310-cp310-macosx_10_9_x86_64.whl
Size 143.6 kB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
ccfe4c43726845f6f9ff71ca9bba4db4df2531b73b9d32dfe83029fd4db965a7
BLAKE2b-256 checksum
How to use checksums
97ebafa1b4a48030b7460c9043d2233630baed56822f89a600e396296a234e73
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

7.5 This release

35 release files

7.4

35 release files

7.3

31 release files

7.2

37 release files

7.1

37 release files

7.0

34 release files

6.3

36 release files

6.2

33 release files

6.1

30 release files

6.0

30 release files

5.7

36 release files

5.6

39 release files

5.5

37 release files

5.4

37 release files

5.3.1

36 release files

5.3

36 release files

5.2

13 release files

5.1

5.0

9 release files

4.4

11 release files

4.3

11 release files

4.2

7 release files

4.1

7 release files

4.0

6 release files

3.0.14

1 release file

3.0.13

3 release files

3.0.12

5 release files

3.0.9

5 release files

3.0.8

5 release files

3.0.7

5 release files

3.0.6

5 release files

3.0.5

5 release files

3.0.4

5 release files

3.0.3

5 release files

3.0.2

5 release files

3.0.1

5 release files

3.0

5 release files

2.13.16

1 release file

2.13.9

5 release files

2.13.8

5 release files

2.13.7

5 release files

2.13.6

5 release files

2.13.5

5 release files

2.13.4

5 release files

2.13.3

5 release files

2.13.2

5 release files

2.13.1

5 release files

2.13.0

5 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page