معرفی شرکت ها


fast-arrow-auth-0.0.4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A library to handle authentication with Robinhood's API
ویژگی مقدار
سیستم عامل -
نام فایل fast-arrow-auth-0.0.4
نام fast-arrow-auth
نسخه کتابخانه 0.0.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Weston Platter
ایمیل نویسنده westonplatter@gmail.com
آدرس صفحه اصلی https://github.com/westonplatter/fast_arrow_auth/
آدرس اینترنتی https://pypi.org/project/fast-arrow-auth/
مجوز MIT License
# fast_arrow_auth A brief python library to handler API authentication with Robinhood. [![Build Status](https://travis-ci.com/westonplatter/fast_arrow_auth.svg?branch=master)](https://travis-ci.com/westonplatter/fast_arrow_auth)   [![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)   [![Version](https://img.shields.io/pypi/v/fast_arrow_auth.svg)](https://pypi.org/project/fast-arrow-auth/) ## example ```py # 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](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 ``` ### 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.


نیازمندی

مقدار نام
- datetime
- deprecation
- pathlib2
>=2.20.0 requests
- yarl
>=1.24.2 urllib3


زبان مورد نیاز

مقدار نام
>=3.5 Python


نحوه نصب


نصب پکیج whl fast-arrow-auth-0.0.4:

    pip install fast-arrow-auth-0.0.4.whl


نصب پکیج tar.gz fast-arrow-auth-0.0.4:

    pip install fast-arrow-auth-0.0.4.tar.gz