Skip to content

minmax/pypoker-eval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

77f0bf1 · Jun 19, 2015

History

17 Commits
Nov 28, 2011
Nov 28, 2011
Nov 28, 2011
Jun 19, 2015
Nov 28, 2011
Nov 28, 2011
Nov 28, 2011
Nov 28, 2011
Dec 2, 2012
Dec 1, 2012
Nov 28, 2011
Nov 28, 2011
Nov 28, 2011
Nov 28, 2011
Jun 17, 2015
Nov 28, 2011
Nov 28, 2011
Nov 28, 2011
Jun 17, 2015
Oct 15, 2013
Jun 17, 2015

Repository files navigation

What is pypoker-eval ?  

This package is python adaptor for the poker-eval toolkit for writing
programs which simulate or analyze poker games as found at
http://gna.org/projects/pokersource/. The python interface is
somewhat simpler than the C API of poker-eval. It assumes that the
caller is willing to have a higher level API and is not interested in
a one to one mapping of the poker-eval API.

For more information about the functions provided, check the
documentation of the PokerEval class in the pokereval.py file.

Loic Dachary <loic@dachary.org>