Metadata-Version: 2.1
Name: apologies
Version: 0.1.16
Summary: Python code to play a game similar to Sorry
Home-page: https://apologies.readthedocs.io
License: Apache-2.0
Author: Kenneth J. Pronovici
Author-email: pronovic@ieee.org
Requires-Python: >=3.7,<4.0
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Games/Entertainment :: Board Games
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: attrs (>=19.3.0,<20.0.0)
Requires-Dist: cattrs (>=1.0.0,<2.0.0)
Requires-Dist: orjson (>=2.6.1,<3.0.0)
Requires-Dist: pendulum (>=2.1.0,<3.0.0)
Project-URL: Repository, https://github.com/pronovic/apologies
Description-Content-Type: text/markdown

# Apologies Python Library

![](https://img.shields.io/pypi/l/apologies.svg)
![](https://img.shields.io/pypi/wheel/apologies.svg)
![](https://img.shields.io/pypi/pyversions/apologies.svg)
![](https://github.com/pronovic/apologies/workflows/Test%20Suite/badge.svg)

[Apologies](https://gitub.com/pronovic/apologies) is a Python library that
implements a game similar to the [Sorry](https://en.wikipedia.org/wiki/Sorry!_(game)) board 
game.  It includes a console demo that plays the game with automated players,
intended for use by developers and not by end users.

It also 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.

