arthursw / bioimageit_formats

Manage data formats for BioImageIT project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BioImageIT formats

Manage data formats for the BioImageIT project

Documentation

The documentation is available here.

Development

Run tests

Test are written with unittest python package. All tests are located in the subpackage bioimagepy/tests. Run tests with the command:

cd bioimageit_core
pipenv run python -m unittest discover -v

Build the documentation

The documentation is written with Sphinx. To build is run the commands:

cd docs
pipenv run sphinx-build -b html ./source ./build

Generate the requirements.txt

The requirements.txt file is generated from Pipenv with:

pipenv lock --requirements > requirements.txt

About

Manage data formats for BioImageIT project

License:Other


Languages

Language:Python 100.0%