Metadata-Version: 2.0
Name: remodnav
Version: 0.1
Summary: robust eye movement detection for natural viewing
Home-page: UNKNOWN
Author: The REMoDNaV Team and Contributors
Author-email: michael.hanke@gmail.com
License: UNKNOWN
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: statsmodels
Requires-Dist: matplotlib
Provides-Extra: devel-docs
Requires-Dist: pypandoc; extra == 'devel-docs'

REMoDNaV - Robust Eye Movement Detection for Natural Viewing
============================================================

`Travis tests
status <https://travis-ci.org/psychoinformatics-de/remodnav>`__
`codecov.io <https://codecov.io/github/psychoinformatics-de/remodnav?branch=master>`__
`License: MIT <https://opensource.org/licenses/MIT>`__ `GitHub
release <https://GitHub.com/psychoinformatics-de/remodnav/releases/>`__
`PyPI version fury.io <https://pypi.python.org/pypi/remodnav/>`__
`Average time to resolve an
issue <http://isitmaintained.com/project/psychoinformatics-de/remodnav>`__
`Percentage of issues still
open <http://isitmaintained.com/project/psychoinformatics-de/remodnav>`__

Support
-------

All bugs, concerns and enhancement requests for this software can be
submitted here: https://github.com/psychoinformatics-de/remodnav

If you have a problem or would like to ask a question about how to use
REMoDNaV, please `submit a question to
NeuroStars.org <https://neurostars.org/new-topic?body=-%20Please%20describe%20the%20problem.%0A-%20What%20steps%20will%20reproduce%20the%20problem%3F%0A-%20What%20version%20of%20REMoDNaV%20are%20you%20using%3F%20On%20what%20operating%20system%20%3F%0A-%20Please%20provide%20any%20additional%20information%20below.%0A-%20Have%20you%20had%20any%20luck%20using%20REMoDNaV%20before%3F%20%28Sometimes%20we%20get%20tired%20of%20reading%20bug%20reports%20all%20day%20and%20a%20lil'%20positive%20end%20note%20does%20wonders%29&tags=remodnav>`__
with a ``remodnav`` tag. NeuroStars.org is a platform similar to
StackOverflow but dedicated to neuroinformatics.

Any previous REMoDNaV questions can be found here:
http://neurostars.org/tags/remodnav/

Installation via pip
--------------------

Install the latest version of ``remodnav`` from
`PyPi <https://pypi.org/project/remodnav>`__. It is recommended to use a
dedicated `virtualenv <https://virtualenv.pypa.io>`__:

::

   # create and enter a new virtual environment (optional)
   virtualenv --python=python3 ~/env/remodnav
   . ~/env/remodnav/bin/activate

   # install from PyPi
   pip install remodnav

License
-------

MIT/Expat

Contributing
------------

Contributions in the form of issue reports, bug fixes, feature
extensions are always welcome.


