Skip to main content

Time to submit while mobile working

Project description

Time to submit while mobile working ヽ(´▽`)/

Python application

Setup (currently)

docker tryout one-liner

 docker run -it --rm python:3.9-slim-buster python3 -m pip install timrr && python3 -m timrr calc

locally

python3 -m pip install poetry
poetry install
poetry shell
poetry run python3 timrr.py

Short Docu

calculate work time

Usage: timrr.py calc [OPTIONS]

Options:
  -s, --start-time TEXT
  -e, --end-time TEXT
  -b, --break-time TEXT
  -ch, --contract-hours-per-day TEXT
  --local-config / --no-local-config
  --help

configure defaults

Usage: timrr.py configure [OPTIONS]

Options:
  --start-time TEXT              [required]
  --end-time TEXT                [required]
  --break-time TEXT              [required]
  --contract-hours-per-day TEXT  [required]
  --help                         Show this message and exit.

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

timrr-1.0.0.tar.gz (15.2 kB view hashes)

Uploaded Source

Built Distribution

timrr-1.0.0-py3-none-any.whl (15.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page