Giter Site home page Giter Site logo

misa0813 / pyvcloud Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vmware-archive/pyvcloud

0.0 0.0 0.0 2.86 MB

Python SDK for VMware vCloud Director

Home Page: https://vmware.github.io/pyvcloud

License: Apache License 2.0

Shell 0.01% Python 100.00%

pyvcloud's Introduction

pyvcloud

License Stable Version Build Status

pyvcloud is the Python SDK for VMware vCloud Director.

This project is under development, the classes, methods and parameters might change over time. This README usually reflects the syntax of the latest version.

We are rewriting pyvcloud for a more efficient and easy-to-use library. The new code is located under the pyvcloud/vcd directory. The original code is still part of the SDK but we encourage to use (and contribute to) the new library. The new vcd-cli is being developed with the new library implementation and can be used as a reference, in addition to the unit tests.

Installation

In general, pyvcloud can be installed with the following command:

$ pip install --user pyvcloud

pyvcloud can also be installed with virtualenv.

Testing

Contributions to pyvcloud are welcome and they should include unit tests.

Check out the latest version and install:

git clone https://github.com/vmware/pyvcloud.git
cd pyvcloud
virtualenv .venv
source .venv/bin/activate
python setup.py develop

Sample test parameters are in file tests/config.yml. Create a copy to specify your own settings and use the VCD_TEST_CONFIG_FILE env variable.

cd tests
cp config.yml private.config.yml
# customize credentials and other parameters
export VCD_TEST_CONFIG_FILE=private.config.yml
# run unit test
python -m unittest vcd_login vcd_catalog_setup
# run just a test method
python -m unittest vcd_catalog_setup.TestCatalogSetup.test_validate_ova

See tests/run-tests.sh for a list of current unit tests written for the new SDK implementation.

pyvcloud's People

Contributors

pacogomez avatar rdbwebster avatar lasko avatar rocknes avatar kaneda-fr avatar misa0813 avatar blackms avatar 0lvin avatar xcompass avatar sompa avatar reversecipher avatar anusuyar avatar eplaut avatar denismakogon avatar voyageur avatar belminf avatar dananourie avatar frankcroth avatar jtyr avatar rvdh avatar sahithi avatar higebu avatar anusuyaceg avatar ckolovson avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.