Metadata-Version: 2.1
Name: gre
Version: 0.1.1
Summary: A handy helper to manage GRE Vocab preparation
Home-page: https://github.com/Sayan98/gre
Author: Sayan Goswami
Author-email: <goswami.sayan47@gmail.com>
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: Click
Requires-Dist: tinydb
Requires-Dist: wiktionaryparser

# $gre_
GRE vocab helper

## install

#### from pypi

Run `pip install gre`

#### from source

- Clone repo/download as zip
- `cd` to the folder
- Run `pipenv install`
- Run `pipenv shell`
- Run `pip install .`

## usage

```bash
Usage: gre [OPTIONS] COMMAND [ARGS]...

  A handy helper to manage GRE Vocab preparation

Options:
  --debug / --no-debug
  --help                Show this message and exit.

Commands:
  add     Add a word/words to vocabulary
  get     Retrieve a word, definiton from vocabulary
  nuke    Delete entire vocabulary
  remove  Remove a word/words from vocabulary
  show    Print entire vocabulary
```

## author
Sayan Goswami (c) 2018


