Package: python-pyang Architecture: all Version: 1.7.3-1 Priority: optional Section: python Source: pyang Maintainer: Martin Bjorklund Installed-Size: 1247 Depends: python (>= 2.7), python (<< 2.8) Filename: pool/IM/python-pyang_1.7.3-1_all.deb Size: 218126 MD5sum: 93fdf9ea8642ab742f344fb79b5e7021 SHA1: dfaeaaabd9930017392690edfd31f071339f03e7 SHA256: f56e18f0ee16804bcf1e8b4ea89b195e8e251c881bc3d2202e3dc034dffcb84e SHA512: 83562d90fc3ecf151d240019042f9e2b074958b5f226965c3a6ed056dc2bccac82957643ab824ad050be9b6059496ed609433cf95b143971e1cc41b3476b0f00 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-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: 39158 MD5sum: 48b937358bb32f15cc5c91459979ecc1 SHA1: 81765162b9b39669b75a42289a4fdd10f3dac9e1 SHA256: 99dbb1da56fa86d76c125920ec2b6fa633e5a85e8e3ce05358242cda5c7bd4b4 SHA512: 43ae37a1277f1b27ef8059991389db7b9e97a0c730799f11d07da6e754d1484308a93e032876403db6dacfc3694258ca1bbeeb5a839094df39e70039469a8140 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: 3.0.0.post1-1 Priority: optional Section: python Source: osm-im Maintainer: Mike Marchetti Installed-Size: 1501 Depends: python (>= 2.7), python (<< 2.8), python-pyangbind Filename: pool/IM/python-osm-im_3.0.0.post1-1_all.deb Size: 56320 MD5sum: 5efc50840ce3a3fd379bd8cb3b33782c SHA1: f0f5feebb1a7bbd0d635fa2aabc257893ad6b0a6 SHA256: dac26205c010cfe190fc377db029f6953ac25a725d9119f8aa317c99c614a728 SHA512: 880eb62aa6d47cd4bd2fffc70fdbd88c0d04a09cd8af2a0edf81f906ed96cb98e4edc0946047726c99bc1c7dd0a4473bec24653d349c1f901563a1aa22764536 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.