Overview
tests | |
---|---|
package |
XAPI ssh command parser to convert cli commands to xml for use in the Cisco XAPI REST API
- Free software: MIT license
Installation
pip install xapiparser
You can also install the in-development version with:
pip install https://github.com/jonathanelscpt/xapiparser/archive/master.zip
Documentation
To use the project:
import xapiparser
xapi = 'xConfiguration Conference Encryption Mode'
xapiparser.parse(xapi)
Development
To run all the tests run:
tox
Note, to combine the coverage data from all the tox environments run:
Windows | set PYTEST_ADDOPTS=--cov-append tox |
---|---|
Other | PYTEST_ADDOPTS=--cov-append tox |