Metadata-Version: 2.3
Name: alpss-processor
Version: 0.1.0.dev2
Summary: Package to run ALPSS as a stream processor using openmsistream tools
Author: Ali Rachidi
Author-email: arachid1@jhu.edu
Requires-Python: >=3.9,<3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: alpss (==1.3.1)
Requires-Dist: openmsistream (==1.8.3.7.dev4)
Requires-Dist: openmsitoolbox (==1.2.5.dev1)
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``
