Metadata-Version: 2.1
Name: poker
Version: 0.23.1
Summary: Poker Framework
Home-page: https://github.com/pokerregion/poker
Author: Kiss György
Author-email: kissgyorgy@me.com
License: MIT
Keywords: poker
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: pytz
Requires-Dist: requests
Requires-Dist: lxml
Requires-Dist: python-dateutil
Requires-Dist: parsedatetime
Requires-Dist: cached-property
Requires-Dist: click
Requires-Dist: enum34
Requires-Dist: pathlib
Requires-Dist: configparser
Requires-Dist: zope.interface
Requires-Dist: attrs

Poker framework for Python
==========================

|travis| |coveralls| |pythons| |release| |license| |wheel| |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, so its code can be used in any product without legal consequences.

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


Documentation
-------------

https://poker.readthedocs.org/


License
-------

The MIT License (MIT)

Copyright (c) 2013-2015 Kiss György


Repo and contact
----------------

| Repo: https://github.com/pokerregion/poker
| Issues: https://github.com/pokerregion/poker/issues
| `@kissgyorgy <https://twitter.com/kissgyorgy>`_ on twitter
| or you can reach me on my `public Github e-mail <https://github.com/kissgyorgy>`_.


.. |travis| image:: https://travis-ci.org/pokerregion/poker.svg?branch=master
   :target: https://travis-ci.org/pokerregion/poker

.. |coveralls| image:: https://coveralls.io/repos/pokerregion/poker/badge.png?branch=master
  :target: https://coveralls.io/r/pokerregion/poker?branch=master

.. |pythons| image:: https://img.shields.io/pypi/pyversions/poker.svg
   :target: https://pypi.python.org/pypi/poker/
   :alt: Supported Python versions

.. |release| image:: https://img.shields.io/pypi/v/poker.svg
   :target: https://pypi.python.org/pypi/poker/
   :alt: Latest Version

.. |license| image:: https://img.shields.io/badge/license-MIT-blue.svg
   :target: https://github.com/pokerregion/poker/blob/master/LICENSE
   :alt: MIT License

.. |downloads| image:: https://img.shields.io/pypi/dm/poker.svg
   :target: https://pypi.python.org/pypi/poker/
   :alt: Downloads

.. |wheel| image:: https://img.shields.io/pypi/wheel/poker.svg
   :target: https://pypi.python.org/pypi/poker/
   :alt: Wheel package


