Metadata-Version: 2.1
Name: codenames
Version: 1.0.3
Summary: Codenames board game logic implementation in python.
Home-page: https://github.com/asaf-kali/codenames
Author: Asaf Kali
Author-email: akali93@gmail.com
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pydantic (~=1.9)
Requires-Dist: beautifultable (~=1.0)
Provides-Extra: all
Requires-Dist: selenium (~=4.1) ; extra == 'all'
Provides-Extra: web
Requires-Dist: selenium (~=4.1) ; extra == 'web'

# 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.
