Metadata-Version: 2.4
Name: pygambit
Version: 16.6.0
Summary: The package for computation in game theory
Author-email: Theodore Turocy <ted.turocy@gmail.com>, Rahul Savani <rahul.savani@liverpool.ac.uk>
License-Expression: GPL-2.0-or-later
Project-URL: Homepage, https://www.gambit-project.org
Project-URL: Documentation, https://gambitproject.readthedocs.io
Project-URL: Repository, https://github.com/gambitproject/gambit.git
Project-URL: Issues, https://github.com/gambitproject/gambit/issues
Project-URL: Changelog, https://github.com/gambitproject/gambit/blob/master/ChangeLog
Keywords: game theory,Nash equilibrium
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: license.rtf
License-File: COPYING
License-File: AUTHORS
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: pandas
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-subtests; extra == "test"
Requires-Dist: nbformat; extra == "test"
Requires-Dist: nbclient; extra == "test"
Requires-Dist: ipykernel; extra == "test"
Provides-Extra: doc
Requires-Dist: pydata-sphinx-theme; extra == "doc"
Requires-Dist: sphinx_design; extra == "doc"
Requires-Dist: sphinx-autobuild; extra == "doc"
Requires-Dist: nbsphinx; extra == "doc"
Requires-Dist: ipython; extra == "doc"
Requires-Dist: matplotlib; extra == "doc"
Requires-Dist: pickleshare; extra == "doc"
Requires-Dist: jupyter; extra == "doc"
Requires-Dist: open_spiel; sys_platform != "win32" and extra == "doc"
Dynamic: license-file

Gambit is a package for representing, manuipulating, and analysing
finite noncooperative games in extensive and normal form.

See the project homepage at www.gambit-project.org for more information.

Documentation of Gambit is hosted at https://gambitproject.readthedocs.io.
