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.1.11.tar.gz
(9.7 kB
view details)
Built Distribution
File details
Details for the file cards-0.1.11.tar.gz
.
File metadata
- Download URL: cards-0.1.11.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
427bc44f1e6b5a7075175dafebbcc8610124575ad91885350730ecb89b71d514
|
|
MD5 |
ef3cb644ef8e16131b04f929a33d009f
|
|
BLAKE2b-256 |
244d8134dc9b1739e6ed3b18c0fe9763d8d09301c08b1ad748184a16658ae026
|
File details
Details for the file cards-0.1.11-py3-none-any.whl
.
File metadata
- Download URL: cards-0.1.11-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f05e2df00be6eea8dc02c42ff9df8d8bb06cce5a77f203a4260b06a9bb7a7869
|
|
MD5 |
fa4c72b621252c216a968cd5c286ab18
|
|
BLAKE2b-256 |
4a75782a5f75d5c7b29939ad350a38e165b700b4d81c99f352a981964382624e
|