Metadata-Version: 2.1
Name: keycumber
Version: 0.0.2
Summary: A CLI tool to combine SEO keywords
Home-page: https://github.com/louisguitton/keycumber
Author: Louis Guitton
Author-email: admin@guitton.co
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pandas (>=1.0.1)
Requires-Dist: click (>=7.0)
Requires-Dist: click-completion

# 🥒keycumber

> A Keyword Combinator to make Inbound Marketer's life better.

## Setup

```sh
pip install keycumber
```

## Todo

keycumber --destinations xxxx --modifiers xxxx --order xxxx 
    pois
    modifiers
    order = pois_first / modifiers_first / both 
    out
        folder where to output data
    batch
        if not specified, output everything in one file. if specified, default to 700 and creates files of 700 rows in folder

- add check for left and right files not equal
- write nice description


