Difference between revisions of "Datamash"

From Free Software Directory
Jump to: navigation, search
(New page created)
 
m (Text replacement - "'''Selection from the [https://shop.fsf.org/ FSF shop]''' [https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman] [https://shop.fsf.org/books-docs/introduction-command-line Introdu...)
 
(28 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=Datamash
+
|Name=GNU datamash
|Short description=numeric,textual and statistical operations on input textual data files
+
|Short description=Scriptable statistics and data calculation.
|Full description=GNU Datamash is a command-line program which performs basic
+
|Full description='''Datamash''' is a command-line program which performs basic numeric, textual and statistical operations on input textual data files.
numeric,textual and statistical operations on input textual data files.
 
  
it is designed to be portable and reliable, and aid researchers
+
Datamash is designed to be portable and reliable, and aid researchers to easily automate analysis pipelines, without writing code or even short scripts.
to easily automate analysis pipelines, without writing code or even short scripts.
+
|Homepage URL=https://www.gnu.org/software/datamash/
|Homepage URL=http://www.gnu.org/software/datamash
+
|Is High Priority Project=No
|User level=beginner
+
|VCS checkout command=git clone git://git.sv.gnu.org/datamash.git
 +
|Documentation note=https://www.gnu.org/software/datamash/manual/
 +
 
 +
 
 +
|Decommissioned or Obsolete=No
 +
|Donate=https://my.fsf.org/donate/
 +
|Related projects=gnustandards,littler
 +
|Version identifier=1.7
 +
|Version date=2020/04/23
 +
|Version status=stable
 +
|Version download=https://ftpmirror.gnu.org/datamash/datamash-1.7.tar.gz
 +
|Last review by=Genium
 +
|Last review date=2020/04/24
 +
|Submitted by=Agn
 +
|Submitted date=2014/07/05
 +
|User level=intermediate
 
|Component programs=datamash
 
|Component programs=datamash
|Computer languages=c
+
|Paid support=https://www.fsf.org/resources/service/
|Status=
+
|Accepts cryptocurrency donations=Yes
 +
|OpenPGP signature=https://ftpmirror.gnu.org/datamash/datamash-1.7.tar.gz.sig
 +
|Test entry=No
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=datamash
 
|GNU package identifier=datamash
Line 17: Line 33:
 
{{Project license
 
{{Project license
 
|License=GPLv3orlater
 
|License=GPLv3orlater
|License copyright=Assaf Gordon <assafgordon@gmail.com>
+
|License copyright=Copyright (C) 2013-2020 Assaf Gordon.
 +
|License verified by=Genium
 +
|License verified date=2020/03/02
 
}}
 
}}
 
{{Person
 
{{Person
 
|Real name=Assaf Gordon
 
|Real name=Assaf Gordon
|Role=author/maintainer
+
|Role=Author & Maintainer
 
|Email=assafgordon@gmail.com
 
|Email=assafgordon@gmail.com
|Resource URL=
+
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref)
 +
|Resource URL=https://tracker.debian.org/pkg/datamash
 +
}}
 +
{{Resource
 +
|Resource audience=Savannah (Ref)
 +
|Resource URL=https://savannah.gnu.org/projects/datamash/
 +
}}
 +
{{Resource
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://web.cvs.savannah.gnu.org/viewvc/datamash/
 +
}}
 +
{{Resource
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://git.savannah.gnu.org/cgit/datamash.git/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-datamash/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=https://download.savannah.gnu.org/releases/datamash/
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=https://alpha.gnu.org/gnu/datamash/
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=https://ftp.gnu.org/gnu/datamash/
 +
}}
 +
{{Resource
 +
|Resource kind=General
 +
|Resource URL=https://translationproject.org/domain/datamash.html
 +
}}
 +
{{Resource
 +
|Resource kind=General
 +
|Resource URL=https://savannah.gnu.org/people/
 
}}
 
}}
 
{{Software category
 
{{Software category
 +
|Interface=command-line
 
|Mathematics=statistics
 
|Mathematics=statistics
 
|Programming-language=C
 
|Programming-language=C
|Runs-on=Windows, Mac OSX, BSD
+
|Runs-on=Windows, BSD, OS X, GNU/Linux
 
|Science=biology
 
|Science=biology
 
|Use=mathematics, science
 
|Use=mathematics, science
|Version-control=git
 
 
|Works-with=text
 
|Works-with=text
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to build
 
|Prerequisite kind=Required to build
|Prerequisite description=autotools
+
|Prerequisite description=[[autotools]]
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to build
 
|Prerequisite kind=Required to build
|Prerequisite description=C compiler
+
|Prerequisite description=C compiler like [[gcc]]
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 16:10, 4 December 2020


[edit]

GNU datamash

https://www.gnu.org/software/datamash/
Scriptable statistics and data calculation.

Datamash is a command-line program which performs basic numeric, textual and statistical operations on input textual data files.

Datamash is designed to be portable and reliable, and aid researchers to easily automate analysis pipelines, without writing code or even short scripts.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

2 March 2020




Leaders and contributors

Contact(s)Role
Assaf Gordon Author & Maintainer


Resources and communication

AudienceResource typeURI
Savannah (Ref)https://savannah.gnu.org/projects/datamash/
VCS Repository Webviewhttps://git.savannah.gnu.org/cgit/datamash.git/
Downloadhttps://alpha.gnu.org/gnu/datamash/
VCS Repository Webviewhttps://web.cvs.savannah.gnu.org/viewvc/datamash/
Debian (Ref)https://tracker.debian.org/pkg/datamash
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
Downloadhttps://download.savannah.gnu.org/releases/datamash/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-datamash/
Generalhttps://translationproject.org/domain/datamash.html
Generalhttps://savannah.gnu.org/people/
Downloadhttps://ftp.gnu.org/gnu/datamash/


Software prerequisites

KindDescription
Required to buildC compiler like gcc
Required to buildautotools




Entry





"Author & Maintainer" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.


"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.






























Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.