minimedj / poker

Poker framework for Python

Home Page:https://poker.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Poker framework for Python

travis coveralls Supported Python versions Latest Version MIT License Wheel package Downloads

A Python framework for poker related operations.

It contains classes for parsing card Suits, Cards, Hand combinations (called Combos), construct hand Ranges and check for syntax, parse Hand histories.

It can get information from poker related websites like Pocketfives, TwoplusTwo Forum, or PokerStars website by scraping them. In the long term, it will have a fast hand evaluator and an equity calculator.

It uses the MIT license, soo it's code can be used in any product without legal consequences.

It aims quality, fully tested code and easy usability with nice APIs, suitable for beginners to play with.

Documentation

https://poker.readthedocs.org/

Requirements

  • Python 2.7
  • pytz
  • requests
  • lxml
  • python-dateutil
  • parsedatetime
  • cacheed-property
  • click
  • enum34
  • pathlib
  • configparser

License

The MIT License (MIT)

Copyright (c) 2013-2014 Kiss György

Repo and contact

About

Poker framework for Python

https://poker.readthedocs.org

License:MIT License


Languages

Language:Python 99.2%Language:Makefile 0.8%