Skip to main content

An automation tool to speed up the process of updating entries in harvest

Project description

About The Package

The package aims to automate the process of updating time entries in harvest. Although harvest provides APIs to do so, it requires superuser access. For regular users, those APIs are not accessible. That is why I created this package, just to make life easier.

Dependencies

Installation

pip install harvest-mightyhive

Usage

Initialize a Harvest client:

harvest = Harvest(username, password)

Populate the class variables and submit.

harvest.date = date.today()
harvest.project = Project.INTERNAL
harvest.task = Task.MEETING
harvest.note = "Kick off meeting"
harvest.duration = "0:30"
harvest.submit()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

harvest-for-mightyhive-0.0.3.tar.gz (3.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page