Metadata-Version: 2.1
Name: ckanext-dc_log_view
Version: 0.5.6
Summary: View DC data logs on DCOR
Author: Paul Müller
Maintainer-email: Paul Müller <dev@craban.de>
License: GNU Affero General Public License v3 or later (AGPLv3+)
Project-URL: source, https://github.com/DCOR-dev/ckanext-dc_log_view
Project-URL: tracker, https://github.com/DCOR-dev/ckanext-dc_log_view/issues
Project-URL: changelog, https://github.com/DCOR-dev/ckanext-dc_log_view/blob/main/CHANGELOG
Keywords: DC,DCOR,deformability,cytometry
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Intended Audience :: Science/Research
Requires-Python: <4,>=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: ckan <3,>=2.10.4
Requires-Dist: dclab >=0.60.9
Requires-Dist: dcor-shared >=0.10.0

ckanext-dc_log_view
===================

|PyPI Version| |Build Status| |Coverage Status|


A CKAN log viewer for DC files.

Installation
------------

::

    pip install ckanext-dc_log_view



Add this extension to the plugins and defaul_views in ckan.ini:

::

    ckan.plugins = [...] dc_log_view
    ckan.views.default_views = [...] dc_log_view


Testing
-------
If CKAN/DCOR is installed and setup for testing, this extension can
be tested with pytest:

::

    pytest ckanext

Testing can also be done via vagrant in a virtualmachine using the
`dcor-test <https://app.vagrantup.com/paulmueller/boxes/dcor-test/>` image.
Make sure that `vagrant` and `virtualbox` are installed and run the
following commands in the root of this repository:

::

    # Setup virtual machine using `Vagrantfile`
    vagrant up
    # Run the tests
    vagrant ssh -- sudo bash /testing/vagrant-run-tests.sh


.. |PyPI Version| image:: https://img.shields.io/pypi/v/ckanext.dc_log_view.svg
   :target: https://pypi.python.org/pypi/ckanext.dc_log_view
.. |Build Status| image:: https://img.shields.io/github/actions/workflow/status/DCOR-dev/ckanext-dc_log_view/check.yml
   :target: https://github.com/DCOR-dev/ckanext-dc_log_view/actions?query=workflow%3AChecks
.. |Coverage Status| image:: https://img.shields.io/codecov/c/github/DCOR-dev/ckanext-dc_log_view
   :target: https://codecov.io/gh/DCOR-dev/ckanext-dc_log_view
