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: ef12967899cfa933b2e022053ac0dcdc SHA1: 6320e60fe5b0acedb2a70593ffb121de99ed7ec9 SHA256: eb670eda5ca964eb374d3e6d6a45dbc805175f25db43cdae0cc00b6a0bbe05d5 SHA512: 41b564f8ee9d8e23bb6a0f46e3fb49c2a0cf2faf427e369f654305094881d9867e328841efb208cfa57423b86fac53b8ef1c7096564dd0f1d9ca18ad66ec71c4 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: f2d031734e0bfac94a01c93b4abece0d SHA1: 782688f0f049b6a32cb87def1813a6c57966c475 SHA256: 2db4cc25172aad3dd1562382077bfdc268a283a91808d9a796598cdea6724cfc SHA512: a028e99923427d2a67b732e4aeb96960b2c03bbdcb2de2943aaa992f10304f946eab112558f5a946ba89540775833ca3145871cb8ddde6c6961966d1eaeb24cf 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: e571ad9b454e6dd3f999404852b0177e SHA1: d674b92e05e0a7f295a5c596c759fc768680e4c3 SHA256: 113e9844e9bd48eef148f56ac70c95fa274ca5a4d48e9737c21b2b1995e79506 SHA512: e797ab847a124e3013d922a4ddaf05d2720c9f5b06ffc2f8ae1f1f4eb75afb0bda8b80860cb7a9c74a116c5fffe37f35f2872b18ae965704b027b9d0148d480b 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.