Metadata-Version: 2.4
Name: timesaw
Version: 1.0.0
Summary: A smart time-tracking library.
Author: Anonymous
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# 🪚 timesaw

A smart and friendly time-tracking library for Python developers.

## 🚀 Features
- **saw12 / saw24**: Show time in 12h or 24h formats with different detail levels.
- **timer**: Track how long your commands or whole script takes to run.

## 📦 Installation
```bash
pip install timesaw
