Package: python-osm-im Architecture: all Version: 3.1.0-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_3.1.0-1_all.deb Size: 62594 MD5sum: 9e752e9ef5026c72ae164aff3bd6efe8 SHA1: 2b4df115045ce8d641b7c083a58593292a0539c7 SHA256: 75a2f33d7a0a04047f21ad08c9143480eae2ecb9397d6120ea0e51f64210a000 SHA512: ac588bb8678c866d2965230a957f7be47807842c678d4f834fee8b6e545e2ea0edcb3c2d4c00fea15becd7e225a85488f8829f17a7394b3a0368fb053421b416 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-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: 234130 MD5sum: 4f68a5e0e99406b17f8adfca18d5d092 SHA1: 975c592de96836d614c0957f68cfbabea90cdac1 SHA256: b8c87cd4d33f97d92d3a22acf40472f34a6e00bcf6cb812380fc6fba8b7d7612 SHA512: 1145ea40cbf68c1921d53d7410a75737421ec8f267b4e31a0d2919eedc3b0a03cb0ccfbb1deeb8c669e180742e31afae331a21355801b12bbe5abc5e9048a3aa 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: 39524 MD5sum: 6ff2d541e3b5c6a3cb96378cd7e7c7b3 SHA1: 613a37e2631b5d1246b41aaeaac939765bfe8abf SHA256: 8e7235c96553b33c80e2c6855981147009f8df0a7cc23e119daafc806b677e94 SHA512: 3e24887114110a0a7ddb123b69b36f2f6882b6339d2357263afd566d2c91773ff26c3047de53ff1dd9460c8536a62736673a04d9c0176caa625311cfcc6c522e 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.