Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.69 KB

PyPI.md

File metadata and controls

17 lines (14 loc) · 1.69 KB

Apologies Python Library

pypi license wheel python Test Suite docs coverage Poetry

Apologies is a Python library that implements a game similar to the Sorry board game. On UNIX-like platforms, it includes a console demo that plays the game with automated players, intended for use by developers and not by end users. See the documentation for notes about the public interface.

It was written as a learning exercise and technology demonstration effort, and serves as a complete example of how to manage a modern (circa 2020) Python project, including style checks, code formatting, integration with IntelliJ, CI builds at GitHub, and integration with PyPI and Read the Docs.