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: 64ec0a7fcb5711cf46745f1882240722 SHA1: a0c2578335927a9a22e63c444c3eae92636ac29d SHA256: 097af59c2594f03ff862be3d4ca0abcb7b737b31557e0f3d059ae80dedf12990 SHA512: 88d8f42d2fdb3c7458678a7b7db0f0a63565fc77e198f53b906517abe0054f0a00a7daea0ff554ccf63d32bc989f687bb99de33b67a7e6c0dd8d17d68080a990 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: 6b4725b51815d65c840208fb0ec95ede SHA1: 65b89f643cc753ab4421fcb1d77b99ae65bb249a SHA256: 575a219694ab096deb1d12a0a3220afa177c474a981de7dea3819248574884d8 SHA512: 4e4f1d7753d18e6c3e6d767fd6c75b115479fbd3a06b9d72cb85687ce97ee20a20717e85b41137c634824eeee6c85e4fa2e5c7e672bee63708a8b4c266c1908b 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: dd9099323244ebfd25cde450724938a0 SHA1: 2825d5611261929c98d9d60fa21b131141bf056a SHA256: 4284bc77a2b15e4be3d6192b8c00011fd2b94fb8f0c045447d8c11709ad1df00 SHA512: 9ea01315f39cedb8d57523ababfc132efe1c7a26511e8171b65f7919005d2a30447b2a2d9dabeaaf735f1eb78751682b396bd7d99dd881e78799b8401753cd9c 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.