Metadata-Version: 2.1
Name: linumpy
Version: 0.1
Summary: linumpy: microscopy tools and utilities
Home-page: https://github.com/linum-uqam/linumpy
Download-URL: 
Author: The LINUM developers
Author-email: 
Maintainer: Joël Lefebvre
Maintainer-email: lefebvre.joel@uqam.ca
Platform: OS Independent
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: allensdk (==2.15.1)
Requires-Dist: nibabel (==5.1.0)
Requires-Dist: numpy (==1.24.3)
Requires-Dist: scipy (==1.10.1)
Requires-Dist: SimpleITK (==2.2.1)

# Linumpy

**Linumpy** is the main library supporting research and development at the *Laboratoire d'Imagerie Numérique, Neurophotonique et Microscopie* ([LINUM]).

**Linumpy** contains tools and utilities to quickly work with serial histology and microscopy data. Those tools implement the recommended workflows and parameters used in the lab. The library and scripts can be installed locally by using:

```
pip install -e .
```

We highly recommend working in a [Python Virtual Environment].

[LINUM]:https://linum.info.uqam.ca
[Python Virtual Environment]:https://virtualenv.pypa.io/en/latest/

**Linumpy** documentation is available: https://linumpy.readthedocs.io/en/latest/
