Skip to main content

Library for real-time deformability cytometry (RT-DC)

Project description

PyPI Version Build Status Unix Build Status Win Coverage Status Docs Status

This is a Python library for the post-measurement analysis of real-time deformability cytometry (RT-DC) datasets; an essential part of Shape-Out.

Documentation

The documentation, including the code reference and examples, is available at dclab.readthedocs.io.

Installation

To install the latest release, simply run

pip install dclab  # for a minimal install
pip install dclab[tdms]  # if you are also working with tdms files
pip install dclab[export]  # if you need avi and fcs export
pip install dclab[all]  # for all of the above

Information for developers

Contributing

The main branch for developing dclab is master. If you want to make small changes like one-liners, documentation, or default values in the configuration, you may work on the master branch. If you want to change more, please (fork dclab and) create a separate branch, e.g. my_new_feature_dev, and create a pull-request once you are done making your changes. Please make sure to edit the Changelog.

Very important: Please always try to use

git pull --rebase

instead of

git pull

to prevent confusions in the commit history.

Tests

dclab is tested using pytest. If you have the time, please write test methods for your code and put them in the tests directory.

Incrementing version

Dclab currently gets its version from the latest git tag. If you think that a new version should be published, create a tag on the master branch (if you have the necessary permissions to do so):

git tag -a "0.1.3"
git push --tags origin

Appveyor and TravisCI will then automatically build source package and wheels and publish them on PyPI.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dclab-0.27.3.tar.gz (1.2 MB view hashes)

Uploaded Source

Built Distributions

dclab-0.27.3-cp38-cp38-macosx_10_9_x86_64.whl (459.6 kB view hashes)

Uploaded CPython 3.8 macOS 10.9+ x86-64

dclab-0.27.3-cp37-cp37m-macosx_10_9_x86_64.whl (460.1 kB view hashes)

Uploaded CPython 3.7m macOS 10.9+ x86-64

dclab-0.27.3-cp36-cp36m-win_amd64.whl (449.2 kB view hashes)

Uploaded CPython 3.6m Windows x86-64

dclab-0.27.3-cp36-cp36m-win32.whl (424.9 kB view hashes)

Uploaded CPython 3.6m Windows x86

dclab-0.27.3-cp36-cp36m-macosx_10_6_intel.whl (605.0 kB view hashes)

Uploaded CPython 3.6m macOS 10.6+ intel

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page