Euchre-cli

Latest version: v0.7.0

Safety actively analyzes 621688 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.7.0

Added

- Add pre-commit hooks
- Support for python versions 3.11 and 3.12

Updated

- Replace Travis CI build system with GitHub Actions
- Replace Setup.py with pyproject.toml built with flit
- Move `euchre` dir into `src`
- Rename `src/euchre.py` to `src/root.py`
- Cleanup code formatting

Removed

- Remove support for python versions 3.8 and 3.9

0.6.1

Fixed

- [48](https://github.com/boldandbrad/euchre-cli/issues/48) Duplicate player names

0.6.0

Updated

- Dependency Click from v7.x to v8.x
- Code formatting and structure

Fixed

- `euchre --version` Correctly works again with latest dependencies.

Removed

- `euchre rules` No longer works on older versions of euchre-cli due to
[relocated documentation](https://boldandbrad.github.io/euchre-cli/).
- Support for python versions 3.6 and 3.7

0.5.1

Added

- `euchre play` Print trick score after each trick.

Changed

- `euchre play` User's name is now styled blue for better readability.

Fixed

- `euchre play` All players are now guaranteed to have unique names.

0.5.0

Added

- `logo` **euchre-cli** now has a logo featured in the readme and docs! Thanks James
Barbret.
- `euchre play`
- Added slight delay before prompting for user's name.
- Print horizontal line at the beginning of each hand for better readability.
- Print message that dealer has dealt hand.
- Print human user's hand after hand has been dealt.
- Print play order at the beginning of each hand.
- Print hand and trick numbers before each trick.
- `docs`
- Added footer that includes copyright and license statement.
- Added headers to the sidebar.

Changed

- `euchre play`
- CPU players are now a little smarter at choosing which card to play.
- Print dealer picked up card message before they discard instead of after.
- Game messages are now cleaner and more consistent.
- `docs`
- Updated page titles.
- Doc structure is now more consistent.
- Added titles to links.
- Italicized updated dates.
- Updated default font color and text formatting.
- `technical` Code base is now 95%+ unit tested.

0.4.0

Added

- `euchre rules` Open euchre-cli rules page in a web browser.
- CLI option short forms throughout app. ex: `-h` alias for `--help`.
- `docs`
- Added uninstall instructions.
- Added troubleshooting page.
- `logging` Log files are now written and managed for debugging and support
purposes. Log locations are:
- Linux: `/var/log/euchre-cli/`
- macOS: `~/Library/Log/euchre-cli/`
- Windows: `%userprofile%\AppData\local\euchre-cli\`

Changed

- `docs` Restructured documentation site and added pagination.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.