.gitignore
.wekan.example
LICENSE
README.md
docker-compose.yml
pyproject.toml
.github/workflows/ci.yml
.github/workflows/python-publish.yml
python_wekan.egg-info/PKG-INFO
python_wekan.egg-info/SOURCES.txt
python_wekan.egg-info/dependency_links.txt
python_wekan.egg-info/entry_points.txt
python_wekan.egg-info/requires.txt
python_wekan.egg-info/top_level.txt
tests/__init__.py
tests/cli_config_test.py
tests/cli_integration_test.py
tests/test_cases.py
tests/test_enhancements.py
tests/test_unit.py
wekan/__init__.py
wekan/base.py
wekan/board.py
wekan/card.py
wekan/card_checklist.py
wekan/card_checklist_item.py
wekan/card_comment.py
wekan/customfield.py
wekan/integration.py
wekan/label.py
wekan/py.typed
wekan/swimlane.py
wekan/user.py
wekan/wekan_client.py
wekan/wekan_list.py
wekan/cli/__init__.py
wekan/cli/board_context.py
wekan/cli/config.py
wekan/cli/main.py
wekan/cli/navigation.py
wekan/cli/commands/__init__.py
wekan/cli/commands/auth.py
wekan/cli/commands/boards.py
wekan/cli/commands/config.py