Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christinalk/chtc_sheets
https://github.com/christinalk/chtc_sheets
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/christinalk/chtc_sheets
- Owner: ChristinaLK
- License: mit
- Created: 2015-09-24T21:19:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-25T13:08:27.000Z (over 9 years ago)
- Last Synced: 2023-07-31T23:13:53.018Z (over 1 year ago)
- Language: Python
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
##CHTC Sheets
### Description
Python code to extract user/project/hours used information
from second half of CHTC daily (weekly/monthly/yearly) reports.
Input is a single tsv file in the "data" directory,
Output is written to `reports` directory.### Data Privacy
Published without source data due to privacy concerns. Email `ckoch5 (at) wisc (dot) edu`
for more information.### Use
Can be run in the ipython notebook (replace the "filename" string in cell 4)
or on the command line as:
~~~
$python chtc_sheets.py data/spreadsheet.tsv
~~~