A pyang excel plugin to produce a Excel Schema file
Project description
pyangexcel (pyang excel plugin)
This is a pyang excel output plugin. It takes YANG files and tries to produce a Excel Schema file for readability.
Installation and execution
# Install
python setup.py install --user --record install-list.txt
# Or install it via pip, pip3
pip install pyangexcel
export PYANG_PLUGINPATH=`/usr/bin/env python -c \
'import pyangexcel; import os; print ("{}".format(os.path.dirname(pyangexcel.__file__)))'`
pyang -f excel --excel-model-name=TEST-MODEL --excel-model-ver=1.0 --excel-model-author=neoul@ymail.com --path=test test/test-module.yang
# Another installation method
pip install pyangexcel
export PYANG_PLUGINPATH=`/usr/bin/env python -c \
'import pyangexcel; import os; print ("{}".format(os.path.dirname(pyangexcel.__file__)))'`
pyang -f excel --excel-model-name=TEST-MODEL --excel-model-ver=1.0 --excel-model-author=neoul@ymail.com --path=test test/test-module.yang
# Remove
xargs rm -rf < install-list.txt
Temp (Do not use.)
python setup.py bdist_wheel
twine upload dist/pyangexcel-0.1-py2-none-any.whl
Result
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyangexcel-0.4.tar.gz
(8.4 kB
view details)
Built Distribution
pyangexcel-0.4-py3-none-any.whl
(12.0 kB
view details)
File details
Details for the file pyangexcel-0.4.tar.gz
.
File metadata
- Download URL: pyangexcel-0.4.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0aefd5c0354cd1c9505cd009d6de21f3a432a32ee4bdaf95bb6def594d8ab2c6 |
|
MD5 | 675e4e2fa5c1ae403a8d3222200c6ebe |
|
BLAKE2b-256 | 91e129d185e78ce7ce99d34d5ba89d6fc63ffa12f57dd1eb5f4d728f5756d039 |
File details
Details for the file pyangexcel-0.4-py3-none-any.whl
.
File metadata
- Download URL: pyangexcel-0.4-py3-none-any.whl
- Upload date:
- Size: 12.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f38ca952a4c0fab4b2ca0cd970211f8912576902399c1585a4257bd9267c733 |
|
MD5 | 1ae423f56563b623bea02a0bcdad17ed |
|
BLAKE2b-256 | 058b37ee4bfbabd91930e2ef561cf4cc45b2f38e286542746bd4f395fe7f60c2 |