Package: python-pyang Architecture: all Version: 1.7.3-1 Priority: optional Section: python Source: pyang Maintainer: Martin Bjorklund Installed-Size: 1249 Depends: python (>= 2.7), python (<< 2.8) Filename: pool/IM/python-pyang_1.7.3-1_all.deb Size: 218318 MD5sum: 15c88d5b9f5d3f847008bae036f44ea2 SHA1: df79797e35d5a9bb9ae472bbda894f99e18abf06 SHA256: e848e45ad8f4b71ff2defd3004effef09696af763427935c967ca9a5a0d76070 SHA512: 05adb20a4dee6cbc70f594c5c0b8a1d1adf56db1484da5d042a8266516393ff56ae0ba8273d7ad48f1ec7d328f966d75d8363fd685c63a769a9192a3bdd02c35 Description: A YANG (RFC 6020) validator and converter An extensible YANG (RFC 6020) validator. Provides a framwork for plugins that can convert YANG modules to other formats. Package: python-osm-im Architecture: all Version: 3.0.0.post2-1 Priority: optional Section: python Source: osm-im Maintainer: Mike Marchetti Installed-Size: 1505 Depends: python (>= 2.7), python (<< 2.8), python-pyangbind Filename: pool/IM/python-osm-im_3.0.0.post2-1_all.deb Size: 56614 MD5sum: 64757424742d38a7e3f00dc815f6940b SHA1: 4d79d0be10679237f2703777f9b762dde03a84e8 SHA256: 33a423fbe7e5e16489601dc06f1dab6df2d63850c862d988d64f560d763396b6 SHA512: 4371798d17f7d91c15fa250ab370e9dde2607d6c114863fe26786150fec2658e1d22b2291111a9210037bc8a321101cb0f54b683e482959f63dcd5abe28cca51 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. Package: python-pyangbind Architecture: all Version: 0.5.11-1 Priority: optional Section: python Source: pyangbind Maintainer: Rob Shakir Installed-Size: 187 Depends: python (>= 2.7), python (<< 2.8), python-pyang, python-bitarray, python-lxml, python-six Filename: pool/IM/python-pyangbind_0.5.11-1_all.deb Size: 39198 MD5sum: 8339f62da295acb65217686627218f6e SHA1: 2944b72a49b00a036f0edd1e8fe8cca2726ff1f5 SHA256: 9b45365c6ec0d8fb8cf46d5f0fdbc117aa12b6a1830f9a92de2eb90d78e723fe SHA512: 168d320bbc1a9236aa41b59df232a4ddf61be50c2a35c1d774a9d85f21691199e60082188a7fbfad758bdd511a41a90cab5a2ee7c42db0b6cf82394ceac3aefd 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.