Metadata-Version: 2.1
Name: sigpropy
Version: 0.1.0
Summary: A Python module for digital signal processing.
Home-page: https://github.com/jpvantassel/signal-processing
Author: Joseph P. Vantassel
Author-email: jvantassel@utexas.edu
License: UNKNOWN
Keywords: signal-processing signal
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6, <3.9
Description-Content-Type: text/markdown
Requires-Dist: scipy (>=1.2.1)
Requires-Dist: numpy (>=1.16.2)
Requires-Dist: obspy (>=1.1.1)
Provides-Extra: dev
Requires-Dist: unittest ; extra == 'dev'
Requires-Dist: hypothesis ; extra == 'dev'
Provides-Extra: test
Requires-Dist: unittest ; extra == 'test'
Requires-Dist: hypothesis ; extra == 'test'

# SigProPy - A Python package for digital signal processing

> Joseph Vantassel, University of Texas at Austin


