An adapter to manage Documenten API resources in a CMIS backend.
Project description
- Version:
- 0.5.0
- Source:
- Keywords:
CMIS, Documenten API, VNG, Common Ground
- PythonVersion:
3.7
An adapter to manage Documenten API resources in a CMIS backend.
1 Features
CMIS 1.1 browser binding
Store documents and metadata in a CMIS repository
Supports reading and writing of documents
Supports checking out/in of documents
Supports custom data-model
2 Installation
2.1 Requirements
Python 3.7 or above
setuptools 30.3.0 or above
Django 2.2 or newer
2.2 Install
$ pip install drc-cmis
Add to installed apps
INSTALLED_APPS = [
...
"drc_cmis",
...
]
And add the settings to enable it:
CMIS_ENABLED = True
CMIS_DELETE_IS_OBLITERATE = True
CMIS_MAPPER_FILE = /path/to/cmis_mapper.json
2.3 Usage
TODO: provide proper documentation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
drc-cmis-0.5.0.tar.gz
(23.5 kB
view details)
Built Distribution
drc_cmis-0.5.0-py3-none-any.whl
(27.7 kB
view details)
File details
Details for the file drc-cmis-0.5.0.tar.gz
.
File metadata
- Download URL: drc-cmis-0.5.0.tar.gz
- Upload date:
- Size: 23.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.2 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 59a0b27599b4c8ab24b780de5682e0b4c380b03c77a303cc600ccb3cdbb1ddc2 |
|
MD5 | facaa959f956e2f1ed7c5185f09d344e |
|
BLAKE2b-256 | 376c53d11c310a3ff72f5f9ea2513d99790a46427d56cc4a741e39c7f2f92a8c |
File details
Details for the file drc_cmis-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: drc_cmis-0.5.0-py3-none-any.whl
- Upload date:
- Size: 27.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.2 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b57cc7704a3a28fe5950e7f2f8dc82273a3369410b625c96a51050e4dafb160 |
|
MD5 | af77a9ea23cf98c7ef8f44ff9c9b8295 |
|
BLAKE2b-256 | 101cfd892c44faa10dffada8e569eb8d797b2fa1ce4d685be4e366b40dcf814b |