Metadata-Version: 1.1
Name: dcor-control
Version: 0.4.11
Summary: CLI for maintaining DCOR installations
Home-page: https://github.com/DCOR-dev/dcor_control/
Author: Paul Müller
Author-email: dev@craban.de
License: GPLv3+
Description: dcor_control
        ============
        
        |PyPI Version| |Build Status| |Coverage Status|
        
        This is partly a meta package and partly a control/configuration
        package for the DCOR extensions in CKAN.
        
        
        Installation
        ------------
        See the
        `official instructions
        <https://dc.readthedocs.io/en/latest/sec_self_hosting/installation.html#dcor-extensions>`_
        for more information.
        
        
        Testing
        -------
        ::
        
            pip install pytest
            pytest tests
        
        
        .. |PyPI Version| image:: https://img.shields.io/pypi/v/dcor_control.svg
           :target: https://pypi.python.org/pypi/dcor_control
        .. |Build Status| image:: https://img.shields.io/github/workflow/status/DCOR-dev/dcor_control/Checks
           :target: https://github.com/DCOR-dev/dcor_control/actions?query=workflow%3AChecks
        .. |Coverage Status| image:: https://img.shields.io/codecov/c/github/DCOR-dev/dcor_control
           :target: https://codecov.io/gh/DCOR-dev/dcor_control
        
Keywords: RT-DC,DCOR
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Intended Audience :: Science/Research
