Metadata-Version: 2.4
Name: ticktocker
Version: 0.4
Summary: A simple Python package for clocking
Author-email: Yeho Gwon <yeho.gwon@postech.ac.kr>
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# `ticktocker`

<p align="center">
  <img src="https://github.com/yehogwon/ticktocker/actions/workflows/ci.yml/badge.svg" alt="CI Status">
  <img src="https://github.com/yehogwon/ticktocker/actions/workflows/release.yml/badge.svg" alt="CD Status">
  <img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT">
</p>


`ticktocker` is a Python package that helps you measure the time taken by code execution. It provides a simple and intuitive way to track performance and optimize your code.

## Todos

...

## Features

- Wall-clock time measurement
- (Future) CPU time measurement
- (Future) Time restrictions
