Skip to content

My solution to a programming assignment that called for a python program that generates an HTML table of time spent on projects per employee based on hubstaff data

Notifications You must be signed in to change notification settings

cezhunter/time_table_tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

update config file src/data/hs_conf with your info

pip install . to install

hs_util to run

should be useful for a cron job :)

Commands

hs_util table --help

hs_util table -test

hs_util table -date 23-10-2022

todo
  • write unit tests
  • add comprehensive documentation
  • implement auth caching
  • handle api rate limitations
  • general optimizations
    • data frame populating
    • concurrent api calls

About

My solution to a programming assignment that called for a python program that generates an HTML table of time spent on projects per employee based on hubstaff data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages