Metadata-Version: 2.1
Name: dcor_shared
Version: 0.11.3
Summary: Functionalities shared by the DCOR CKAN extensions
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/dcor_shared
Project-URL: tracker, https://github.com/DCOR-dev/dcor_shared/issues
Project-URL: changelog, https://github.com/DCOR-dev/dcor_shared/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: boto3
Requires-Dist: dclab[s3] >=0.60.9

dcor_shared
===========

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

Functionalities shared by the DCOR CKAN extensions


Installation
------------
To install the latest release, simply run:

::

    pip install dcor_shared

Testing
-------
Testing is 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/dcor_shared.svg
   :target: https://pypi.python.org/pypi/dcor_shared
.. |Build Status| image:: https://img.shields.io/github/actions/workflow/status/DCOR-dev/dcor_shared/check.yml
   :target: https://travis-ci.com/DCOR-dev/dcor_shared
.. |Coverage Status| image:: https://img.shields.io/codecov/c/github/DCOR-dev/dcor_shared
   :target: https://codecov.io/gh/DCOR-dev/dcor_shared
