Metadata-Version: 1.1
Name: drc-cmis
Version: 0.0.6
Summary: A CMIS backend for gemma-documentregistratiecomponent
Home-page: https://github.com/gemeenteutrecht/drc_cmis
Author: maykinmedia
Author-email: UNKNOWN
License: MIT license
Description: ==============
        gemma-drc-cmis
        ==============
        
        .. image:: https://img.shields.io/pypi/v/drc-cmis.svg?style=for-the-badge
                   :target: https://pypi.org/project/drc-cmis/
        
        .. image:: https://img.shields.io/travis/GemeenteUtrecht/gemma-drc-cmis.svg?style=for-the-badge
                   :target: https://travis-ci.org/GemeenteUtrecht/gemma-drc-cmis
        
        .. image:: https://img.shields.io/codecov/c/gh/GemeenteUtrecht/gemma-drc-cmis.svg?style=for-the-badge
                   :alt: Codecov
        
        A CMIS backend for gemma-documentregistratiecomponent.
        
        This package is not ment to be run seperate from gemma-documentregistratiecomponent
        
        
        * Free software: MIT license
        * Documentation: https://drc-cmis.readthedocs.io.
        
        How to install
        --------------
        
        Install via pip
        
        ::
        
            pip install gemma-drc-cmis
        
        Add to installed apps
        
        ::
        
            INSTALLED_APPS = [
                ...
                'drc_cmis',
                ...
            ]
        
        Enable `cmis storage` in the admin of the drc under `Plugin` `Storage Config`.
        
        Features
        --------
        
        - Integrate cmis in the drc
        
        
        =======
        History
        =======
        
        0.0.5 (2019-05-06)
        ------------------
        
        * Moved some settings to a solo database object. to make it more dynamic.
        
        0.0.4 (2019-05-06)
        ------------------
        
        * Added migrations to the package
        
        0.0.3 (2019-05-06)
        ------------------
        
        * Added migrations to the package
        
        0.0.2 (2019-05-06)
        ------------------
        
        * Added cmislib as a requirement.
        
        
        0.0.1 (2019-04-16)
        ------------------
        
        * First release on PyPI.
        
Keywords: drc_cmis
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Framework :: Django
