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.1.tar.gz
(8.0 kB
view details)
Built Distribution
cards-0.2.1-py3-none-any.whl
(5.6 kB
view details)
File details
Details for the file cards-0.2.1.tar.gz
.
File metadata
- Download URL: cards-0.2.1.tar.gz
- Upload date:
- Size: 8.0 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 | ceb162cf013cf7d85007f50bf817805771e9dfc0ca13d8c816f044b37ebc93f5 |
|
MD5 | 18927f1f18e0d6cf21da33860afe8912 |
|
BLAKE2b-256 | 06077f2178314c87bfa42dda456f2e6589c5b157ef1b019945f3440319de24f3 |
File details
Details for the file cards-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: cards-0.2.1-py3-none-any.whl
- Upload date:
- Size: 5.6 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 | 433b73b192aef7b40926dda816b3e3febfed4a8b00e1de25e1fad85bbc36a56c |
|
MD5 | eae36a478ab422fd411d08bbfc0ce1cf |
|
BLAKE2b-256 | e45fd7b20d4d7ade63067f94c7db2193114873773e8aebeb0924fb03508a9ae5 |