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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cards-0.1.12.tar.gz.
File metadata
- Download URL: cards-0.1.12.tar.gz
- Upload date:
- Size: 9.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02ce92af81165be16a602e418bec409a14f15a9c7e18aaafc0f4243f3f7d558f
|
|
| MD5 |
8cbd9d0ce5e8709a1f25e6b10836cb1f
|
|
| BLAKE2b-256 |
5031cc0c9433629c57bd8a3f3139a214218fe13197604dfa7d0e149ac12b2ce7
|
File details
Details for the file cards-0.1.12-py3-none-any.whl.
File metadata
- Download URL: cards-0.1.12-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9b29223ccb0885528b77754813473ee86929739db9d2e91bf75abe04719bf62
|
|
| MD5 |
650af44bae80d1ae2c2336d06bf90e52
|
|
| BLAKE2b-256 |
0d1a74005d1bd3a0d3b2c7eb61f8bd6d3971a88a02928768167f10f95516642b
|