Metadata-Version: 2.1
Name: apologies
Version: 0.1.2a0
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
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 board game.  It includes a rudimentary
way to play the game, 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.

*Note:* This is alpha-quality code that is still under active development.
Interfaces may change without warning until the design stabilizes.


