Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/malthe/lptimesheet
- Owner: malthe
- Created: 2011-01-13T16:02:25.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-01-13T16:04:40.000Z (almost 14 years ago)
- Last Synced: 2024-10-22T20:22:49.467Z (2 months ago)
- Language: Python
- Homepage:
- Size: 144 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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 ChameleonUsage
-----Example::
$ lptimesheet.py [email protected] myproj 1980/01/01 2050/12/31 --format html \
> timesheet.htmlPlease see the help screen for my details::
$ lptimesheet -h
Author
------Malthe Borch
License
-------BSD. Use at own risk.