Metadata-Version: 2.1
Name: fast-arrow
Version: 0.0.3
Summary: API client for Robinhood
Home-page: https://github.com/westonplatter/fast_arrow/
Author: Weston Platter
Author-email: westonplatter@gmail.com
License: MIT License
Project-URL: Issue Tracker, https://github.com/westonplatter/fast_arrow/issues
Project-URL: Source Code, https://github.com/westonplatter/fast_arrow
Platform: UNKNOWN
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: pathlib2
Requires-Dist: requests
Requires-Dist: yarl

# fast_arrow - API client for Robinhood
A simple, humble, and direct API client for Robinhood

[![Build Status](https://travis-ci.com/westonplatter/fast_arrow.svg?branch=master)](https://travis-ci.com/westonplatter/fast_arrow)
[![Coverage
Status](https://coveralls.io/repos/github/westonplatter/fast_arrow/badge.svg?branch=master)](https://coveralls.io/github/westonplatter/fast_arrow?branch=master)

<hr/>
WARNING. this project is under active development (pre alpha).
USE AT YOUR OWN RISK.
<hr/>


## install
@todo

## example
@todo

## philosophy
@todo


## development
Install (pipenv)[https://github.com/pypa/pipenv], and then run,
```
pipenv install --dev
```

Run the test suite via,
```
make test
```

Run the test suite against a specific python version,
```
pipenv run tox -e py36
```


## license
See LICENSE file.



