Metadata-Version: 2.1
Name: utoolbox
Version: 0.5.0.dev0
Summary: A Python image processing package for LLSM.
Home-page: https://github.com/liuyenting/utoolbox
Author: Liu, Yen-Ting
License: UNKNOWN
Keywords: microscopy
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: pandas
Requires-Dist: imageio
Requires-Dist: imageio-ffmpeg
Requires-Dist: tifffile
Requires-Dist: PySide2
Requires-Dist: vispy
Requires-Dist: pyopengl
Requires-Dist: mako
Requires-Dist: click
Requires-Dist: coloredlogs
Requires-Dist: tqdm
Requires-Dist: cupy-cuda101 ; platform_system != "Darwin"
Requires-Dist: cupy ; platform_system == "Darwin"

# uToolbox
[![Build Status](https://travis-ci.com/liuyenting/uToolbox.svg?token=RnNdzNQoCUCRNxtUiy7m&branch=master)](https://travis-ci.com/liuyenting/uToolbox) 
[![Doc Status](https://readthedocs.org/projects/pip/badge/?version=latest&style=flat)](https://utoolbox.readthedocs.io/)  

A Python image processing package for LLSM.

**TODO** intro

For more information, refer to [the documentation](https://utoolbox.readthedocs.io/en/latest/index.html).

## Installation
uToolbox is published on [PyPI](https://pypi.org/project/utoolbox/) and can be installed from there:

`pip install -U utoolbox`

Beta releases are also published:

`pip install -U --pre utoolbox`

If you wish to install uToolbox for development purposes, refer to [the developer guide](https://utoolbox.readthedocs.io/en/latest/intro/developer.html).

## Documentation
Documentation is available from [readthedocs.io](https://utoolbox.readthedocs.io/en/latest/index.html).

**TODO** migrate platform support info

#### macOS
- High Sierra 10.13.6, Darwin 17.7.0
- CUDA 9.2.64.1

#### Windows
- Windows 7 (64-bit) SP1
- CUDA 9.2.88.1

#### Linux
- Debian 8.10 (jessie), Linux 3.12.72
- CUDA 8.0.44


## Authors
- Liu, Yen-Ting

## License
This project is licensed under the Apache 2.0 License - see the [LICENSE.md](LICENSE.md) file for details

## Acknowledgments
- [LLSpy](https://github.com/tlambert03/LLSpy) by Talley Lambert.


