Metadata-Version: 2.1
Name: todo_list_cli
Version: 0.1.0
Summary: A CLI todo app built with Typer and Rich
Home-page: https://github.com/renancavalcantercb/todo-list-cli
Author: Renan Cavalcante
Author-email: renancavalcantercb@protonmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer[all]
Requires-Dist: rich
