Skip to content

Commit 7bacf6e

Browse files
author
R. S. Doiel
committed
prep for v1.3.5 release
1 parent 10335ae commit 7bacf6e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+68
-60
lines changed

about.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ <h3 id="maintainers">Maintainers</h3>
3535
<li>R. S. Doiel</li>
3636
</ul>
3737
<p>A set of command line tools for working with CSV, Excel Workbooks,
38-
JSON and structured text documents.</p>
38+
JSON and structured text documents. Included are tools for handling
39+
urlencoding and urldecoding as well as path relationships on the file
40+
system and in URLs</p>
3941
<ul>
4042
<li>License: <a href="https://data.caltech.edu/license"
4143
class="uri">https://data.caltech.edu/license</a></li>
@@ -46,7 +48,7 @@ <h3 id="maintainers">Maintainers</h3>
4648
</ul>
4749
<h3 id="programming-languages">Programming languages</h3>
4850
<ul>
49-
<li>Go &gt;= 1.23.5</li>
51+
<li>Go &gt;= 1.25.6</li>
5052
</ul>
5153
<h3 id="operating-systems">Operating Systems</h3>
5254
<ul>
@@ -56,7 +58,7 @@ <h3 id="operating-systems">Operating Systems</h3>
5658
</ul>
5759
<h3 id="software-requiremets">Software Requiremets</h3>
5860
<ul>
59-
<li>Golang &gt;= 1.23.5</li>
61+
<li>Golang &gt;= 1.25.6</li>
6062
<li>Pandoc &gt;= 3.1</li>
6163
</ul>
6264
</section>

about.md

Lines changed: 10 additions & 6 deletions

codemeta.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"codeRepository": "https://github.com/caltechlibrary/datatools",
55
"author": [
66
{
7-
"@id": "https://orcid.org/0000-0003-0900-6903",
8-
"@type": "Person",
7+
"id": "https://orcid.org/0000-0003-0900-6903",
8+
"type": "Person",
99
"givenName": "R. S.",
1010
"familyName": "Doiel",
1111
"affiliation": {
@@ -17,8 +17,8 @@
1717
],
1818
"maintainer": [
1919
{
20-
"@id": "https://orcid.org/0000-0003-0900-6903",
21-
"@type": "Person",
20+
"id": "https://orcid.org/0000-0003-0900-6903",
21+
"type": "Person",
2222
"givenName": "R. S.",
2323
"familyName": "Doiel",
2424
"affiliation": {
@@ -31,7 +31,7 @@
3131
"dateCreated": "2017-02-06",
3232
"dateModified": "2026-02-12",
3333
"datePublished": "2026-02-12",
34-
"description": "A set of command line tools for working with CSV, Excel Workbooks, JSON and structured text documents.",
34+
"description": "A set of command line tools for working with CSV, Excel Workbooks, JSON and structured text documents. Included are tools for handling urlencoding and urldecoding as well as path relationships on the file system and in URLs",
3535
"funder": {
3636
"@id": "https://ror.org/5dxps055",
3737
"@type": "Organization",
@@ -45,7 +45,9 @@
4545
"yaml",
4646
"xlsx",
4747
"golang",
48-
"bash"
48+
"bash",
49+
"url",
50+
"urlencoding"
4951
],
5052
"name": "datatools",
5153
"license": "https://data.caltech.edu/license",
@@ -55,15 +57,15 @@
5557
"macOS"
5658
],
5759
"programmingLanguage": [
58-
"Go >= 1.23.5"
60+
"Go >= 1.25.6"
5961
],
6062
"softwareRequirements": [
61-
"Golang >= 1.23.5",
63+
"Golang >= 1.25.6",
6264
"Pandoc >= 3.1"
6365
],
6466
"version": "1.3.5",
6567
"developmentStatus": "active",
6668
"issueTracker": "https://github.com/caltechlibrary/datatools/issues",
6769
"downloadUrl": "https://github.com/caltechlibrary/datatools/releases/",
6870
"releaseNotes": "Added urlencode, urldecode and reldocpath cli."
69-
}
71+
}

codemeta2cff.1.md

Lines changed: 1 addition & 1 deletion

csv2json.1.md

Lines changed: 1 addition & 1 deletion

csv2jsonl.1.md

Lines changed: 1 addition & 1 deletion

csv2mdtable.1.md

Lines changed: 1 addition & 1 deletion

csv2tab.1.md

Lines changed: 1 addition & 1 deletion

csv2xlsx.1.md

Lines changed: 1 addition & 1 deletion

csvcleaner.1.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)