Metadata-Version: 1.1
Name: toon
Version: 0.0.2
Summary: Tools for neuroscience experiments
Home-page: https://github.com/aforren1/toon
Author: Alexander Forrence
Author-email: aforren1@jhu.edu
License: GPL3
Description: toon: tools for neuroscience

        ============================

        

        [![Version](https://img.shields.io/pypi/v/toon.svg)](https://pypi.python.org/pypi/toon)

        [![License](https://img.shields.io/pypi/l/toon.svg)](https://raw.githubusercontent.com/aforren1/toon/master/LICENSE.txt)

        [![Travis](https://img.shields.io/travis/aforren1/toon.svg)](https://travis-ci.org/aforren1/toon)

        [![Coveralls](https://img.shields.io/coveralls/aforren1/toon.svg)](https://coveralls.io/github/aforren1/toon)

        

        Install:

        

        python 2.7, 3.6:

        

        ```shell

        pip install toon

        ```

        

        Devel (both):

        

        ```shell

        pip install git+https://github.com/aforren1/toon

        ```

        

        Three modules so far: audio, input, and tools.

        

        Usage (incomplete):

        

        ```python

        import toon.audio as ta

        import toon.input as ti

        import toon.tools as tt

        

        beeps = ta.beep_train(click_freq=[440, 660, 880],

                              num_clicks=3)

        x, y = tt.pol2cart(45, 3, units='deg', ref=(1, 1))

        

        hand = ti.Hand()

        ```

        
Keywords: psychophysics neuroscience input experiment
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
