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: d5055af62e1e89a15562cf09fa17ef38 SHA1: 793fa0845a13f745b91b353060079ace6bd69cb5 SHA256: 8660628c6419998431a5f868a51e3f0dad5fb65b2f9355d7e1b00dea5c8d8f20 SHA512: fdb824e56550fe21932079257ad71b8174f13361bb8133cfd70dc60549c75631aa23384f7955658586e598edb3bd5bc25daaf03976fa21d1b059fc32bbe45841 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: d7d91bf7c574f85ea02e4811d87d966d SHA1: 3eb495ec0f88b7a906be77de2db0aea58c9e63bb SHA256: 52fc505a492715f5659667b75dd13be0652bfb2b51bdf3d3ffbcb8c92027e2ef SHA512: 023d3a616f71e71ee67830e51839b4d7cfc9bf74adc6c546a021b972ecb64c0371fda063e71b9c79e0755a4837d9e9e424950aebf09b47acfe7cd61022a40d86 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: a4b5ff9883dc9c866fc749d059ff4d1e SHA1: 10aac13bc563befffd7be5506a049d10f95d6025 SHA256: 69a35642fe5989683707487151a24cc92c02f6721859e4f7978cf0363cf6dc09 SHA512: 6a50d7821db84b29645171452a0c8fcf5650b88b5932cbc4efe5ec66025a29a6214ab1d43f6a0abfe59c43d082b91ae451fb6aefeff302f4a64e16e484e13752 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.