July 2016
July 25
Module |
Versions |
---|---|
|
1.1.0 |
Upgrade Instruction
pip install abstract
pip install --upgrade genie
Also make sure you upgrade xbu-shared
libraries to the latest version.
cd $VIRTUAL_ENV/xbu_shared
git pull origin master
Features:
New enhancement to Attributes helper. Replaces much of the boilerplate coding requirement for each
Feature
.New addition to
Genie
, Cli Config Builder. It deals with generatingDevice
configuration, and automatically generates the unconfiguration.Managed Attribute is another new addition which let’s you finely control all aspect of class member variable. To list some of its features:
Type checking
Read-only mode
Automatically document the attributes.
Performs transformation on set/get/del.
New file structure to support abstract for
xbu_shared
.
_finalize
,_build_helper
and_merge_level
are replaced by attributehelper.