Metadata-Version: 2.1
Name: python-micrometa
Version: 15.2.2
Summary: Process metadata from various light-microscopy related formats.
Author: Niko Ehrenfeuchter
Author-email: nikolaus.ehrenfeuchter@unibas.ch
Requires-Python: >=2.7
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: imcflibs (>=1.4,<2.0)
Requires-Dist: olefile (>=0.46,<0.47)
Description-Content-Type: text/markdown

# MicroMeta 🐍 ☕ 🔬

[//]: # (start-badges)

[//]: # (end-badges)

[![DOI](https://zenodo.org/badge/152806738.svg)][doi]

## Microscopy Metadata processing

A Python package to process metadata from various light-microscopy related data
formats. Supports generating [ImageJ][1] macros for stitching mosaics / tilings.
Developed and provided by the [Imaging Core Facility (IMCF)][imcf] of the
Biozentrum, University of Basel, Switzerland.

The code is pure Python and known to work with CPython and Jython, so the
package can also be imported in [ImageJ Jython scripts][2].

## Packaging

The package is intended to be available in two flavours, as a mavenized version
(packaged as a jar) to be used in [ImageJ][1], as well as a "pure" Python
package to be provided through [PyPI][3].

[imcf]: https://www.biozentrum.unibas.ch/imcf
[1]: https://imagej.net
[2]: https://imagej.net/Jython_Scripting
[3]: https://pypi.org/
[doi]: https://zenodo.org/badge/latestdoi/152806738

