Metadata-Version: 2.1
Name: utoolbox-core
Version: 0.0.22.dev2
Summary: Core functions for uToolbox.
Home-page: https://github.com/liuyenting/utoolbox-core
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.7
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: coloredlogs
Requires-Dist: dask[complete] (~=2.16.0)
Requires-Dist: distributed (~=2.16.0)
Requires-Dist: h5py (>=2.9)
Requires-Dist: humanfriendly
Requires-Dist: imageio[ffmpeg]
Requires-Dist: natsort
Requires-Dist: numpy (>=1.17)
Requires-Dist: pandas
Requires-Dist: prefect
Requires-Dist: prompt-toolkit (>=3.0)
Requires-Dist: tifffile
Requires-Dist: xxhash
Requires-Dist: zarr
Provides-Extra: gpu
Requires-Dist: cupy-cuda101 ; extra == 'gpu'
Provides-Extra: original
Requires-Dist: mako ; extra == 'original'
Requires-Dist: tqdm ; extra == 'original'
Provides-Extra: viewer
Requires-Dist: napari ; extra == 'viewer'

# uToolbox [Core]

A Python image processing package for LLSM.

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).

## 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.


