A library to handle authentication with Robinhood's API
Project description
fast_arrow_auth
A brief python library to handler API authentication with Robinhood.
example
# input username and password. Or, alternatively, pull from a config file,
# see https://github.com/westonplatter/fast_arrow_auth/blob/master/examples/auth_generated_device_token.py
username = "my_username"
password = "my_device"
client = Client(username=username, password=password)
result = client.authenticate()
user = User.fetch(client)
print("Username = {}".format(user["username"]))
install
Install the package from pypi,
pip install fast_arrow_auth
design principles
fast_arrow_auth is focused only on authenticating with Robinhood's API.
It's focused on these discrete operations,
- authenticate via username/password or username/password/mfa
- write auth_token, etc to file for API clients to use
development
Install 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
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 projects here.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fast_arrow_auth-0.0.4.tar.gz.
File metadata
- Download URL: fast_arrow_auth-0.0.4.tar.gz
- Upload date:
- Size: 147.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.1.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
18182b0d313629ab909e397e474239d16642cae8c5e434f95c8c7909110b4c67
|
|
| MD5 |
d8f124cb875a2f5b00a5b163ac9fd3b9
|
|
| BLAKE2b-256 |
99ea47e48bb389618097dc1dcd59afaf1ec94c1d644bd9f67372be04bae15ab5
|
File details
Details for the file fast_arrow_auth-0.0.4-py3-none-any.whl.
File metadata
- Download URL: fast_arrow_auth-0.0.4-py3-none-any.whl
- Upload date:
- Size: 149.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.1.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f9bc29bbcbc9c5612872b9289cfa395eedc6639ca8f46c57d43df821d34b640d
|
|
| MD5 |
e686e0d19b9ea335265fbfb25beb19af
|
|
| BLAKE2b-256 |
1b8869c8d0873739f6520a756c01315c26f1bf973c19e143d9bbc7ec0eb884c9
|