rich-todo

View on PyPIReverse Dependencies (0)

0.1.6 rich_todo-0.1.6-py3-none-any.whl

Wheel Details

Project: rich-todo
Version: 0.1.6
Filename: rich_todo-0.1.6-py3-none-any.whl
Download: [link]
Size: 22523
MD5: 185fd5267c910102f4ec8606c8159dff
SHA256: f62cd14f9546e2b40353e26d4b218c32dfa15b78eb143842d87ba0007cdce2c2
Uploaded: 2025-03-26 10:13:52 +0000

dist-info

METADATA

Metadata-Version: 2.2
Name: rich-todo
Version: 0.1.6
Summary: A CLI tool for managing todos directly from the terminal
Author: Mehran Mirzaei
Author-Email: mehranmirzaeiv[at]gmail.com
Keywords: todo,cli,productivity
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Requires-Dist: sqlalchemy
Requires-Dist: alembic
Requires-Dist: typer
Requires-Dist: rich
Requires-Dist: platformdirs
Requires-Dist: ttkbootstrap
Requires-Dist: customtkinter
Requires-Dist: tkcalendar
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary
[Description omitted; length: 2610 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (76.0.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
todo_cli/alembic.ini sha256=1Fv8kzMT4Y8XgmwQlPTmHEhAvBWV2YHdCh4M5zh5CKs 3751
todo_cli/database.py sha256=uqIYy5hoJoz2TUHoiDpPasN2UFJYoBP-LaVM2hWHMac 892
todo_cli/main.py sha256=1UVXDCBcAPhFK5LQXUjdfHSCrV2yfCqRH7W31Bgmf2s 8370
todo_cli/models.py sha256=mgQ05RlbMqhB0YfNT92YmQIOYzGWEnn4wsSlc3IMwLI 1918
todo_cli/alembic/README sha256=MVlc9TYmr57RbhXET6QxgyCcwWP7w-vLkEsirENqiIQ 38
todo_cli/alembic/env.py sha256=QElpKGJM_9XLAK0a8IR2YvqjV0lOsVjIhXCR6K2YuYY 2195
todo_cli/alembic/script.py.mako sha256=3qBrHBf7F7ChKDUIdiNItiSXrDpgQdM7sR0YKzpaC50 689
todo_cli/alembic/versions/0abab7881256_.py sha256=lQLoQgJZBv3wDGEGF8BRtfMBKnjkqImp_TovKtoNqfw 1485
todo_cli/alembic/versions/22033ea27803_.py sha256=mT1X2lIq95s4x7_G8jwo3t4lu07uWv_dxKblEoPmo1c 851
todo_cli/cli/__init__.py sha256=IW-3jSM38pf33LqLaO90PIRwJlEqnoPxt3R-4W5REQA 23
todo_cli/cli/main.py sha256=qCjFo6dPr48R_HSlARovWFhIwpbQw-svU-NpQRphCsg 16802
todo_cli/ui/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
todo_cli/ui/main.py sha256=EZX8DNs0wQxCyvOvGgKzf0tIISFKnydI00n8LVAe_tc 35948
rich_todo-0.1.6.dist-info/METADATA sha256=52CmBqNyV2d9bRBgNxgIdiRgQlOYJrzzvOii2peW8Wo 3595
rich_todo-0.1.6.dist-info/WHEEL sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8 91
rich_todo-0.1.6.dist-info/entry_points.txt sha256=YI8plfHIOpmFEG6C2HKBJQDCi9CoxpmytRZWrWuLG3c 78
rich_todo-0.1.6.dist-info/top_level.txt sha256=4xaZBzARTw98acNbgoe3IQa-PJJJiui84HlCJ5jJKUs 9
rich_todo-0.1.6.dist-info/RECORD

top_level.txt

todo_cli

entry_points.txt

todo = todo_cli.cli.main:app
todoui = todo_cli.ui.main:main