All Projects → sigma → vmw.vco

sigma / vmw.vco

Licence: MIT license
Python bindings for VMware Orchestrator

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to vmw.vco

django-kb
Simple knowledge base made with django
Stars: ✭ 15 (+15.38%)
Mutual labels:  abandoned
rescuefox
DEPRECATED - demo game to drive 3D engine creation: rescue your pet space fox!
Stars: ✭ 35 (+169.23%)
Mutual labels:  abandoned
html5-settlers-of-catan
🎲 Unfinished HTML5 game based on Catan using node.js and socket.io
Stars: ✭ 23 (+76.92%)
Mutual labels:  abandoned
busybox
DEPRECATED - Fork of git://android.git.linaro.org/platform/external/busybox.git
Stars: ✭ 40 (+207.69%)
Mutual labels:  abandoned
rilproxy
DEPRECATED
Stars: ✭ 21 (+61.54%)
Mutual labels:  abandoned
tmwa
DEPRECATED: The server running The Mana World Legacy. All new projects should use Hercules instead. See the "evol-hercules" repo.
Stars: ✭ 44 (+238.46%)
Mutual labels:  abandoned
i2c-tools
DEPRECATED - git conversion of http://lm-sensors.org/svn/i2c-tools subversion repo.
Stars: ✭ 34 (+161.54%)
Mutual labels:  abandoned
homeassistant-coronavirus-hessen
[Unmaintained] Home Assistant component to scrape the current SARS-CoV-2 data for the German state of Hessen from the website of the Hessisches Ministerium für Soziales und Integration.
Stars: ✭ 15 (+15.38%)
Mutual labels:  abandoned
web-forward
DEPRECATED - Innovation acceleration program from Mozilla Labs
Stars: ✭ 17 (+30.77%)
Mutual labels:  abandoned
gradle-natives
Gradle plugin to aid in managing native libraries associated with Java-based projects.
Stars: ✭ 32 (+146.15%)
Mutual labels:  abandoned
iris
DEPRECATED - A Python 3 automation test tool for desktop applications
Stars: ✭ 18 (+38.46%)
Mutual labels:  abandoned
page-metadata-service
DEPRECATED - A RESTful service that returns the metadata about a given URL.
Stars: ✭ 18 (+38.46%)
Mutual labels:  abandoned
Gaia
DEPRECATED - Gaia is a HTML5-based Phone UI for the Boot 2 Gecko Project. NOTE: For details of what branches are used for what releases, see
Stars: ✭ 2,091 (+15984.62%)
Mutual labels:  abandoned
iris firefox
DEPRECATED - Test Suite for Firefox using Mozilla Iris
Stars: ✭ 41 (+215.38%)
Mutual labels:  abandoned
Hasal
DEPRECATED - A Framework for testing web performance between different browser
Stars: ✭ 30 (+130.77%)
Mutual labels:  abandoned
b2g-installer
DEPRECATED - Tools to easily flash b2g on your android phone
Stars: ✭ 27 (+107.69%)
Mutual labels:  abandoned
elmo
DEPRECATED - Elmo ~ https://mozilla.github.io/elmo/
Stars: ✭ 32 (+146.15%)
Mutual labels:  abandoned
oldiconutil
A command-line tool to postprocess iconutil-generated .icns files to make them compatible with Mac OS X 10.5
Stars: ✭ 25 (+92.31%)
Mutual labels:  abandoned
openwrt-brook-tproxy
Abandoned, DO NOT star and fork!
Stars: ✭ 31 (+138.46%)
Mutual labels:  abandoned
Mozdef
DEPRECATED - MozDef: Mozilla Enterprise Defense Platform
Stars: ✭ 2,164 (+16546.15%)
Mutual labels:  abandoned
Introduction
------------

This Python module aims at providing a complete control layer over vCO’s
public interface.

This includes vCO WebService.

By using this module, one can (hopefully) obtain reasonable integration of vCO
in a Python environment, as well as a useful testing environment.

The use cases covered by vmw.vco and this documentation are:

    * Communicate with a KL.next vCO using the SOAP interface.

    * Provide a consistent API for synchronous and asynchronous applications
      (Twisted is supported)

    * Write tests targetting vCO.

    * Provide enough information to extend vmw.vco in such a way that the above
      use cases remain consistent.

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

vmw.vco is best installed using official package:

$ pip install vmw.vco

This will fetch vmw.vco and its dependencies from Pypi
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].