Metadata-Version: 2.1
Name: combine-harvester
Version: 0.2.0
Summary: CLI tool to log Harvest timesheets with FZF 
Home-page: https://github.com/BamBalaam/combine-harvester
License: GPL-3.0
Keywords: fzf,harvest,harvest-api,time-tracker,time-tracking
Author: André Madeira Cortes
Author-email: amadeiracortes@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: pyfzf (>=0.2.1,<0.3.0)
Requires-Dist: requests (>=2.23.0,<3.0.0)
Project-URL: Repository, https://github.com/BamBalaam/combine-harvester
Description-Content-Type: text/markdown

# Combine Harvester

CLI tool to log Harvest timesheets with FZF

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)

## Installation

```
pip install combine-harvester
```

## Requirements

* Python 3.6 (f-strings!)
* [fzf](https://github.com/junegunn/fzf)

## Environment Variables

* HARVEST_ACCOUNT_ID
* HARVEST_ACCOUNT_TOKEN

## Usage

```
> harvest
```

