Metadata-Version: 2.1
Name: teaspoon
Version: 0.1.6
Summary: A Topological Signal Processing Package
Home-page: https://github.com/lizliz/teaspoon
Author: Elizabeth Munch and Firas Khasawneh
Author-email: muncheli@msu.edu
License: UNKNOWN
Description: Description
        ==============
        
        The emerging field of topological signal processing brings methods from Topological Data Analysis (TDA) to create new tools for signal processing by incorporating aspects of shape.
        This python package, teaspoon for tsp or topological signal processing, brings together available software for computing persistent homology, the main workhorse of TDA, with modules that expand the functionality of teaspoon as a state-of-the-art topological signal processing tool.
        These modules include methods for incorporating tools from machine learning, complex networks, information, and parameter selection along with a dynamical systems library to streamline the creation and benchmarking of new methods.
        All code is open source with up to date documentation, making the code easy to use, in particular for signal processing experts with limited experience in topological methods.
        
        
        Full documentation of this package is available [here](http://elizabethmunch.com/code/teaspoon/index.html). The full documentation includes information about installation, module documentation with examples, contributing, the license, and citing teaspoon.
        
        The code is a compilation of work done by [Elizabeth Munch](http://www.elizabethmunch.com) and [Firas Khasawneh](http://www.firaskhasawneh.com/) along with her students and collaborators.  People who have contributed to teaspoon include:
        
        - [Audun Myers](https://github.com/myersau3)
        - Melih Yesilli
        - [Sarah Tymochko](https://www.egr.msu.edu/~tymochko/)
        
        Installation
        =============
        The teaspoon package is available through pip install with version details found [here](https://pypi.org/project/teaspoon/).
        The package can be installed using the following pip installation::
        
        	pip install teaspoon
        
        The current draft of the code may still have dependency issues which will be fixed by version 1.0.0. Please reference the requirments page in the [documentation](http://elizabethmunch.com/code/teaspoon/index.html) for more details on other required installations.
        
        Contacts
        =============
        * Liz Munch: [muncheli@msu.edu](mailto:muncheli@msu.edu).
        * Firas Khasawneh: [khasawn3@egr.msu.edu](mailto:khasawn3@egr.msu.edu).
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
