Skip to content

AllenCellModeling/aicsimageio-ometiffreader

Repository files navigation

aicsimageio-ometiffreader

Build Status Documentation

A basic OmeTiffReader plugin for aicsimageio.


Installation

Stable Release: pip install aicsimageio-ometiffreader
Development Head: pip install git+https://github.com/evamaxfield/aicsimageio-ometiffreader.git

Quickstart

from aicsimageio_ometiffreader import example

print(example.str_len("hello"))  # prints 5

Documentation

For full package documentation please visit evamaxfield.github.io/aicsimageio-ometiffreader.

Development

See CONTRIBUTING.md for information related to developing the code.

For development commands we use just.

just
Available recipes:
    build                    # run tox / run tests and lint
    clean                    # clean all build, python, and lint files
    default                  # list all available commands
    generate-docs            # generate Sphinx HTML documentation
    lint                     # lint, format, and check all files
    serve-docs               # generate Sphinx HTML documentation and serve to browser
    update-from-cookiecutter # update this repo using latest cookiecutter-py-package

BSD License

About

ome tiff reader for aicsimageio

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages