MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
devnotes/__init__.py
devnotes/analyzer.py
devnotes/cli.py
devnotes/config.py
devnotes/diagrams.py
devnotes/tasks.py
devnotes/trello.py
devnotes/utils.py
devnotes.egg-info/PKG-INFO
devnotes.egg-info/SOURCES.txt
devnotes.egg-info/dependency_links.txt
devnotes.egg-info/entry_points.txt
devnotes.egg-info/requires.txt
devnotes.egg-info/top_level.txt
tests/test_analyzer.py
tests/test_analyzer_integration.py
tests/test_cli.py
tests/test_cli_integration.py
tests/test_complex_docstrings.py
tests/test_config.py
tests/test_debug.py
tests/test_diagrams.py
tests/test_integration.py
tests/test_task_extraction.py
tests/test_tasks.py