Metadata-Version: 2.4
Name: openmsistream
Version: 1.8.4.2
Summary: Python applications for materials data streaming using Apache Kafka. Developed for Open MSI (NSF DMREF award #1921959)
License: GPL-3.0-only
License-File: LICENSE
Keywords: data_streaming,stream_processing,apache_kafka,materials,data_science
Author: OpenMSIStream
Author-email: openmsistream@gmail.com
Requires-Python: >=3.9
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Provides-Extra: all
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: test
Requires-Dist: atomicwrites (>=1.4.1)
Requires-Dist: beautifulsoup4 ; extra == "test" or extra == "all"
Requires-Dist: black (<26) ; extra == "test" or extra == "all"
Requires-Dist: boto3 (>=1.26.84)
Requires-Dist: confluent-kafka (>=2.0.2)
Requires-Dist: docker ; extra == "test" or extra == "all"
Requires-Dist: girder-client (>=3.1.20)
Requires-Dist: gitpython ; extra == "test" or extra == "all"
Requires-Dist: kafka-python (>=2.0.2)
Requires-Dist: kafkacrypto (>=0.9.10.3)
Requires-Dist: lxml ; extra == "test" or extra == "all"
Requires-Dist: marko[toc] (==1.3.0) ; extra == "test" or extra == "all"
Requires-Dist: matplotlib
Requires-Dist: methodtools
Requires-Dist: msgpack
Requires-Dist: openmsitoolbox (>=1.2.4)
Requires-Dist: packaging ; extra == "test" or extra == "all"
Requires-Dist: pyflakes (>=3.0.1) ; extra == "test" or extra == "all"
Requires-Dist: pylint (>=2.16.3,<4) ; extra == "test" or extra == "all"
Requires-Dist: pytest ; extra == "test"
Requires-Dist: pytest-cov ; extra == "test"
Requires-Dist: requests ; extra == "test" or extra == "all"
Requires-Dist: responses ; extra == "test" or extra == "all"
Requires-Dist: sphinx (>=6.1.3) ; extra == "docs" or extra == "all"
Requires-Dist: sphinx-rtd-theme (>=1.2.0) ; extra == "docs" or extra == "all"
Requires-Dist: tempenv (>=2.0.0) ; extra == "test" or extra == "all"
Requires-Dist: testcontainers ; extra == "test"
Requires-Dist: twine ; extra == "dev" or extra == "all"
Requires-Dist: unittest-xml-reporting ; extra == "test" or extra == "all"
Requires-Dist: watchdog (>=3.0.0)
Project-URL: Homepage, https://github.com/openmsi/openmsistream
Project-URL: Repository, https://github.com/openmsi/openmsistream
Description-Content-Type: text/markdown

repo DOI: [![DOI](https://zenodo.org/badge/502086332.svg)](https://doi.org/10.5281/zenodo.7713195)

# <div align="center"> OpenMSIStream </div>

#### <div align="center">Maggie Eminizer<sup>1</sup>, Sam Tabrisky<sup>2,3,4</sup>, Amir Sharifzadeh<sup>1</sup>, Christopher DiMarco<sup>4</sup>, Jacob M. Diamond<sup>4,6</sup>, K.T. Ramesh<sup>4</sup>, Todd C. Hufnagel<sup>4,5,6</sup>, Tyrel M. McQueen<sup>4,5,7,8</sup>, David Elbert<sup>1,4</sup></div>

 <div align="center"><sup>1</sup> Institute for Data Intensive Engineering and Science (IDIES), The Johns Hopkins University, Baltimore, MD, USA </div>
 <div align="center"><sup>2</sup> Department of Biology, Dartmouth College, Hanover, NH, USA </div>
 <div align="center"><sup>3</sup> Department of Computer Science, Dartmouth College, Hanover, NH, USA </div>
 <div align="center"><sup>4</sup> Hopkins Extreme Materials Institute (HEMI), The Johns Hopkins University, Baltimore, MD, USA </div>
 <div align="center"><sup>5</sup> Department of Materials Science and Engineering, The Johns Hopkins University, Baltimore, MD, USA </div>
 <div align="center"><sup>6</sup> Department of Mechanical Engineering, The Johns Hopkins University, Baltimore, MD, USA </div>
 <div align="center"><sup>7</sup> Department of Chemistry, The Johns Hopkins University, Baltimore, MD, USA </div>
 <div align="center"><sup>8</sup> Institute for Quantum Matter (IQM), William H. Miller III Department of Physics and Astronomy, The Johns Hopkins University, Baltimore, MD, USA </div>

 <br>
 <div align="center"><img src="docs/source/images/openmsistream_logo.png" width="350" /></div>
 <br>

[![JOSS DOI](https://joss.theoj.org/papers/10.21105/joss.04896/status.svg)](https://doi.org/10.21105/joss.04896) ![PyPI](https://img.shields.io/pypi/v/openmsistream) ![License](https://img.shields.io/github/license/openmsi/openmsistream) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/openmsistream) ![CircleCI](https://img.shields.io/circleci/build/github/openmsi/openmsistream/main) [![Documentation Status](https://readthedocs.org/projects/openmsistream/badge/?version=latest)](https://openmsistream.readthedocs.io/en/latest/?badge=latest) [![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/PyCQA/pylint)

Applications for laboratory, analysis, and computational materials data streaming using [Apache Kafka](https://kafka.apache.org/)

Available on PyPI at https://pypi.org/project/openmsistream and GitHub at https://github.com/openmsi/openmsistream 

Official documentation at https://openmsistream.readthedocs.io/en/latest/

Developed for Open MSI (NSF DMREF award #1921959); published in the [Journal of Open Source Software](https://doi.org/10.21105/joss.04896)

