Metadata-Version: 2.1
Name: histy
Version: 0.0.6
Summary: A command-line tool for generating histograms from timestamped logs
Home-page: https://github.com/fmhall/histy
Author: Mason Hall
Author-email: masonhall@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Histy

Histy is a command line tool for generating histogram plots from timestamped logs.

Sample usage:
```bash
docker logs my-app --since "2020-01-06 12:37:30" --until "2020-01-06 12:38:30" | histy -b 10
```


