Skip to main content

Minimalist Kanban task management tool

Project description

pyTrask

A minimalist kanban task management app that lives within your code.

Easilly add "todo" and other type of tasks in your code, and the pyTrasker app will let you visualize a managing kanban board of them.

Description

"trask is the combination of "task" & "track""

The motivation behind this app was to have a serverless, lightweight kanban board that follows your code. Before being an application, trask is above all a coding phylosophy. Indeed, "a trask" is a specific notation, as a comment in your code, that is describing the type of task and other meaningfull information that will be visualize on a kanban board.

Advantages are that it is (will be)

  • language agnostic
  • simple and straighforward to use
  • git and sharing friendly: trasks live in your code, they follows it

This started as a small "refreshing, unpretentious" project. But, at the end of the day, it became a quite useful tool.

It is, obiously, prone to improvements, especially optimization, and UI. Currently the GUI is done through flask (and flaskwebgui) and the rendered is done with simple html and few javascript. The latter could really benefits some improvements.

Installation

pip install pytrask

Usage

Add a Trask

To add a "trask", simply add in your code, where you want it to be, a comment with the following format:

@trask
<type>: <description>
author: <author>
tag: <tag1>, <tag2>, ..., <tagN>

only the "type" and "description" is mandatory. The other fields are optional.

Example of a 'todo' task in a python file:

"""
@trask
todo: this is an exampe 'todo' task.
      It will then be displayed in the 'todo' column on the kanban board
author: optional.author@example.com
"""
def func(arg):
    ...

Analyse and display the Kanban Board

Image of Yaktocat

The pytraskgui app lets you visualize the kanban board and quickly jump into its location. Following features are implemented:

  • Visual kanban board interface. Retreive all your tasks in your code.
  • Drag & drop tasks to change its type (ex: from "todo" to "done"). It you be updated in your code automatically.
  • Open the file at the location of your task. (currently works for windows with sublime or vscode editor)

Default (analyse recursively current directory )

python -m pytrask 

List arguments

python -m pytrask --help

Analyse and visualize specific files

python -m pytrask -f <filename1> ... <filenameN>

Analyse and visualize a specific folder (add -nr if recursivity is undesirable)

python -m pytrask -d <directory_path>

Upcoming improvements

  • more languages analysis support
  • more text-editors support to open trasks through UI
  • linux & macOS support to open trasks through UI
  • UI improvements

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

pytrask-0.0.2.tar.gz (8.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pytrask-0.0.2-py3-none-any.whl (20.3 kB view details)

Uploaded Python 3

File details

Details for the file pytrask-0.0.2.tar.gz.

File metadata

  • Download URL: pytrask-0.0.2.tar.gz
  • Upload date:
  • Size: 8.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.6

File hashes

Hashes for pytrask-0.0.2.tar.gz
Algorithm Hash digest
SHA256 ea7189c914152444c47d2ce8b5e16442820ec2bdb91cc40b294561f0b6fe74db
MD5 b191086e23b4358c8f07ed931f4f4032
BLAKE2b-256 9a6612e8fef7782599a1716e4f4d14e83f2c2b857ed0db73dc5ffb2bd1a46a2e

See more details on using hashes here.

File details

Details for the file pytrask-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: pytrask-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 20.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.6

File hashes

Hashes for pytrask-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 920ff9a7539b6ad5021c14c533bf94656e56ffb84ac8b5c119a16aee9fa264fc
MD5 e342b89dccb0066183c98ad280aa65e9
BLAKE2b-256 eb5af201c274dd76442c2827052621d8a795e45ae58572c87f67b21239ea7fdd

See more details on using hashes here.

Supported by

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