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: 5b6c3c81a0eb29b3b871e5e3ce89fb90 SHA1: c451394011804aab09df7862ba97b3e46c420699 SHA256: 11c42f4e8ddba64ae0337146db6135864a10b9e8063e53be8d07d9de8d0b60d7 SHA512: e5e014eb01b9d6098c0f36dc00acccecf9435f7ea0a1f5f3b77e324d2c366ecd189d4d32a54062446814d77bd47e0bf6cdecfbb0d8785f6eac7cfff81d33c8aa 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: 9ce76475677d843e265ce4e23ed69a70 SHA1: d28ea2260091d3a017fd728b84438c7047c034a9 SHA256: 55761b7edc032fd72884bf0d11b6c77d6c5c1da865cd65b39777e2eebfe03dd1 SHA512: 96ea5da84a5a1b8618eff27418d592969e077f93f249dbf7218d40453d6a4099a40663f1c643feaca28963189c9b1bc0bd1602d159c833a86c52f75649cb5fe0 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: 1f900cc63c834d9e09f2fc433bfae576 SHA1: 9806ca62fb029a17c099758d7d7fa2d4fc56fd38 SHA256: 07f82f3fd1e1a8d7fa2f648d393321a503fbdfe55fd6da05dc0a9d208a3671e8 SHA512: 11b6fbd733e9e078b446d99519557f5666a865eeaa97f389ac7c1afb1903ed490072b0a398b4a4099d876fa8e8ea820744ed8b93c864e70db8f7136ac7843de5 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.