Skip to main content

Python3 wrapper for harvest API

Project description

Python 3 Harvest API Bindings
===================

A python 3 wrapper for the harvestapp API. Derived from [lionheart's python2 harvest wrapper][1]. Additional detail can be found by checking the [harvestapp api documentation][2].

Usage
-----

import harvest
user = harvest.HarvestUser('https://example.harvestapp.com', 'example@email.com', 'passw0rd')
user.who_am_i()
user.update_task({
'hours': 1.8
})
user.get_today()

[1]: https://github.com/lionheart/python-harvest
[2]: https://github.com/harvesthq/api

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-python3-0.0.2.tar.gz (4.1 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