Metadata-Version: 2.1
Name: yangson
Version: 1.4.19
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
Keywords: yang,data model,configuration,json
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
Requires-Python: >=3.6
License-File: COPYING
License-File: COPYING.LESSER

.. |date| date::

******************
Welcome to Yangson
******************

:Author: Ladislav Lhotka <lhotka@nic.cz>
:Date: |date|

*Yangson* is a Python 3 library for working with configuration and
state data modelled using the YANG_ data modelling language.

Installation
============

::

    python -m pip install yangson

Note that *Yangson* requires Python 3.6 or higher.

Links
=====

* `Git repository`_
* `Documentation`_

.. _YANG: https://tools.ietf.org/html/rfc7950
.. _Git repository: https://github.com/CZ-NIC/yangson
.. _Documentation: https://yangson.labs.nic.cz
