Metadata-Version: 2.1
Name: signalworks
Version: 0.4.0
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
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
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: numba
Requires-Dist: resampy
Provides-Extra: dev
Requires-Dist: pyedflib ; extra == 'dev'
Requires-Dist: openxdf ; extra == 'dev'
Requires-Dist: soundfile ; extra == 'dev'
Provides-Extra: extended_audio
Requires-Dist: soundfile ; extra == 'extended_audio'
Provides-Extra: label
Requires-Dist: pyedflib ; extra == 'label'
Requires-Dist: openxdf ; extra == 'label'

===========
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.


