Metadata-Version: 2.1
Name: python-microscopy
Version: 25.11.21
Summary: Tools for (super-resolution) microscopy data analysis and microsope control
Author-Email: David Baddeley <d.baddeley@auckland.ac.nz>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Project-URL: Homepage, https://www.python-microscopy.org
Requires-Python: >=3.8
Requires-Dist: numpy>=1.22
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: wxpython
Requires-Dist: cython
Requires-Dist: pytables
Requires-Dist: pyopengl
Requires-Dist: traits
Requires-Dist: traitsui>=7.6.0
Requires-Dist: pyface>=7.6.0
Requires-Dist: pillow
Requires-Dist: toposort
Requires-Dist: networkx
Requires-Dist: pyfftw
Requires-Dist: cherrypy
Requires-Dist: scikit-image
Requires-Dist: scikit-learn
Requires-Dist: zeroconf
Requires-Dist: requests
Requires-Dist: pandas
Requires-Dist: pyyaml
Requires-Dist: psutil
Requires-Dist: docutils
Requires-Dist: sphinx
Requires-Dist: ujson>=3.0.0
Requires-Dist: jinja2
Requires-Dist: pycairo
Requires-Dist: pymecompress>=0.2.0
Requires-Dist: six
Requires-Dist: future
Requires-Dist: blosc
Requires-Dist: django>=2.1
Description-Content-Type: text/markdown

# <img alt="PYME" src="PYME/resources/icons/pymeLogo.png" style="float:left"> The PYthon Microscopy Environment

![tag](https://img.shields.io/github/v/tag/python-microscopy/python-microscopy?sort=semver&logo=github)
[![DOI](https://zenodo.org/badge/224552047.svg)](https://zenodo.org/badge/latestdoi/224552047)
![commits](https://img.shields.io/github/commit-activity/m/python-microscopy/python-microscopy?logo=github)
![testing](https://img.shields.io/azure-devops/tests/davidbaddeleynz/pyme-ci/2/master?logo=azuredevops)

PYME (the PYthon Microscopy Environment) is an open-source application suite for light microscopy acquisition, data storage, visualization, and analysis. It offers a particularly comprehensive set of features for single-molecule localization techniques (PALM, STORM, PAINT, etc ...), but also supports many other modalities. The package is multi-platform, running on Windows, Linux, and OSX.

<!-- ![license](https://img.shields.io/github/license/python-microscopy/python-microscopy) -->
<!--![conda](https://img.shields.io/conda/v/david_baddeley/python-microscopy.svg)
![plat](https://img.shields.io/conda/pn/david_baddeley/python-microscopy.svg)-->

- **Website:** https://www.python-microscopy.org
- **Installation:** https://python-microscopy.org/doc/Installation/Installation.html
- **Documentation:** https://python-microscopy.org/doc/
- **Source code:** https://github.com/python-microscopy/python-microscopy/
- **Contributing:** https://python-microscopy.org/doc/Contributing.html
- **Bug reports:** https://github.com/python-microscopy/python-microscopy/issues

The documentation is also available in the *docs* subdirectory of the repository.

**Have a question?** Get in touch! \
You can email us at support@python-microscopy.org, or raise a [support issue](https://github.com/python-microscopy/python-microscopy/issues/new?assignees=&labels=support&template=support.md&title=%5BSUPPORT%5D). We are also active on the [image.sc forum](https://forum.image.sc/) - tag your post with `pyme` and we'll be happy to support you.
