Metadata-Version: 2.1
Name: the-spymaster-api
Version: 1.0.0
Summary: Python client implementation for The Spymaster HTTP backend.
Home-page: https://github.com/asaf-kali/the-spymaster-backend
Author: Asaf Kali
Author-email: akali93@gmail.com
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# The Spymaster Backend
Codenames board game backend service.

[![Unit tests](https://github.com/asaf-kali/the-spymaster-backend/actions/workflows/tests.yml/badge.svg)](https://github.com/asaf-kali/the-spymaster-backend/actions/workflows/tests.yml)
[![Lint](https://github.com/asaf-kali/the-spymaster-backend/actions/workflows/lint.yml/badge.svg)](https://github.com/asaf-kali/the-spymaster-backend/actions/workflows/lint.yml)

## Local development

### Environment Setup

1. Install `Python 3.9`.
1. Create virtual environment (and set source).
1. Run `make setup-local-env`.

### Workflow

1. Lint using `make lint`.
1. Run tests using `make test`.

## Deployment


## Other
