Bone-simple tool for generating basic numerical stats from stdin
Project description
zstat
A bone-simple stats tool for displaying percentiles from stdin to stdout. Example:
$ cat nums.txt 456 366 695 773 617 826 56 78 338 326
$ cat nums.txt | zstat p0 = 56 p50 = 366 p90 = 773 p95 = 773 p99 = 826 p99.9 = 826 p100 = 826
Installation
Clone this repository locally, then:
pip3 install -e .
Building
make
Testing
make test
Deploy New Version
make deploy
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
zstat-cli-0.1.4.tar.gz
(2.5 kB
view details)
File details
Details for the file zstat-cli-0.1.4.tar.gz
.
File metadata
- Download URL: zstat-cli-0.1.4.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.20.1 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c501f49e50e2f4fd1a992e95f565de15902e78c8071fe166f563ca98dbebeb56 |
|
MD5 | 45a5d3fe2447cbd3f52492dd0f314533 |
|
BLAKE2b-256 | 16761afac564d13aefc4bc0cdc29f7c50a865727422ea6bdb7f2e3418c4b4831 |