Metadata-Version: 2.4
Name: dcor_shared
Version: 0.13.0
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.64.0
Dynamic: license-file

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 implemented via GitHub Actions. You may also set up a local
docker container with CKAN and MinIO. Take a look at the GitHub Actions
workflow for more information.


.. |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://github.com/DCOR-dev/dcor_shared/actions/workflows/check.yml
.. |Coverage Status| image:: https://img.shields.io/codecov/c/github/DCOR-dev/dcor_shared
   :target: https://codecov.io/gh/DCOR-dev/dcor_shared
