Metadata-Version: 2.1
Name: pvc
Version: 0.3.0
Summary: Python vSphere Client with a dialog(1) interface
Home-page: https://github.com/dnaeon/pvc
Download-URL: https://github.com/dnaeon/pvc/releases
Author: Marin Atanasov Nikolov
Author-email: dnaeon@gmail.com
License: BSD
License-File: LICENSE
Requires-Dist: pythondialog>=3.2.1
Requires-Dist: humanize>=0.5.1
Requires-Dist: pyvmomi>=5.5.0.2014.1.1
Requires-Dist: requests>=2.6.0
Requires-Dist: vconnector>=0.3.7

Python vSphere Client with a dialog(1) interface
================================================

.. image:: https://badges.gitter.im/Join%20Chat.svg
   :alt: Join the chat at https://gitter.im/dnaeon/pvc
   :target: https://gitter.im/dnaeon/pvc?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

PVC is an interactive text-mode VMware vSphere Client with a
`dialog(1)`_ interface for GNU/Linux systems built on top of the
`pyVmomi`_ VMware vSphere API Python bindings.

Using PVC allows you to quickly navigate in your VMware vSphere
environment and perform common tasks against various VMware vSphere
Managed Entities.

PVC is Open Source and licensed under the `BSD License`_.

.. image:: https://raw.githubusercontent.com/dnaeon/pvc/master/docs/images/pvc-screenshot.jpg

Status
======

Experimental. PVC is in early development stage. Using PVC in a
production environment is not (yet) recommended.

Contributions
=============

PVC is hosted on `Github`_. Please contribute by reporting issues,
suggesting features or by sending patches using pull requests.

Documentation
=============

The online documentation of PVC can be found at the link below:

* http://pvc.readthedocs.org/en/latest/

At the above link you can also find example screenshots of using
PVC in a VMware vSphere environment.

With Docker
=============
It is possible to use a docker using for example:


docker run -i -t --rm --dns=8.8.8.8 -h=pvc-v0.1.1 --name pvc marioezquerro/pvc:v0.1.1 /usr/local/bin/pvc-tui

Bugs
====

Probably. If you experience a bug issue, please report it to the
PVC issue tracker on `Github`_.

.. _`dialog(1)`: http://invisible-island.net/dialog/
.. _`pyVmomi`: https://github.com/vmware/pyvmomi
.. _`BSD License`: http://opensource.org/licenses/BSD-2-Clause
.. _`Github`: https://github.com/dnaeon/pvc

