Metadata-Version: 2.1
Name: arus-stream-metawear
Version: 1.0.4
Summary: arus plugin that helps creating stream for metawear devices
Home-page: https://github.com/qutang/arus-stream-metawear
License: MIT
Keywords: ubiquitous computing,sensing,data processing,bluetooth,internet of things
Author: qutang
Author-email: tqshelly@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Human Machine Interfaces
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: arus (>=0.4.0,<0.5.0)
Requires-Dist: pymetawear (>=0.12.0,<0.13.0)
Project-URL: Documentation, https://qutang.github.io/arus-stream-metawear/
Project-URL: Repository, https://github.com/qutang/arus-stream-metawear
Description-Content-Type: text/markdown

## Overview

`arus-stream-metawear` package is a plugin for [`arus`](https://qutang.github.io/arus/) package. It provides extra functionality to stream data from metawear devices in real-time.

[![PyPI version](https://badge.fury.io/py/arus-stream-metawear.svg)](https://badge.fury.io/py/arus-stream-metawear)
[![Downloads](https://pepy.tech/badge/arus-stream-metawear)](https://pepy.tech/project/arus-stream-metawear)
[![Build Status](https://github.com/qutang/arus/workflows/Continuous%20integration/badge.svg)](https://github.com/qutang/arus/actions)

### Get started

#### Prerequistes

```bash
python >= 3.6
```

##### Linux

```bash
libbluetooth-dev
libboost-all-dev
bluez
```

##### Windows

```bash
Visual Studio C++ SDK
Windows SDK (10.0.16299.0)
Windows SDK (10.0.17763.0)
```

#### Installation

```bash
> pip install arus-stream-metawear
```

Or `pipenv`

```bash
> pipenv install arus-stream-metawear
```

Or `poetry`

```bash
> poetry add arus-stream-metawear
```


### Development

#### Prerequists

```bash
python >= 3.6
poetry >= 0.12.17
```

#### Set up development environment

```bash
> git clone https://github.com/qutang/arus-stream-metawear.git
> cd arus-stream-metawear
> poetry install
```
