workfloworchestrator / pynso-restconf

Python client for NSO based on the RESTCONF api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyNSO-Restconf

Build PyPI1 PyPI2 PyPI3 Downloads Coverage

A Python client library for Cisco NSO (previously tail-f)

Installation

To install use pip:

$ pip install pynso-restconf

Or clone the repo:

$ git clone https://github.com/workfloworchestrator/pynso-restconf.git
$ pip install flit
$ flit install --deps develop --symlink

Usage

About

Python client for NSO based on the RESTCONF api

License:Apache License 2.0


Languages

Language:Python 99.0%Language:Shell 1.0%