Skip to main content

Overview

This package provides a variant of the persistent base class that’s an ExtensionClass. Unless you need ExtensionClass semantics, you probably want to use persistent.Persistent from the persistent distribution (formerly in ZODB3).

Change log

5.5 (2026-08-20)

  • Add support for Python 3.15.

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

  • Add support for automatically building and publishing source distributions.

5.4 (2025-11-16)

  • Move all supported package metadata into pyproject.toml.

5.3 (2025-11-15)

  • Fix the GitHub workflow for publishing wheels, which failed for Linux/arm64. (#348)

5.2 (2025-11-06)

  • Add support for Python 3.14.

  • Drop support for Python 3.8, 3.9.

5.1 (2024-09-17)

  • Add final support for Python 3.13.

5.0 (2024-05-30)

  • Drop support for Python 3.7.

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

  • Build Windows wheels on GHA.

4.1 (2023-10-05)

  • Add support for Python 3.12.

4.0.post1 (2023-03-24)

  • Add missing python_requires in setup.py.

4.0 (2023-03-24)

  • Build Linux binary wheels for Python 3.11.

  • Drop support for Python 2.7, 3.5, 3.6.

  • Add preliminary support for Python 3.12a5.

3.6 (2022-11-17)

  • Add support for building arm64 wheels on macOS.

3.5 (2022-11-03)

  • Add support for final Python 3.11 release.

3.4 (2022-10-11)

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

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

3.3 (2022-03-10)

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

3.2 (2022-03-02)

  • Add support for Python 3.10.

3.1 (2021-07-23)

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

  • Add support for Python 3.9.

  • On CPython no longer omit compiling the C code when PURE_PYTHON is set. Just evaluate it at runtime. (#27)

3.0 (2019-05-08)

Changes since 2.13.2:

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

  • Drop support for Python 2.6.

  • Make tests compatible with persistent >= 4.2.3.

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

  • Ensure our dependencies match our expectations about C extensions. (#4)

  • Update ExtensionClass and persistent headers.

  • Fix isinstance/issubclass for the Python version of PersistentMapping.

  • Add AppVeyor configuration to automate building Windows eggs.

2.13.2 (2010-06-16)

  • LP #587760: Handle tp_basicsize correctly.

2.13.1 (2010-04-30)

  • Removed undeclared testing dependency on zope.testing.

2.13.0 (2010-02-23)

  • Update to include ExtensionClass 2.13.0.

2.12.0 (2010-02-14)

  • Added support for method cache in Persistence. Patch contributed by Yoshinori K. Okuji. See https://bugs.launchpad.net/zope2/+bug/486193.

  • Updated C includes to ExtensionClass 2.12.0.

  • Updated package metadata and remove old build artifacts.

2.11.1 (2009-02-19)

  • First egg release.

Release files for Persistence 5.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 Persistence 5.5
File Size Uploaded
persistence-5.5.tar.gz 22.5 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for Persistence 5.5
File
persistence-5.5-cp314-cp314-win_arm64.whl CPython 3.14 CPython 3.14 Windows ARM64 Details
persistence-5.5-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
persistence-5.5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ ARM64 Details
persistence-5.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.5+ x86-64, Linux glibc 2.17+ x86-64 Details
persistence-5.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.5+ x86-32, Linux glibc 2.17+ x86-32 Details
persistence-5.5-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
persistence-5.5-cp314-cp314-macosx_10_9_x86_64.whl CPython 3.14 CPython 3.14 macOS 10.9+ x86-64 Details
persistence-5.5-cp313-cp313-win_arm64.whl CPython 3.13 CPython 3.13 Windows ARM64 Details
persistence-5.5-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
persistence-5.5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ ARM64 Details
persistence-5.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.17+ x86-64, Linux glibc 2.5+ x86-64 Details
persistence-5.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
persistence-5.5-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
persistence-5.5-cp313-cp313-macosx_10_9_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.9+ x86-64 Details
persistence-5.5-cp312-cp312-win_arm64.whl CPython 3.12 CPython 3.12 Windows ARM64 Details
persistence-5.5-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
persistence-5.5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64 Details
persistence-5.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
persistence-5.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
persistence-5.5-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
persistence-5.5-cp312-cp312-macosx_10_9_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.9+ x86-64 Details
persistence-5.5-cp311-cp311-win_arm64.whl CPython 3.11 CPython 3.11 Windows ARM64 Details
persistence-5.5-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
persistence-5.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
persistence-5.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.17+ x86-64, Linux glibc 2.5+ x86-64 Details
persistence-5.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.5+ x86-32, Linux glibc 2.17+ x86-32 Details
persistence-5.5-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
persistence-5.5-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
persistence-5.5-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
persistence-5.5-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
persistence-5.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
persistence-5.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
persistence-5.5-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
persistence-5.5-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details

Total release size: 733.0 kB

Release files / persistence-5.5.tar.gz

Download URL persistence-5.5.tar.gz
Size 22.5 kB
Tags Source
SHA-256 checksum
How to use checksums
1d12146fd61d517f0d85cc3e832b83759dccb9671978d66336ae4c730fe65264
BLAKE2b-256 checksum
How to use checksums
82c8f769c87556e87c6ed1a34edba4a24fba512a0dbe27416b4b1ea1caefb893
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 / persistence-5.5-cp314-cp314-win_arm64.whl

Download URL persistence-5.5-cp314-cp314-win_arm64.whl
Size 18.8 kB
Tags CPython 3.14 Windows ARM64
SHA-256 checksum
How to use checksums
d84f79e59f2ec4c41492750866b829d9ed1d92a317687a168a538c52a3c278c6
BLAKE2b-256 checksum
How to use checksums
5546af3086a07b43dd58864fb98bb4498c7cf1e8fc4a1e5716f2ac8bbfd7f076
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 / persistence-5.5-cp314-cp314-win_amd64.whl

Download URL persistence-5.5-cp314-cp314-win_amd64.whl
Size 19.4 kB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
7fdd6d7033ba3152a5c47b2c6cc7483224a31df24f9fa7b2229a5b5f9eaf0624
BLAKE2b-256 checksum
How to use checksums
d00d21a4ef5c4fb46394bf366ef2494e9fc466cfb50c654398df6f4c43163b63
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 / persistence-5.5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL persistence-5.5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 25.9 kB
Tags CPython 3.14 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
7d18738136e72cc44ddd7de49cc9aaa8ba55d6efe777a662e36d01860c8faf61
BLAKE2b-256 checksum
How to use checksums
7a10522ecd36cfdcf99417fa4c7cc9851e51a244278350ad2d57d28a5c5082f6
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 / persistence-5.5-cp314-cp314-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl

Download URL persistence-5.5-cp314-cp314-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Size 25.2 kB
Tags CPython 3.14 Linux glibc 2.17+ x86-64 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
2295437f43393a31137df62d960b6fc188f010d5822031653971afb090eac479
BLAKE2b-256 checksum
How to use checksums
cac9600d45ac3b0a7ad283ee5da07de42f9b10999cd12ced2d6f34f99b04c666
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 / persistence-5.5-cp314-cp314-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl

Download URL persistence-5.5-cp314-cp314-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
Size 24.9 kB
Tags CPython 3.14 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
65e2ce9f54e766f5078f5cfeea86453e0fc9e9e97b0b3e311c979d0d61cc5889
BLAKE2b-256 checksum
How to use checksums
a3344d530c4c5ba4745e93b6f505a5d7e258a41735fbc138898ecc5a05681fa1
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 / persistence-5.5-cp314-cp314-macosx_11_0_arm64.whl

Download URL persistence-5.5-cp314-cp314-macosx_11_0_arm64.whl
Size 16.4 kB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
e50ea2992c7e927ea6ae768aaab1773a2028f1addf2554713e32eec8eb0c86f2
BLAKE2b-256 checksum
How to use checksums
2f4e3eb56ba5e7ec1e52fef26f0af395ddc67a74e019a026a5f6b838413022a6
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 / persistence-5.5-cp314-cp314-macosx_10_9_x86_64.whl

Download URL persistence-5.5-cp314-cp314-macosx_10_9_x86_64.whl
Size 16.0 kB
Tags CPython 3.14 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
927ba082101f37ba94e3cfcb712f260cca88fa88f5939833e56ea6a1f6006359
BLAKE2b-256 checksum
How to use checksums
b8f0eeac67375654d5b201dff62f9da4a701fad6942f3c73820f272dbb2d9463
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 / persistence-5.5-cp313-cp313-win_arm64.whl

Download URL persistence-5.5-cp313-cp313-win_arm64.whl
Size 18.7 kB
Tags CPython 3.13 Windows ARM64
SHA-256 checksum
How to use checksums
d4269efa7943becedc9e3287ae67d0372e38127f3e521a5ccb0adc1cecc99851
BLAKE2b-256 checksum
How to use checksums
d88ad2acb0301e7b6c49016358448a461bc0325ef1803367fa342e694ea20181
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 / persistence-5.5-cp313-cp313-win_amd64.whl

Download URL persistence-5.5-cp313-cp313-win_amd64.whl
Size 19.2 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
ad84d6c744f5603cd17a413dafd6a578ed28c70a0d22926cdba86f9927537a8d
BLAKE2b-256 checksum
How to use checksums
14e153b503b7478816f647c4e1ead8c81c9b8dca63e9fcd32374f11a276ef2b9
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 / persistence-5.5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL persistence-5.5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 25.9 kB
Tags CPython 3.13 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
d2532ca97dfa12957080da7ef369722d1437ef3846454684f1121d89e178d36d
BLAKE2b-256 checksum
How to use checksums
ebf60b5e4318c84bc3f60f11deb6babb2d892567d02c9f36ef5dfeb95e729916
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 / persistence-5.5-cp313-cp313-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl

Download URL persistence-5.5-cp313-cp313-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Size 25.2 kB
Tags CPython 3.13 Linux glibc 2.17+ x86-64 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
4e74edf9f95c1a8a894fc798d7d1fb3bb5da8d89abc1d44c49350b0b0f607c93
BLAKE2b-256 checksum
How to use checksums
8af0ebc94efc3aab5088fc340c2a11d7fa9f4d112b75ed179cc7546a614cd231
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 / persistence-5.5-cp313-cp313-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl

Download URL persistence-5.5-cp313-cp313-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
Size 24.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
a00d0ec443079169358e8257dcc77bbcbb505e9e2f4508517d1393c72ba2f438
BLAKE2b-256 checksum
How to use checksums
0dbee051cd8c7749bef90a2de587a3205231927d752c4f145199199d438f0032
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 / persistence-5.5-cp313-cp313-macosx_11_0_arm64.whl

Download URL persistence-5.5-cp313-cp313-macosx_11_0_arm64.whl
Size 16.4 kB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
cf3f3e47d86b0cfe701201a969b0addaaa773821ad4973f29f0c582c3b0e21d0
BLAKE2b-256 checksum
How to use checksums
65188d7d3013e420db1e9f0178bb029b3459c70f935da8f3b9fbd6825829d65a
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 / persistence-5.5-cp313-cp313-macosx_10_9_x86_64.whl

Download URL persistence-5.5-cp313-cp313-macosx_10_9_x86_64.whl
Size 16.0 kB
Tags CPython 3.13 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
9da5650338019532113ebe272e403903f037eaf73a41b16d154bf39ba17d5296
BLAKE2b-256 checksum
How to use checksums
21d0dc2eb6b903ec3903058d0c73d8536f2c07963b728c4470b1ff26f9cc54f2
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 / persistence-5.5-cp312-cp312-win_arm64.whl

Download URL persistence-5.5-cp312-cp312-win_arm64.whl
Size 18.7 kB
Tags CPython 3.12 Windows ARM64
SHA-256 checksum
How to use checksums
fac593726720dd8e3a50ec5816824412c547ebaa853fc00623149e4fc48204ab
BLAKE2b-256 checksum
How to use checksums
4548ac60b3d77b2f8846beb4b668113dd862c070bfa04ccd01d60d542f4fd387
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 / persistence-5.5-cp312-cp312-win_amd64.whl

Download URL persistence-5.5-cp312-cp312-win_amd64.whl
Size 19.2 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
5819069d67a2308b4e093eff8608b80a7ff65df7c91531c8b33670081837f16e
BLAKE2b-256 checksum
How to use checksums
6984515698748943b76d4ddd36470110910ac3e19e3c7cd45d3ad2f2d25908d6
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 / persistence-5.5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL persistence-5.5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 25.9 kB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
55e020d1a1246948d14519043d53690452dec01e84ea258c812ff0704675e5f5
BLAKE2b-256 checksum
How to use checksums
c94fb1b7be4b26b9852b3646db9595943046f09f4da3720978d8a2cfd9944254
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 / persistence-5.5-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl

Download URL persistence-5.5-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Size 25.2 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-64 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
0f56a02e310085153364643520759ac7533b7b785b6a3fb9c290b6661585f656
BLAKE2b-256 checksum
How to use checksums
4a76d38a07a79d869293b690800cac88613398ce001c74a9e9a57b92db4359f4
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 / persistence-5.5-cp312-cp312-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl

Download URL persistence-5.5-cp312-cp312-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
Size 24.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
06780a98e424ea9aa3e9ebfef8674c64ccf13baaa0601a16958e87b71439e5a7
BLAKE2b-256 checksum
How to use checksums
ae761817a6cd48eadaf7498c48b6d3459566a40d3749cd33863bd1ef0ec27251
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 / persistence-5.5-cp312-cp312-macosx_11_0_arm64.whl

Download URL persistence-5.5-cp312-cp312-macosx_11_0_arm64.whl
Size 16.4 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
0732bd823538d6258c636fe822338e9f7fdc1485fe915c22a038df215ce018d1
BLAKE2b-256 checksum
How to use checksums
f5f32855717946fab5ae377f66f5aacf47b5e40824cf879cabbf2e466d6d0f2c
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 / persistence-5.5-cp312-cp312-macosx_10_9_x86_64.whl

Download URL persistence-5.5-cp312-cp312-macosx_10_9_x86_64.whl
Size 16.0 kB
Tags CPython 3.12 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
6cfa28a0decf8234fe83a6788fbdb12f26fa8ce1685f6b2446b4e93a1b6f2c9f
BLAKE2b-256 checksum
How to use checksums
7028200f69d880ee4a3e0c651f85422c3a7a02cef8fd41b016bb008d0f44b8db
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 / persistence-5.5-cp311-cp311-win_arm64.whl

Download URL persistence-5.5-cp311-cp311-win_arm64.whl
Size 18.7 kB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
f24deb1e8e607fc990b5926b174182ac590cb73605abc66955445b572ee1a01a
BLAKE2b-256 checksum
How to use checksums
d720830346501c96661f7918a6b3d5207ce46b77bef63fcc29ba6c263d9df449
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 / persistence-5.5-cp311-cp311-win_amd64.whl

Download URL persistence-5.5-cp311-cp311-win_amd64.whl
Size 19.2 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
5e263b600ee81a12b5e59fa04a20daec585a42be1c28d16d7996c68714e7704b
BLAKE2b-256 checksum
How to use checksums
de7571f3829d46a6bafbed97c544c6ec496917e41b6ebf9e0f9580615208f3a0
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 / persistence-5.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL persistence-5.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 25.6 kB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
f24ce1dd148b0b6befd82c93038bb39defe52df0ce190d137657dbc29a2d673c
BLAKE2b-256 checksum
How to use checksums
431f55358a740f7348ec978646eaafd80140c4ce8725d13c39144a43b963c33b
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 / persistence-5.5-cp311-cp311-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl

Download URL persistence-5.5-cp311-cp311-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Size 24.9 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-64 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
eaed0c238c4370c31f9d799dafea6a5c8b42716d308e7e5897b6d05945ef4ce4
BLAKE2b-256 checksum
How to use checksums
1d9beffd4d8d0af0b9ea6f519a37a55a14a52b732a53ec7c5f673a4e01dbe996
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 / persistence-5.5-cp311-cp311-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl

Download URL persistence-5.5-cp311-cp311-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
Size 24.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
2d724b96b9bf1eeaabfb0d1b5ddbfa758232830da44ca25ec81246daf891a644
BLAKE2b-256 checksum
How to use checksums
29a67c76ac827e81b911e4d783533d849d612e7bd7a30bf3b4b5af43c9245e26
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 / persistence-5.5-cp311-cp311-macosx_11_0_arm64.whl

Download URL persistence-5.5-cp311-cp311-macosx_11_0_arm64.whl
Size 16.4 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
4916297e34094244527fd125f0949101a44665cc0686c9068519076adfa2c406
BLAKE2b-256 checksum
How to use checksums
3a7c8c639730c175b287ec251327a4142d6745dc413b0f970be5e15f147d0a6c
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 / persistence-5.5-cp311-cp311-macosx_10_9_x86_64.whl

Download URL persistence-5.5-cp311-cp311-macosx_10_9_x86_64.whl
Size 15.9 kB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
42aa140230ec57d96c1070b9890f603b9b87d05bc32ce02e2e2ac83ba32a998a
BLAKE2b-256 checksum
How to use checksums
fdac0c855696fb56be09f1678e9a43dd9ebabfe16c214d2361a59e72122d4f31
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 / persistence-5.5-cp310-cp310-win_amd64.whl

Download URL persistence-5.5-cp310-cp310-win_amd64.whl
Size 19.2 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
0c30590a981fc5522c4d4de5ef16ae9ae44fdeb990ca9b5e44c790459c44c76c
BLAKE2b-256 checksum
How to use checksums
b9ca2ab1a631410eac460a50941182e070905ef0a0460f4c39f079e4d2fb0241
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 / persistence-5.5-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL persistence-5.5-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 25.5 kB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
79de764629b71d235561ad86c2a292bc80e1fb275417ea236820ca8ac1ee9b0b
BLAKE2b-256 checksum
How to use checksums
d25981205b44543685c24a31f53487280e7ae7c177ce8880e76c8bc473a1ed39
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 / persistence-5.5-cp310-cp310-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl

Download URL persistence-5.5-cp310-cp310-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Size 24.8 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-64 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
705f0314501aa1c4a03f5c95296d8f308d5a67f22f1d66318154429ecded2b2b
BLAKE2b-256 checksum
How to use checksums
ab4f4e8198e5d23720c4f4a0a5f3211bff523ceb27e5c5f91a6a8ee42c12374f
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 / persistence-5.5-cp310-cp310-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl

Download URL persistence-5.5-cp310-cp310-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
Size 24.6 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
10576b5d9a9bda35c516b8d8d2574ad9f86912a8f6134fe2d17e15001d02e73d
BLAKE2b-256 checksum
How to use checksums
8352d742d7bbc91bc2591ad493e1a608778e906f701e2061c8df8a4037ebc5ed
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 / persistence-5.5-cp310-cp310-macosx_11_0_arm64.whl

Download URL persistence-5.5-cp310-cp310-macosx_11_0_arm64.whl
Size 16.4 kB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
e36245f4ab329ec953086a2612f9c717d7c748b4cf9aff6567e483ee690e18ec
BLAKE2b-256 checksum
How to use checksums
aec4da0936eaff68c09bc0013a1a6110ee0b9151ac38f5f68109bb950507252a
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 / persistence-5.5-cp310-cp310-macosx_10_9_x86_64.whl

Download URL persistence-5.5-cp310-cp310-macosx_10_9_x86_64.whl
Size 15.9 kB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
3f6fd34822b624e2b380397d6674aed771342fa60f76f7c460e3d6662991cb5d
BLAKE2b-256 checksum
How to use checksums
0ebfedab84304497932b45ff699829c0f16db813d3d22483b6a8ae5603989678
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
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