Metadata-Version: 2.1
Name: shapelink
Version: 0.1.0
Summary: Inter-process communication with Shape-In
Home-page: https://github.com/ZELLMECHANIK-DRESDEN/shapelink
Author: Paul Müller
Author-email: dev@craban.de
License: GPL v3
Keywords: fcs,flow cytometry,flow cytometry standard
Platform: ALL
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.6
Requires-Dist: click (>=7)
Requires-Dist: dclab (>0.32.2)
Requires-Dist: numpy (>=1.7.0)
Requires-Dist: PySide2
Requires-Dist: pyzmq

Shape-Link
==========

|PyPI Version| |Tests| |Coverage Status|


Write your own plug-in for real-time data processing with Shape-In.


Documentation
-------------
The documentation is available at
`shapelink.readthedocs.io <https://shapelink.readthedocs.io>`__.


Installation
------------
Install with pip:
::

    pip install shapelink


Testing
-------
Running tests

::

    python setup.py test



.. |PyPI Version| image:: https://img.shields.io/pypi/v/shapelink.svg
   :target: https://pypi.python.org/pypi/shapelink
.. |Tests| image:: https://img.shields.io/github/workflow/status/ZELLMECHANIK-DRESDEN/shapelink/Checks
   :target: https://github.com/ZELLMECHANIK-DRESDEN/shapelink/actions?query=workflow%3A%22Checks
.. |Coverage Status| image:: https://img.shields.io/codecov/c/github/ZELLMECHANIK-DRESDEN/shapelink/main.svg
   :target: https://codecov.io/gh/ZELLMECHANIK-DRESDEN/shapelink



