{"id":15523324,"url":"https://github.com/maxcountryman/st","last_synced_at":"2025-04-23T05:13:37.795Z","repository":{"id":57668504,"uuid":"71000273","full_name":"maxcountryman/st","owner":"maxcountryman","description":"Fast and simple statistics on the command line.","archived":false,"fork":false,"pushed_at":"2016-10-15T17:40:43.000Z","size":6,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-23T05:13:31.502Z","etag":null,"topics":["maximal","median","minimal","standard-deviation","statistics","sum"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxcountryman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-15T16:40:42.000Z","updated_at":"2019-03-09T17:01:59.000Z","dependencies_parsed_at":"2022-08-27T03:24:57.994Z","dependency_job_id":null,"html_url":"https://github.com/maxcountryman/st","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxcountryman%2Fst","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxcountryman%2Fst/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxcountryman%2Fst/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxcountryman%2Fst/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxcountryman","download_url":"https://codeload.github.com/maxcountryman/st/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250372941,"owners_count":21419723,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["maximal","median","minimal","standard-deviation","statistics","sum"],"created_at":"2024-10-02T10:44:44.267Z","updated_at":"2025-04-23T05:13:37.773Z","avatar_url":"https://github.com/maxcountryman.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# st\nFast and simple statistics on the command line.\n\n`st` is a dead-simple tool for displaying simple statistics. It's a simplified\nport of the eponymous Perl program and a faster, more light weight\nimplementation of the Go variants.\n\nWhy another command line stats tool?\n\n* Fast\n* Lightweight\n* Can handle larger datasets as compared to its cousins\n\n## Installation\n\nIf you have Cargo available, then simply:\n\n```\n$ cargo install st\n```\n\n...or you can clone this repository and build with `rustc`:\n\n```\nrustc -O src/main.rs\n```\n\n## Usage\n\n`st` takes input from stdin. It expects numbers to be separated by whitespace.\nFor example:\n\n```\n$ echo '1 2 3 4 5 6' | st\nN      6\nmin    1\nmax    6\nsum    21\nmedian 3.5\nmean   3.5\nσ      1.8708286933869707\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxcountryman%2Fst","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxcountryman%2Fst","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxcountryman%2Fst/lists"}