Posts Tagged API

Updated CMIS client library for Python – cmislib 0.1

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!

  • Share/Bookmark

, , ,

No Comments

cmislib – A CMIS client library for Python

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.

  • Share/Bookmark

, ,

No Comments