Skip to main content

Simple parsing tools that supplement dash-bio.

Project description

Notice

As of Dash Bio 1.0, the development of dash-bio-utils has been moved to the main Dash Bio repo.

This package exists for backward compatibility.

Dash Bio Utils

Dash Bio utils is a set of helper scripts that work together with the dash-bio package.

Dash

Learn more about Dash at https://plot.ly/products/dash/.

Consulting and OEM

For inquiries about Dash app development, advanced OEM integration, and more, please reach out.

Contributing

If you would like to contribute to this repository, please refer to the contributing guidelines.

Running tests

Create and activate a new virtualenv:

python3 -m venv venv
source venv/bin/activate
pip install pytest

or a conda env:

conda create -n dash-bio-utils python=3.7
source activate dash-bio-utils
conda config --add channels conda-forge
conda install pytest

Clone this repo, install the dash-bio-utils package, and run its tests:

git clone https://github.com/plotly/dash-bio-utils.git
cd dash-bio-utils/
python setup.py install
python -m pytest tests/

If you are setting breakpoints with ipdb, you want to disable capturing on the command line:

python -m pytest -s tests/

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

dash_bio_utils-1.0.0.tar.gz (2.9 kB view hashes)

Uploaded Source

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