This project has been archived by its maintainers, and is no longer receiving any updates.
Cards Against Coffee terminal client
cards-against-coffee is a dependency-free terminal client for the Cards
Against Coffee API. It includes no card corpus and does not cache rounds.
python -m pip install cards-against-coffee
coffee-cards
coffee-cards --packs base,maha
coffee-cards --black-packs maha --white-packs base,maha
coffee-cards --list-packs
coffee-cards --json
The default API is https://bytes.coffee/cah. Override it with --api-url to
use any compatible private or local deployment.
Card-data licensing and adult-content constraints are set by the service and its packs, not by this client.
Release to PyPI
The published client is available as
cards-against-coffee. The
server/runtime is separately published as
cards-against-coffee-server.
Recheck the intended version immediately before publishing an update.
cd client
python -m pip install --upgrade build twine
python -m build
twine check dist/*
twine upload dist/*
Use a PyPI API token through TWINE_USERNAME=__token__ and TWINE_PASSWORD,
or configure a keyring/token locally. Do not commit credentials or .pypirc.
Release files for cards-against-coffee 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cards_against_coffee-0.1.1.tar.gz | 3.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cards_against_coffee-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.3 kB
Release files / cards_against_coffee-0.1.1.tar.gz
| Download URL | cards_against_coffee-0.1.1.tar.gz |
|---|---|
| Size | 3.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
528849e529a80bc60622d7ab82518c7754e4b8fbf66ceab847424332fadb93eb
|
|
BLAKE2b-256 checksum How to use checksums |
822aa94f0ead49ff544f472a31d389b317cb5b3faa596af8f426432fe8ccac1b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.3
|
Release files / cards_against_coffee-0.1.1-py3-none-any.whl
| Download URL | cards_against_coffee-0.1.1-py3-none-any.whl |
|---|---|
| Size | 3.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4de58113d098aa6a4f1c16103ac5283633e9d72ca8654b59c23628681e556a07
|
|
BLAKE2b-256 checksum How to use checksums |
b036fbbebb91e586d67e871ede89c7a36a5bdd7120053b95d70bdf174dc276cc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.3
|