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
- selenium
- chrome-driver: You should have this if you use chrome.
Installation
pip install harvest-for-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
Close
Hashes for harvest-for-mightyhive-0.0.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e586616a0dd81f56c40320f868032307fd4a8690f201ce01df9d2231dab754a |
|
MD5 | aab216f42c3c2cb0fe600983d79d31ba |
|
BLAKE2b-256 | 4b557cd7b67b015cc9937dab3171deaa5b5332b221a9a1b219f9fc6c36cc1bc3 |