Obed N Munoz 257c5bb695 Merge pull request #4 from mrkz/master
Add PKG-INFO file
2016-01-18 14:13:29 -06:00
2015-12-14 13:52:01 -06:00
2015-12-14 13:52:01 -06:00
2015-12-14 13:52:01 -06:00
2015-12-14 14:14:20 -06:00
2016-01-18 13:53:22 -06:00
2015-12-14 13:52:01 -06:00
2015-12-14 13:52:01 -06:00
2015-12-14 13:52:01 -06:00

Summary
===========

**python-lkvm** is a python wrapper for lkvm command line which exposes its
methods through a simple API.  This allows other python applications to manage
instances.


Getting started
---------------

As most of python modules, *python-lkvm* can be installed via setuptools: ::

  $ python setup.py install

Once this module is installed, it can be used their method creating a client
instance, for example, for listing existing instances: ::

  import lkvm

  client = lkvm.Client()

  for ins in client.list_instances():
      print ins.name, ins.state
Description
No description provided
Readme Apache-2.0 65 KiB
Languages
Python 100%