Welcome to TimeLog2CSV’s documentation!

timelog2csv - converts a TimeLog calendar to a CSV file.

TimeLog was a time tracking application for OS X. It stored it’s data using iCal. OS X Mountain Lion (and Mavericks) dropped some features that TimeLog needed to talk to iCal. So it’s impossible to access the recorded data because the application won’t even start.

But this small tool can help: Export the iCal calendar which you used to store TimeLog’s data. Then use timelog2csv to convert it to a CSV file.

Features

  • Convert an iCal file to CSV
  • Filter by project name

Installation

At the command line using pip:

$ pip install timelog2csv

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv timelog2csv
$ pip install timelog2csv

Usage

Run timelog2csv like so to see the help:

$ timelog2csv -h

Contents

Credits

Development Lead

Contributors

None yet. Why not be the first?

Changelog

0.1.2 (TODO)

  • Added drone.io continuous integration service
  • Added docs and tests to MANIFEST.in
  • Added bumpversion
  • Added twine to secure PyPI uploads

0.1.1 (2013-11-06)

  • Fixed release date of 0.1.0.

0.1.0 (2013-11-06)

  • First release on PyPI.

Indices and tables