Metadata-Version: 1.1
Name: xenapi-python
Version: 1.127.0
Summary: Unofficial python bindings to XAPI (Xen API) for python 2 and 3
Home-page: https://github.com/salotz/xenapi-python
Author: Samuel D. Lotz
Author-email: samuel.lotz@salotz.info
License: MIT
Description: xenapi-python
        =============
        
        .. image:: https://img.shields.io/pypi/v/xenapi-python.svg
            :target: https://pypi.python.org/pypi/xenapi-python
            :alt: Latest PyPI version
        
        Unofficial python bindings to XAPI (Xen API) for python 2 and 3
        
        This is just copied from the official xenapi repository and packaged
        as a standalone repository for installation as a package.
        
        https://github.com/xapi-project/xen-api/tree/master/scripts/examples/python
        
        Usage
        -----
        
        `import XenAPI`
        
        Installation
        ------------
        
        `pip install xenapi-python`
        
        
        Authors
        -------
        
        `Samuel D. Lotz <samuel.lotz@salotz.info>`_ made this repo for
        convenience copyrights, authors and licenses are in the code.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
