Skip to main content

Terminal Kanban App written in Python

Project description

Project generated with PyScaffold PyPI-Server Downloads Coveralls

kanban-python

A Terminal Kanban Application written in Python to boost your productivity :rocket:

Introduction

Welcome to kanban-python, your Terminal Kanban-Board Manager.

header The clikan Kanban App inspired me to write my own Terminal Kanban Application, since I preferred a more simple and guided workflow.

kanban-python also comes with more features and customization options. This package was developed with pyscaffold, which provides nice project templates and takes over much of the boilerplate for python packaging. It was a great help for developing my first package and I can highly recommend it.

Features

  • colorful and interactive: kanban-python uses rich under the hood to process user input and display nice looking tables to the terminal.

  • following the XDG convention: kanban-python utilizes platformdirs user_config_dir to save the config file and user_data_dir for the board specific task files. After creating your first board, you can use kanban configure to show the current settings table. The config path in the table caption and the path for the task files can be found in the kanban_boards section.

  • automated scanning of files for task creation: kanban-python can scan files of defined types for specific patterns at start of line. Check Automatic Task Creation for more Infos.

  • configfile: A pykanban.ini file gets created on first initialization in a .kanban-python folder in your Home-Directory. This can be edited manually or within the kanban-python application. It tracks the location for all your created boards.
    configfile

    • Active_Board: current board that is shown when using kanban-command
    • Done_Limit: If the amount of tasks exceed this number in the Done column, the first task of that column gets its status updated to Archived and is moved into that column. (default: 10)
    • Column_Min_Width: Sets the minimum width of columns. (default: 40)
    • Show_Footer: Shows the table footer with package name and version. (default: True)
    • Files: Space seperated filetypes to search for patterns to create tasks. (default: .py .md)
    • Patterns: Comma seperated patterns to search for start of line to create tasks.
      (default: # TODO,#TODO,# BUG)

  • storage-file for each board: Each created board comes with its own name and pykanban.json file, which stores all tasks for that board. The files are stored in board specific folders under .kanban-python/kanban_boards/<BOARDNAME>

  • column customization: kanban-python comes with 5 pre-defined colored columns: [Ready, Doing, Done, Archived, Deleted] More column can be added manually in the pykanban.ini, also the visibility can be configured.

  • time-tracking: for each task it is tracked, how long it was in the Doing column, based on the moments when you update the task status. The initial Task structure on creation looks as follows: task

Installation

You can install kanban-python with:

python -m pip install kanban-python

Usage

After Installation of kanban-python, there are 4 commands available:

Create new Boards

kanban init

Is used to create a new kanban board i.e. it asks for a name and then creates a pykanban.json file with a Welcome Task. On first use of any command, the pykanban.ini configfile and the .kanban-python folder will be created automatically. init_file

Interact with Tasks/Boards

kanban

This is your main command to interact with your boards and tasks. It also gives the option to show the current settings and adjust them. Adjusting the settings can also be done directly by using the command kanban configure: kanban

Use Ctrl-C to exit the application at any time. :warning: If you exit in the middle of creating/updating a task, or changing settings, your progress wont be saved.

Automatic Task Creation

kanban scan

After executing this command, kanban-python scans your current Directory recursively for the defined filetypes and searches for lines that start with the pattern provided. settings

After confirmation to add the found tasks to table they will be added to the board. The alphanumeric Part of the Pattern will be used as tag. The filepath were the task was found will be added as description of the task. settings

Change Settings

kanban configure

settings

To create a new custom Columns, you have to edit the pykanban.ini manually and add a new column name + visibility status under the settings.columns.visible section. The same way you can also add more file endings or patterns for the settings.scanner section. Keep in mind the specific separators for that section. I am working on an option to customize those things in the future without the need to manual edit the file.

Feedback and Issues

Feel free to reach out and share your feedback, or open an Issue, if something doesnt work as expected. Also check the Changelog for new updates. :warning: With release v0.3.0 kanban-python switched to the XDG Basedir Spec. So some file migrations and config edits might be needed to continue working with your already created boards if you update from v0.2.X to v0.3.X

Note

This project has been set up using PyScaffold 4.5. For details and usage information on PyScaffold see https://pyscaffold.org/.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kanban-python-0.3.1.tar.gz (304.1 kB view details)

Uploaded Source

Built Distribution

kanban_python-0.3.1-py3-none-any.whl (18.2 kB view details)

Uploaded Python 3

File details

Details for the file kanban-python-0.3.1.tar.gz.

File metadata

  • Download URL: kanban-python-0.3.1.tar.gz
  • Upload date:
  • Size: 304.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for kanban-python-0.3.1.tar.gz
Algorithm Hash digest
SHA256 cd134af2bc37c84685386b1e3d9286f98a49985668e67c8eeb5575b9e72c2aff
MD5 51bee83e49dea255325e7ba58131c950
BLAKE2b-256 59b5e9ead3cfcd8676ebdc3038d1d5efbfb2a829507fe5ac9919a3ed18c0cb48

See more details on using hashes here.

File details

Details for the file kanban_python-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: kanban_python-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 18.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for kanban_python-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 66d3fafc78911a30e597e65221d31da7449ed04135ed379696f29ba528ab674e
MD5 295c8b41e5c9d24ac6a0f83f15a510dd
BLAKE2b-256 6aeffe0869b1faeda6581c8a77227a66afe53328124f3670b2450746c1787a10

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page