Skip to main content

Simple time tracking for simple people

Project description

https://secure.travis-ci.org/JNRowe/rdial.png?branch=master https://pypip.in/v/rdial/badge.png https://pypip.in/d/rdial/badge.png

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

rdial is released under the GPL v3 license.

Requirements

rdial’s dependencies outside of the standard library are:

It should work with any version of Python 2.6 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 module has been tested on many UNIX-like systems, including Linux and OS X, but it should work fine on other systems too.

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

$ nose2 -v tests

Database

The database is just a directory of simple text files, making it very easy 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 currently 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

  • James Gaffney

Ideas

  • Adam Baxter

  • 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 attempt to include a minimal testcase so I can reproduce the problem, or even better a patch!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

rdial-0.12.0.tar.gz (43.2 kB view details)

Uploaded Source

rdial-0.12.0.tar.bz2 (40.1 kB view details)

Uploaded Source

Built Distribution

rdial-0.12.0-py2.py3-none-any.whl (19.3 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: rdial-0.12.0.tar.gz
  • Upload date:
  • Size: 43.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for rdial-0.12.0.tar.gz
Algorithm Hash digest
SHA256 7c5f7674bcb365696614f75f3564c70e559493ae016b33fbccd2fcb93c08246d
MD5 c975eecb0c8eac620ae0a4a4f1471ac3
BLAKE2b-256 b964f714a1c63200a327941abc788b91b792c59b1f12a104fbcc4b752f782805

See more details on using hashes here.

File details

Details for the file rdial-0.12.0.tar.bz2.

File metadata

  • Download URL: rdial-0.12.0.tar.bz2
  • Upload date:
  • Size: 40.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for rdial-0.12.0.tar.bz2
Algorithm Hash digest
SHA256 d62d05adfbcbb445e0d0ad357c4511575277e611111ff3e8bfbab4ca195f8d1e
MD5 c480d51a555064d2aa82d75d613fe200
BLAKE2b-256 7fb85b017c1128815928346e9bf6951bbdb43756b04692e7770b2c90c0806d02

See more details on using hashes here.

File details

Details for the file rdial-0.12.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for rdial-0.12.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 30461ad6a48feda423e3385006e3fb38d4437b4eb82edfec0b07d19f4728c6e4
MD5 9eaa7565f6ea09ba04deafe86e064303
BLAKE2b-256 34f26c94318a5e8325d069899caa4bd2add7e2cc3fa6ffc9525705d6003a73f9

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