Package: python-pyang Architecture: all Version: 1.7.5-1 Priority: optional Section: python Source: pyang Maintainer: Martin Bjorklund Installed-Size: 1405 Depends: python (>= 2.7), python (<< 2.8), python-lxml Filename: pool/IM/python-pyang_1.7.5-1_all.deb Size: 234166 MD5sum: c556f9990b34b6af298f491ea4daa741 SHA1: 4c540c12ceec933cfbe9d8a77d61b7a4e74ccc9c SHA256: dd4f80c0e88b57d2663654f237b95ca3dad726ba865c55e23446b8407912ac50 SHA512: f8f8f2d8fc53de1f41cf22c5319ed2ea3418a0c2395ca13a4ffc4f89c6ebe680c401cfda5a7c730408b18f656a056e18eafb52610f12ae2433f46ad555170282 Description: A YANG (RFC 6020/7950) validator and converter An extensible YANG (RFC 6020/7950) validator. Provides a framework for plugins that can convert YANG modules to other formats. Package: python-pyangbind Architecture: all Version: 0.6.0-1 Priority: optional Section: python Source: pyangbind Maintainer: Rob Shakir Installed-Size: 188 Depends: python (>= 2.7), python (<< 2.8), python-pyang, python-bitarray, python-lxml, python-six, python-enum34 Filename: pool/IM/python-pyangbind_0.6.0-1_all.deb Size: 39520 MD5sum: 010b898663613470b4f340924a1c997e SHA1: 050961165b22fe77d53b995a76a3a890062c3852 SHA256: 1014b312738bec94f29a0bcbb87dcd3a1724e8f5056bff24465d55f1f3d45fa7 SHA512: 28b7a455a9954756eb21798e96b78dab379887b8bf9627edc17a52fe2de8e0c864f297661dc7301d2ee9880f823331e9c2a3703cbfd87dc18ad45bca20f619de Description: PyangBind is a plugin for pyang which converts YANG datamode PyangBind ========= . PyangBind is a plugin for pyang which converts YANG data models into a Python class hierarchy, such that Python can be used to manipulate data that conforms with a YANG model. . This module provides the supporting classes and functions that PyangBind modules utilise, particularly: . * pyangbind.base.PybindBase - which is the parent class inherited by all container or module YANG objects. . * pyangbind.pybindJSON - which containers wrapper functions which can be used to help with serialisation of YANG to JSON. . * pyangbind.serialise.pybindJSONEncoder - a class that can be used as a custom encoder for the JSON module to serialise PyangBind class hierarchies to JSON. . * pyangbind.serialise.pybindJSONDecoder - a class that can be used as a custom decoder to load JSON-encoded instances of YANG models into a PyangBind class hierarchy. . * pyangbind.xpathhelper.YANGPathHelper - a class which can have objects registered against it, and subsequently retrieved from it using XPATH expressions. This module also includes parent classes that can be used to implement other helper modules of this nature. . * pyangbind.yangtypes: The various functions which generate python types that are used to represent YANG types, and some helper methods. . - pyangbind.yangtypes.is_yang_list and is_yang_leaflist are self explainatory, but may be useful. Package: python-osm-im Architecture: all Version: 4.0.1-1 Priority: optional Section: python Source: osm-im Maintainer: Mike Marchetti Installed-Size: 1706 Depends: python (>= 2.7), python (<< 2.8), python-pyangbind Filename: pool/IM/python-osm-im_4.0.1-1_all.deb Size: 62590 MD5sum: ac27f6c5b4f32215e50dc0e1b463b1e9 SHA1: 3ec65df881bdc46770c4dca753ae48d3a0012708 SHA256: 1c5e71b07db4a1b664d5a3ee2cb8bb8c55706c7413215db6422426bf0443de6b SHA512: 049f9b1b659fac9d38c57da352d72f7b0cdda961dbbc2db572a48580fed16689317f4dec5808206715dab41c77a870d096ad5bcd74e4fee021628f6f788614cc Description: OSM Information Model =========== osm-im =========== . osm-im is the Information Model package for OSM, providing base classes derived from YANG models to be used by other modules.