Project task tracking / todo list.
Project description
Project task tracking / todo list
This is a demo application being built in conjunction with the Test & Code podcast.
We’ll be building up this application, and testing it, and adding functionality, while discussing software testing and development practices.
Follow along, starting with episode 37.
Free software: MIT license
Documentation: https://cards-project.readthedocs.io.
Usage
See usage page for details, but here’s a demo of how it works:
$ cards add 'a todo' $ cards add -o Brian 'another task' $ cards list ID owner done summary -- ----- ---- ------- 1 a todo 2 Brian another task $ cards update 1 -o Brian $ cards update 1 --done True $ cards ID owner done summary -- ----- ---- ------- 1 Brian x a todo 2 Brian another task $ cards delete 1 $ cards ID owner done summary -- ----- ---- ------- 2 Brian another task $ cards --help Usage: cards [OPTIONS] COMMAND [ARGS]... Run the cards application. Options: --version Show the version and exit. -h, --help Show this message and exit. Commands: add add a card count list count delete delete a card list list cards update update card
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cards-0.2.2.tar.gz
(8.5 kB
view details)
Built Distribution
cards-0.2.2-py3-none-any.whl
(6.0 kB
view details)
File details
Details for the file cards-0.2.2.tar.gz
.
File metadata
- Download URL: cards-0.2.2.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4af99868a80bc87a453647e0bc6a17105ba9cf5f1df90ec9ebf01a2790f776b |
|
MD5 | b7b8de33f77609f7406aab5378166a41 |
|
BLAKE2b-256 | cd9a9182d2a6680053d776c46474c090b63594d908f94baae1ecdd8066d0cff4 |
File details
Details for the file cards-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: cards-0.2.2-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 783350721fbd8ca34f9dd6f10dc2b1ef46cf14bb02b6f9e02c534ab126fce0f3 |
|
MD5 | 713f2dcf1946658940a48aa45bcf9959 |
|
BLAKE2b-256 | a037fe741328b99bd3390de95311d66638891d87d76ad6483364e8e5ea03117f |