Metadata-Version: 2.1
Name: pyone
Version: 6.10.4
Summary: Python Bindings for OpenNebula XML-RPC API
Home-page: http://opennebula.io
Author: Rafael del Valle
Author-email: rvalle@privaz.io
License: http://www.apache.org/licenses/LICENSE-2.0
Keywords: cloud opennebula xmlrpc bindings
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Provides-Extra: dev
Provides-Extra: test
License-File: LICENSE

PyOne is an implementation of OpenNebula XML-RPC
        bindings in Python. It works as a proxy over the XML-RPC api and
        utilizes generateDS (https://www.davekuhlman.org/generateDS.html)
        to ecapsulate the xml response to Python objects.

