Skip to content

jonathanelscpt/xapiparser

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
ci
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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