Skip to main content

Text-based interface for a Kanban board in pure Python

Project description

A terminal-based interface written in pure Python for a very plain Kanban board.

Installation

pip install python-kanban

Usage

The simplest way to execute it is to run

python_kanban

in the command line. The navigation keys are (or should be) self-explanatory in the application.

This will create a kanban.db database file in the current folder. After quitting and running python_kanban again the same database will be loaded and the tasks are persisted.

If you wish to customize the database file or simply manage multiple files, you can set an environment variable with:

export DYNACONF_DB_FILE=another_database_file.db

and it will either create another another_database_file.db file or load it if already existing.

This is still a work in progress, the looks may be rough in the edges, but most of the main functionality is there already.

Check the repository page for more information.

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

python-kanban-0.2.0.tar.gz (8.8 kB view hashes)

Uploaded Source

Built Distribution

python_kanban-0.2.0-py3-none-any.whl (12.1 kB view hashes)

Uploaded Python 3

Supported by

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