Skip to main content

PyangBind is a plugin for pyang which converts YANG datamodels into a Python class hierarchy, such that Python can be used to manipulate data that conforms with a YANG model.

Project description

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.

    • pyangbind.yangtypes.safe_name is used throughout PyangBind to determine how to map YANG element names into Python attribute names safely.

    • pyangbind.yangtypes.RestrictedPrecisionDecimalType - generates wrapped Decimal types that has a restricted set of decimal digits - i.e., can deal with fraction-digits arguments in YANG.

    • pyangbind.yangtypes.RestrictedClassType - generates types which wrap a ‘base’ type (e.g., integer) with particular restrictions. The restrictions are supplied as a dictionary, or with specific arguments if single restrictions are required. Currently, the restrictions supported are regexp matches, ranges, lengths, and restrictions to a set of values (provided as keys to a dict).

    • pyangbind.yangtypes.TypedListType - generates types which wrap a list to restrict the objects that it may contain.

    • pyangbind.yangtypes.YANGListType - generates types which wrap a class representing a container, such that it acts as a YANG list.

    • pyangbind.yangtypes.YANGBool - a boolean class.

    • pyangbind.yangtypes.YANGDynClass - generates types which consist of a wrapper (YANGDynClass) and a wrapped object which may be any other class. YANGDynClass is a meta-class that provides additional data on top of the attributes and functions of the wrapped class.

    • pyangbind.yangtypes.ReferenceType - generates types which can use a pyangbind.xpathhelper.PybindXpathHelper instance to look up values - particularly to support leafrefs in YANG.

Usage documentation for PyangBind itself can be found on GitHub: https://github.com/robshakir/pyangbind

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyangbind-brcd-0.6.6.tar.gz (48.1 kB view details)

Uploaded Source

Built Distribution

pyangbind_brcd-0.6.6-py2-none-any.whl (49.8 kB view details)

Uploaded Python 2

File details

Details for the file pyangbind-brcd-0.6.6.tar.gz.

File metadata

File hashes

Hashes for pyangbind-brcd-0.6.6.tar.gz
Algorithm Hash digest
SHA256 cd0306b38f008c2561a4fe45b5b7b9ca8bfdf5d6f2ad1003e1d8fae7bac946c2
MD5 9623a7b5afe2b5789cc3d2e07815da57
BLAKE2b-256 b503d61e03f9580f8198b43316bbe1e86a9bc10b351b60f1d9d95e65064dd782

See more details on using hashes here.

File details

Details for the file pyangbind_brcd-0.6.6-py2-none-any.whl.

File metadata

File hashes

Hashes for pyangbind_brcd-0.6.6-py2-none-any.whl
Algorithm Hash digest
SHA256 a8678b60aa8b7942338df943e8a784be418007666960b5498e564ee04bdead20
MD5 05e29890c896564b2ff1afac3cfb5ce6
BLAKE2b-256 e74edda50b561d375bb8d3fb5cc1030a5e132643f6729149b0589a6229c4ee13

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page