Skip to main content

Python library for performing biomedical images analysis

Project description

CardiAP

Copyright © 2020-2021 Velez Rueda, Garcia Smith, Sommese

Python library for performing biomedical images analysis. Cardilib allows users to easily work with images confocal microscopy, and obtain representative amplitude and kinetics data.

Installation

# Create and active a virtual env
$ python3 -m venv .venv
$ source .venv/bin/activate
# install the project
$ pip install -e .

Running tests

# install tox
$ pip install tox
# execute tox
$ tox

Publishing project

# update package version in setup.cfg
# them run these command:
$ git tag <version>
$ git push origin HEAD --tags
# build the package
$ tox -e build
# publish to test.pypi
$ tox -e publish 
# publish to pypi
$ tox -e --publish -- --repository pypi

Using cardilib on line

You can find a web server for using cardilib hosted in Binder. You can launch CardiAP here

Project details


Download files

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

Source Distribution

cardilib-0.0.3.tar.gz (17.1 kB view hashes)

Uploaded Source

Built Distribution

cardilib-0.0.3-py2.py3-none-any.whl (9.6 kB view hashes)

Uploaded Python 2 Python 3

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