Metadata-Version: 2.1
Name: readimc
Version: 0.1.0
Summary: Read Fluidigm(R) Imaging Mass Cytometry(TM) files
Home-page: https://github.com/BodenmillerGroup/readimc
Author: Jonas Windhager
Author-email: jonas.windhager@uzh.ch
License: MIT
Keywords: Fluidigm,Imaging Mass Cytometry,IMC,MCD
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: imageio
Requires-Dist: numpy

# readimc

<img alt="Python" src="https://img.shields.io/pypi/pyversions/readimc">
<a href="https://github.com/BodenmillerGroup/readimc/actions/workflows/build.yml"><img alt="Build" src="https://img.shields.io/github/workflow/status/BodenmillerGroup/readimc/build?label=build"></a>
<a href="https://pypi.org/project/readimc"><img alt="PyPI" src="https://img.shields.io/pypi/v/readimc"></a>
<img alt="Coverage" src="https://img.shields.io/codecov/c/github/BodenmillerGroup/readimc">
<a href="https://github.com/BodenmillerGroup/readimc/actions/workflows/docs.yml"><img alt="Documentation" src="https://img.shields.io/github/workflow/status/BodenmillerGroup/readimc/docs?label=documentation"></a>
<a href="https://github.com/BodenmillerGroup/readimc/issues"><img alt="Issues" src="https://img.shields.io/github/issues/BodenmillerGroup/readimc"></a>
<a href="https://github.com/BodenmillerGroup/readimc/pulls"><img alt="Pull requests" src="https://img.shields.io/github/issues-pr/BodenmillerGroup/readimc"></a>
<a href="https://github.com/BodenmillerGroup/readimc/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/github/license/BodenmillerGroup/readimc"></a>

Python package for reading Fluidigm&reg; Imaging Mass Cytometry&trade; files

Documentation is available at [https://bodenmillergroup.github.io/readimc](https://bodenmillergroup.github.io/readimc)

# Contributing

Pull requests are welcome. Please make sure to update tests and documentation as appropriate.

For major changes, please open an issue first to discuss what you would like to change.

# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.0] - 2021-10-09

Initial release


[0.1.0]: https://github.com/BodenmillerGroup/readimc/releases/tag/v0.1.0


