Metadata-Version: 1.1
Name: yangson
Version: 1.0.0
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: LGPLv3
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.
        
        **Requirements:** Python 3.5 or higher, PyXB_
        
        **License**: LGPLv3
        
        **Installation**::
        
            python -m pip install yangson
        
        
        Development
        ===========
        
        * Instructions_ for installing the development environment.
        
        Links
        =====
        
        * `Git repository`_
        * `Documentation`_
        
        .. _JSON encoded: https://tools.ietf.org/html/rfc7951
        .. _YANG: https://tools.ietf.org/html/rfc7950
        .. _PyXB: https://pypi.python.org/pypi/PyXB
        .. _Instructions: https://github.com/CZ-NIC/yangson/wiki/devinstall
        .. _Git repository: https://github.com/CZ-NIC/yangson
        .. _Documentation: http://yangson.readthedocs.io
        
Keywords: yang,data model,configuration,json
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
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
