Skip to content

fatestapestry/xapiparser

Repository files navigation

Overview

tests
Travis-CI Build Status
Coverage Status
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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages