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.
Release files for python-kanban 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| python-kanban-0.2.0.tar.gz | 8.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| python_kanban-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 20.9 kB
Release files / python-kanban-0.2.0.tar.gz
| Download URL | python-kanban-0.2.0.tar.gz |
|---|---|
| Size | 8.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8661170b5b1e10f41fbf99e1b5fe6d303a5ad423957dab2676a83d59b1b5549b
|
|
BLAKE2b-256 checksum How to use checksums |
b2ce8a634a4fe6e5e338a3120c62bae60e49031f86e4d7763c06ddc152aab1ce
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.4 CPython/3.9.6 Linux/5.12.19_1
|
Release files / python_kanban-0.2.0-py3-none-any.whl
| Download URL | python_kanban-0.2.0-py3-none-any.whl |
|---|---|
| Size | 12.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
09a07783c27e3432c3bf76a0aeb2a30e59bbedea4a3d6a02c85ef0186b2708c7
|
|
BLAKE2b-256 checksum How to use checksums |
cb4f256ba837310bdcaa310f77d31d4b7ea79c686f4fbed0c636adff39fd381f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.4 CPython/3.9.6 Linux/5.12.19_1
|