Metadata-Version: 2.1
Name: yangson
Version: 1.5.4
Summary: Library for working with data modelled in YANG
License: GNU Lesser General Public License v3 (LGPLv3)
Author: Ladislav Lhotka
Author-email: ladislav@lhotka.name
Requires-Python: >=3.9,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: yang-tools
Requires-Dist: PyYAML (>=6.0.1,<7.0.0)
Requires-Dist: elementpath (>=4.1.5,<5.0.0)
Requires-Dist: pyang (>=2.6,<3.0) ; extra == "yang-tools"
Requires-Dist: setuptools (>=69.1.1,<70.0.0)
Description-Content-Type: text/x-rst

.. |date| date::

.. |v9| image:: https://img.shields.io/badge/python-3.9-blue.svg
   :alt: Python 3.9

.. |v10| image:: https://img.shields.io/badge/python-3.10-blue.svg
   :alt: Python 3.10

.. |v11| image:: https://img.shields.io/badge/python-3.11-blue.svg
   :alt: Python 3.11

|v9| |v10| |v11|

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

:Author: Ladislav Lhotka <ladislav@lhotka.name>
: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.9 or higher.

Development
===========

* Instructions_ for installing the development environment.

Links
=====

* `Git repository`_
* `Documentation`_

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

