File: PKG-INFO

package info (click to toggle)
python-cmislib 0.5.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 600 kB
  • ctags: 493
  • sloc: python: 3,185; sh: 137; makefile: 134
file content (43 lines) | stat: -rw-r--r-- 1,618 bytes parent folder | download
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
Metadata-Version: 1.1
Name: cmislib
Version: 0.5.1
Summary: Apache Chemistry CMIS client library for Python
Home-page: http://chemistry.apache.org/
Author: Apache Chemistry Project
Author-email: dev@chemistry.apache.org
License: Apache License (2.0)
Description: ABOUT
        
        Thanks for using cmislib, the 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.
        
        More info on CMIS can be found at:
        http://www.oasis-open.org/committees/cmis
        
        SOURCE
        
        The source code for this project lives at http://chemistry.apache.org/
        
        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.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries