Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.92 KB

README.md

File metadata and controls

43 lines (32 loc) · 1.92 KB

py-droplets

Build Status Documentation Status PyPI version Conda Version License: MIT codecov

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