Metadata-Version: 2.1
Name: drc-cmis
Version: 0.0.3
Summary: A CMIS backend for gemma-documentregistratiecomponent
Home-page: https://github.com/gemeenteutrecht/drc_cmis
Author: maykinmedia
Author-email: UNKNOWN
License: MIT license
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
Requires-Dist: django-choices
Requires-Dist: django
Requires-Dist: cmislib-maykin

==============
gemma-drc-cmis
==============


.. .. image:: https://img.shields.io/pypi/v/drc_cmis.svg
..         :target: https://pypi.python.org/pypi/drc_cmis

.. .. image:: https://img.shields.io/travis/audreyr/drc_cmis.svg
..         :target: https://travis-ci.org/audreyr/drc_cmis

.. .. image:: https://readthedocs.org/projects/drc-cmis/badge/?version=latest
..         :target: https://drc-cmis.readthedocs.io/en/latest/?badge=latest
..         :alt: Documentation Status

A CMIS backend for 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',
        ...
    ]

Add `drc_cmis` to the backends

::

    DRC_STORAGE_BACKENDS = [
        'drc.backend.django.DjangoDRCStorageBackend', # If you also want to store it via django.
        'drc_cmis.backend.CMISDRCStorageBackend',
    ]


Features
--------

- Integrate cmis with the issues
- Issues all year round


=======
History
=======

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.


