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
===================
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.4.tar.gz
(4.1 kB
view details)
File details
Details for the file harvest-python3-0.0.4.tar.gz.
File metadata
- Download URL: harvest-python3-0.0.4.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
261359dedf93c0f7ee1cadd98619380c801d96881f2c539dbc88c102887a761c
|
|
| MD5 |
587d30e8190a5f4c7add591b6b31dd8e
|
|
| BLAKE2b-256 |
1d3b67ef122113fccfcd88f68dacd86415be0e4f3edea052bee855b1c5971201
|