aboutsummaryrefslogtreecommitdiff
path: root/net/py-pysphere
Commit message (Collapse)AuthorAgeFilesLines
* Convert n* to USES=zipBaptiste Daroussin2014-03-101-2/+1
| | | | Notes: svn path=/head/; revision=347778
* - Convert to PYDISTUTILS_AUTOPLISTMartin Wilke2014-01-311-4/+3
| | | | | | | | - Stage support - Bump PORTREVISION Notes: svn path=/head/; revision=341945
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - update to 0.1.8Olli Hauer2013-08-252-9/+3
| | | | | | | | | | | | | New in for 0.1.8 - Added VIManagedEntity class extended by VIVirtualMachine - Added Rename, Reload, and Destroy methods to VIManagedEntity - Fix #26: VIVirtualMachine.send_file() gratuitiosly overwrites urllib2's installed default opener - Recurse through datastores vm property in retrieve_properties_traversal - Additional 'disks' parameter in VIVirtualMachine.relocate() method. - Support to SDK 5.1 Notes: svn path=/head/; revision=325367
* - new port py-pysphereOlli Hauer2013-06-153-0/+51
Python API for interaction with the vSphere Web Services SDK. Among other operations, it provides easy interfaces to: - Connect to VMWare's ESX, ESXi, Virtual Center, Virtual Server hosts - Query hosts, datacenters, resource pools, virtual machines - VM: Power on, power off, reset, revert to snapshot, get properties, update vmware tools, clone, migrate. - vSphere 5.0 Guest Operations: create/delete/move files and directories. Upload/download files from the guest system. List/start/stop processes in the guest system. - Create and delete snapshots - Hosts statistics and performance monitoring An of course, you can use it to access all the vSphere API through python. It's built upon a slightly modified version of ZSI (that comes bundled-in) which makes it really fast in contrast to other python SOAP libraries that don't provide code generation. WWW: https://code.google.com/p/pysphere/ Notes: svn path=/head/; revision=321015