Metadata-Version: 2.4
Name: alpss-processor
Version: 0.2.0
Summary: Package to run ALPSS as a stream processor using openmsistream tools
Author: Ali Rachidi
Author-email: arachid1@jhu.edu
Requires-Python: >=3.9
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
Requires-Dist: alpss (==1.6.0)
Requires-Dist: confluent-kafka (<2.4)
Requires-Dist: openmsistream (==1.8.7)
Description-Content-Type: text/markdown

the openmsistream dependency requires installing libsodium, a package used for its cryptographic functions.

Run the following shell command if you use conda/miniconda:

``conda install -c anaconda libsodium``
