Metadata-Version: 2.4
Name: quantem
Version: 0.1.8
Summary: quantitative electron microscopy analysis toolkit.
License-Expression: MIT
License-File: LICENSE
Keywords: 4DSTEM,EM,STEM,TEM
Requires-Python: >=3.11
Requires-Dist: cmasher>=1.9.2
Requires-Dist: colorspacious
Requires-Dist: dill
Requires-Dist: h5py>=3.13.0
Requires-Dist: hdf5plugin>=6.0.0
Requires-Dist: matplotlib
Requires-Dist: numpy>2
Requires-Dist: optuna>=4.5.0
Requires-Dist: rosettasciio>=0.8.0
Requires-Dist: scikit-image>=0.25.2
Requires-Dist: scipy
Requires-Dist: tensorboard>=2.19.0
Requires-Dist: torch>=2.7.0
Requires-Dist: torchinfo>=1.8.0
Requires-Dist: torchmetrics>=1.7.3
Requires-Dist: torchvision>=0.22.1
Requires-Dist: tqdm
Requires-Dist: zarr>3
Provides-Extra: widgets
Requires-Dist: quantem-widget; extra == 'widgets'
Description-Content-Type: text/markdown

# quantem

This is the home repository for the quantitative electron microscopy (quantem) data analysis toolkit.

## Installation Instructions

The package is available on the Python Package Index (PyPi), as [quantem](https://pypi.org/project/quantem/).

You can install it using `pip install quantem`.

For a developer install, please refer to [CONTRIBUTORS.md](CONTRIBUTORS.md).

## License

quantem is free and open source software, distributed under the [MIT License](LICENSE).
