This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITP] pyang 1.6


I propose to maintain the package PYang in Cygwin. This is a Python utility used for validating and transforming YANG model files (RFC6020).

Pyang https://github.com/mbj4668/pyang is regarded as one of the fundamental YANG tools, written by one of the foremost experts in the field: Martin Bjorklund of Tail-f.

See the license terms below.
 
Package is available for inspection at
https://drive.google.com/open?id=0ByK-QTMnPfBQODNzVmJKWVdqV1E
 
I also hope to create libnetconf and netopeer-cli as Cygwin packages, which will depend on this pyang package. They will come later.

Sean Condon, Microsemi


Setup.hint
=============================================================
category: Python
requires: cygwin python3 python3-libxml2 python3-setuptools
sdesc: "An extensible YANG validator and converter in python"
ldesc: "pyang is a YANG validator, transformator and code generator,
written in python. It can be used to validate YANG modules for correctness,
to transform YANG modules into other formats, and to generate code from the modules.
https://github.com/mbj4668/pyang
Copyright (c) 2007-2013, Martin Bjorklund, mbj@tail-f.com"
=================================================================
 

LICENSE
=============================================================
Copyright (c) 2007-2013, Martin Bjorklund, mbj@tail-f.com

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]