Skip to content

Commit c6e221e

Browse files
committed
notes about issue 12 report
1 parent a80d4a0 commit c6e221e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

TODO.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,17 @@ Bug
66
---
77

88
+ [ ] findfile v0.0.23-pre option -f, -full-path doesn't return full paths
9+
+ [ ] [Issue #12](https://github.com/caltechlibrary/datatools/issues/12)
10+
- do we support non-string representation of context?
11+
- do we support string representation in person/organisation?
12+
- is this added complexity worth it?
913

1014
Next
1115
----
1216

17+
+ [ ] Possible needed tooling
18+
- A codemeta generator (e.g. read a CITATION.cff and write a codemeta file)
19+
- A codemeta updater that would can be run from Make which would add/update the updateDate based on the release info at GitHub
1320
+ [ ] Drop cli package, update Makefile, switch from mk_website.py to website.mak, add Man pages
1421
+ [ ] Review https://csvkit.readthedocs.io/en/latest/ and implement the features in datatools that make sense, e.g. csvsql, a csv2sql, sql2csv, etc.
1522
+ [ ] upgrade to use the new cli v0.0.5-dev
@@ -51,7 +58,7 @@ Someday, Maybe
5158
+ camel case
5259
+ snake case
5360
+ lower case/upper case
54-
+ space to underscores
61+
+ space to underscores
5562
+ strip punctuation
5663
+ rename keys
5764
+ [ ] csvrotate would take a CSV file as import and output columns as rows

0 commit comments

Comments
 (0)