{ "info": { "author": "Stutzbach Enterprises, LLC", "author_email": "daniel@stutzbachenterprises.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Win32 (MS Windows)", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: Microsoft :: Windows", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Topic :: Games/Entertainment", "Topic :: Scientific/Engineering :: Mathematics", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Python wrapper for the Poker Sleuth Scriptable Equity Calculator\n================================================================\n\nThis module provides a Python interface to the `Poker Sleuth`__\n`scriptable Texas Hold'em Equity Calculator`__. Tell it what hands\nyour opponents may have, and it calculates your odds of winning at the\nshowdown if no one folds.\n\nFor example, to compute the odds of winning when you have a pair of\nJacks, your opponent has the Ace and 5 of diamonds, and the board\ncards are the 3 of diamonds, 5 of clubs, and 9 of diamonds:\n\n::\n\n >>> import pokersleuth\n >>> pokersleuth.calculate_equity('3d5c9d', ('JJ', 'Ad5d')\n [0.48225, 0.51775]\n\nThe module can also be used directly from the command line:\n\n::\n\n C:\\>python -m pokersleuth 3d5c9d JJ Ad5d\n [0.48225, 0.51775]\n\n__ http://pokersleuth.com/\n__ http://pokersleuth.com/poker-equity-calculator.shtml", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pokersleuth.com/programmable-poker-calculator.shtml", "keywords": "poker equity calculator odds", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "PokerSleuth", "package_url": "https://pypi.org/project/PokerSleuth/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/PokerSleuth/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pokersleuth.com/programmable-poker-calculator.shtml" }, "release_url": "https://pypi.org/project/PokerSleuth/2.1.0.47/", "requires_dist": null, "requires_python": null, "summary": "A wrapper for the Poker Sleuth Scriptable Equity Calculator", "version": "2.1.0.47" }, "last_serial": 183188, "releases": { "2.1.0.47": [ { "comment_text": "", "digests": { "md5": "c8dad6c5bead89781ebc30443b0e7f69", "sha256": "47157903385ebfb36a6bd5ded913aa80a0888a6c03a73972c0a7aadbf389dd87" }, "downloads": -1, "filename": "PokerSleuth-2.1.0.47.tar.gz", "has_sig": true, "md5_digest": "c8dad6c5bead89781ebc30443b0e7f69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8172, "upload_time": "2010-06-24T21:46:03", "url": "https://files.pythonhosted.org/packages/05/63/4291a5f960369d0a53351f98138506e67819b4eadb98b9f831abc0622d10/PokerSleuth-2.1.0.47.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c8dad6c5bead89781ebc30443b0e7f69", "sha256": "47157903385ebfb36a6bd5ded913aa80a0888a6c03a73972c0a7aadbf389dd87" }, "downloads": -1, "filename": "PokerSleuth-2.1.0.47.tar.gz", "has_sig": true, "md5_digest": "c8dad6c5bead89781ebc30443b0e7f69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8172, "upload_time": "2010-06-24T21:46:03", "url": "https://files.pythonhosted.org/packages/05/63/4291a5f960369d0a53351f98138506e67819b4eadb98b9f831abc0622d10/PokerSleuth-2.1.0.47.tar.gz" } ] }