Metadata-Version: 2.1
Name: tdameritrade-cli
Version: 0.1.0
Summary: A CLI on top of the TDAmeritrade-client API library
Home-page: UNKNOWN
License: Apache-2.0
Author: Joe Castagneri
Author-email: jcastagneri@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: click (>=7.0,<8.0)
Requires-Dist: pyexcel-ods (>=0.5.6,<0.6.0)
Requires-Dist: tdameritrade-client (>=0.1.0,<0.2.0)
Description-Content-Type: text/markdown

[![pipeline status](https://gitlab.com/tdameritrade-tools/tdameritrade-cli/badges/master/pipeline.svg)](https://gitlab.com/tdameritrade-tools/tdameritrade-cli/commits/master)


# TDAmeritrade CLI

A CLI that makes requests of TDA using the TDA API via the TDA client. 

## Installation:
Run `pip install tdameritrade-cli` from a virtual environment. I also suggest you add the
package's cli to your path. To do this, navigate to your virtual environment's `bin` folder
(which can be found by running `which python` from within an activated virtual environment),
and create a symbolic link.

E.g., `ln -s <PATH TO VENV BIN>/tda-cli ~/.local/bin/tda-cli`

Now you can run the tool (in a new shell) with `tda-cli`.

See `tda-cli --help` for functionality.
