Skip to content
/ timecalc Public

a tool to make the imitation of Lyubishchev and his time billing method a lot easier

Notifications You must be signed in to change notification settings

yuex/timecalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timecalc

A tool to make the imitation of Alexander Alexandrovich Lyubishchev's time billing method a lot easier.

After all, it's already half a century later. We have the great aid of computers. We don't have to spend two days to complete the billing of the whole year. Let our computer slaves mind those boring parts for us.

Install

from github:

git clone https://github.com/yuex/timecalc.git
cd timecalc
python setup.py install

from pypi:

pip install timecalc

Example

add up times

timecalc sum 1/30 /30 2/
4/

average time

timecalc avg 70/ 4 28
17/30
2/30

analyze yml book

cat example.yml
---
- 一类:
  # Jan
  - 读书:
    - 英语:
      - 英语说文解字: 21/30
    - 技术:
      - Hacker's Guide to Git: 4/40
  - 工作: 3/
  # Feb
  - 读书:
    - 英语:
      - 英语说文解字: 26/15
    - 技术:
      - Little Book of Semaphore: 2/
  - 工作: 3/

timecalc yml example.yml
- 一类 60/25:
  - 工作: 6/
  - 读书 54/25:
    - 英语 47/45:
      - 英语说文解字: 47/45
    - 技术 6/40:
      - Hacker's Guide to Git: 4/40
      - Little Book of Semaphore: 2/

About

a tool to make the imitation of Lyubishchev and his time billing method a lot easier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages