Metadata-Version: 2.3
Name: convictquandary
Version: 0.0.4
Summary: A extension of the iterated prisoners dilemma tournaments by Axelrod
Project-URL: Homepage, https://github.com/prashant94/convict_quandary
Project-URL: Issues, https://github.com/prashant94/convict_quandary/issues
Author-email: Prashant Sinha <prashantsinha94@gmail.com>
License: MIT License
        
        Copyright (c) 2024 Prashant Sinha
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Keywords: axelrod,game theory,ipd,iterated prisoners dilemma,prisoners dilemma
Classifier: Development Status :: 1 - Planning
Classifier: Framework :: Flake8
Classifier: Framework :: Matplotlib
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# convict_quandary

![Coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/prashant94/47b3dd14f7c852987394f631ada1ae1b/raw/covbadge.json)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/prashant94/convict_quandary/test-and-publish.yaml?style=flat&logo=github)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)