Metadata-Version: 2.1
Name: stat-timer
Version: 0.1.2
Summary: Class to measure parts of code
Home-page: https://github.com/richard-hajek
Author: Richard Hajek
Author-email: richard.m.hajek@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/richard-hajek
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

## StatTimer

A simple class to measure performance of parts of code

### Installation

```bash
pip3 install stat_timer
```

### Usage

```python

```

