Metadata-Version: 2.4
Name: bad-decisions-client
Version: 1.0.1
Summary: Cross-platform terminal client for Bad Decisions services
Project-URL: Homepage, https://github.com/BytesAndCoffee/cards-against-coffee
Project-URL: Documentation, https://github.com/BytesAndCoffee/cards-against-coffee#readme
Author: Bad Decisions contributors
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Bad Decisions terminal client

`bad-decisions-client` is a dependency-free terminal client for a Bad
Decisions service. It contains no card corpus and runs on Linux, macOS, and
Windows.

```bash
python -m pip install bad-decisions-client
regret health
regret deal
regret deal --packs base,maha
regret --list-packs
```

The default endpoint is `https://bytes.coffee/bad-decisions`. Use `--api-url`
for another compatible deployment. Connection and API failures return a
non-zero exit status.

## Release

Build and validate before uploading a new immutable PyPI version:

```bash
cd client
python -m build
twine check dist/*
```
