Socket
Socket
Sign inDemoInstall

xapiparser

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xapiparser

XAPI ssh command parser to convert cli commands to xml for use in the Cisco XAPI REST API


Maintainers
1

======== Overview

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:

.. code-block:: python

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:

.. list-table:: :widths: 10 90 :stub-columns: 1

- - Windows
  - ::

        set PYTEST_ADDOPTS=--cov-append
        tox

- - Other
  - ::

        PYTEST_ADDOPTS=--cov-append tox

Changelog

0.0.14 (2020-09-28)

  • fixed build token encryption issues with travis-ci.com

0.0.11 (2020-09-28)

  • updated build auto-deploy settings

0.0.10 (2020-09-28)

  • fixed exception raising behaviour
  • added unit tests
  • renamed references to refer to 'cmd'
  • updated travis-ci settings to use .com instead of .org site

0.0.9 (2020-09-28)

  • added typing support
  • build bug fixes.

0.0.8 (2020-09-26)

  • build and deployment automation with travis.

0.0.7 (2020-09-26)

  • trivial bug fixes

0.0.6 (2020-09-26)

  • fixed basic case defect and added unit testing

0.0.5 (2020-09-26)

  • fixed bugs in cli tool

0.0.4 (2020-09-26)

  • updated supported, ssh-only and currently supported ssh cmds

0.0.3 (2020-09-25)

  • fixed metavar issue with cli tool and added test coverage

0.0.2 (2020-09-25)

  • first release on PyPI.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc