forked from luca-92/cmislib3
-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.txt
28 lines (18 loc) · 963 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
ABOUT
Thanks for using cmislib, the CMIS client library for Python v. >= 3.
The goal of this library is to provide an interoperable API to CMIS
repositories such as Alfresco, Nuxeo, KnowledgeTree, MS SharePoint,
EMC Documentum, and any other content repository that is CMIS-compliant.
More info on CMIS can be found at:
http://www.oasis-open.org/committees/cmis
SOURCE
The source code for this project implemented for Python 2 lives at http://chemistry.apache.org/.
The source code for this project implemented for Python 3 lives at https://github.com/luca-92/cmislib3.
TESTS
There are unit tests available in the tests directory. They require access
to a CMIS provider. There are many freely-available CMIS repositories
available to run locally or that are hosted.
DOC
Documentation that tells you what this is all about can be found in the doc
directory. Please see the doc for dependencies, required CMIS version level,
required Python version, etc.