Added 'active' boolean member to kiutils.libraries.Library. In addition, modified Library/LibTable tests to include the member.
This member reflects KiCad's own functionality. When active == False, a (disabled) token is present in the library's S-expr. When active == True, the token is absent.
Added 'active' boolean member to kiutils.libraries.Library. In addition, modified Library/LibTable tests to include the member.
This member reflects KiCad's own functionality. When
active == False
, a(disabled)
token is present in the library's S-expr. Whenactive == True
, the token is absent.Fixes #48.