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 http://127.0.0.1:8000 for a 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
cards-against-coffee was available on PyPI when prepared; recheck immediately
before publishing.
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.0
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.0.tar.gz | 3.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cards_against_coffee-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.0 kB
Release files / cards_against_coffee-0.1.0.tar.gz
| Download URL | cards_against_coffee-0.1.0.tar.gz |
|---|---|
| Size | 3.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3ae8be55961f8b10ea875aed568593e72ef5a7560fcebded96036bc096f357bb
|
|
BLAKE2b-256 checksum How to use checksums |
9bbca9a6e4754513e077c618c7ef283049c034e9f44d972ba01d7bb4a1bd8aa0
|
| 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.0-py3-none-any.whl
| Download URL | cards_against_coffee-0.1.0-py3-none-any.whl |
|---|---|
| Size | 3.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
819b052b796299baf48e53f6705a180deefb2baf5d7036bef1072d4d1ab8e67e
|
|
BLAKE2b-256 checksum How to use checksums |
4f7ff77dfb95f1d4503aa300fe711126a432d164f7f82d810adf1c360d73bc90
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.3
|