Metadata-Version: 2.1
Name: hrv
Version: 0.2.5
Summary: A python package for heart rate variability analysis
Home-page: https://github.com/rhenanbartels/hrv
Author: Rhenan Bartels
Author-email: rhenan.bartels@gmail.com
License: BSD
Download-URL: https://github.com/rhenanbartels/hrv/tarball/0.2.5
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: matplotlib (>=2.2.2)
Requires-Dist: numpy (>=1.14.4)
Requires-Dist: scipy (>=1.1.0)
Requires-Dist: spectrum (>=0.7.3)

[![Build Status](https://travis-ci.org/rhenanbartels/hrv.svg?branch=develop)](https://travis-ci.org/rhenanbartels/hrv)
[![codecov](https://codecov.io/gh/rhenanbartels/hrv/branch/develop/graph/badge.svg)](https://codecov.io/gh/rhenanbartels/hrv)
[![Current version at PyPI](https://img.shields.io/pypi/v/hrv.svg)](https://pypi.python.org/pypi/hrv)
[![Downloads per month on PyPI](https://img.shields.io/pypi/dm/hrv.svg)](https://pypi.python.org/pypi/hrv)
![Supported Python Versions](https://img.shields.io/pypi/pyversions/hrv.svg)
![Software status](https://img.shields.io/pypi/status/rows.svg)
[![License: LGPLv3](https://img.shields.io/pypi/l/hrv.svg)](https://github.com/rhenanbartels/hrv/blob/develop/LICENSE.md)


Pythonic package for Heart Rate Variability Analysis
===============================

version number: 0.2.5 

author: Rhenan Bartels


![logo](docs/logo-small.png)

Overview
--------

**hrv** is a simple Python module that brings the most widely used
techniques to work with RRi series and Heart Rate Variability (HRV) analyses without losing the **Power** and **Flexibility**
of a native Python object and [numpy](http://www.numpy.org/) arrays.


For a more in-depth explanation of how hrv works, please [Read the documentation](https://hrv.readthedocs.io/en/latest/)


