A beautiful content wrapper for SENAITE that you will love
Project description
A beautiful content wrapper for SENAITE that you will love
About
The SENAITE CORE SUPERMODEL is a content wrapper for objects and catalog brains in SENAITE and provides a unified dictionary interface to access the schema fields, methods and metadata.
For what is it needed?
The purpose of the SUPERMODEL is to help coders to access the data from content objects. It also ensures that the most effective and efficient method is used to achieve a task.
How does it work?
A SuperModel can be instantiated with an UID of a content object:
>>> from senaite.core.supermodel import SuperModel >>> supermodel = SuperModel('e37c1b659137414e872c08af410f09b4')
This will give transparent access to all schema fields of the wrapped object as well to all the metadata columns of the primary catalog of this object:
>>> supermodel.MySchemaField' 'Value of MySchemaField'
Please read the full functional doctest to see the super powers of the SuperModel in action.
Installation
SENAITE.CORE.SUPERMODEL is a dependency of SENAITE.CORE and therefore no additional installation steps are required.
Changelog
1.2.5 (2021-07-24)
version bump
1.2.4 (2020-08-04)
version bump
1.2.3 (2020-03-02)
#10 Fix API import
1.2.2 (2020-03-01)
#9 Support Dexterity Fields
1.2.1 (2019-07-01)
#8 Do not process “0” values to Portal-SuperModels
#7 Fix traceback when initializing a supermodel with a catalog brain
#6 Added Destructor and further improvements
#5 Fix UID->SuperModel conversion of UIDReferenceFields
#4 Skip private fields starting with _
1.2.0 (2019-03-30)
Compatibility release for SENAITE CORE 1.3.0
1.1.0 (2018-10-04)
#2 Allow to pass in a catalog brain or instance to initialize a SuperModel
1.0.0 (2018-07-19)
Initial Release
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for senaite.core.supermodel-1.2.5.zip
Algorithm | Hash digest | |
---|---|---|
SHA256 | 31be09aae034c24fb5161721fe655929bf55967c1153037341aca602a0b66c7b |
|
MD5 | 2bbb080fd1e95c7b2852e47b58b8eebf |
|
BLAKE2b-256 | af2987cc73d21a50f722b196d87ee7fadf7b81d47a1fdb69278df4d0fb87a081 |