Skip to content

peterhs73/xBan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xBan project Current Version License

xBan offers a completely offline kanban work-flow. It allows edits, drag and drop tiles and boards, and saves as yaml format. All operations are done locally. xBan can also convert valid dictionary formatted yaml file into a kanban board.

xBan GUI

Some of the color schemes are inspired by Quip.

Quickstart

To install xBan directly from github release (version 0.3.0):

python -m pip install git+https://github.com/peterhs73/xBan.git@v0.3.0#egg=xban

To create/render xban (or valid yaml) file:

xban FILEPATH

To turn on debug mode:

xban -d FIELPATH 

Development

Clone xBan to local:

git clone https://github.com/peterhs73/xBan.git

Under the xBan directory, run installation in edit mode:

pip install -e .

Run the tests:

tox

Features

A xBan project consists of a title section, a description section and an individual board. Each board has a title and its own tiles. Selected features:

  • Drag and drop tiles and boards
  • Add/delete tiles and boards
  • Change tile color

References