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 `. It deals with generating`` Device` 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_levelare replaced by attributehelper.