Metadata-Version: 1.1
Name: yangson
Version: 1.3.7
Summary: Library for working with data modelled in YANG
Home-page: https://github.com/CZ-NIC/yangson
Author: Ladislav Lhotka
Author-email: lhotka@nic.cz
License: UNKNOWN
Description: .. |date| date::
        
        ******************
        Welcome to Yangson
        ******************
        
        :Author: Ladislav Lhotka <lhotka@nic.cz>
        :Date: |date|
        
        *Yangson* is a Python 3 library for working with `JSON encoded`_
        configuration and state data modelled using the YANG_
        data modelling language.
        
        Installation
        ============
        
        ::
        
            python -m pip install yangson
        
        Note that *Yangson* requires Python 3.5 or higher.
        
        Links
        =====
        
        * `Git repository`_
        * `Documentation`_
        
        .. _JSON encoded: https://tools.ietf.org/html/rfc7951
        .. _YANG: https://tools.ietf.org/html/rfc7950
        .. _Git repository: https://github.com/CZ-NIC/yangson
        .. _Documentation: https://yangson.labs.nic.cz
        
Keywords: yang,data model,configuration,json
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Systems Administration
