Metadata-Version: 2.1
Name: fast-arrow-auth
Version: 0.0.1
Summary: A library to handle authentication with Robinhood's API
Home-page: https://github.com/westonplatter/fast_arrow_auth/
Author: Weston Platter
Author-email: westonplatter@gmail.com
License: MIT License
Project-URL: Issue Tracker, https://github.com/westonplatter/fast_arrow_auth/issues
Project-URL: Source Code, https://github.com/westonplatter/fast_arrow_auth
Platform: UNKNOWN
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: datetime
Requires-Dist: deprecation
Requires-Dist: pathlib2
Requires-Dist: requests (>=2.20.0)
Requires-Dist: yarl
Requires-Dist: urllib3 (>=1.24.2)

# fast_arrow_auth
A simple yet robust API client for Robinhood

[![Build Status](https://travis-ci.com/westonplatter/fast_arrow_auth.svg?branch=master)](https://travis-ci.com/westonplatter/fast_arrow_auth)
&nbsp;
[![Coverage
Status](https://coveralls.io/repos/github/westonplatter/fast_arrow_auth/badge.svg?branch=master)](https://coveralls.io/github/westonplatter/fast_arrow_auth?branch=master)
&nbsp;
[![Version](https://img.shields.io/pypi/v/fast_arrow_auth.svg)](https://pypi.org/project/fast-arrow-auth/)


## example

```py
# @TODO
```

## install

Install the package from pypi,
```
pip install fast_arrow_auth
```

## design principles

## features

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

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

Run all the examples (make sure you add username/password to config.debug.ini),
```
sh run_all_examples.sh
```

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

### releases

Adding so I don't forget the next time I release a version,
```
python setup.py sdist bdist_wheel
twine upload dist/*
```

## projects using `fast_arrow_auth`
Add your projects here.


