Metadata-Version: 2.1
Name: ezmsg-sigproc
Version: 1.2.0
Summary: Timeseries signal processing implementations in ezmsg
Home-page: https://github.com/iscoe/ezmsg
Author: Griffin Milsap
Author-email: griffin.milsap@jhuapl.edu
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: test
License-File: LICENSE.txt

# ezmsg.sigproc

Timeseries signal processing implementations for ezmsg

## Installation
`pip install ezmsg-sigproc`

## Dependencies
* `ezmsg`
* `numpy`
* `scipy`

## Setup (Development)
1. Install `ezmsg` either using `pip install ezmsg` or set up the repo for development as described in the `ezmsg` readme.
2. `cd` to this directory (`ezmsg-sigproc`) and run `pip install -e .`
3. Signal processing modules are available under `import ezmsg.sigproc`

