Metadata-Version: 2.1
Name: easy-kit
Version: 0.0.4
Summary: Python toolkit
Author: flegac
Author-email: flegac <florent.legac@gmail.com>
Project-URL: Homepage, https://github.com/flegac/easy-kit
Project-URL: Issues, https://github.com/flegac/easy-kit/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# easy-kit

Collection of tools with no external dependencies.

- Benchmark (cpu time usage)
- Event queue (observe, connect)

## Requirements

- python >3.7
- (optional) tabulate

## Usage

Cf. [tests](./tests) directory
