Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/malthe/lptimesheet

LiquidPlanner Timesheet Extraction and Formatting Tool
https://github.com/malthe/lptimesheet

Last synced: 15 days ago
JSON representation

LiquidPlanner Timesheet Extraction and Formatting Tool

Awesome Lists containing this project

README

        

Overview
========

Script that uses the LiquidPlanner API to extract timesheet data.

Dependencies
------------

Interpreter:

- Python 2.7

The script also requires the ``iso8601`` package and optionally (for
HTML output) the ``Chameleon`` package.

Both can be installed using setuptools::

$ easy_install-2.7 iso8601
$ easy_install-2.7 Chameleon

Usage
-----

Example::

$ lptimesheet.py [email protected] myproj 1980/01/01 2050/12/31 --format html \
> timesheet.html

Please see the help screen for my details::

$ lptimesheet -h

Author
------

Malthe Borch

License
-------

BSD. Use at own risk.