Metadata-Version: 2.1
Name: timepipe
Version: 0.2.0
Summary: A multi-events timestamp visualizer
Home-page: https://github.com/VegaDeg/Timepipe
Author: fancy
Author-email: ruomengfan@outlook.com
Project-URL: Bug Tracker, https://github.com/VegaDeg/Timepipe
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
License-File: LICENSE

# Timepipe
 Timepipe is a package that visualize running time in realtime systems.

 This package is intended for high speed systems where all kinds of events happends and temporal relationship is important.
 
 Create an event in advance, check it in your code at where you care about when something happened. You can also attach it as a part of a pipeline, so a set of events could be visualized conveniently and nicely.

To install, simply run:
pip install timepipe
