-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathabout.html
More file actions
75 lines (75 loc) · 2.53 KB
/
Copy pathabout.html
File metadata and controls
75 lines (75 loc) · 2.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>datatools</title>
<link rel="stylesheet" href="https://caltechlibrary.github.io/css/site.css">
<link rel="stylesheet" href="https://media.library.caltech.edu/cl-webcomponents/css/code-blocks.css">
<script type="module" src="https://media.library.caltech.edu/cl-webcomponents/copyToClipboard.js"></script>
<script type="module" src="https://media.library.caltech.edu/cl-webcomponents/footer-global.js"></script>
</head>
<body>
<header>
<a href="https://library.caltech.edu"><img src="https://media.library.caltech.edu/assets/caltechlibrary-logo.png" alt="Caltech Library logo"></a>
</header>
<a href="#main-content" class="visually-hidden">skip to main content</a>
<nav>
<ul>
<li><a href="/">All Library Apps</a></li>
<li><a href="index.html">Home</a></li>
<li><a href="LICENSE">LICENSE</a></li>
<li><a href="INSTALL.html">INSTALL</a></li>
<li><a href="user_manual.html">User Manual</a></li>
<li><a href="about.html">About</a></li>
<!-- <li><a href="search.html">Search</a></li> -->
<li><a href="https://github.com/caltechlibrary/datatools">Code Repository</a></li>
</ul>
</nav>
<section id="main-content">
<h1 id="about-this-software">About this software</h1>
<h2 id="datatools-1.3.5">datatools 1.3.5</h2>
<p>Added urlencode, urldecode and reldocpath cli.</p>
<h2 id="authors">Authors</h2>
<ul>
<li><a href="https://orcid.org/0000-0003-0900-6903">R. S. Doiel</a></li>
</ul>
<h2 id="maintainers">Maintainers</h2>
<ul>
<li><a href="https://orcid.org/0000-0003-0900-6903">R. S. Doiel</a></li>
</ul>
<p>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</p>
<ul>
<li><a href="https://data.caltech.edu/license">License</a></li>
<li><a href="https://github.com/caltechlibrary/datatools">Code
Repository</a>
<ul>
<li><a href="https://github.com/caltechlibrary/datatools/issues">Issue
Tracker</a></li>
</ul></li>
</ul>
<h2 id="programming-languages">Programming languages</h2>
<ul>
<li>Go >= 1.25.6</li>
</ul>
<h2 id="operating-systems">Operating Systems</h2>
<ul>
<li>Linux</li>
<li>Windows</li>
<li>macOS</li>
</ul>
<h2 id="software-requirements">Software Requirements</h2>
<ul>
<li>Golang >= 1.26</li>
<li>Pandoc >= 3.9</li>
</ul>
<h2 id="software-suggestions">Software Suggestions</h2>
<ul>
<li>CMTools >= 0.0.43</li>
<li>GNU Make >= 3.8</li>
</ul>
</section>
<footer-global></footer-global>
</body>
</html>