# Help me choose a Python library to access opennebula 4.0+

**URL:** https://forum.opennebula.io/t/help-me-choose-a-python-library-to-access-opennebula-4-0/2491
**Category:** Integration Support
**Created:** [July 1, 2016, 10:18am UTC](https://forum.opennebula.io/t/help-me-choose-a-python-library-to-access-opennebula-4-0/2491 "2016-07-01T10:18:46Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Amit\_Sharma](https://avatars.discourse-cdn.com/v4/letter/a/d9b06d/32.png) [@Amit\_Sharma](https://forum.opennebula.io/u/Amit_Sharma)
#### Post date: [July 1, 2016, 10:18am UTC](https://forum.opennebula.io/t/help-me-choose-a-python-library-to-access-opennebula-4-0/2491/1 "2016-07-01T10:18:47Z")

</div>

Hi all,  
I am am developing a system using python which makes use of opennebula. At this point I am using Apache Libcloud, and since it is compatible upto opennebula version 3.8, I am not able to use the newest opennebula. Please suggest some good methods / libraries so as I can control / access opennebula 4.0+ in python.

---

<div class="post-metadata">

### Author: ![iddqdby](https://avatars.discourse-cdn.com/v4/letter/i/9fc348/32.png) [@iddqdby](https://forum.opennebula.io/u/iddqdby)
#### Post date: [July 7, 2016, 8:29am UTC](https://forum.opennebula.io/t/help-me-choose-a-python-library-to-access-opennebula-4-0/2491/2 "2016-07-07T08:29:34Z")

</div>

Try xmlrpclib and use XML-RPC API: [http://docs.opennebula.org/4.10/integration/system\_interfaces/api.html](http://docs.opennebula.org/4.10/integration/system_interfaces/api.html) .
