Posts Tagged cmislib
Updated CMIS client library for Python – cmislib 0.2
Posted by Nico in CMIS Clients, CMIS Tools / APIs, Python on 25. January 2010
Since Monday the new python library for CMIS is available in version 0.2.
cmislib provides a CMIS client library for Python that can be used to work with CMIS-compliant repositories such as Alfresco, IBM FileNet, Nuxeo and others.
Updated CMIS client library for Python – cmislib 0.1
Posted by Nico in CMIS Tools / APIs, Python on 13. January 2010
Jeff Potts just released the new version (0.1) of the python library for CMIS.
The library has been successfully tested with IBM FileNet and Alfresco.
You can download the source code here. Also documentation and easy install instructions for python are available.
As Jeff posted on this blog this is the first API known to work with different CMIS providers. This shows that the interoperability really works!
cmislib – A CMIS client library for Python
Posted by Nico in CMIS Tools / APIs, Python on 18. December 2009
CMIS APIs are available in different languages. I found .NET, JAVA and PHP implementations. Since a few days there is also an API for Python available.
This library has been developed by Jeff Pott. Jeff is the author of the famous book “Alfresco Developer Guide”.
I’ve started a new project on Google Code called cmislib. It is an interoperable client library for CMIS in Python that uses the Restful AtomPub Binding of a CMIS provider to perform CRUD and query functions on the repository.
He tests his library against the Alfresco CMIS repository.
Check his blog post to get further details about this Python library.

Last Comments