Module: version.py

Author:

Ramon Bartl

Date:

2012-10-11

Abstract

This module offers functions to show the version information

Module Documentation

class nexiles.tools.api.version.Version(base_url, username, password)

Client/Server version wrapper

client_version() version string

Uses the package resources to gather the version information

Returns:

client version

get_server_version() version dict

Performs a request to gather the server side version information

Returns:

version dict

server_version() version string

Prints the version information into a single line string

Returns:

server version