https://github.com/zopefoundation/persistence
Persistent ExtensionClass
https://github.com/zopefoundation/persistence
hacktoberfest
Last synced: 8 months ago
JSON representation
Persistent ExtensionClass
- Host: GitHub
- URL: https://github.com/zopefoundation/persistence
- Owner: zopefoundation
- License: other
- Created: 2013-02-25T21:30:30.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-10-03T12:23:46.000Z (8 months ago)
- Last Synced: 2025-10-03T14:21:38.904Z (8 months ago)
- Topics: hacktoberfest
- Language: Python
- Homepage:
- Size: 272 KB
- Stars: 2
- Watchers: 61
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Copyright: COPYRIGHT.txt
Awesome Lists containing this project
README
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).
.. _ExtensionClass : https://pypi.org/project/ExtensionClass/
.. _persistent : https://pypi.org/project/persistent/