Skip to main content

Simple time tracking for simple people

Project description

Development status Test state on master Coverage state on master Current PyPI release Supported Python versions Documentation Recent developments

rdial is a simple way to track the time you spend on tasks. It tracks the name of a task, its start time, its duration and optionally a message… nothing more.

rdial is released under the GPL v3 license.

Requirements

rdial’s mandatory dependencies outside of the standard library are:

It should work with Python version 3.5, or newer. If rdial doesn’t work with the version of Python you have installed, file an issue and I’ll endeavour to fix it.

The package has been tested on many UNIX-like systems, including Linux and OS X, but it may work fine on other systems too.

To run the tests you’ll need pytest. Once you have pytest installed you can run the tests with the following commands:

$ pytest tests

Database

The database is just a directory of simple text files, making it useful to use and abuse in other applications. A sample database could be a file named task.csv with the following contents:

start,delta,message
2011-05-04T08:00:00Z,PT01H00M00S,working on issue 4
2011-05-04T09:30:00Z,,

and a task2.csv file with the following contents:

start,delta,message
2011-05-04T09:15:00Z,PT00H15M00S,

The format is a CSV file containing the following fields:

  1. Start time expressed in UTC

  2. Task duration

  3. Message associated with the event

The start time and duration fields are given as ISO 8601 formatted strings.

If a line does not contain a duration entry, then the task is considered to be running.

Interface

$ rdial start <task_name>
$ rdial stop
$ rdial report
+-------+----------------+
| task  | time           |
+-------+----------------+
| task  |        1:00:00 |
| task2 | 1 day, 0:15:00 |
+-------+----------------+

Contributors

I’d like to thank the following people who have contributed to rdial.

Patches

  • Nathan McGregor

Bug reports

  • Delphine Beauchemin

  • Henry Richards

  • James Gaffney

  • Ryan Sutton

  • Stephen Thorne

Ideas

  • Adam Baxter

  • Delphine Beauchemin

  • Kevin Simmons

If I’ve forgotten to include your name I wholeheartedly apologise. Just drop me a mail and I’ll update the list!

Bugs

If you find any problems, bugs or just have a question about this package either file an issue or drop me a mail.

If you’ve found a bug please try to include a minimal testcase that reproduces the problem, or even better a patch that fixes it!

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

rdial-1.0.0.tar.gz (68.6 kB view details)

Uploaded Source

Built Distribution

rdial-1.0.0-py3-none-any.whl (20.1 kB view details)

Uploaded Python 3

File details

Details for the file rdial-1.0.0.tar.gz.

File metadata

  • Download URL: rdial-1.0.0.tar.gz
  • Upload date:
  • Size: 68.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.17.1 CPython/3.6.6

File hashes

Hashes for rdial-1.0.0.tar.gz
Algorithm Hash digest
SHA256 2f7ba81bfcbf857224306f93f6683178b1d44ffb6afd3db0fcd623463085e145
MD5 48da86457663499ffe2abc7fe0da95d9
BLAKE2b-256 5cd585b6365afae73737c61a81b1fec022ebef5ce076baab90c08a2e717a5d2c

See more details on using hashes here.

File details

Details for the file rdial-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: rdial-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 20.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.17.1 CPython/3.6.6

File hashes

Hashes for rdial-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3ed775e3299ef129d5310731323a68c69d52678ab7c3a42987f0bcde10201140
MD5 576450a9fdafa8ac40c5d5ef63f36f76
BLAKE2b-256 5d6a4b15e9b32118fbb27913862c5ddb3917fa5df264688ea87fd211db896319

See more details on using hashes here.

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