mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-10 19:11:54 +00:00
7 lines
126 B
Plaintext
Executable File
7 lines
126 B
Plaintext
Executable File
python3 -m venv venv
|
|
. venv/bin/activate
|
|
pip3 install yangson cbor
|
|
|
|
python3 json-cbor-yang.py "$@"
|
|
#python3 json2cbor.py "$@"
|