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: 2bc2d89ffb2c15ac159c13288c5b16a3 SHA1: 489f996d6f2a9a8bf7f23f15f8b46853f0c24ca0 SHA256: ae1685042900bac47e7798cac063cd02a4ca2095b0f6a70aaa1b4fdbe06a0583 SHA512: e6c6dfbf90aba96d04da5055f73e4135764be37e938dbf770897b318c208284acab31c4c4cd2816b46174c863a956cb1ae5cd7fb4b18f57c1830cc8044450e04 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: 5be065e38f29d571ec958036ff17c8d1 SHA1: c8e71ed89d0a7af45a10516922214ea4a4310aac SHA256: fcfe27d7e05184dce609cfa9ffa00cbaadc6a1c1ad1d41095bf545d89d5a46e8 SHA512: 25474252fc72d2ec5ab08f0fc3fa96dbc5ef5d64b6a63e1c8615ee4c3979d2dd885be3bf2f1c07520a426f165be9527bccf1e84b11c2b27ea052382402c0432f 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: d8be574a673fd1f1c6094d8889965e27 SHA1: b55e4dabca5b0261d70ae7a5319067aaac6b61ea SHA256: e00dfd315191a748f4086406ca6cf447b7785ad50f5c0be94ed065d6e1cbe5f6 SHA512: 754f3ae884f14cb53ded7ac9a5b8f66355d237aee97a56bcba3f5ca4995ca1f99970b0443b12291cf11ec9c7c3b2d4d02b1d9a573f15dcc6d2be99e9fb97ae42 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.