Metadata-Version: 2.1
Name: sonic-yang-mgmt
Version: 1.0
Summary: Package contains Python Library for YANG for sonic.
Author: lnos-coders
Author-email: lnos-coders@linkedin.com
License: GNU General Public License v3
Keywords: sonic-yang-mgmt
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: ijson (==3.2.3)
Requires-Dist: jsondiff (>=1.2.0)
Requires-Dist: jsonpointer (>=1.9)
Requires-Dist: tabulate (==0.9.0)
Requires-Dist: xmltodict (==0.12.0)

"
This package includes python yang libraries which will be used with sonic utilities
pacakge to validate the config. This python libraries are written on top of libyang
and also provides functionality to translate the config from SONiC ConfigDB to SONiC
YANG and vice-versa.
"


