Metadata-Version: 2.1
Name: signalworks
Version: 0.2.2
Summary: Library to handle signal data and perform signal processing computations
Home-page: https://github.com/lxkain/signalworks
Author: Alex Kain
Author-email: lxkain@gmail.com
License: MIT license
Description: ===========
        signalworks
        ===========
        
        
        .. image:: https://img.shields.io/pypi/v/signalworks.svg
                :target: https://pypi.python.org/pypi/signalworks
        
        .. image:: https://img.shields.io/travis/lxkain/signalworks.svg
                :target: https://travis-ci.org/lxkain/signalworks
        
        .. image:: https://readthedocs.org/projects/signalworks/badge/?version=latest
                :target: https://signalworks.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        .. image:: https://pyup.io/repos/github/lxkain/signalworks/shield.svg
             :target: https://pyup.io/repos/github/lxkain/signalworks/
             :alt: Updates
        
        
        
        Library to handle signal data and perform signal processing computations
        
        
        * Free software: MIT license
        * Documentation: https://signalworks.readthedocs.io.
        
        
        Installation
        ------------
        
        pip install signalworks
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2018-07-27)
        ------------------
        
        * First release on PyPI.
        
Keywords: signalworks
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Provides-Extra: test
Provides-Extra: lint
Provides-Extra: style
Provides-Extra: docs
Provides-Extra: label
Provides-Extra: extended_audio
Provides-Extra: dev
