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](https://selenium-python.readthedocs.io/)
[chrome-driver](https://chromedriver.chromium.org/): You should have this if you use chrome.
## Installation `sh pip install harvest-mightyhive ` <!– USAGE EXAMPLES –> ## Usage
Initialize a Harvest client: `python harvest = Harvest(username, password) `
Populate the class variables and submit. `python 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
Hashes for harvest-for-mightyhive-0.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | df786330950c67bfc7ad9b0dc42161e2d6b900b3565553e42226b8a3f9be1a72 |
|
MD5 | 84960ec97df02dbc5b28244c9fcd7552 |
|
BLAKE2b-256 | 03588de69d19f871a142e17b9cdaaf113930c15a907c20aa838a1d5ecb18b3a8 |