Metadata-Version: 1.1
Name: pyotelem
Version: 0.1
Summary: Utilities for working with biotelemetry and datalogger data in Python
Home-page: https://github.com/ryanjdillon/pylleo
Author: Ryan J. Dillon
Author-email: ryanjamesdillon@gmail.com
License: GPL-3.0+
Download-URL: https://github.com/ryanjdillon/pyotelem/archive/0.1.tar.gz
Description: pyotelem
        ========
        
        A library for performing data analysis on biotelemetry and biologger data.
        
        Install
        =======
        
        .. code:: bash
        
            pip3 install pyotelem
        
        Documentation
        =============
        
        Currently only API documentation has been generated, which you can `find here
        <http://pyotelem.readthedocs.io/en/latest/>`_.
        Some code recipes will be added as soon as possible.
        
        Contributions
        =============
        
          * **Ryan J. Dillon** - Python translations of Matlab and R code specified
            below, and contributions throughout.
        
          * **Mark Johnson** - The digital signal processing code from the Dtag
            toolbox written in Matlab
        
          * **Lucía Martina Martín López** - Original glide identification code
            written in Matlab
        
          * **Martin Biuw** - Original seal physiology code written in R.
        
          * Code taken or adapted from `Stackoverflow <https://stackoverflow.com/>`_ is in the public domain, and the
            respective posts where it was found should be linked to in the document
            string of the routines in which it was used.
        
        License
        =======
        MIT License. See license file.
        
Keywords: datalogger,accelerometer,biotelemetry
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.5
