Metadata-Version: 2.1
Name: codenames
Version: 3.0.1
Summary: Codenames board game logic implementation in python.
Author: Asaf Kali
Author-email: akali93@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: web
Requires-Dist: beautifultable (>=1.0,<2.0)
Requires-Dist: pydantic (>=1.9,<2.0)
Requires-Dist: selenium (>=4.1,<5.0) ; extra == "web"
Description-Content-Type: text/markdown

# Codenames

[![Tests](https://github.com/asaf-kali/codenames/actions/workflows/tests.yml/badge.svg)](https://github.com/asaf-kali/codenames/actions/workflows/tests.yml)
[![Lint](https://github.com/asaf-kali/codenames/actions/workflows/lint.yml/badge.svg)](https://github.com/asaf-kali/codenames/actions/workflows/lint.yml)
[![PyPI version](https://badge.fury.io/py/codenames.svg)](https://badge.fury.io/py/codenames)

Code infrastructure for the Codenames board game.

