Metadata-Version: 2.4
Name: hubmap-ome-utils
Version: 0.3.6
Summary: OME-XML utility functions for HuBMAP computational pipelines
Home-page: https://github.com/hubmapconsortium/ome-utils
Author: Matt Ruffalo
Author-email: mruffalo@cs.cmu.edu
License: GPLv3
Keywords: ometiff
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
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-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: bioio
Requires-Dist: pint
Requires-Dist: tifffile
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

OME-XML utilities
=================

Overview
--------

This package provides convenience functions for OME-XML parsing and manipulation, which
have been useful in multiple pipelines.

Installation
------------

Run ``python3 -m pip install git+https://github.com/hubmapconsortium/ome-utils``.
