Metadata-Version: 2.1
Name: jc.robinhood
Version: 1.0.0
Summary: Unofficial Robinhood API client library for Python
Home-page: https://github.com/jaredrcleghorn/robinhood
Author: Jared Cleghorn
Author-email: jaredrcleghorn@gmail.com
License: UNKNOWN
Description: # robinhood
        
        [![GitHub](https://img.shields.io/github/license/jaredrcleghorn/robinhood?color=blue)](https://github.com/jaredrcleghorn/robinhood/blob/main/LICENSE)
        ![publish](https://github.com/jaredrcleghorn/robinhood/actions/workflows/publish.yml/badge.svg)
        [![PyPI](https://img.shields.io/pypi/v/robinhood)](https://pypi.org/project/jc.robinhood/)
        
        Unofficial Robinhood API client library for Python
        
        ## Contributing
        
        You will need [Pipenv](https://pipenv.pypa.io/en/latest/). On [Mac](https://www.apple.com/mac/), you
        can install Pipenv using [Homebrew](https://brew.sh). To install Homebrew, run
        
        ```shell
        /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
        ```
        
        Then, to install Pipenv, run
        
        ```shell
        brew install pipenv
        ```
        
        To install dependencies, move into the project folder and run
        
        ```shell
        pipenv install
        ```
        
        To run tests, fill out the `config.json` file with your Robinhood
        `username` and `password` and then run
        
        ```shell
        pipenv run test
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
