robinunhood

utilities for working with the Robinhood stock trading platform


Keywords
robinhood, stock, lists, collections
License
MIT
Install
pip install robinunhood==0.0.8

Documentation

robinunhood

Utilities for working with the Robinhood stock trading platform

To create new release

  • bump version and download_url in setup.py
  • push code to github from local
  • draft a new release from https://github.com/sanzgiri/robinunhood/releases, provide a new tag (same as new version) and optionally title and description
  • upload new release to pypi
python setup.py sdist
twine upload dist/*