Metadata-Version: 2.4
Name: zetacad
Version: 0.0.2
Summary: Measurement and Analysis of CAD Instruments ZetaCompact data in Python
Author-email: "Paul J.M. van Kan" <pjm@vankanscientific.nl>
License-Expression: EUPL-1.2
Project-URL: Homepage, https://bitbucket.org/deltares/zetaqtpy/
Keywords: Zeta Potential,Video Electrophoresis
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/x-rst
License-File: LICENSE
Dynamic: license-file

ZetaQtPy
========

|PyPI| |Documentation Status| |PyPI - License|

A Python package for control and analysis of CAD Instruments ZetaCompact Video Particle Analysis. 
The code is being developed by `Paul J.M. van Kan <http://vankanscientific.nl>`__ for the MUDNET group at Delft
Technical University and DELTARES, The Netherlands. 
The **zetacad** package can be used under the conditions of the EUPL-1.2 license.

Features
--------

* Numerical and Graphical Analysis of zeta potential measurements with the CAD Instruments Zeta Compact instrument.


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

To use the program `zetacad`, install it in a Python environment:

.. code-block:: console

    (env) pip install zetacad

or

.. code-block:: console

    (env) conda install zetacad
	(env) mamba install zetacad


This should automatically install the dependency packages 
``matplotlib``, ``scipy``, if they haven't been installed already. If you are
installing manually, ensure that these packages are installed as well.


Example use
-----------

.. code-block:: console

    (env) python -m zetacad


zetacad pages
-------------

-  `PyPi <https://pypi.org/project/zetaqtpy/>`__: zetacad Python package
-  `BitBucket <https://bitbucket.org/deltares/zetaqtpy/>`__: zetacad source code
-  `ReadTheDocs <https://zetaqtpy.readthedocs.io/>`__: zetacad documentation

Author and license
------------------

-  Author: Paul J.M. van Kan
-  Contact: pjm@vankanscientific.nl
-  License: `EUPL-1.2 <https://eupl.eu/1.2/en>`__

References
----------

-  ...

.. |PyPi| image:: https://img.shields.io/pypi/v/zetacad
   :alt: PyPI

.. |PyPI - Downloads| image:: https://img.shields.io/pypi/dm/zetacad
   :alt: PyPI - Downloads

.. |PyPi Status| image:: https://img.shields.io/pypi/status/zetacad
   :alt: PyPI - Status

.. |Documentation Status| image:: https://readthedocs.org/projects/zetaqtpy/badge/?version=latest
   :target: https://zetaqtpy.readthedocs.io/en/latest/?badge=latest

.. |PyPI - License| image:: https://img.shields.io/pypi/l/zetaqtpy
   :alt: PyPI - License
