Metadata-Version: 2.4
Name: pmodoro
Version: 0.1.0
Summary: A Pomodoro timer in CLI
Home-page: https://github.com/Zuiluj/cli-pomodoro-timer
Author: Juliuz Llanillo
Author-email: christianllanillo@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: summary

# Pomodoro Timer on CLI

Just a simple Pomodoro timer

```bash
python -m pmodoro start <mins>

# for example
python -m pmodoro start 25
```
