-
Notifications
You must be signed in to change notification settings - Fork 0
Home
- Author: Isaac Bell
- Version: 1.0.0
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.
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.