{"id":18616700,"url":"https://github.com/sile/funst","last_synced_at":"2025-04-11T01:32:06.276Z","repository":{"id":55507780,"uuid":"308030752","full_name":"sile/funst","owner":"sile","description":"A tiny command-line tool to calculate fundamental statistics of numbers given via the standard input","archived":false,"fork":false,"pushed_at":"2020-12-25T13:35:07.000Z","size":11,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-25T07:12:55.528Z","etag":null,"topics":["command-line-tool","rust","statistics"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sile.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":"2020-10-28T13:47:39.000Z","updated_at":"2020-12-30T17:01:25.000Z","dependencies_parsed_at":"2022-08-15T02:01:00.232Z","dependency_job_id":null,"html_url":"https://github.com/sile/funst","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sile%2Ffunst","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sile%2Ffunst/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sile%2Ffunst/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sile%2Ffunst/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sile","download_url":"https://codeload.github.com/sile/funst/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248027415,"owners_count":21035594,"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":["command-line-tool","rust","statistics"],"created_at":"2024-11-07T03:37:39.410Z","updated_at":"2025-04-11T01:32:05.964Z","avatar_url":"https://github.com/sile.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"funst\n=====\n\n[![funst](https://img.shields.io/crates/v/funst.svg)](https://crates.io/crates/funst)\n[![Documentation](https://docs.rs/funst/badge.svg)](https://docs.rs/funst)\n[![Actions Status](https://github.com/sile/funst/workflows/CI/badge.svg)](https://github.com/sile/funst/actions)\n[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n\n`funst` is a tiny command-line tool to calculate fundamental statistics of numbers given via the standard input.\n\n```console\n$ seq 1 100 | funst\n{\n  \"count\": 100,\n  \"mean\": 50.5,\n  \"stddev\": 28.86607004772212,\n  \"min\": 1.0,\n  \"median\": 50.5,\n  \"max\": 100.0\n}\n```\n\nInstallation\n------------\n\n### Precompiled binaries\n\nPrecompiled binaries for Linux and Windows are available in the [releases] page.\n\n```console\n$ curl -L https://github.com/sile/funst/releases/download/${VERSION}/funst-${VERSION}.linux-amd64 -o funst\n$ chmod +x funst\n$ ./funst -h\n```\n\n[releases]: https://github.com/sile/funst/releases\n\n### Using Cargo\n\nIf you have already installed [Cargo][cargo], you can install `funst` by executing the following command:\n\n```console\n$ cargo install funst\n```\n\n[cargo]: https://doc.rust-lang.org/cargo/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsile%2Ffunst","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsile%2Ffunst","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsile%2Ffunst/lists"}