Skip to content
Isaac Bell edited this page Mar 14, 2026 · 9 revisions

clsproperties

This library provides classproperty objects for controlled access to class attributes.

The classproperty class aims to emulate the behaviours of Python's built-in property class, providing controlled access to class attributes instead of instance attributes. Like property objects, classproperty objects support use both as a decorator and as a callable. Like property objects, classproperty objects are descriptors, supporting getter, setter and deleter functions.

Links


Pages

This is the full documentation for the clsproperties library. Details on the installation and usage of the library will be documented here.

This is the change log for the clsproperties library. Release notes for all major, minor and patch releases will be documented here, with details on added, removed, changed and fixed features.

Clone this wiki locally