aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/manifest.py
Commit message (Expand)AuthorAgeFilesLines
* manifest.py: Support return relative path w.r.t CWD for "getpath()"Aaron LI2017-02-171-3/+12
* manifest.py: Do not change when to find the manifest file.Aaron LI2017-02-171-8/+7
* manifest.py: Add setpath() method and setpath sub-commandAaron LI2017-02-171-0/+34
* Add get_manifest() and get_results() functionsAaron LI2017-02-171-0/+17
* manifest.py: Add parameter 'splitlist' to gets() for CSV exportAaron LI2017-02-171-2/+25
* manifest.py: Support multiple files for "getpath()"Aaron LI2017-02-171-5/+20
* manifest.py: Only change directory when need to find manifest fileAaron LI2017-02-171-3/+2
* manifest.py: Support list of values for itemsAaron LI2017-02-171-21/+39
* manifest.py: Implement "getpath" sub-commandAaron LI2017-02-131-1/+24
* manifest.py: Add argument "-C" / "--directory"Aaron LI2017-02-131-0/+5
* manifest.py: Add method "gets()" to get values of a list of itemsAaron LI2017-02-121-1/+33
* manifest.py: Add sub-command "show" and make it the defaultAaron LI2017-02-121-4/+23
* manifest.py: Try to parse given value to integer or floatAaron LI2017-02-111-3/+17
* manifest.py: Handle empty manifest fileAaron LI2017-02-111-2/+4
* Add scripts/{manifest,results}.pyAaron LI2017-02-111-0/+224