Skip to content

zwicker-group/py-droplets

Repository files navigation

py-droplets

Build Status Documentation Status PyPI version Conda Version License: MIT codecov Code style: black

py-droplets provides python code for representing physical droplets using key parameters like position, size, or shape. These droplets can also be represented as collections (emulsions) and over time. Moreover, the package provides methods for locating droplets in microscope images or phase field data from simulations.

Installation

py-droplets is available on pypi, so you should be able to install it through pip:

pip install py-droplets

As an alternative, you can install py-droplets through conda using the conda-forge channel:

conda install -c conda-forge py-droplets

Usage

More information