Metadata-Version: 2.1
Name: margingame
Version: 0.2.2
Summary: A package for the margin game.
Home-page: https://github.com/WillDudley/margingame
Author: WillDudley
Author-email: Will2346@live.co.uk
License: UNKNOWN
Description: `pip install margingame`
        
        This package is mainly for just one class, `Initialise(...)`. 
        You can:
        <ul>
        <li> Pass in non-default parameters for a custom game. </li>
        <li> Get attributes, notably payoff matrices as Pandas dataframes. </li>
        <li> Use the method to calculate the Nash equilibria. </li>
        </ul>
        
        See the code, notably Initialise.py, for more info.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
