Metadata-Version: 2.1
Name: timerdo
Version: 0.0.3
Summary: Minimalist to-do list with built-in timer to keep your tasks on track.
Author-email: Caio Mescouto Terra de Souza <caiomescouto@gmail.com>
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: sqlalchemy >=2.0.4, <2.1
Requires-Dist: typer >=0.7.0, <0.8
Requires-Dist: rich >=13.3, <13.4
Requires-Dist: black >=23.1, <23.2 ; extra == "dev"
Requires-Dist: flake8 >=6.0, <6.1 ; extra == "dev"
Requires-Dist: isort >=5.12, <5.13 ; extra == "dev"
Requires-Dist: pydocstyle[toml] >=6.3.0, <6.4 ; extra == "dev"
Requires-Dist: mkdocs-material >=9.1.3, <9.2 ; extra == "docs"
Requires-Dist: mkdocstrings[python] >=0.20, <0.21 ; extra == "docs"
Requires-Dist: mkdocs-git-revision-date-localized-plugin >=1.2.0, <1.3 ; extra == "docs"
Requires-Dist: pytest >=7.2.1, <7.3 ; extra == "test"
Requires-Dist: pytest-cov >=4.0.0, <4.1 ; extra == "test"
Requires-Dist: Faker >=17.6.0, <17.7 ; extra == "test"
Project-URL: Documentation, http://caiomts.github.io/timerdo
Project-URL: Source, https://github.com/caiomts/timerdo
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: test

<p align="center">
  <a href="http://caiomts.github.io/timerdo"><img width="350" height="208" src="https://raw.githubusercontent.com/caiomts/timerdo/master/docs/img/logo.png" alt='timerdo'></a>
</p>


<p align="center">
<a href="https://github.com/caiomts/timerdo/actions?query=workflow%3ATests" targe>
    <img src="https://github.com/caiomts/timerdo/actions/workflows/test_suite.yml/badge.svg" alt="Test">
    </a> 
    <a href="https://github.com/caiomts/timerdo/actions?query=workflow%3ADocs" targe>
    <img src="https://github.com/caiomts/timerdo/actions/workflows/publish_docs.yml/badge.svg" alt="Docs">
</a>
<a href="https://pypi.org/project/timerdo/">
    <img src="https://badge.fury.io/py/timerdo.svg" alt="Package version">
</a>
</p>

A minimalist to-do list with built-in timer to keep your tasks on track. 

Timerdo is an intuitive CLI application that will help you focus on what really matters.

---
## Requirements

Python 3.11+

No fear of the command-line interface :laughing:.

---

**Source Code:** https://github.com/caiomts/timerdo  

**Documentation:** http://caiomts.github.io/timerdo

:warning: Early stage project[^2]

---

## Getting started

http://caiomts.github.io/timerdo/#getting-started

## CLI Reference

http://caiomts.github.io/timerdo/#CLI-Reference

## API Reference

http://caiomts.github.io/timerdo/#API-Reference

## Releases

http://caiomts.github.io/timerdo/#Releases



[^2]: Data models are mostly stable, but visualization and queries are in full development and the API can change quickly.
