Metadata-Version: 2.1
Name: openmsistream
Version: 1.8.3.dev1
Summary: Python applications for materials data streaming using Apache Kafka. Developed for Open MSI (NSF DMREF award #1921959)
Home-page: https://github.com/openmsi/openmsistream
Author: OpenMSIStream
Author-email: openmsistream@gmail.com
License: GNU GPLv3
Download-URL: https://github.com/openmsi/openmsistream/archive/refs/tags/v1.8.3.dev1.tar.gz
Keywords: data_streaming,stream_processing,apache_kafka,materials,data_science
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7,<3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: atomicwrites (>=1.4.1)
Requires-Dist: boto3 (>=1.26.84)
Requires-Dist: confluent-kafka (>=2.0.2)
Requires-Dist: girder-client (>=3.1.20)
Requires-Dist: kafka-python (>=2.0.2)
Requires-Dist: kafkacrypto (>=0.9.10.3)
Requires-Dist: matplotlib
Requires-Dist: methodtools
Requires-Dist: msgpack
Requires-Dist: openmsitoolbox (>=1.2.4)
Requires-Dist: watchdog (>=3.0.0)
Provides-Extra: all
Requires-Dist: beautifulsoup4 ; extra == 'all'
Requires-Dist: black ; extra == 'all'
Requires-Dist: docker ; extra == 'all'
Requires-Dist: gitpython ; extra == 'all'
Requires-Dist: lxml ; extra == 'all'
Requires-Dist: marko[toc] (==1.3.0) ; extra == 'all'
Requires-Dist: packaging ; extra == 'all'
Requires-Dist: pyflakes (>=3.0.1) ; extra == 'all'
Requires-Dist: pylint (>=2.16.3) ; extra == 'all'
Requires-Dist: requests ; extra == 'all'
Requires-Dist: responses ; extra == 'all'
Requires-Dist: sphinx (>=6.1.3) ; extra == 'all'
Requires-Dist: sphinx-rtd-theme (>=1.2.0) ; extra == 'all'
Requires-Dist: tempenv (>=2.0.0) ; extra == 'all'
Requires-Dist: twine ; extra == 'all'
Provides-Extra: dev
Requires-Dist: twine ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx (>=6.1.3) ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme (>=1.2.0) ; extra == 'docs'
Provides-Extra: test
Requires-Dist: beautifulsoup4 ; extra == 'test'
Requires-Dist: black ; extra == 'test'
Requires-Dist: docker ; extra == 'test'
Requires-Dist: gitpython ; extra == 'test'
Requires-Dist: lxml ; extra == 'test'
Requires-Dist: marko[toc] (==1.3.0) ; extra == 'test'
Requires-Dist: packaging ; extra == 'test'
Requires-Dist: pyflakes (>=3.0.1) ; extra == 'test'
Requires-Dist: pylint (>=2.16.3) ; extra == 'test'
Requires-Dist: requests ; extra == 'test'
Requires-Dist: responses ; extra == 'test'
Requires-Dist: tempenv (>=2.0.0) ; extra == 'test'

[![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)


