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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Source: python-cmislib
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Michael Fladischer <fladi@debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
python-all,
python-iso8601,
python-setuptools,
python-sphinx (>= 1.0.7+dfsg)
Standards-Version: 3.9.6
X-Python-Version: >= 2.6
Homepage: https://chemistry.apache.org/python/cmislib.html
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-cmislib.git
Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-cmislib.git
Package: python-cmislib
Architecture: all
Depends: python-iso8601,
${misc:Depends},
${python:Depends}
Suggests: python-cmislib-doc
Description: CMIS client library for Python
Apache Chemistry cmislib is a CMIS client library for Python.
.
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.
Package: python-cmislib-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
${sphinxdoc:Depends}
Description: CMIS client library for Python (documentation)
Apache Chemistry cmislib is a CMIS client library for Python.
.
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.
.
This package contains the documentation.
|