Metadata-Version: 2.1
Name: options-tracker
Version: 0.1.7
Summary: What are my options worth today?
Home-page: http://gitlab.com/OldIronHorse/options-tracker
Author: Simon Redding
Author-email: s1m0n.r3dd1ng@gmail.com
License: GPL3
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: requests-html
Requires-Dist: dateparser
Requires-Dist: python-dateutil
Requires-Dist: pyyaml
Requires-Dist: tabulate

# Options Tracker [![pipeline status](https://gitlab.com/OldIronHorse/options-tracker/badges/master/pipeline.svg)](https://gitlab.com/OldIronHorse/options-tracker/-/commits/master) [![coverage report](https://gitlab.com/OldIronHorse/options-tracker/badges/master/coverage.svg)](https://gitlab.com/OldIronHorse/options-tracker/-/commits/master)


How much are my stock options worth today?

Vested and unvested.

## Installation

You need python 3.6+

`pip install options-tracker`

## Usage

Basic (this should work for your Mirriad options):

`options-tracker <granted quantity> <grant price>`

Have a look at the help for more options:

`options-tracker --help`


