Metadata-Version: 2.1
Name: pomodorable
Version: 0.1.dev0
Summary: A pomodoro timer implemented as a Textual app
Project-URL: Source, https://github.com/wmelvin/pomodorable
Project-URL: Documentation, https://github.com/wmelvin/pomodorable#readme
Author-email: Bill Melvin <bill@billmelvin.com>
License-Expression: MIT
License-File: LICENSE.txt
Keywords: Textual,pomodoro
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: click
Requires-Dist: platformdirs
Requires-Dist: plyer
Requires-Dist: textual
Description-Content-Type: text/markdown

# pomodorable

A **pomodoro timer** built using Textual.

> Development work in progress.

## Reference

- [Pomodoro Technique - Wikipedia](https://en.wikipedia.org/wiki/Pomodoro_Technique)

### Packages used

- [Textual](https://textual.textualize.io/)
- [Click](https://palletsprojects.com/p/click/)
- [platformdirs](https://github.com/platformdirs/platformdirs)
- [plyer](https://pypi.org/project/plyer/)

### Project tools

- [Hatch](https://hatch.pypa.io/latest/)
- [Just](https://github.com/casey/just)
