qksh 1.1.dev14

Creator: railscoder56

Last updated:

Add to Cart

Description:

qksh 1.1.dev14

f5 qksh
================

Introduction
------------
This project implements an SDK for the iControl REST interface for BIG-IP®.
Users of this library can create, edit, update, and delete configuration objects
on a BIG-IP®.

This project implements an utility for interacting with F5 iHealth. Users of
this utility can upload qkview, download log file, config file and command
output from an iHealth link.


Installation
------------

.. code:: shell

Missing open brace for subscriptMissing open brace for subscript pip install -r requirements.test.txt

#. Run the tests and produce a coverage report. The ``--cov-report=html`` will
create a ``htmlcov/`` directory that you can view in your browser to see the
missing lines of code.

.. code:: shell

py.test --cov ./qksh --cov-report=html
open htmlcov/index.html


Style Checks
~~~~~~~~~~~~
We use the hacking module for our style checks (installed as part of step 1 in
the Unit Test section).

.. code:: shell

$ flake8 ./


Contact
-------
abc89d@gmail.com


License
-------

The MIT License (MIT)
~~~~~~~~~~~
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.