Metadata-Version: 1.0
Name: zstat-cli
Version: 0.1.2
Summary: Bone-simple tool for generating basic numerical stats from stdin
Home-page: https://github.com/zdwolfe/zstat
Author: Zachary Wolfe
Author-email: wolfe.zach@gmail.com
License: MIT
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``
        
Platform: UNKNOWN
