LICENSE
MANIFEST.in
README.md
markdown_note_editor.py
progress_crypto.py
pyproject.toml
requirements-dev.txt
requirements.txt
task_model.py
actiondraw/__init__.py
actiondraw/__main__.py
actiondraw/clipboard.py
actiondraw/constants.py
actiondraw/drawing.py
actiondraw/layout.py
actiondraw/markdown_image_paster.py
actiondraw/markdown_note_editor_window.py
actiondraw/markdown_note_manager.py
actiondraw/markdown_note_qml.py
actiondraw/markdown_preview_formatter.py
actiondraw/markdown_syntax_highlighter.py
actiondraw/model.py
actiondraw/qml.py
actiondraw/types.py
actiondraw/ui.py
actiondraw.egg-info/PKG-INFO
actiondraw.egg-info/SOURCES.txt
actiondraw.egg-info/dependency_links.txt
actiondraw.egg-info/entry_points.txt
actiondraw.egg-info/requires.txt
actiondraw.egg-info/top_level.txt
actiondraw/priorityplot/__init__.py
actiondraw/priorityplot/__main__.py
actiondraw/priorityplot/app.py
actiondraw/priorityplot/model.py
actiondraw/qml_ui/ActionDrawWindow.qml
actiondraw/qml_ui/HierarchyWindow.qml
actiondraw/qml_ui/MarkdownNoteEditorWindow.qml
actiondraw/qml_ui/PriorityPlotWindow.qml
actiondraw/qml_ui/components/ActionDialogs.qml
actiondraw/qml_ui/components/ActionMenuBar.qml
actiondraw/qml_ui/components/MarkdownEditorPane.qml
actiondraw/qml_ui/components/PriorityPlotCanvas.qml
actiondraw/qml_ui/components/ProgressStatsRow.qml
actiondraw/qml_ui/components/SidebarTabs.qml
actiondraw/qml_ui/components/ToolbarRow.qml
tests/test_actiondraw.py
tests/test_docs_assets.py
tests/test_markdown_image_paster.py
tests/test_markdown_preview_formatter.py
tests/test_markdown_syntax_highlighter.py
tests/test_packaging.py
tests/test_passphrase_crack_time.py
tests/test_progress_crypto.py