Metadata-Version: 2.1
Name: prisoners-dilemma-sdk
Version: 0.0.5
Home-page: https://github.com/youssef-attai/prisoners-dilemma-sdk
Author: Youssef Atta'i
Author-email: youssefjattai@gmail.com
License: MIT
Project-URL: Source Code, https://github.com/youssef-attai/prisoners-dilemma-sdk
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Prisoner's Dilemma Python SDK

The Prisoner's Dilemma Python SDK is a library that allows developers to create strategies for Prisoner's Dilemma game.

## Installation

You can install the SDK via pip:

```bash
pip install prisoners-dilemma-sdk
```
