https://github.com/vkosuri/pyang-yaml-plugin
[Mainter Required] Pyang YAML output plugin
https://github.com/vkosuri/pyang-yaml-plugin
pyang yang
Last synced: about 1 year ago
JSON representation
[Mainter Required] Pyang YAML output plugin
- Host: GitHub
- URL: https://github.com/vkosuri/pyang-yaml-plugin
- Owner: vkosuri
- License: mit
- Created: 2019-03-13T20:43:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-13T20:55:36.000Z (over 7 years ago)
- Last Synced: 2025-05-30T02:48:14.258Z (about 1 year ago)
- Topics: pyang, yang
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyang yaml plugin
[Pyang](https://github.com/mbj4668/pyang) [YAML](https://yaml.org/start.html) output plugin
## Installation
``` Bash
virtualvenv venv
source venv/bin/activate
pip install --upgrade pip
pip install --upgrrade setuptools
pip install -r requirements.txt
```
## Usage
Please this Pyang plugin in your venv dictory, it will work.
``` Bash
pyang -f yaml -p . interfaces.yml
```
## Contributions are most welcome.