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: 1bd7ce3d4ca4f0e0d1f39e3556481baa SHA1: 332a81f852f39311fe7d3912c3a0247340395b14 SHA256: 9bba479f6bd084c64ef4b76c0ec748143f6bf3d1d7e658379462a67de02b602b SHA512: 0918179b2f105906647c9d92f32cddab85bcae7a02d17a60f434d68a90a486d8ac9f0c500d7a6fdb08ea2b33dc8b1a411a5e12f7aea4c8f97587e00c851da59f 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: 6d283b4cf0d341049613e2fd2f79d25d SHA1: 1d4950d36ce45b715543bec5f395b1cb58ba578a SHA256: 96560e0460a6310fac0eb1c1f95e532da957fb0af43fe93f70527ce01c4ba946 SHA512: 31c4ccc3a36800eb8abec5ff99fcdfe6f9f9015b5ad42cae6e0a0e9eceead2fc9ae0f6070becdbd0271b0c146ac376340d821ecf24a2c565730f77961d07b69c 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: 82d249df14d8597f331e2d6e3882e5bf SHA1: b58a195196c33ff489a21594ec6a5a8c0ff0348d SHA256: 9d5626d5165fa4d89a7dd5364dc95d4f77af5cc870e7d74cfe2dd5619bc3ddec SHA512: 757c88d1adc686b218c59a849b6c217770f3e33cddf50d03382b70f5903a7466115027e1a040f4c0975af7dd3c89fc78f56aa37ee30d02c825adaabfacf4e6b1 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.