What is vmjuggler
-----------------
**vmjuggler** provides the simple high level API to VMWare’s SDK.
It built around pyvmomi_ library with aim to simplify interaction to VMWare VCenter and it's managed objects
for DevOps crowd and those who don't want to plunge deeply to object's relations. At the same time ability
to perform actions on low level was preserved.
Installation
------------
``pip install vmjuggler``
Manual installation
-------------------
- Install following python package
- pyvmomi_
- Download latest **vmjuuggler** from https://github.com/shurkam/vmjuggler
- Unpack and run ``python setup.py install``
Getting started
---------------
.. code-block:: python
from vmjuggler import VCenter
# Create instance of VCenter and connect to VCenter
vc = VCenter('10.0.0.1', 'user', 'super_secret_password')
vc.return_single(True)
vc.connect()
# Find VM and print out it's power state
vm = vc.get_vm(name='My_Linux_VM')
if vm:
print(f'{vm.name} | {vm.state}')
# Close connection to VCenter
vc.disconnect()
Please check documentation_ for more examples.
.. _pyvmomi: https://github.com/vmware/pyvmomi
.. _documentation: https://vmjuggler.readthedocs.io/en/latest/
Raw data
{
"_id": null,
"home_page": "https://github.com/shurkam/vmjuggler",
"name": "vmjuggler",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "vmware pyvmomi vm vcenter API devops sdk",
"author": "Alexandr Malygin",
"author_email": "shurkam@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/89/87/97ee3566e883243f70d0573629c2943830c379d84d84e54fdc26fb9006b7/vmjuggler-0.1.1.tar.gz",
"platform": null,
"description": "What is vmjuggler\r\n-----------------\r\n\r\n**vmjuggler** provides the simple high level API to VMWare\u2019s SDK.\r\n\r\nIt built around pyvmomi_ library with aim to simplify interaction to VMWare VCenter and it's managed objects\r\nfor DevOps crowd and those who don't want to plunge deeply to object's relations. At the same time ability\r\nto perform actions on low level was preserved.\r\n\r\nInstallation\r\n------------\r\n\r\n``pip install vmjuggler``\r\n\r\nManual installation\r\n-------------------\r\n- Install following python package\r\n\r\n - pyvmomi_\r\n\r\n- Download latest **vmjuuggler** from https://github.com/shurkam/vmjuggler\r\n- Unpack and run ``python setup.py install``\r\n\r\nGetting started\r\n---------------\r\n\r\n.. code-block:: python\r\n\r\n from vmjuggler import VCenter\r\n\r\n # Create instance of VCenter and connect to VCenter\r\n vc = VCenter('10.0.0.1', 'user', 'super_secret_password')\r\n vc.return_single(True)\r\n vc.connect()\r\n\r\n # Find VM and print out it's power state\r\n vm = vc.get_vm(name='My_Linux_VM')\r\n if vm:\r\n print(f'{vm.name} | {vm.state}')\r\n\r\n # Close connection to VCenter\r\n vc.disconnect()\r\n\r\nPlease check documentation_ for more examples.\r\n\r\n.. _pyvmomi: https://github.com/vmware/pyvmomi\r\n.. _documentation: https://vmjuggler.readthedocs.io/en/latest/\r\n",
"bugtrack_url": null,
"license": "",
"summary": "vmjuggler provides the simple high level API to VMWare\u2019s SDK.",
"version": "0.1.1",
"project_urls": {
"Bug Reports": "https://github.com/shurkam/vmjuggler/issues",
"Documentation": "https://vmjuggler.readthedocs.io/en/latest/",
"Homepage": "https://github.com/shurkam/vmjuggler",
"Source": "https://github.com/shurkam/vmjuggler/"
},
"split_keywords": [
"vmware",
"pyvmomi",
"vm",
"vcenter",
"api",
"devops",
"sdk"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c4de7cf8b5c68fe856c7bcdad305b2af789fde799dfaa7fb394840aadcd1bcd4",
"md5": "b40135f8160c39cbcf1066d2f1c1c982",
"sha256": "48ad66981791aa7235919a05539d6edd6e67eb02a92e368d295d26800a36557b"
},
"downloads": -1,
"filename": "vmjuggler-0.1.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "b40135f8160c39cbcf1066d2f1c1c982",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 13109,
"upload_time": "2023-12-17T23:54:56",
"upload_time_iso_8601": "2023-12-17T23:54:56.035137Z",
"url": "https://files.pythonhosted.org/packages/c4/de/7cf8b5c68fe856c7bcdad305b2af789fde799dfaa7fb394840aadcd1bcd4/vmjuggler-0.1.1-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "898797ee3566e883243f70d0573629c2943830c379d84d84e54fdc26fb9006b7",
"md5": "b57c4eae0b24a0447eac9bb313b5b307",
"sha256": "05168171f91283289e99fab5835a03e0ec7e75e2a36986faf72696980b1ffc13"
},
"downloads": -1,
"filename": "vmjuggler-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "b57c4eae0b24a0447eac9bb313b5b307",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 11928,
"upload_time": "2023-12-17T23:54:58",
"upload_time_iso_8601": "2023-12-17T23:54:58.681901Z",
"url": "https://files.pythonhosted.org/packages/89/87/97ee3566e883243f70d0573629c2943830c379d84d84e54fdc26fb9006b7/vmjuggler-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-17 23:54:58",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "shurkam",
"github_project": "vmjuggler",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "vmjuggler"
}