├── .gitattributes
├── Makefile
├── agpl-3.0.txt
├── contributors.txt
├── fdl-1.2.txt
├── files
└── fpdb.desktop
├── gfx
├── Table.png
├── cards
│ ├── backs
│ │ ├── back03.svg
│ │ └── back04.svg
│ ├── bordered
│ │ ├── c_10.svg
│ │ ├── c_2.svg
│ │ ├── c_3.svg
│ │ ├── c_4.svg
│ │ ├── c_5.svg
│ │ ├── c_6.svg
│ │ ├── c_7.svg
│ │ ├── c_8.svg
│ │ ├── c_9.svg
│ │ ├── c_a.svg
│ │ ├── c_j.svg
│ │ ├── c_k.svg
│ │ ├── c_q.svg
│ │ ├── d_10.svg
│ │ ├── d_2.svg
│ │ ├── d_3.svg
│ │ ├── d_4.svg
│ │ ├── d_5.svg
│ │ ├── d_6.svg
│ │ ├── d_7.svg
│ │ ├── d_8.svg
│ │ ├── d_9.svg
│ │ ├── d_a.svg
│ │ ├── d_j.svg
│ │ ├── d_k.svg
│ │ ├── d_q.svg
│ │ ├── h_10.svg
│ │ ├── h_2.svg
│ │ ├── h_3.svg
│ │ ├── h_4.svg
│ │ ├── h_5.svg
│ │ ├── h_6.svg
│ │ ├── h_7.svg
│ │ ├── h_8.svg
│ │ ├── h_9.svg
│ │ ├── h_a.svg
│ │ ├── h_j.svg
│ │ ├── h_k.svg
│ │ ├── h_q.svg
│ │ ├── jk_b.svg
│ │ ├── jk_r.svg
│ │ ├── s_10.svg
│ │ ├── s_2.svg
│ │ ├── s_3.svg
│ │ ├── s_4.svg
│ │ ├── s_5.svg
│ │ ├── s_6.svg
│ │ ├── s_7.svg
│ │ ├── s_8.svg
│ │ ├── s_9.svg
│ │ ├── s_a.svg
│ │ ├── s_j.svg
│ │ ├── s_k.svg
│ │ └── s_q.svg
│ ├── colour
│ │ ├── Blue.svg
│ │ ├── Card_frame.svg
│ │ ├── Gray.svg
│ │ ├── Green.svg
│ │ ├── Red.svg
│ │ ├── c_10.svg
│ │ ├── c_2.svg
│ │ ├── c_3.svg
│ │ ├── c_4.svg
│ │ ├── c_5.svg
│ │ ├── c_6.svg
│ │ ├── c_7.svg
│ │ ├── c_8.svg
│ │ ├── c_9.svg
│ │ ├── c_a.svg
│ │ ├── c_j.svg
│ │ ├── c_k.svg
│ │ ├── c_q.svg
│ │ ├── d_10.svg
│ │ ├── d_2.svg
│ │ ├── d_3.svg
│ │ ├── d_4.svg
│ │ ├── d_5.svg
│ │ ├── d_6.svg
│ │ ├── d_7.svg
│ │ ├── d_8.svg
│ │ ├── d_9.svg
│ │ ├── d_a.svg
│ │ ├── d_j.svg
│ │ ├── d_k.svg
│ │ ├── d_q.svg
│ │ ├── h_10.svg
│ │ ├── h_2.svg
│ │ ├── h_3.svg
│ │ ├── h_4.svg
│ │ ├── h_5.svg
│ │ ├── h_6.svg
│ │ ├── h_7.svg
│ │ ├── h_8.svg
│ │ ├── h_9.svg
│ │ ├── h_a.svg
│ │ ├── h_j.svg
│ │ ├── h_k.svg
│ │ ├── h_q.svg
│ │ ├── s_10.svg
│ │ ├── s_2.svg
│ │ ├── s_3.svg
│ │ ├── s_4.svg
│ │ ├── s_5.svg
│ │ ├── s_6.svg
│ │ ├── s_7.svg
│ │ ├── s_8.svg
│ │ ├── s_9.svg
│ │ ├── s_a.svg
│ │ ├── s_j.svg
│ │ ├── s_k.svg
│ │ └── s_q.svg
│ ├── simple
│ │ ├── c_10.svg
│ │ ├── c_2.svg
│ │ ├── c_3.svg
│ │ ├── c_4.svg
│ │ ├── c_5.svg
│ │ ├── c_6.svg
│ │ ├── c_7.svg
│ │ ├── c_8.svg
│ │ ├── c_9.svg
│ │ ├── c_a.svg
│ │ ├── c_j.svg
│ │ ├── c_k.svg
│ │ ├── c_q.svg
│ │ ├── d_10.svg
│ │ ├── d_2.svg
│ │ ├── d_3.svg
│ │ ├── d_4.svg
│ │ ├── d_5.svg
│ │ ├── d_6.svg
│ │ ├── d_7.svg
│ │ ├── d_8.svg
│ │ ├── d_9.svg
│ │ ├── d_a.svg
│ │ ├── d_j.svg
│ │ ├── d_k.svg
│ │ ├── d_q.svg
│ │ ├── h_10.svg
│ │ ├── h_2.svg
│ │ ├── h_3.svg
│ │ ├── h_4.svg
│ │ ├── h_5.svg
│ │ ├── h_6.svg
│ │ ├── h_7.svg
│ │ ├── h_8.svg
│ │ ├── h_9.svg
│ │ ├── h_a.svg
│ │ ├── h_j.svg
│ │ ├── h_k.svg
│ │ ├── h_q.svg
│ │ ├── jk_b.svg
│ │ ├── jk_r.svg
│ │ ├── s_10.svg
│ │ ├── s_2.svg
│ │ ├── s_3.svg
│ │ ├── s_4.svg
│ │ ├── s_5.svg
│ │ ├── s_6.svg
│ │ ├── s_7.svg
│ │ ├── s_8.svg
│ │ ├── s_9.svg
│ │ ├── s_a.svg
│ │ ├── s_j.svg
│ │ ├── s_k.svg
│ │ └── s_q.svg
│ └── white
│ │ ├── c_10.svg
│ │ ├── c_2.svg
│ │ ├── c_3.svg
│ │ ├── c_4.svg
│ │ ├── c_5.svg
│ │ ├── c_6.svg
│ │ ├── c_7.svg
│ │ ├── c_8.svg
│ │ ├── c_9.svg
│ │ ├── c_a.svg
│ │ ├── c_j.svg
│ │ ├── c_k.svg
│ │ ├── c_q.svg
│ │ ├── d_10.svg
│ │ ├── d_2.svg
│ │ ├── d_3.svg
│ │ ├── d_4.svg
│ │ ├── d_5.svg
│ │ ├── d_6.svg
│ │ ├── d_7.svg
│ │ ├── d_8.svg
│ │ ├── d_9.svg
│ │ ├── d_a.svg
│ │ ├── d_j.svg
│ │ ├── d_k.svg
│ │ ├── d_q.svg
│ │ ├── h_10.svg
│ │ ├── h_2.svg
│ │ ├── h_3.svg
│ │ ├── h_4.svg
│ │ ├── h_5.svg
│ │ ├── h_6.svg
│ │ ├── h_7.svg
│ │ ├── h_8.svg
│ │ ├── h_9.svg
│ │ ├── h_a.svg
│ │ ├── h_j.svg
│ │ ├── h_k.svg
│ │ ├── h_q.svg
│ │ ├── jk_b.svg
│ │ ├── jk_r.svg
│ │ ├── s_10.svg
│ │ ├── s_2.svg
│ │ ├── s_3.svg
│ │ ├── s_4.svg
│ │ ├── s_5.svg
│ │ ├── s_6.svg
│ │ ├── s_7.svg
│ │ ├── s_8.svg
│ │ ├── s_9.svg
│ │ ├── s_a.svg
│ │ ├── s_j.svg
│ │ ├── s_k.svg
│ │ └── s_q.svg
├── fpdb-cards.png
├── fpdb-icon.png
├── fpdb-icon2.png
├── fpdb_large_icon.ico
├── magnified_cards.png
└── playerbackdrop.png
├── gpl-2.0.txt
├── gpl-3.0.txt
├── mit.txt
├── osaf.txt
├── packaging
├── announce-0.20.905.txt
├── announce-0.21-rc1.txt
├── announce-0.21-rc2.txt
├── announce-0.22.txt
├── announce-0.24.txt
├── announce-0.25.txt
├── announce-0.26.txt
├── announce-template.txt
├── debian
│ ├── changelog
│ ├── compat
│ ├── control
│ ├── copyright
│ ├── links
│ ├── python-fpdb.postinst
│ ├── pyversions
│ └── rules
├── gentoo
│ ├── ChangeLog
│ ├── Manifest
│ ├── current.ebuild
│ ├── dev-readme.txt
│ ├── fpdb-9999.ebuild
│ ├── metadata.xml
│ └── readme.txt
└── windows
│ ├── MySqlPython1.2.3WalkthroughPython27.txt
│ ├── fpdbEnvInstaller2.au3
│ ├── fpdb_folder_check.c
│ ├── py2exeWalkthroughPython27.txt
│ ├── py2exe_setup.py
│ ├── pypoker138walkthrough.txt
│ ├── pypokereval-win32-packaging-walkthrough.txt
│ └── run_fpdb.bat
├── pyfpdb
├── AbsoluteToFpdb.py
├── Anonymise.py
├── Aux_Base.py
├── Aux_Classic_Hud.py
├── Aux_Hud.py
├── BetOnlineToFpdb.py
├── BetfairToFpdb.py
├── BossToFpdb.py
├── CakeToFpdb.py
├── Card.py
├── Charset.py
├── Configuration.py
├── Database.py
├── Deck.py
├── DerivedStats.py
├── DetectInstalledSites.py
├── EntractionToFpdb.py
├── EverestToFpdb.py
├── EverleafToFpdb.py
├── Exceptions.py
├── Filters.py
├── FullTiltPokerSummary.py
├── FulltiltToFpdb.py
├── GuiAutoImport.py
├── GuiBulkImport.py
├── GuiDatabase.py
├── GuiGraphViewer.py
├── GuiHandViewer.py
├── GuiImapFetcher.py
├── GuiLogView.py
├── GuiPlayerStats.py
├── GuiPositionalStats.py
├── GuiPrefs.py
├── GuiReplayer.py
├── GuiRingPlayerStats.py
├── GuiSessionViewer.py
├── GuiStove.py
├── GuiTourneyGraphViewer.py
├── GuiTourneyImport.py
├── GuiTourneyPlayerStats.py
├── GuiTourneyViewer.py
├── HHReplayer.py
├── HUD_config.test.xml
├── HUD_config.xml.example
├── HUD_main.pyw
├── HUD_run_me.py
├── Hand.py
├── HandHistory.py
├── HandHistoryConverter.py
├── Hello.py
├── Hud.py
├── IdentifySite.py
├── ImapFetcher.py
├── Importer.py
├── L10n.py
├── MergeSummary.py
├── MergeToFpdb.py
├── MicrogamingToFpdb.py
├── Mucked.py
├── OSXTables.py
├── OnGameToFpdb.py
├── Options.py
├── P5sResultsParser.py
├── PacificPokerSummary.py
├── PacificPokerToFpdb.py
├── PartyPokerToFpdb.py
├── PkrToFpdb.py
├── PokerStarsSummary.py
├── PokerStarsToFpdb.py
├── PokerTrackerSummary.py
├── PokerTrackerToFpdb.py
├── Popup.py
├── RazzStartHandGenerator.py
├── RushNotesAux.py
├── RushNotesMerge.py
├── RushNotesReadMe.txt
├── SQL.py
├── ScriptAddStatToRegression.py
├── ScriptFetchMergeResults.py
├── ScriptFetchWinamaxResults.py
├── ScriptGenerateWikiPage.py
├── SitenameSummary.py
├── SplitHandHistory.py
├── Stats.py
├── Stove.py
├── Summaries.py
├── SummaryEverleaf.py
├── TableWindow.py
├── Tables_Demo.py
├── TestDetectInstalledSites.py
├── TestHandsPlayers.py
├── TestSummaryImport.py
├── TournamentTracker.py
├── TourneyFilters.py
├── TourneySummary.py
├── TreeViewTooltips.py
├── WinTables.py
├── WinamaxSummary.py
├── WinamaxToFpdb.py
├── XTables.py
├── decimal_wrapper.py
├── fpdb.pyw
├── fpdb_prerun.py
├── iPokerSummary.py
├── iPokerToFpdb.py
├── interlocks.py
├── locale
│ ├── ca
│ │ └── LC_MESSAGES
│ │ │ └── fpdb.mo
│ ├── de
│ │ └── LC_MESSAGES
│ │ │ └── fpdb.mo
│ ├── es
│ │ └── LC_MESSAGES
│ │ │ └── fpdb.mo
│ ├── fpdb-ca_ES.po
│ ├── fpdb-de_DE.po
│ ├── fpdb-en_GB.pot
│ ├── fpdb-es_ES.po
│ ├── fpdb-fr_FR.po
│ ├── fpdb-hu_HU.po
│ ├── fpdb-it_IT.po
│ ├── fpdb-lt_LT.po
│ ├── fpdb-nl_NL.po
│ ├── fpdb-pl_PL.po
│ ├── fpdb-pt_BR.po
│ ├── fpdb-ro_RO.po
│ ├── fpdb-ru_RU.po
│ ├── fpdb-zh_CN.po
│ ├── fr
│ │ └── LC_MESSAGES
│ │ │ └── fpdb.mo
│ ├── hu
│ │ └── LC_MESSAGES
│ │ │ └── fpdb.mo
│ ├── it
│ │ └── LC_MESSAGES
│ │ │ └── fpdb.mo
│ ├── localise.sh
│ ├── lt
│ │ └── LC_MESSAGES
│ │ │ └── fpdb.mo
│ ├── nl
│ │ └── LC_MESSAGES
│ │ │ └── fpdb.mo
│ ├── pl
│ │ └── LC_MESSAGES
│ │ │ └── fpdb.mo
│ ├── pt
│ │ └── LC_MESSAGES
│ │ │ └── fpdb.mo
│ ├── ro
│ │ └── LC_MESSAGES
│ │ │ └── fpdb.mo
│ ├── ru
│ │ └── LC_MESSAGES
│ │ │ └── fpdb.mo
│ ├── test-all-langs.sh
│ └── zh
│ │ └── LC_MESSAGES
│ │ └── fpdb.mo
├── logging.conf
├── regression-test-files
│ ├── cash
│ │ ├── Absolute
│ │ │ ├── Flop
│ │ │ │ ├── IHH20090610 Chile Way - Hold'em No Limit $0.02(Real Money) Table 9339866.txt
│ │ │ │ ├── IHH20090610 Chile Way - Hold'em No Limit $0.02(Real Money) Table 9339866.txt.hp
│ │ │ │ ├── IHH20101209 Photo Ave - Hold'em No Limit $4 (Real Money) Table 26793209.txt
│ │ │ │ └── IHH20110221 Emailes - Hold'em No Limit $0.10(Real Money) Table 9330000.txt
│ │ │ └── Stud
│ │ │ │ └── 7-StudHL-USD-0.02-0.04-200903.River.with.mucked.txt
│ │ ├── BetOnline
│ │ │ └── Flop
│ │ │ │ ├── NLHE-10max-0.25-0.50-201203.unknown.player.wins.txt
│ │ │ │ ├── NLHE-10max-0.25-0.50-201204.post.dead.txt
│ │ │ │ ├── NLHE-10max-0.25-0.50-201204.post.now.txt
│ │ │ │ ├── NLHE-10max-USD-0.25-0.05-201108.txt
│ │ │ │ ├── NLHE-10max-USD-0.25-0.50-201206.PayNoRake.txt
│ │ │ │ ├── NLHE-10max-USD-1.00-2.00-201204.ActionPoker.txt
│ │ │ │ ├── NLHE-10max-play-10-20-201204.GearPoker.txt
│ │ │ │ └── PLO-10max-USD-0.05-0.10-201209.txt
│ │ ├── Betfair
│ │ │ └── Flop
│ │ │ │ └── PLO-6max-USD-0.05-0.10-200909.All.in.river.splitpot.txt
│ │ ├── Boss
│ │ │ ├── Draw
│ │ │ │ └── 5CD-FL-EUR-2-4.Opoker.sample.xml
│ │ │ └── Flop
│ │ │ │ ├── LHE-10-20-USD-201105.post.both.txt
│ │ │ │ ├── LO8-EUR-0.05-0.10-201207.xml
│ │ │ │ ├── NLHE-CAD-0.02-0.04.Sample.espacejeux.com.txt
│ │ │ │ ├── NLHE-GBP-0.05-0.10-Date-unknown.Sample.txt
│ │ │ │ ├── NLHE-GBP-0.05-0.10-Date-unknown.Sample.txt.gt
│ │ │ │ ├── NLHE-GBP-0.05-0.10-Date-unknown.Sample.txt.hands
│ │ │ │ ├── NLHE-GBP-0.05-0.10-Date-unknown.Sample.txt.hp
│ │ │ │ ├── NLHE-USD-0.05-0.10-Date-unknown.Sample.txt
│ │ │ │ ├── NLHE-USD-0.05-0.10-Date-unknown.Sample.txt.hp
│ │ │ │ ├── PLO-EUR-0.05-0.10-201207.all.in.call.txt
│ │ │ │ ├── PLO-EUR-0.05-0.10-Date-unknown.Sample.txt
│ │ │ │ ├── PLO-EUR-0.05-0.10-Date-unknown.Sample.txt.hp
│ │ │ │ └── PLO-USD-0.15-0.30-201207.empy.string.name.txt
│ │ ├── Cake
│ │ │ └── Flop
│ │ │ │ ├── LHE-6max-USD-3.00-6.00-201207.datetime.dashes.txt
│ │ │ │ ├── LHE-6max-USD-5.00-10.00-201206.txt
│ │ │ │ ├── LHE-FR-0.02-0.04-201105.All-in.txt
│ │ │ │ ├── LHE-FR-0.02-0.04-201105.All-in.txt.gt
│ │ │ │ ├── LHE-FR-0.02-0.04-201105.All-in.txt.hands
│ │ │ │ ├── LHE-FR-0.02-0.04-201105.All-in.txt.hp
│ │ │ │ ├── LHE-FR-0.02-0.04-201105.All.streets.with.mucked.txt
│ │ │ │ ├── LHE-FR-0.02-0.04-201105.All.streets.with.mucked.txt.hands
│ │ │ │ ├── LHE-FR-0.02-0.04-201105.All.streets.with.mucked.txt.hp
│ │ │ │ ├── LHE-FR-0.02-0.04-201108.Sample.with.no.table.max.txt
│ │ │ │ ├── NLHE-2-max-0.10-0.20-201205.max.uppercase.txt
│ │ │ │ ├── NLHE-6-max-0.05-0.10-201108.Sample.txt
│ │ │ │ ├── NLHE-USD-0.05-0.10-201205.dead.blind.txt
│ │ │ │ ├── NLHE-play-1-2-201205.txt
│ │ │ │ ├── PLO-6max-EUR-0.04-0.08-201206.USD.conversion.txt
│ │ │ │ └── PLO-6max-EUR-0.20-0.41-201209.round.penny.txt
│ │ ├── Entraction
│ │ │ └── Flop
│ │ │ │ ├── LHE-HU-EUR-10-20-201103.txt
│ │ │ │ ├── PLO-6max-EUR-0.02-0.04-201103.txt
│ │ │ │ ├── PLO-6max-EUR-0.50-1-201107.SBBB.example.txt
│ │ │ │ ├── PLO-6max-EUR-0.50-1-201108.Second.small.blind.txt
│ │ │ │ └── PLO5-EUR-0.10-0.20-201208.txt
│ │ ├── Everest
│ │ │ └── Flop
│ │ │ │ ├── LHE-USD-0.02-0.04-201204.txt
│ │ │ │ ├── NLHE-EUR-0.01-0.02-201104.Sample.emailed.txt
│ │ │ │ ├── NLHE-EUR-0.01-0.02-201104.Sample.emailed.txt.gt
│ │ │ │ ├── NLHE-EUR-0.01-0.02-201104.Sample.emailed.txt.hands
│ │ │ │ ├── NLHE-EUR-0.01-0.02-201104.Sample.emailed.txt.hp
│ │ │ │ ├── NLHE-USD-0.50-1.00-201203.penalty.txt
│ │ │ │ ├── NLHE-USD-0.50-1.00-201203.txt
│ │ │ │ ├── PLO-EUR-5-10-Unknown-Sample.txt
│ │ │ │ ├── PLO-EUR-5-10-Unknown-Sample.txt.gt
│ │ │ │ ├── PLO-EUR-5-10-Unknown-Sample.txt.hands
│ │ │ │ └── PLO-EUR-5-10-Unknown-Sample.txt.hp
│ │ ├── Everleaf
│ │ │ ├── Flop
│ │ │ │ ├── FLO8-10max-USD-0.50-1.00-201003.HU.on.10max.txt
│ │ │ │ ├── NLHE-10max-USD-0.01-0.02-2010-08-03.fixed_wtsd_bug.txt
│ │ │ │ ├── NLHE-10max-USD-0.01-0.02-201008.2Way.All-in.pre.txt
│ │ │ │ ├── NLHE-10max-USD-0.01-0.02-201008.2Way.All-in.pre.txt.hp
│ │ │ │ ├── NLHE-10max-USD-0.25-0.50-200911.All-in.in.player.line.txt
│ │ │ │ ├── NLHE-4max-EUR-0.10-0.20-201209.utf8.txt
│ │ │ │ ├── NLHE-6max-USD-0.05-0.10-29Aug2010.txt
│ │ │ │ ├── NLHE-EUR-0.01-0.02-20091027.partouche.txt
│ │ │ │ ├── NLHE-EUR-0.25-0.50-201202.euro.caret.txt
│ │ │ │ └── PLO8-10max-USD-0.05-0.10-201003.HU.on.10max.txt
│ │ │ └── Stud
│ │ │ │ ├── 7-Stud-EUR-0.05-0.10.201108-new-format.txt
│ │ │ │ └── 7-Stud-USD-0.05-0.10.201107.txt
│ │ ├── FTP
│ │ │ ├── Draw
│ │ │ │ ├── 1-Draw-NL-USD-0.10-0.20-201103.txt
│ │ │ │ ├── 3-Draw-Limit-USD-0.10-0.20-201011.txt
│ │ │ │ ├── 3-Draw-Limit-USD-0.10-0.20-201011.txt.hp
│ │ │ │ ├── 3-Draw-Limit-USD-10-20-201101.Dead.hand.txt
│ │ │ │ ├── 3-Draw-Limit-USD-150-300-201011.Hero.and.Player1.sitting.out.txt
│ │ │ │ ├── 3-Draw-Limit-USD-150-300-201012.txt
│ │ │ │ ├── 3-Draw-Limit-USD-150-300-201012.txt.hands
│ │ │ │ ├── 3-Draw-Limit-USD-150-300-201012.txt.hp
│ │ │ │ ├── 3-Draw-Limit-USD-1500-3000-201101.FTP.Archive.sample.txt
│ │ │ │ ├── 3-Draw-Limit-USD-1500-3000-201101.FTP.Archive.sample.txt.gt
│ │ │ │ ├── 3-Draw-Limit-USD-1500-3000-201101.FTP.Archive.sample.txt.hands
│ │ │ │ ├── 3-Draw-Limit-USD-1500-3000-201101.FTP.Archive.sample.txt.hp
│ │ │ │ ├── 3-Draw-Limit-USD-20-40-201101.Partial.txt
│ │ │ │ ├── 3-Draw-Limit-USD-250-500-201011.Hero.sitting.out.but.not.listed.txt
│ │ │ │ ├── 3-Draw-Limit-USD-250-500-201011.Hero.sitting.out.but.not.listed.txt.gt
│ │ │ │ ├── 3-Draw-Limit-USD-250-500-201011.Hero.sitting.out.but.not.listed.txt.hands
│ │ │ │ ├── 3-Draw-Limit-USD-250-500-201011.Hero.sitting.out.but.not.listed.txt.hp
│ │ │ │ ├── 5-Carddraw-Limit-USD-0.10-0.20-201011.Sample.Not.UTF16.txt
│ │ │ │ ├── 5-Carddraw-Limit-USD-0.10-0.20-201011.Sample.Not.UTF16.txt.gt
│ │ │ │ ├── 5-Carddraw-Limit-USD-0.10-0.20-201011.Sample.Not.UTF16.txt.hands
│ │ │ │ ├── 5-Carddraw-Limit-USD-0.10-0.20-201011.Sample.Not.UTF16.txt.hp
│ │ │ │ ├── 5-Carddraw-NL-USD-0.10-0.20-201011.Saw.Showdown.Not.UTF16.txt
│ │ │ │ ├── 5-Carddraw-NL-USD-0.10-0.20-201011.Saw.Showdown.Not.UTF16.txt.gt
│ │ │ │ ├── 5-Carddraw-NL-USD-0.10-0.20-201011.Saw.Showdown.Not.UTF16.txt.hands
│ │ │ │ ├── 5-Carddraw-NL-USD-0.10-0.20-201011.Saw.Showdown.Not.UTF16.txt.hp
│ │ │ │ ├── 5-Carddraw-PL-0.10-0.25-201011.Sample.Not.UTF16.txt
│ │ │ │ ├── 5-Carddraw-PL-0.10-0.25-201011.Sample.Not.UTF16.txt.hands
│ │ │ │ ├── 5-Carddraw-PL-0.10-0.25-201011.Sample.Not.UTF16.txt.hp
│ │ │ │ ├── A5-3-Draw-Limit-USD-0.05-0.10-201104.Sample.txt
│ │ │ │ ├── Badugi-USD-0.05-0.10-201011.Sample.Not.UTF16.txt
│ │ │ │ ├── Badugi-USD-0.05-0.10-201011.Sample.Not.UTF16.txt.gt
│ │ │ │ ├── Badugi-USD-0.05-0.10-201011.Sample.Not.UTF16.txt.hands
│ │ │ │ └── Badugi-USD-0.05-0.10-201011.Sample.Not.UTF16.txt.hp
│ │ │ ├── Flop
│ │ │ │ ├── FT20100721 Flash - $0.02-$0.05 - No Limit Hold'em - dateformat change.txt
│ │ │ │ ├── FT20100804 Venice (6 max) - $0.01-$0.02 - singlehand session postBB out of turn.txt
│ │ │ │ ├── LHE-9max-USD-1-2.201012.Button.Player4.Sitting.out.txt
│ │ │ │ ├── LHE-9max-USD-1-2.201012.Button.Player4.Sitting.out.txt.gt
│ │ │ │ ├── LHE-9max-USD-1-2.201012.Button.Player4.Sitting.out.txt.hands
│ │ │ │ ├── LHE-9max-USD-1-2.201012.Button.Player4.Sitting.out.txt.hp
│ │ │ │ ├── LO8-6max-USD-200-400.200610.Observed.Hand.with.chat.txt
│ │ │ │ ├── LO8-6max-USD-200-400.200610.Observed.Hand.with.chat.txt.gt
│ │ │ │ ├── LO8-6max-USD-200-400.200610.Observed.Hand.with.chat.txt.hands
│ │ │ │ ├── LO8-6max-USD-200-400.200610.Observed.Hand.with.chat.txt.hp
│ │ │ │ ├── NLHE-6max-EUR-0.01-0.02.201008.Weird.table.character.txt
│ │ │ │ ├── NLHE-6max-EUR-0.01-0.02.201008.Weird.table.character.txt.hands
│ │ │ │ ├── NLHE-6max-EUR-0.01-0.02.201008.Weird.table.character.txt.hp
│ │ │ │ ├── NLHE-6max-USD-25-50.200610.Observed.No.player.stacks.txt
│ │ │ │ ├── NLHE-9max-USD-0.02-0.05.201007.Short.lived.date.format.txt
│ │ │ │ ├── NLHE-9max-USD-0.02-0.05.201007.Short.lived.date.format.txt.hands
│ │ │ │ ├── NLHE-9max-USD-0.02-0.05.201007.Short.lived.date.format.txt.hp
│ │ │ │ ├── NLHE-USD-0.05-0.10-201006.Player.sitting.out.but.acting.txt
│ │ │ │ ├── PLO-6max-USD-0.01-0.02.201003.River.Showdown.txt
│ │ │ │ ├── PLO-6max-USD-0.01-0.02.201003.River.Showdown.txt.hands
│ │ │ │ ├── PLO-6max-USD-0.01-0.02.201003.River.Showdown.txt.hp
│ │ │ │ ├── PLO-6max-USD-0.01-0.02.201003.txt
│ │ │ │ ├── PLO-6max-USD-200-400.200612.Observed.Hand.with.chat.txt
│ │ │ │ ├── PLO-6max-USD-25-50.201012.Run.it.Twice.Archive.Shallow.txt
│ │ │ │ ├── PLO-6max-USD-25-50.201102.Archive.Cap.BB.walk.txt
│ │ │ │ ├── PLO-6max-USD-25-50.201102.Archive.Cap.BB.walk.txt.gt
│ │ │ │ ├── PLO-6max-USD-25-50.201102.Archive.Cap.BB.walk.txt.hands
│ │ │ │ └── PLO-6max-USD-25-50.201102.Archive.Cap.BB.walk.txt.hp
│ │ │ └── Stud
│ │ │ │ ├── 7-Stud-USD-3-6-20106.Steal.from.Button.Failure.txt
│ │ │ │ ├── 7-Stud-USD-3-6-20106.Steal.from.Button.Failure.txt.hp
│ │ │ │ ├── 7-Stud-USD-3-6-20106.Steal.from.CO.Success.txt
│ │ │ │ ├── 7-Stud-USD-3-6-20106.Steal.from.HJ.Failure-3bet.by.button.txt
│ │ │ │ ├── 7-Stud-USD-3-6-20106.Steal.from.HJ.Failure.txt
│ │ │ │ ├── 7-Stud-USD-3-6-20106.Steal.from.HJ.Success.txt
│ │ │ │ ├── 7-StudHL-USD-2-4-201006.Steal.examples.txt
│ │ │ │ ├── 7-StudHL-USD-2-4-201103.Underscore.in.tablename.txt
│ │ │ │ ├── Razz-USD-0.10-0.20-201012.CCT.and.ET.timeformat.txt
│ │ │ │ ├── Razz-USD-0.10-0.20-201012.CCT.and.ET.timeformat.txt.hands
│ │ │ │ ├── Razz-USD-0.10-0.20-201012.CCT.and.ET.timeformat.txt.hp
│ │ │ │ ├── Razz-USD-0.10-0.20-201012.Player6.listed.but.doesnt.act.txt
│ │ │ │ ├── Razz-USD-0.10-0.20-201012.Player6.listed.but.doesnt.act.txt.hands
│ │ │ │ └── Razz-USD-0.10-0.20-201012.Player6.listed.but.doesnt.act.txt.hp
│ │ ├── Merge
│ │ │ ├── Draw
│ │ │ │ ├── 3-Draw-Limit-USD-1-2-201104.Multi.hand.sample.txt
│ │ │ │ ├── 3-Draw-Limit-USD-1-2-201104.Sample.with.showdown.txt
│ │ │ │ ├── 3-Draw-Limit-USD-1-2-201104.Sample.with.showdown.txt.gt
│ │ │ │ ├── 3-Draw-Limit-USD-1-2-201104.Sample.with.showdown.txt.hands
│ │ │ │ ├── 3-Draw-Limit-USD-1-2-201104.Sample.with.showdown.txt.hp
│ │ │ │ ├── 3-Draw-Limit-USD-5-10-201105.All-in.on.second.draw.txt
│ │ │ │ ├── 3-Draw-Limit-USD-5-10-201105.All-in.on.second.draw.txt.hands
│ │ │ │ ├── 3-Draw-Limit-USD-5-10-201105.All-in.on.second.draw.txt.hp
│ │ │ │ ├── 3-Draw-PL-USD-0.05-0.10-201102.Cancelled.hand.txt
│ │ │ │ ├── 3-Draw-PL-USD-0.05-0.10-201102.Sample.all.streets.txt
│ │ │ │ ├── 5-Carddraw-PL-USD-0.05-0.10.201111.txt
│ │ │ │ ├── A5-3-Draw-Limit-USD-0.50-1-201105.Sample.txt
│ │ │ │ ├── A5-3-Draw-Limit-USD-0.50-1-201105.Sample.txt.gt
│ │ │ │ ├── A5-3-Draw-Limit-USD-0.50-1-201105.Sample.txt.hands
│ │ │ │ ├── A5-3-Draw-Limit-USD-0.50-1-201105.Sample.txt.hp
│ │ │ │ ├── Badugi-HPL-USD-0.50-0.50-201104.Sample.txt
│ │ │ │ └── Badugi-PL-USD-0.05-0.10-201101.Sample.txt
│ │ │ ├── Flop
│ │ │ │ ├── FLHE-9max-USD-0.02-0.04.20110416.xml
│ │ │ │ ├── LO8-9max-USD-1.00-2.00-201112.post.both.txt
│ │ │ │ ├── NLHE-6max-USD-0.02-0.04.201107.no.community.xml
│ │ │ │ ├── NLHE-6max-USD-0.02-0.04.201107.none.dealtin.xml
│ │ │ │ ├── NLHE-6max-USD-0.02-0.04.201107.show.one.card.xml
│ │ │ │ ├── NLHE-6max-USD-0.10-0.25-201208.player.not.in.preamble.txt
│ │ │ │ ├── NLHE-9max-USD-0.25-0.50.200810.All.Streets.txt
│ │ │ │ ├── NLHE-9max-USD-0.25-0.50.200810.All.Streets.txt.hp
│ │ │ │ ├── NLHE-USD-0.02-0.04.201105.Player.not.in.preamble.acts.xml
│ │ │ │ ├── NLHE-USD-1.00-2.00-201009.addCallandRaise.format.txt
│ │ │ │ ├── NLO-USD-0.10-0.25-201001.Sample.txt
│ │ │ │ ├── NLO-USD-0.10-0.25-201001.Sample.txt.gt
│ │ │ │ ├── NLO-USD-0.10-0.25-201001.Sample.txt.hands
│ │ │ │ ├── NLO-USD-0.10-0.25-201001.Sample.txt.hp
│ │ │ │ ├── PLO-6max-USD-0.10-0.20.20110428.xml
│ │ │ │ ├── PLO-USD-0.25-0.50-201111.raiseTo.uncalledbet.txt
│ │ │ │ ├── PLO-USD-0.50-1.00-201009.colon.divider.txt
│ │ │ │ ├── PLO-USD-0.50-1.00-201206.new.date.format.txt
│ │ │ │ └── PLO8-USD-0.25-0.50-201111.txt
│ │ │ └── Stud
│ │ │ │ ├── 7-Stud-USD-0.50-1.00-201102.Sample.txt
│ │ │ │ ├── 7-Stud-USD-0.50-1.00-201102.Sample.txt.gt
│ │ │ │ ├── 7-Stud-USD-0.50-1.00-201102.Sample.txt.hands
│ │ │ │ ├── 7-Stud-USD-0.50-1.00-201102.Sample.txt.hp
│ │ │ │ ├── 7-StudHL-USD-0.25-0.50-201111.txt
│ │ │ │ ├── NL7-StudHL-0.01-0.02-0.10-201204.xml
│ │ │ │ └── Razz-USD-0.50-1.00-201111.allIn.txt
│ │ ├── Microgaming
│ │ │ └── Flop
│ │ │ │ ├── NLHE-0.05-0.10-201111.posted.to.play.txt
│ │ │ │ ├── NLHE-0.10-0.20-201111.Walk.in.second.bb.txt
│ │ │ │ ├── NLHE-0.10-0.20-201111.Walk.in.second.bb.txt.gt
│ │ │ │ ├── NLHE-0.10-0.20-201111.Walk.in.second.bb.txt.hands
│ │ │ │ ├── NLHE-0.10-0.20-201111.Walk.in.second.bb.txt.hp
│ │ │ │ ├── NLHE-EUR-0.05-0.10-2011011.multi.allin.txt
│ │ │ │ ├── PLO-EUR-0.05-0.10-201208.new.format.txt
│ │ │ │ ├── PLO-EUR-0.05-0.10-201208.v2.allin.no.call.txt
│ │ │ │ ├── PLO-EUR-0.05-0.10-201208.v2.return.bet.txt
│ │ │ │ └── PLO-EUR-0.05-0.10-201208.v2.secondsb.txt
│ │ ├── OnGame
│ │ │ ├── Draw
│ │ │ │ ├── 5-Carddraw-PL-USD-1.00-1.00-201111.No.Street.Delimiter.txt
│ │ │ │ ├── 5-Carddraw-PL-USD-1.00-1.00-201111.No.Street.Delimiter.txt.gt
│ │ │ │ ├── 5-Carddraw-PL-USD-1.00-1.00-201111.No.Street.Delimiter.txt.hands
│ │ │ │ ├── 5-Carddraw-PL-USD-1.00-1.00-201111.No.Street.Delimiter.txt.hp
│ │ │ │ ├── 5-Carddraw-USD-0.05-0.10-201009.Sample.txt
│ │ │ │ └── 5-Carddraw-USD-1-2-201109.Goalwin.Sample.txt
│ │ │ ├── Flop
│ │ │ │ ├── LHE-9max-USD-0.50-1.00-201008.All-in.with.showdown.txt
│ │ │ │ ├── LHE-9max-USD-0.50-1.00-201008.All-in.with.showdown.txt.hp
│ │ │ │ ├── LHE-HU-USD-100-200-201207.thousand.in.collect.line.txt
│ │ │ │ ├── LO-9max-0.05-0.10-201009.Sample.txt
│ │ │ │ ├── NLHE-10max-USD-0.02-0.04-201102.Speed.table.BWin.txt
│ │ │ │ ├── NLHE-10max-USD-0.02-0.04-201102.Speed.table.BWin.txt.gt
│ │ │ │ ├── NLHE-10max-USD-0.02-0.04-201102.Speed.table.BWin.txt.hands
│ │ │ │ ├── NLHE-10max-USD-0.02-0.04-201102.Speed.table.BWin.txt.hp
│ │ │ │ ├── NLHE-6max-USD-2.00-4.00-201208.thousand.delimiter.txt
│ │ │ │ ├── NLHE-6max-play-0.25-0.50-201204.txt
│ │ │ │ ├── NLHE-9max-USD-0.05-0.10-201008.Betfair.Skin.txt
│ │ │ │ ├── NLHE-9max-USD-0.05-0.10-201009.Dead.Small.Blind.txt
│ │ │ │ ├── PLO-6max-EUR-1-1-2011002.Sample.txt
│ │ │ │ └── PLO8-USD-0.50-0.50-201111.txt
│ │ │ └── Stud
│ │ │ │ ├── 7-Stud-USD-0.10-0.20-201009.Sample.txt
│ │ │ │ └── 7-StudHL-USD-0.25-0.50-201008.All.streets.txt
│ │ ├── PKR
│ │ │ └── Flop
│ │ │ │ ├── NLHE-10max-USD-0.02-0.04-201206.txt
│ │ │ │ ├── NLHE-10max-USD-0.02-0.04-201208.disconnected.won.txt
│ │ │ │ ├── NLHE-10max-USD-0.02-0.04-201208.multiple.side.pots.txt
│ │ │ │ ├── NLHE-10max-USD-0.02-0.04-201208.post.dead.txt
│ │ │ │ ├── NLHE-2max-USD-0.02-0.04-200903.All-in.on.turn.txt
│ │ │ │ ├── NLHE-2max-USD-0.02-0.04-200903.All-in.on.turn.txt.hp
│ │ │ │ └── PLO-6max-USD-0.02-0.04-201205.txt
│ │ ├── PacificPoker
│ │ │ └── Flop
│ │ │ │ ├── 888-FHE-USD-5-10-201203.all.in.blind.txt
│ │ │ │ ├── 888-FLH-PM-0.50-1.00-HeroLoses18.txt
│ │ │ │ ├── 888-FLH-PM-0.50-1.00-HeroLoses18.txt.gt
│ │ │ │ ├── 888-FLH-PM-0.50-1.00-HeroLoses18.txt.hands
│ │ │ │ ├── 888-FLH-PM-0.50-1.00-HeroLoses18.txt.hp
│ │ │ │ ├── 888-FLH-PM-0.50-1.00.txt
│ │ │ │ ├── 888-FLH-PM-1.00-2.00-stacks_over_1k.txt
│ │ │ │ ├── 888-FLH-USD-0.02-0.04.txt
│ │ │ │ ├── 888-FLO-PM-30-60.txt
│ │ │ │ ├── 888-FLOHL-PM-30-60.txt
│ │ │ │ ├── 888-LHE-HU-USD-10-20-201202.cancelled.hand.txt
│ │ │ │ ├── 888-LHE-USD-0.01-0.02.txt
│ │ │ │ ├── 888-NLH-USD-0.01-0.02.txt
│ │ │ │ ├── 888-NLHE-PM-1.00-2.00.txt
│ │ │ │ ├── 888-NLHE-USD-0.01-0.02-201107.non.english.post.both.txt
│ │ │ │ ├── 888-NLHE-USD-0.01-0.02.txt
│ │ │ │ ├── 888-NLHE-USD-0.02-0.04-201107.russian.cards.txt
│ │ │ │ ├── 888-NLHE-USD-5-10-201205.uncalled.non.blind.txt
│ │ │ │ └── 888-PLH-PM-1.00-2.00.txt
│ │ ├── PartyPoker
│ │ │ ├── Flop
│ │ │ │ ├── LHE-6max-USD-15-30-201104.live.second.sb.txt
│ │ │ │ ├── LO8-USD-20-40.201201.limit3format.txt
│ │ │ │ ├── NLDHE-USD-0.01-0.02-201205.double.holdem.txt
│ │ │ │ ├── NLHE-0.02-0.04-USD-201207.players.joining.leaving.txt
│ │ │ │ ├── NLHE-10max-Freeroll-201207.name.starts.with.number.txt
│ │ │ │ ├── NLHE-6max-USD-0.02-0.04-201209.club.wpt.format.txt
│ │ │ │ ├── NLHE-6max-USD-0.05-0.10-201209.silent.post.both.txt
│ │ │ │ ├── NLHE-EUR-0.05-0.10-201011.Sample.txt
│ │ │ │ ├── NLHE-EUR-6max-0.10-0.25-201112.post.both.txt
│ │ │ │ ├── NLHE-USD-0.01-0.02-20100712.emailedHistory.txt
│ │ │ │ ├── NLHE-USD-0.01-0.02-20100731.bigBlindIsForcedAllIn.txt
│ │ │ │ ├── NLHE-USD-0.01-0.02-201008.Sample.txt
│ │ │ │ ├── NLHE-USD-0.01-0.02-201008.Sample.txt.hp
│ │ │ │ ├── NLHE-USD-0.01-0.02-20100807.newPlayerWithZeroStack.txt
│ │ │ │ ├── NLHE-USD-0.01-0.02-201105.Unseated.player.is.only.big.blind.txt
│ │ │ │ ├── NLHE-USD-0.02-0.04-20100804.smallBlindIsForcedAllIn.txt
│ │ │ │ ├── NLHE-USD-0.02-0.04-20100811.unseatedPlayerActions.txt
│ │ │ │ ├── NLHE-USD-0.05-0.10-201209.period.after.actions.txt
│ │ │ │ ├── NLHE-USD-6max-0.02-0.04-201205.new.table.format.txt
│ │ │ │ └── NLHE-USD-9max-0.01-0.02-201203.post.both.txt
│ │ │ └── Stud
│ │ │ │ ├── 7-Stud-USD-1-2-201104.txt
│ │ │ │ ├── 7-StudHL-USD-0.50-1.00-201008.txt
│ │ │ │ └── 7-StudHL-USD-10-20.201202.wins.lo.pot.txt
│ │ ├── PokerTracker
│ │ │ └── Flop
│ │ │ │ ├── NLHE-EUR-0.05-0.10-201111.Microgaming.txt
│ │ │ │ ├── NLHE-EUR-0.05-0.10-201205.Microgaming.post.both.txt
│ │ │ │ ├── NLHE-USD-0.05-0.10-201110.iPoker.txt
│ │ │ │ ├── NLHE-USD-0.10-0.20-201204.PT4.Merge.txt
│ │ │ │ ├── NLHE-USD-0.10-0.25-201201.Merge-post-both.txt
│ │ │ │ ├── NLHE-USD-0.50-1.00-201101.Everest.txt
│ │ │ │ ├── NLHE-USD-0.50-1.00-201101.Merge.txt
│ │ │ │ ├── NLHE-USD-0.50-1.00-201101.iPoker.post.both.txt
│ │ │ │ └── NLHE-USD-0.50-1.00-201101.iPoker.raise.by.txt
│ │ ├── Stars
│ │ │ ├── Draw
│ │ │ │ ├── 2-7 Single Draw-NL-USD-0.25-0.50-201106.allin.txt
│ │ │ │ ├── 2-7 Single Draw-NL-USD-0.25-0.50-201106.allin.txt.gt
│ │ │ │ ├── 2-7 Single Draw-NL-USD-0.25-0.50-201106.allin.txt.hands
│ │ │ │ ├── 2-7 Single Draw-NL-USD-0.25-0.50-201106.allin.txt.hp
│ │ │ │ ├── 2-7 Single Draw-NL-USD-0.25-0.50-201106.standspat.txt
│ │ │ │ ├── 2-7 Single Draw-NL-USD-0.25-0.50-201106.standspat.txt.gt
│ │ │ │ ├── 2-7 Single Draw-NL-USD-0.25-0.50-201106.standspat.txt.hands
│ │ │ │ ├── 2-7 Single Draw-NL-USD-0.25-0.50-201106.standspat.txt.hp
│ │ │ │ ├── 3-Draw-Limit-USD-0.10-0.20-200911.txt
│ │ │ │ ├── 3-Draw-Limit-USD-1-2-200809.Hand.cancelled.txt
│ │ │ │ ├── 5-Carddraw-FL-USD-0.10-0.20-201106.FoldedNodraw.txt
│ │ │ │ ├── 5-Carddraw-FL-USD-0.10-0.20-201106.Walked.txt
│ │ │ │ ├── 5-Carddraw-FL-USD-0.10-0.20-201106.sidepot.txt
│ │ │ │ ├── 5-Carddraw-FL-USD-0.25-0.50-201209.fold.to.cb.fix.txt
│ │ │ │ ├── 5-Carddraw-NL-USD-0.25-0.50.Sample.txt
│ │ │ │ ├── 5-Carddraw-PL-USD-0.50-1.00.201009.Sample.txt
│ │ │ │ ├── 5-Carddraw-USD-0.10-0.20-200911.txt
│ │ │ │ ├── Badugi-USD-0.25-0.50-201009.txt
│ │ │ │ ├── NLSDraw-USD-0.25-0.50-201009.Mucked.cards.txt
│ │ │ │ ├── Triple Draw 2-7 Lowball-FL-USD-0.10-0.20-201106.sample.txt
│ │ │ │ └── Triple Draw 2-7 Lowball-FL-USD-1.00-2.00-201206.duplicate.holecards.txt
│ │ │ ├── Flop
│ │ │ │ ├── HH20100819 Vibilia II - $0,02-$0,04 - USD Лимит Холдем.txt
│ │ │ │ ├── LHE-10max-USD-0.05-0.10-PF_all_fold_to_BB.txt
│ │ │ │ ├── LHE-10max-USD-1.00-2.00-No_max_seats.txt
│ │ │ │ ├── LHE-USD-1.00-200508.BB.and.Button.same.player.txt
│ │ │ │ ├── LHE-USD-1.00-200508.BB.and.Button.same.player.txt.hp
│ │ │ │ ├── LO8-6max-USD-0.05-0.10-20090315.Hand-cancelled.txt
│ │ │ │ ├── NLH-PLO-6max-USD-0.10-0.20-201204.txt
│ │ │ │ ├── NLHE-2max-USD-0.25-0.50-201005.Hitnrun.txt
│ │ │ │ ├── NLHE-6max-EUR-0.05-0.10-200911.txt
│ │ │ │ ├── NLHE-6max-USD-0.01-0.02-201101.Export.from.PT.or.HEM.trailing.whitespace.txt
│ │ │ │ ├── NLHE-6max-USD-0.05-0.10-200911.txt
│ │ │ │ ├── NLHE-6max-USD-0.05-0.10-200912.Allin-pre.txt
│ │ │ │ ├── NLHE-6max-USD-0.05-0.10-200912.Allin-pre.txt.hp
│ │ │ │ ├── NLHE-6max-USD-0.05-0.10-200912.Stats-comparision.txt
│ │ │ │ ├── NLHE-6max-USD-2.00-4.00.PT2.export.txt
│ │ │ │ ├── NLHE-CAP-9max-USD-0.25-0.50-201011.Capped.preflop.txt
│ │ │ │ ├── NLHE-CAP-9max-USD-0.25-0.50-201011.Capped.preflop.txt.hp
│ │ │ │ ├── NLHE-FR-USD-0.01-0.02-201004.4betPF.txt
│ │ │ │ ├── NLHE-FR-USD-0.01-0.02-201004.4betPF.txt.hp
│ │ │ │ ├── NLHE-FR-USD-0.01-0.02-201005.microgrind.txt
│ │ │ │ ├── NLHE-FR-USD-0.01-0.02-201006.foldsoutofturn.txt
│ │ │ │ ├── NLHE-FR-USD-0.05-0.10-201004.allinWithAmtReturned.txt
│ │ │ │ ├── PLO-FR-USD-0.01-0.02-201006.sidepots.txt
│ │ │ │ ├── PLO8-6max-USD-0.01-0.02-200911.txt
│ │ │ │ ├── PLO8-9max-USD-0.01-0.02-20100829.No.VPIP.from.posted.bb.txt
│ │ │ │ └── PLO8-9max-USD-0.01-0.02-20100829.No.VPIP.from.posted.bb.txt.hp
│ │ │ └── Stud
│ │ │ │ ├── 7-Stud-USD-0.04-0.08-200907.Missing.Showdown.Card.txt
│ │ │ │ ├── 7-Stud-USD-0.04-0.08-200911.txt
│ │ │ │ ├── 7-StudHL-USD-0.04-0.08-200911.Cardtest.txt
│ │ │ │ ├── 7-StudHL-USD-0.04-0.08-200911.Cardtest.txt.hp
│ │ │ │ ├── 7-StudHL-USD-0.04-0.08-200911.txt
│ │ │ │ ├── HH20110417 Salm IX - $0.04-$0.08 Ante $0.01 - USD Limit Stud.txt
│ │ │ │ ├── HH20110417 Salm IX - $0.04-$0.08 Ante $0.01 - USD Limit Stud.txt.gt
│ │ │ │ └── Razz-USD-0.04-0.08-200911.txt
│ │ ├── TheBigGame
│ │ │ ├── TBG-grabber.py
│ │ │ ├── TheBigGame.S1E01.Wiggins.txt
│ │ │ ├── TheBigGame.S1E02.Davs.txt
│ │ │ ├── TheBigGame.S1E03.Magnus.txt
│ │ │ ├── TheBigGame.S1E04.txt
│ │ │ ├── TheBigGame.S1E05.Jensen.txt
│ │ │ ├── TheBigGame.S1E06.Capella.txt
│ │ │ ├── TheBigGame.S1E07.Harlow.txt
│ │ │ ├── TheBigGame.S1E08.Harlow.2.txt
│ │ │ ├── TheBigGame.S1E09.Houston.txt
│ │ │ ├── TheBigGame.S1E10.Fishman.txt
│ │ │ ├── TheBigGame.S1E11.Given.txt
│ │ │ └── TheBigGame.S1E12.Ferdinand.txt
│ │ ├── UltimateBet
│ │ │ └── Flop
│ │ │ │ ├── IHH20101106 Baseline Rd - Hold'em No Limit $0.02(Real Money) Table 25932774.txt
│ │ │ │ └── IHH20101106 Baseline Rd - Hold'em No Limit $0.02(Real Money) Table 25932774.txt.hp
│ │ ├── Winamax
│ │ │ └── Flop
│ │ │ │ ├── NLHE-5max-EUR-1-2-201201.Hero.Sitting.Out.txt
│ │ │ │ ├── NLHE-5max-EUR-1-2-201201.Hero.Sitting.Out.txt.gt
│ │ │ │ ├── NLHE-5max-EUR-1-2-201201.Hero.Sitting.Out.txt.hands
│ │ │ │ ├── NLHE-5max-EUR-1-2-201201.Hero.Sitting.Out.txt.hp
│ │ │ │ ├── NLHE-5max-play-0.10-0.20-201208.txt
│ │ │ │ ├── NLHE-FR-EUR-0.02-0.05-201010.Invalid.side.pot.Player8.txt
│ │ │ │ ├── NLHE-FR-EUR-0.02-0.05-201010.Invalid.side.pot.Player8.txt.hp
│ │ │ │ ├── NLHE-FR-EUR-0.02-0.05-201010.Real.side.pot.with.bad.collected.Biggest.stack.wins.txt
│ │ │ │ ├── NLHE-FR-EUR-0.02-0.05-201010.Real.side.pot.with.bad.collected.Biggest.stack.wins.txt.hp
│ │ │ │ ├── NLHE-FR-EUR-0.02-0.05-201010.Side.pot.Biggest.stack.loses.main.txt
│ │ │ │ ├── NLHE-FR-EUR-0.02-0.05-201010.Side.pot.Biggest.stack.loses.main.txt.hands
│ │ │ │ ├── NLHE-FR-EUR-0.02-0.05-201010.Side.pot.Biggest.stack.loses.main.txt.hp
│ │ │ │ ├── PLO-FR-EUR-0.02-0.05-201009.Real.side.pot.with.bad.collected.txt
│ │ │ │ ├── PLO-FR-EUR-0.02-0.05-201009.Real.side.pot.with.bad.collected.txt.hp
│ │ │ │ └── PLO-FR-EUR-0.02-0.05-201009.Sample
│ │ └── iPoker
│ │ │ ├── Flop
│ │ │ ├── LHE-10max-USD-0.10-0.20-201107.Sample.xml
│ │ │ ├── LHE-5-10-10-20-USD-201103.HEM.archive.txt
│ │ │ ├── LHE-HU-USD-20-40-201103.flat.format.txt
│ │ │ ├── LHE-USD-10-20-201204.new.date.format.txt
│ │ │ ├── LHE-USD-5-10-201204.post.both.txt
│ │ │ ├── NLHE-6max-USD-0.01-0.02-201111.Spanish.sample.xml
│ │ │ ├── NLHE-6max-USD-0.01-0.02-201111.Spanish.sample.xml.gt
│ │ │ ├── NLHE-6max-USD-0.01-0.02-201111.Spanish.sample.xml.hands
│ │ │ ├── NLHE-6max-USD-0.01-0.02-201111.Spanish.sample.xml.hp
│ │ │ ├── NLHE-EUR-0.25-0.50-201202.Russian.NL.txt
│ │ │ ├── NLHE-USD-0.02-0.04-201111.txt
│ │ │ ├── NLHE-USD-0.10-0.20.201112.post.both.txt
│ │ │ ├── PLO-EUR-0.10-0.20-201207.CNY.currency.txt
│ │ │ └── PLO-USD-0.01-0.02-201108.Sample.txt
│ │ │ └── Stud
│ │ │ ├── 5-StudL-USD-0.05-0.10-201111.Sample.with.showdown.xml
│ │ │ ├── 5-StudL-USD-0.05-0.10-201111.Sample.with.showdown.xml.gt
│ │ │ ├── 5-StudL-USD-0.05-0.10-201111.Sample.with.showdown.xml.hands
│ │ │ ├── 5-StudL-USD-0.05-0.10-201111.Sample.with.showdown.xml.hp
│ │ │ └── 7-StudHL-USD-0.05-0.10-201009.txt
│ ├── summaries
│ │ ├── FTP
│ │ │ ├── 27TD-USD-HUSnG-201101.Hero.wins.txt
│ │ │ ├── 3-Draw-Limit-USD-STT-2max-10-201211.Hero.loses.txt
│ │ │ ├── LHE-USD-SnG-9man-2-200910.Hero.lost.Sample.txt
│ │ │ ├── NLHE-EUR-MTT-1-201012.txt
│ │ │ ├── NLHE-USD-7Game-HUSnG-201005.Hero.loses.txt
│ │ │ ├── NLHE-USD-MTT-1-201012.No.rake.txt
│ │ │ ├── NLHE-USD-MTT-14-200912.Knockout.Bounty.txt
│ │ │ ├── NLHE-USD-Rush-MTT-1-201012.No.cash.txt
│ │ │ ├── NLHE-USD-SnG-6man-201007.Hero.wins.worded.date.format.txt
│ │ │ ├── NLHE-USD-SnG-6man-201101.Hero.cashes.txt
│ │ │ ├── NLHE-USD-SnG-9man-201101.Hero.cashes.txt
│ │ │ ├── PLO8-USD-SnG-9man-201012.Satellite.to.FTOPS.txt
│ │ │ └── Razz-USD-SnG-2man-201211.super.turbo.heads.up.txt
│ │ ├── PacificPoker
│ │ │ ├── NLHE-6max-SNG-0.10-201206.summary.txt
│ │ │ ├── NLHE-FREE-MTT-$75Freeroll20120217-Summary.txt
│ │ │ ├── NLHE-Freeroll-MTT-201205.russian.txt
│ │ │ ├── NLHE-MTT-EUR-0.01-201206.freeroll.buyin.summary.txt
│ │ │ ├── NLHE-PM-MTT-10-20120221-Summary.txt
│ │ │ ├── NLHE-USD-MTT-3-201111.real.money.txt
│ │ │ ├── NLHE-USD-MTT-3.15-201111.rebuys.addons.txt
│ │ │ ├── NLHE-USD-MTT-5-201111.cashed.txt
│ │ │ └── NLHE-USD-STT-20-201205.euro.style.txt
│ │ ├── PokerTracker
│ │ │ ├── NLHE-USD-0.50-STT-201203.Merge.txt
│ │ │ └── NLHE-USD-1-STT-Turbo-201204.Merge.still.playing.txt
│ │ ├── Stars
│ │ │ ├── NLHE-EUR-STT-0.42-201102.emailed.cp1252.txt
│ │ │ ├── NLHE-EUR-SnG-10-201101.Sample.txt
│ │ │ ├── NLHE-Play-STT-20110405.txt
│ │ │ ├── NLHE-USD-HUSnG-10-201011.s0rrow.wins.txt
│ │ │ ├── NLHE-USD-MTT-0.50-201107.Super.Satellite.txt
│ │ │ ├── NLHE-USD-MTT-20-200708.s0rrow.2nd.txt
│ │ │ ├── NLHE-USD-MTT-4max-2.00-201011.Stars.local.format.txt
│ │ │ ├── NLHE-USD-MTT-5-201111.no.prizepool.txt
│ │ │ ├── NLHE-USD-MTT-Freeroll.201203.accent.sensitive.player.names.txt
│ │ │ └── PHL-PLO-USD-MTT-2-201202.txt
│ │ └── Winamax
│ │ │ ├── 17045686.Freeroll.Ticket.with.no.specified.value.txt
│ │ │ ├── 20110305_Freeroll 150%80(5142226)_real_holdem_no-limit_summary.txt
│ │ │ ├── 20110305_Freeroll 150�(5142226)_real_holdem_no-limit_summary.txt
│ │ │ ├── NLHE-EUR-0.46-STT-201110.hero.cashed.txt
│ │ │ ├── NLHE-EUR-9.00-MTSNG-201105.rebuy.addons.txt
│ │ │ ├── NLHE-Freeroll-201206.new.info.txt
│ │ │ ├── NLHE-Freeroll-Ticket-STT-201208.txt
│ │ │ └── PLO-EUR-4.50-MTSNG-201111.rebuy.addons.txt
│ ├── tour
│ │ ├── Absolute
│ │ │ └── Flop
│ │ │ │ └── IHH20110116 $1K Special Sunday FR 3 Tourney ID 5945889 No Limit Hold'em Freeroll(Real Money).txt
│ │ ├── BetOnline
│ │ │ └── Flop
│ │ │ │ └── NLHE-10max-USD-MTT-2011-08.nobuyinfee.txt
│ │ ├── Boss
│ │ │ └── Flop
│ │ │ │ ├── NLHE-CAD-MTT-201101.txt
│ │ │ │ ├── NLHE-EUR-MTT-201202.new.street.tags.txt
│ │ │ │ └── NLHE-SEK-25-STT-201205.sitting-out.dealt.in.txt
│ │ ├── Cake
│ │ │ └── Flop
│ │ │ │ ├── NLHE-10max-15-USD-201204.new.format.txt
│ │ │ │ ├── NLHE-10max-40-USD-201201.ticketcash.txt
│ │ │ │ ├── NLHE-10max-9-USD-201202.new.format.txt
│ │ │ │ ├── NLHE-10max-USD-MTT-0.05-201206.minus.sign.b4.rake.txt
│ │ │ │ ├── NLHE-6max-15-USD-201111.new.format.txt
│ │ │ │ ├── NLHE-9max-USD-MTT-201206.bounty.txt
│ │ │ │ ├── NLHE-9max-USD-MTT-5-201206.underscore.substitution.txt
│ │ │ │ ├── NLHE-FREE-MTT-201205.txt
│ │ │ │ ├── NLHE-HU-15-USD-201201.new.format.txt
│ │ │ │ ├── NLHE-USD-1-STT-201103.max.seats.txt
│ │ │ │ ├── NLHE-USD-2-STT-201205.thousand.delimiter.txt
│ │ │ │ └── NLHE-USD-5.50-Coinflip-201207.txt
│ │ ├── Entraction
│ │ │ └── Flop
│ │ │ │ ├── NLHE-EUR-MTT-201206.ante.txt
│ │ │ │ └── NLHE-EUR-STT-10-201206.txt
│ │ ├── Everest
│ │ │ ├── LHE-play-STT-201110.new.level.txt
│ │ │ ├── LHE-play-STT-201111.allin.blind.txt
│ │ │ └── NLHE-EUR-MTT-201207.space.delimiter.txt
│ │ ├── Everleaf
│ │ │ ├── README
│ │ │ ├── TID_1337923-1.txt
│ │ │ ├── TID_1625641-1.txt
│ │ │ ├── TID_1627660-1.txt
│ │ │ └── TID_876731-3.txt
│ │ ├── FTP
│ │ │ ├── Draw
│ │ │ │ └── 3-Draw-Limit-USD-STT-2max-10-201211.txt
│ │ │ ├── Flop
│ │ │ │ ├── NLHE-USD-MTT-KO.201104.K.as.thousand.txt
│ │ │ │ └── NLHE-USD-STT-2-20100323.Allin.with.less.than.sb.txt
│ │ │ ├── Stud
│ │ │ │ ├── Razz-USD-HUSNG-2-201102.Villain.allin.on.bringing.txt
│ │ │ │ ├── Razz-USD-HUSNG-2-201102.Villain.allin.on.bringing.txt.gt
│ │ │ │ ├── Razz-USD-HUSNG-2-201102.Villain.allin.on.bringing.txt.hands
│ │ │ │ └── Razz-USD-HUSNG-2-201102.Villain.allin.on.bringing.txt.hp
│ │ │ └── Summary
│ │ │ │ └── Freeroll-Satellite-MultipleWinners-20100830.txt
│ │ ├── Merge
│ │ │ ├── Flop
│ │ │ │ ├── NLHE-Freeroll-MTT-201108.allin.raiseTo.fix.txt
│ │ │ │ ├── NLHE-HU-USD-5.75-STT-201208.new.header.format.txt
│ │ │ │ ├── NLHE-USD-Freeroll-201201.Sample.txt
│ │ │ │ ├── NLHE-USD-STT-201202.exported.txt
│ │ │ │ ├── NLHE-USD-STT.201112.allin.blind.txt
│ │ │ │ ├── NLHE-USD-Unk-201105.Dead.small.blind.txt
│ │ │ │ ├── NLHE-USD-Unk-201105.Player.Big.blind.all.in.txt
│ │ │ │ ├── PLO-USD-HUSNG-0.10-0.20-20110428.txt
│ │ │ │ ├── PLO8-USD-SNG-2-2012.Sample.xml
│ │ │ │ ├── PLO8-USD-SNG-2-2012.Sample.xml.gt
│ │ │ │ ├── PLO8-USD-SNG-2-2012.Sample.xml.hands
│ │ │ │ └── PLO8-USD-SNG-2-2012.Sample.xml.hp
│ │ │ └── Mixed
│ │ │ │ └── HORSE-Tournament-Freeroll.201107.xml
│ │ ├── Microgaming
│ │ │ └── Flop
│ │ │ │ └── NLHE-Freeroll-MTT-201112.txt
│ │ ├── OnGame
│ │ │ ├── R-169-510.txt
│ │ │ ├── R-271-14.txt
│ │ │ ├── R-274-110.txt
│ │ │ ├── R-274-69.txt
│ │ │ ├── R-274-73.txt
│ │ │ ├── R-279-4.txt
│ │ │ ├── S-755-6811.log
│ │ │ └── S-929-1303.log
│ │ ├── PKR
│ │ │ └── Flop
│ │ │ │ ├── NLHE-USD-MTT-201201.bounties.txt
│ │ │ │ ├── NLHE-USD-MTT-201205.txt
│ │ │ │ ├── NLHE-USD-STT-201205.txt
│ │ │ │ └── PLO8-USD-MTT-201205.txt
│ │ ├── PacificPoker
│ │ │ └── Flop
│ │ │ │ ├── NLHE-6max-SNG-0.10-201206.hands.txt
│ │ │ │ ├── NLHE-FREE-MTT-$75Freeroll20120217.txt
│ │ │ │ ├── NLHE-MTT-EUR-0.01-201206.freeroll.buyin.hands.txt
│ │ │ │ ├── NLHE-PM-MTT-10-20120221.txt
│ │ │ │ ├── NLHE-USD-HUSNG-0.25-201201.Sample.txt
│ │ │ │ ├── NLHE-USD-MTT-0.90-201205.multiway.allin.blind.txt
│ │ │ │ ├── NLHE-USD-MTT-0.90-201205.uncalledbets.correct.txt
│ │ │ │ ├── NLHE-USD-MTT-0.90-201205.uncalledbets.false.positive.txt
│ │ │ │ ├── NLHE-USD-MTT-0.90-201205.walk.txt
│ │ │ │ └── NLHE-USD-MTT-3.15-201205.call.allin.blind.txt
│ │ ├── PartyPoker
│ │ │ ├── Flop
│ │ │ │ ├── LHE-Freeroll-MTT-201207.txt
│ │ │ │ ├── NLHE-25-USD-Freeroll-MTT-201205.player.moved.txt
│ │ │ │ ├── NLHE-Freeroll-MTT-201008.Sample.hand.txt
│ │ │ │ ├── NLHE-USD-MTT-215-201110.level.change.txt
│ │ │ │ ├── NLHE-USD-STT-10-201104.new.hand.delimiter.txt
│ │ │ │ ├── NLHE-USD-STT-unknownBuyIn-20100713.emailedHistory.txt
│ │ │ │ ├── NLHE-USD-STT.201203.heads.up.txt
│ │ │ │ └── PLO-USD-STT-1.00.201008.Sample.txt
│ │ │ └── Stud
│ │ │ │ └── 7-Stud-USD-MTT-6.00-201205.txt
│ │ ├── PokerTracker
│ │ │ └── Flop
│ │ │ │ ├── LHE-EUR-SNG-201111.Everest.txt
│ │ │ │ ├── NLHE-USD-SNG-2-201106.iPoker.txt
│ │ │ │ ├── NLHE-USD-SNG-2-201111.Merge.txt
│ │ │ │ └── PLO-USD-5-201202.Merge.all.in.blind.txt
│ │ ├── Stars
│ │ │ ├── Draw
│ │ │ │ ├── LBad-USD-MTT8-201011.txt
│ │ │ │ └── LBad-USD-SNG8-201011.txt
│ │ │ └── Flop
│ │ │ │ ├── LHE-FR-FPP-20100710.txt
│ │ │ │ ├── LHE-USD-MTT-2-201007.Mixed.Holdem.txt
│ │ │ │ ├── LHE-USD-STT-5-20100607.allInPreflop.txt
│ │ │ │ ├── NLHE-FPP-MTT-1r-201005.AllinLotsRebuy.txt
│ │ │ │ ├── NLHE-GBP-MTT-201107-£5 + £0.50.txt
│ │ │ │ ├── NLHE-Play-STT-20110405.txt
│ │ │ │ ├── NLHE-USD-HUSNG-20-201003.Hero.Wins.txt
│ │ │ │ ├── NLHE-USD-MTT-1-KO.201008.txt
│ │ │ │ ├── NLHE-USD-MTT-2-201007.Mixed.Holdem.txt
│ │ │ │ ├── NLHE-USD-MTT-5r-200710.txt
│ │ │ │ ├── NLHE-USD-STT-1-201004.8betPF.txt
│ │ │ │ ├── NLHE-USD-STT-20-201006.DONturbo.txt
│ │ │ │ ├── NLHE-USD-STT-201109.ShowsOneCard.txt
│ │ │ │ ├── NLHE-play-STT-2000.201202.allin.blind.txt
│ │ │ │ ├── NLO8-USD-STT-201109.Knockout.sample.txt
│ │ │ │ ├── PLNL-USD-STT-200-201209.txt
│ │ │ │ ├── PLO-USD-MTT-3-201201.Sample.txt
│ │ │ │ ├── PLO-USD-MTT-3-201201.Sample.txt.gt
│ │ │ │ └── PLO-USD-MTT-3-201201.Sample.txt.hands
│ │ ├── Winamax
│ │ │ └── Flop
│ │ │ │ ├── 20110305_Freeroll 150%80(5142226)_real_holdem_no-limit.txt
│ │ │ │ ├── 20110305_Freeroll 150�(5142226)_real_holdem_no-limit.txt
│ │ │ │ ├── NLHE-10max-EUR-0.93-STT-201207.all.in.blind.txt
│ │ │ │ ├── NLHE-10max-FREE-201207.Ticket.only.txt
│ │ │ │ ├── NLHE-EUR-0.92-STT-201207.no.cur.txt
│ │ │ │ ├── NLHE-EUR-STT-FullHist.txt
│ │ │ │ ├── NLHE-Free-MTT-201103.Full.History.txt
│ │ │ │ ├── NLHE-Free-MTT-201206-Ticket.only.sample.txt
│ │ │ │ ├── NLHE-Free-MTT-201206-Ticket.only.sample.txt.gt
│ │ │ │ ├── NLHE-Free-MTT-201206-Ticket.only.sample.txt.hands
│ │ │ │ └── NLHE-Free-MTT-201206-Ticket.only.sample.txt.hp
│ │ └── iPoker
│ │ │ ├── Flop
│ │ │ ├── NLHE-EUR-SNG-0.50.iPoker.it.txt
│ │ │ ├── NLHE-USD-MTT-5r-201112.Sample.xml
│ │ │ └── NLHE-USD-MTT-Freeroll-201107.txt
│ │ │ └── Stud
│ │ │ └── 7-StudHi-USD-STT-5-201103.txt
│ └── unsupported-sites
│ │ ├── entraction
│ │ ├── HandHistoryIndex.txt
│ │ ├── Table_35124993.txt
│ │ ├── Table_35125878.txt
│ │ ├── Table_35129644.txt
│ │ ├── Table_35131702.txt
│ │ ├── Table_35132513.txt
│ │ ├── Table_35134072.txt
│ │ └── Table_35135862.txt
│ │ └── microgaming
│ │ └── GameHistory.dat
├── test-old-config-files
│ ├── HUD_config.xml.0.20
│ ├── HUD_config.xml.0.22
│ ├── HUD_config.xml.0.24
│ ├── HUD_config.xml.0.25
│ ├── HUD_config.xml.0.26
│ └── test-old-configs.sh
├── test_Database.py
├── test_Everleaf.py
├── test_FullTilt.py
├── test_PokerStars.py
├── upd_indexes.sql
├── windows_make_bats.py
└── xlib_tester.py
├── readme.txt
├── run_fpdb.py
├── setup.py
└── utils
├── create-release.sh
├── fix_table_desc.py
└── pypokertest.py
/.gitattributes:
--------------------------------------------------------------------------------
1 | pyfpdb/HUD_config.xml.example -crlf
2 |
3 |
--------------------------------------------------------------------------------
/Makefile:
--------------------------------------------------------------------------------
1 | #Copyright 2009-2011 Carl Gherardi
2 | #This program is free software: you can redistribute it and/or modify
3 | #it under the terms of the GNU Affero General Public License as published by
4 | #the Free Software Foundation, version 3 of the License.
5 | #
6 | #This program is distributed in the hope that it will be useful,
7 | #but WITHOUT ANY WARRANTY; without even the implied warranty of
8 | #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9 | #GNU General Public License for more details.
10 | #
11 | #You should have received a copy of the GNU Affero General Public License
12 | #along with this program. If not, see .
13 | #In the "official" distribution you can find the license in agpl-3.0.txt.
14 |
15 | # Variable definitions
16 | VERSION = 0.30
17 | DATE = $(shell date +%Y%m%d)
18 |
19 | all:
20 | @echo "Usage:"
21 | @echo " make snapshot - Tags the repository with $(VERSION)-$(DATE) and creates a tarball from that"
22 |
23 | snapshot:
24 | git tag $(VERSION)-$(DATE)
25 | git archive --prefix=fpdb-$(VERSION)-$(DATE)/ $(VERSION)-$(DATE) | gzip -9 > ../fpdb-$(VERSION)-$(DATE).tar.gz
26 |
27 | release:
28 | git tag $(VERSION)
29 | git archive --prefix=fpdb-$(VERSION)/ $(VERSION) | gzip -9 > ../fpdb-$(VERSION).tar.gz
30 |
--------------------------------------------------------------------------------
/files/fpdb.desktop:
--------------------------------------------------------------------------------
1 | [Desktop Entry]
2 | Name=Free Poker Database
3 | Comment=Online Poker Tracker + HUD
4 | Exec=/usr/bin/fpdb
5 | Icon=fpdb-icon.png
6 | Terminal=true
7 | Type=Application
8 | Categories=Utility;GTK;Application
9 |
10 |
--------------------------------------------------------------------------------
/gfx/Table.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/gfx/Table.png
--------------------------------------------------------------------------------
/gfx/fpdb-cards.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/gfx/fpdb-cards.png
--------------------------------------------------------------------------------
/gfx/fpdb-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/gfx/fpdb-icon.png
--------------------------------------------------------------------------------
/gfx/fpdb-icon2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/gfx/fpdb-icon2.png
--------------------------------------------------------------------------------
/gfx/fpdb_large_icon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/gfx/fpdb_large_icon.ico
--------------------------------------------------------------------------------
/gfx/magnified_cards.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/gfx/magnified_cards.png
--------------------------------------------------------------------------------
/gfx/playerbackdrop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/gfx/playerbackdrop.png
--------------------------------------------------------------------------------
/mit.txt:
--------------------------------------------------------------------------------
1 | This license applies to the pytz files distributed with fpdb's Windows installer
2 |
3 | Copyright (c) Stuart Bishop
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining
6 | a copy of this software and associated documentation files (the
7 | "Software"), to deal in the Software without restriction, including
8 | without limitation the rights to use, copy, modify, merge, publish,
9 | distribute, sublicense, and/or sell copies of the Software, and to
10 | permit persons to whom the Software is furnished to do so, subject to
11 | the following conditions:
12 |
13 | The above copyright notice and this permission notice shall be
14 | included in all copies or substantial portions of the Software.
15 |
16 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19 | IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
20 | CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
21 | TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
22 | SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23 |
--------------------------------------------------------------------------------
/packaging/debian/compat:
--------------------------------------------------------------------------------
1 | 7
2 |
--------------------------------------------------------------------------------
/packaging/debian/control:
--------------------------------------------------------------------------------
1 | Source: free-poker-tools
2 | Maintainer: Mika Bostrom
3 | Section: games
4 | Priority: extra
5 | Build-Depends: debhelper, python-support
6 | Standards-Version: 3.8.0
7 |
8 | Package: python-fpdb
9 | Architecture: all
10 | Section: games
11 | Priority: extra
12 | Depends: ${python:Depends}, python-gtk2, python-matplotlib,
13 | python-support, python-wnck, python-libxml2,
14 | python-pysqlite2
15 | Suggests: wine, postgresql | mysql-server, python-psycopg2 | python-mysqldb
16 | Description: free poker database with HUD
17 | FPDB is a statistics tool for online poker. It supports most sites
18 | and several games. Most prominent feature is its heads-up display
19 | (HUD) which shows statistical details for players in real time.
20 | .
21 | Due to the fact that most online poker clients are Windows-only,
22 | you may need to install wine.
23 | .
24 | FPDB is under heavy development.
25 |
--------------------------------------------------------------------------------
/packaging/debian/copyright:
--------------------------------------------------------------------------------
1 | This package was debianised by Mika Bostrom
2 |
3 | Upstream authors: ...
4 |
5 | License: AGPL3; partially GPL2 or higher
6 |
7 | Copyright (C) 2008-2011 The FPDB developers
8 |
--------------------------------------------------------------------------------
/packaging/debian/links:
--------------------------------------------------------------------------------
1 | /usr/share/pyshared/fpdb/fpdb.pyw /usr/bin/fpdb
2 |
--------------------------------------------------------------------------------
/packaging/debian/python-fpdb.postinst:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 |
3 | # When installed into .../fpdb/ the script gets mode 644
4 | # Note: "dh_fixperms -Xfpdb.py" did not work, hence this hack
5 | chmod 755 /usr/bin/fpdb
6 | chmod 755 /usr/share/pyshared/fpdb/HUD_main.pyw
7 |
--------------------------------------------------------------------------------
/packaging/debian/pyversions:
--------------------------------------------------------------------------------
1 | 2.4-
2 |
--------------------------------------------------------------------------------
/packaging/debian/rules:
--------------------------------------------------------------------------------
1 | #!/usr/bin/make -f
2 | # -*- makefile -*-
3 |
4 | PACKAGE := python-fpdb
5 |
6 | build: build-stamp
7 | build-stamp:
8 | dh_testdir
9 | python setup.py build
10 | touch $@
11 |
12 | clean:
13 | dh_testdir
14 | dh_testroot
15 | python setup.py clean
16 | rm -rf build
17 | dh_clean build-stamp
18 |
19 | install: build
20 | dh_testdir
21 | dh_testroot
22 | dh_prep || dh_clean -k
23 | dh_installdirs
24 | #
25 | python setup.py install --root=debian/$(PACKAGE) --prefix=/usr --no-compile
26 | # Copy *.pyw manually in packaging tree
27 | cp pyfpdb/*.pyw debian/$(PACKAGE)/usr/lib/python2.7/site-packages/fpdb/
28 | # Remove scripts that are only useful in win32
29 | rm debian/$(PACKAGE)/usr/lib/python2.7/site-packages/fpdb/windows_make_bats.py
30 |
31 |
32 | binary-indep: build install
33 | dh_testdir
34 | dh_testroot
35 | dh_installchangelogs
36 | dh_installdocs
37 | dh_link
38 | dh_compress
39 | dh_fixperms
40 | dh_pysupport
41 | dh_installdeb
42 | dh_gencontrol
43 | dh_md5sums
44 | dh_builddeb
45 |
46 | binary-arch: build install
47 |
48 | binary: binary-indep binary-arch
49 | .PHONY: build clean binary-indep binary-arch binary install
50 |
51 |
--------------------------------------------------------------------------------
/packaging/gentoo/ChangeLog:
--------------------------------------------------------------------------------
1 | # Copyright 1999-2011 Gentoo Foundation
2 | # Distributed under the terms of the GNU General Public License v2
3 | # created by Steffen Schaumburg, steffen@schaumburger.info
4 |
5 | 29 Aug 2010; Erki Ferenc
6 | fpdb-0.20.906.ebuild, fpdb-9999.ebuild:
7 | improve l10n handling
8 |
9 | 29 Aug 2010; Steffen Schaumburg
10 | fpdb-0.20.1.ebuild, fpdb-0.20.906.ebuild, fpdb-9999.ebuild:
11 | change required python version to 2.6
12 |
13 | *fpdb-0.20.906 (29 Aug 2010)
14 | 29 Aug 2010; Steffen Schaumburg
15 | +fpdb-0.20.906.ebuild -fpdb-0.20.904.ebuild:
16 | Bump version
17 |
18 | *fpdb-0.20.1 fpdb-0.20.904 fpdb-9999 (17 Aug 2010)
19 |
20 | 17 Aug 2010; Steffen Schaumburg
21 | +fpdb-0.20.1.ebuild, +fpdb-0.20.904.ebuild, +fpdb-9999.ebuild, +metadata.xml:
22 | Initial changelog for repoman.
23 |
24 |
--------------------------------------------------------------------------------
/packaging/gentoo/Manifest:
--------------------------------------------------------------------------------
1 | DIST fpdb-0.20.1.tar.bz2 662807 RMD160 b5f22a684c605ddbba7d2154005a822b02a19490 SHA1 e4cc40de5849d3ae33a680d917b340ab37c6448b SHA256 46eff0625f300c070ce88c519ae6019f6e1c98a7725733c5e16b50a058247fe3
2 | DIST fpdb-0.20.906.tar.bz2 702558 RMD160 bc5d01ef4899502aea33f286ac4274ef7ef498ef SHA1 9791680d53de1b276dc0297ac43a0e11758d3e19 SHA256 9ae706d5e9c2a2ee031d2b222ba46e088993cc892fc08b5276bbfd5e44a0436b
3 | EBUILD fpdb-0.20.1.ebuild 1508 RMD160 7585cd1de73172649e182782d427a476afed4036 SHA1 3c92d6dbb868b8b4c26b75539771641087742761 SHA256 9a7d302016e4c4d6cc18af14514bd5112d18aeb7dc6390a3413e3e4cc71da6bd
4 | EBUILD fpdb-0.20.906.ebuild 1643 RMD160 ed44ee49d715458b54edbbe054eb5c9775c6ac7a SHA1 ebd8ea291ace0671d4eb264754dfb0616373a51a SHA256 a9bdad768a0ab5ef065f3e6e2e1bd89dded6e0d3b64c4771944c4aae7d163efd
5 | EBUILD fpdb-9999.ebuild 1685 RMD160 f06457ead33dca99c0acf830f26bbf2f8ca12cd1 SHA1 70444fa4a88439955472407ec0b072970993631a SHA256 2df59120b376bb4e5966f8a719bc881c756b3210b7a30d394ee1753efbfd706e
6 | MISC ChangeLog 831 RMD160 efd32886d09b0750e680716030c0034c3a280a25 SHA1 82f3eda3cd83cbba3e45d4b75593e74f3dd4f568 SHA256 d74efef05cf51ef3840ef043218c8a30c1bcccfa9d9d2e4ca1b7198ed1c91f29
7 | MISC metadata.xml 550 RMD160 a6fa8799f644c0882f832a12cc9e6a0f4f09ae7f SHA1 3a40c442cadb1f532e0299040c2da79e9721dd4f SHA256 b5a1c538de3786446a87479b1023cdb4f084085feb7290959619739969ce7d3b
8 |
--------------------------------------------------------------------------------
/packaging/gentoo/dev-readme.txt:
--------------------------------------------------------------------------------
1 | Repoman currently gives the following errors for our ebuilds:
2 | ebuild.allmasked: This error can be ignored, as all our packages are supposed to be masked
3 |
4 | Useful Links:
5 | http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq
6 | http://www.linuxhowtos.org/manpages/1/repoman.htm
7 | http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml The gentoo devrel handbook. Of particular relevance is the "Guides" section.
--------------------------------------------------------------------------------
/packaging/gentoo/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | FPDB (Free Poker Database) is a free/open source suite of steadily growing tools to track and analyse your poker game. FPDB is able to import the hand histories that poker sites write to your computer, store additional data from each hand in a database for use in later analysis.
6 |
7 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/packaging/gentoo/readme.txt:
--------------------------------------------------------------------------------
1 | If you want to run a stable version please use current_stable.ebuild
2 | If you want to run a testing version please use current_testing.ebuild
3 |
4 | To use the ebuild please simply copy it into your local portage tree and rename it to fpdb-version.ebuild, for example fpdb-0.20.1.ebuild or fpdb-0.20.902.ebuild.
5 | Here's a little howto on how to utilise 3rd party ebuilds such as this one: http://www.gentoo-wiki.info/HOWTO_Installing_3rd_Party_Ebuilds
6 |
--------------------------------------------------------------------------------
/pyfpdb/GuiPlayerStats.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python
2 | # -*- coding: utf-8 -*-
3 |
4 | #Copyright 2010-2011 Steffen Schaumburg
5 | #This program is free software: you can redistribute it and/or modify
6 | #it under the terms of the GNU Affero General Public License as published by
7 | #the Free Software Foundation, version 3 of the License.
8 | #
9 | #This program is distributed in the hope that it will be useful,
10 | #but WITHOUT ANY WARRANTY; without even the implied warranty of
11 | #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 | #GNU General Public License for more details.
13 | #
14 | #You should have received a copy of the GNU Affero General Public License
15 | #along with this program. If not, see .
16 | #In the "official" distribution you can find the license in agpl-3.0.txt.
17 |
18 | import threading
19 |
20 | class GuiPlayerStats(threading.Thread):
21 | pass
22 | #end class GuiPlayerStats
23 |
--------------------------------------------------------------------------------
/pyfpdb/P5sResultsParser.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | import urllib2, re
3 | import pprint
4 | from BeautifulSoup import BeautifulSoup
5 |
6 |
7 | playername = ''
8 |
9 | if playername == '':
10 | print _("You need to manually enter the playername")
11 | exit(0)
12 |
13 | page = urllib2.urlopen("http://www.pocketfives.com/poker-scores/%s/" %playername)
14 | soup = BeautifulSoup(page)
15 |
16 | results = []
17 |
18 | for table in soup.findAll('table'):
19 | # print "Found %s" % table
20 | for row in table.findAll('tr'):
21 | tmp = []
22 | for col in row.findAll('td'):
23 | tmp = tmp + [col.string]
24 | #print col.string
25 | if len(tmp) > 3 and tmp[2] <> None:
26 | results = results + [tmp]
27 |
28 | cols = ['TOURNAMENT', 'SITE', 'DATE', 'PRIZEPOOL', 'BUY-IN', 'PLACE', 'WON']
29 |
30 | pp = pprint.PrettyPrinter(indent=4)
31 |
32 | for result in results:
33 | print "Site: %s Date: %s\tPrizepool: %s\tBuyin: %s\tPosition: %s\tWon: %s" %(result[2], result[3], result[4], result[5], result[6], result[7])
34 |
35 |
--------------------------------------------------------------------------------
/pyfpdb/Stove.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/Stove.py
--------------------------------------------------------------------------------
/pyfpdb/TestDetectInstalledSites.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python
2 | # -*- coding: utf-8 -*-
3 |
4 | from DetectInstalledSites import *
5 | print "Following sites detected:"
6 | print "------------------------------------"
7 |
8 | #single site example
9 | foo = DetectInstalledSites("PokerStars")
10 | if foo.detected:
11 | print foo.sitename
12 | print foo.hhpath
13 | print foo.heroname
14 |
15 | print "------------------------------------"
16 |
17 | #all sites example
18 | foo = DetectInstalledSites()
19 | for sitename in foo.sitestatusdict:
20 | if foo.sitestatusdict[sitename]['detected']:
21 | print "sitename:"+ sitename
22 | print "hhpath:"+foo.sitestatusdict[sitename]['hhpath']
23 | print "heroname:"+foo.sitestatusdict[sitename]['heroname']
24 | print "------------------------------------"
25 |
26 |
27 | #print foo.supportedSites
28 | #print foo.supportedPlatforms
29 | #print foo.userPlatform
30 |
--------------------------------------------------------------------------------
/pyfpdb/decimal_wrapper.py:
--------------------------------------------------------------------------------
1 | try:
2 | from cdecimal import *
3 | except ImportError:
4 | from decimal import *
5 |
--------------------------------------------------------------------------------
/pyfpdb/locale/ca/LC_MESSAGES/fpdb.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/locale/ca/LC_MESSAGES/fpdb.mo
--------------------------------------------------------------------------------
/pyfpdb/locale/de/LC_MESSAGES/fpdb.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/locale/de/LC_MESSAGES/fpdb.mo
--------------------------------------------------------------------------------
/pyfpdb/locale/es/LC_MESSAGES/fpdb.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/locale/es/LC_MESSAGES/fpdb.mo
--------------------------------------------------------------------------------
/pyfpdb/locale/fr/LC_MESSAGES/fpdb.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/locale/fr/LC_MESSAGES/fpdb.mo
--------------------------------------------------------------------------------
/pyfpdb/locale/hu/LC_MESSAGES/fpdb.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/locale/hu/LC_MESSAGES/fpdb.mo
--------------------------------------------------------------------------------
/pyfpdb/locale/it/LC_MESSAGES/fpdb.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/locale/it/LC_MESSAGES/fpdb.mo
--------------------------------------------------------------------------------
/pyfpdb/locale/lt/LC_MESSAGES/fpdb.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/locale/lt/LC_MESSAGES/fpdb.mo
--------------------------------------------------------------------------------
/pyfpdb/locale/nl/LC_MESSAGES/fpdb.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/locale/nl/LC_MESSAGES/fpdb.mo
--------------------------------------------------------------------------------
/pyfpdb/locale/pl/LC_MESSAGES/fpdb.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/locale/pl/LC_MESSAGES/fpdb.mo
--------------------------------------------------------------------------------
/pyfpdb/locale/pt/LC_MESSAGES/fpdb.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/locale/pt/LC_MESSAGES/fpdb.mo
--------------------------------------------------------------------------------
/pyfpdb/locale/ro/LC_MESSAGES/fpdb.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/locale/ro/LC_MESSAGES/fpdb.mo
--------------------------------------------------------------------------------
/pyfpdb/locale/ru/LC_MESSAGES/fpdb.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/locale/ru/LC_MESSAGES/fpdb.mo
--------------------------------------------------------------------------------
/pyfpdb/locale/test-all-langs.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 | LC_ALL="ca_ES.UTF-8" ../../run_fpdb.py
3 | LC_ALL="de_DE.UTF-8" ../../run_fpdb.py
4 | LC_ALL="es_ES.UTF-8" ../../run_fpdb.py
5 | LC_ALL="fr_FR.UTF-8" ../../run_fpdb.py
6 | LC_ALL="hu_HU.UTF-8" ../../run_fpdb.py
7 | LC_ALL="it_IT.UTF-8" ../../run_fpdb.py
8 | LC_ALL="lt_LT.UTF-8" ../../run_fpdb.py
9 | LC_ALL="nl_NL.UTF-8" ../../run_fpdb.py
10 | LC_ALL="pl_PL.UTF-8" ../../run_fpdb.py
11 | LC_ALL="pt_BR.UTF-8" ../../run_fpdb.py
12 | LC_ALL="ro_RO.UTF-8" ../../run_fpdb.py
13 | LC_ALL="ru_RU.UTF-8" ../../run_fpdb.py
14 | LC_ALL="zh_CN.UTF-8" ../../run_fpdb.py
15 |
--------------------------------------------------------------------------------
/pyfpdb/locale/zh/LC_MESSAGES/fpdb.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/locale/zh/LC_MESSAGES/fpdb.mo
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Absolute/Flop/IHH20101209 Photo Ave - Hold'em No Limit $4 (Real Money) Table 26793209.txt:
--------------------------------------------------------------------------------
1 | Stage #C284520999: Holdem No Limit $4 - 2010-12-09 22:49:17 (ET)
2 | Table: Photo Ave (Real Money) Seat #1 is the dealer
3 | Seat 1 - PLAYER1 ($404 in chips)
4 | Seat 2 - HERO ($392 in chips)
5 | Seat 3 - PLAYER2 ($400 in chips)
6 | Seat 5 - PLAYER3 ($454.50 in chips)
7 | Seat 6 - PLAYER4 ($404 in chips)
8 | HERO - Posts small blind $2
9 | PLAYER2 - Posts big blind $4
10 | *** POCKET CARDS ***
11 | Dealt to HERO [5s 7c]
12 | PLAYER3 - Folds
13 | PLAYER4 - Folds
14 | PLAYER1 - Folds
15 | HERO - Folds
16 | *** SHOW DOWN ***
17 | PLAYER2 - Does not show
18 | PLAYER2 Collects $6 from main pot
19 | *** SUMMARY ***
20 | Total Pot($6)
21 | Seat 1: PLAYER1 (dealer) Folded on the POCKET CARDS
22 | Seat 2: HERO (small blind) Folded on the POCKET CARDS
23 | Seat 3: PLAYER2 (big blind) collected Total ($6)
24 | Seat 5: PLAYER3 Folded on the POCKET CARDS
25 | Seat 6: PLAYER4 Folded on the POCKET CARDS
26 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/BetOnline/Flop/NLHE-10max-USD-0.25-0.50-201206.PayNoRake.txt:
--------------------------------------------------------------------------------
1 | PayNoRake Game #1027919331: Hold'em No Limit ($0.25/0.50) - 2012/06/07 08:58 GMT Standard Time
2 | Table 'Aeon Flux' 10-Max, Seat #3 is the button
3 | Seat 9: Player0 (52.58 in chips) - Sitting out
4 | Seat 3: Player1 (10.00 in chips) - The button
5 | Seat 7: Hero (25.00 in chips) - Sitting out
6 | Player1: posts small blind 0.25
7 | Hero: posts big blind 0.50
8 | *** HOLE CARDS ***
9 | Dealt to Hero [7s 9h]
10 | Player1: calls 0.25
11 | Hero: checks
12 | *** FLOP *** [2c 5c 6d]
13 | Hero: checks
14 | Player1: checks
15 | *** TURN *** [2c 5c 6d][6h]
16 | Hero: checks
17 | Player1: checks
18 | *** RIVER *** [2c 5c 6d 6h][As]
19 | Hero: checks
20 | Player1: checks
21 | *** SHOW DOWN ***
22 | Hero shows 7s 9h
23 | Player1 shows 7h Jh
24 | *** SUMMARY ***
25 | Total pot 0.95 | Rake 0.05
26 | Board [2c 5c 6d 6h As]
27 | Seat 3: Player1 showed [7h Jh] and won (0.95)
28 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Boss/Flop/NLHE-GBP-0.05-0.10-Date-unknown.Sample.txt.gt:
--------------------------------------------------------------------------------
1 | (4, u'GBP', 'ring', 'hold', 'holdem', 'nl', 'h', 'none', 5, 10, 10, 20, 10, 0)
2 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Boss/Flop/NLHE-GBP-0.05-0.10-Date-unknown.Sample.txt.hands:
--------------------------------------------------------------------------------
1 | { 'boardcard1': 27,
2 | 'boardcard2': 26,
3 | 'boardcard3': 32,
4 | 'boardcard4': 19,
5 | 'boardcard5': 21,
6 | 'boards': [],
7 | 'fileId': 1,
8 | 'gameId': None,
9 | 'gametypeId': 1,
10 | 'gsc': { 'bk': []},
11 | 'id': 1,
12 | 'importTime': None,
13 | 'playersAtShowdown': 2,
14 | 'playersAtStreet1': 4,
15 | 'playersAtStreet2': 2,
16 | 'playersAtStreet3': 2,
17 | 'playersAtStreet4': 0,
18 | 'playersVpi': 4,
19 | 'runItTwice': False,
20 | 'sc': { 'bk': []},
21 | 'seats': 5,
22 | 'sessionId': None,
23 | 'showdownPot': 0,
24 | 'siteHandNo': u'2285641120',
25 | 'startTime': datetime.datetime(2010, 8, 6, 21, 39, 34),
26 | 'street0Raises': 1,
27 | 'street1Pot': 1425,
28 | 'street1Raises': 1,
29 | 'street2Pot': 1425,
30 | 'street2Raises': 0,
31 | 'street3Pot': 1425,
32 | 'street3Raises': 0,
33 | 'street4Pot': 0,
34 | 'street4Raises': 0,
35 | 'tableName': u'Table TH 3185',
36 | 'texture': None,
37 | 'tourneyId': None}
38 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Cake/Flop/LHE-6max-USD-3.00-6.00-201207.datetime.dashes.txt:
--------------------------------------------------------------------------------
1 | Hand#3008011667000561 - Melbourne (Turbo, 6-max) 11667 -- $3/$6 FL Hold'em -- 2012-07-01 - 01:26:16
2 | Dealer: Seat 10
3 | Seat 1: Player0 ($18 in chips)
4 | Seat 2: Hero ($120 in chips)
5 | Seat 3: Player1 ($126,50 in chips)
6 | Seat 8: Player2 ($212,50 in chips)
7 | Seat 9: Player3 ($253,50 in chips)
8 | Seat 10: Player4 ($105,50 in chips)
9 | Player0: posts small blind $1,50
10 | Hero: posts big blind $3
11 | Dealt to Hero [9d,6d]
12 | Player1: folds
13 | Player2: folds
14 | Player3: folds
15 | Player4: raises to $6
16 | Player0: folds
17 | Hero: calls $3
18 | *** FLOP *** [8c,Kc,5h]
19 | Hero: checks
20 | Player4: checks
21 | *** TURN *** [Kd]
22 | Hero: bets $6
23 | Player4: raises to $12
24 | Hero: folds
25 | Player4: returns uncalled bet $6
26 | ***SHOW DOWN***
27 | Player4: mucks
28 | Player4 wins $24,50
29 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Cake/Flop/LHE-6max-USD-5.00-10.00-201206.txt:
--------------------------------------------------------------------------------
1 | Hand#2998011673000397 - Innsbruck (6-max) 11673 -- $5/$10 FL Hold'em -- 2012-06-20 - 23:10:52
2 | Dealer: Seat 9
3 | Seat 1: Hero ($115 in chips)
4 | Seat 3: Player0 ($250,50 in chips)
5 | Seat 8: Player1 ($67,50 in chips)
6 | Seat 9: Player2 ($311,50 in chips)
7 | Seat 10: Player3 ($269,50 in chips)
8 | Player3: posts small blind $2,50
9 | Hero: posts big blind $5
10 | Dealt to Hero [7h,8h]
11 | Player0: raises to $10
12 | Player1: folds
13 | Player2: folds
14 | Player3: folds
15 | Hero: calls $5
16 | *** FLOP *** [Jd,7d,Ts]
17 | Hero: bets $5
18 | Player0: calls $5
19 | *** TURN *** [Qh]
20 | Hero: checks
21 | Player0: bets $10
22 | Hero: calls $10
23 | *** RIVER *** [5d]
24 | Hero: checks
25 | Player0: bets $10
26 | Hero: folds
27 | Player0: returns uncalled bet $10
28 | ***SHOW DOWN***
29 | Player0: mucks
30 | Player0 wins $50,50
31 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Cake/Flop/LHE-FR-0.02-0.04-201105.All-in.txt:
--------------------------------------------------------------------------------
1 | Hand#2589013774000163 - New Castle (Turbo 6-max) 13774 -- $0.02/$0.04 FL Hold'em -- 2011/05/08 - 10:37:17
2 | Seat 3: Vill***1 ($0.31 in chips)
3 | Seat 8: Hero ($1.78 in chips)
4 | Seat 9: Play***3 ($1.04 in chips) DEALER
5 | Vill***1: posts small blind $0.01
6 | Hero: posts big blind $0.02
7 | Dealt to Hero [7c,5h]
8 | Play***3: calls $0.02
9 | Vill***1: calls $0.01
10 | Hero: checks
11 | *** FLOP *** [6d,8c,4s]
12 | Vill***1: bets $0.02
13 | Hero: calls $0.02
14 | Play***3: calls $0.02
15 | *** TURN *** [Qd]
16 | Vill***1: bets $0.04
17 | Hero: raises to $0.08
18 | Play***3: folds
19 | Vill***1: raises to $0.12
20 | Hero: raises to $0.16
21 | Vill***1: calls $0.04
22 | *** RIVER *** [2h]
23 | Vill***1: bets $0.04
24 | Hero: raises to $0.08
25 | Vill***1: is all in $0.07
26 | Hero: calls $0.03
27 | Vill***1: shows [7h 5c]
28 | Hero: shows [7c 5h]
29 | ***SHOW DOWN***
30 | Vill***1 wins $0.31 with Straight Eight high
31 | Hero wins $0.31 with Straight Eight high
32 |
33 |
34 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Cake/Flop/LHE-FR-0.02-0.04-201105.All-in.txt.gt:
--------------------------------------------------------------------------------
1 | (17, 'USD', 'ring', 'hold', 'holdem', 'fl', 'h', 'none', 1, 2, 2, 4, 6, 0)
2 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Cake/Flop/LHE-FR-0.02-0.04-201105.All-in.txt.hands:
--------------------------------------------------------------------------------
1 | { 'boardcard1': 18,
2 | 'boardcard2': 33,
3 | 'boardcard3': 42,
4 | 'boardcard4': 24,
5 | 'boardcard5': 1,
6 | 'boards': [],
7 | 'fileId': 2,
8 | 'gameId': None,
9 | 'gametypeId': 1,
10 | 'gsc': None,
11 | 'id': 1,
12 | 'importTime': None,
13 | 'playersAtShowdown': 2,
14 | 'playersAtStreet1': 3,
15 | 'playersAtStreet2': 3,
16 | 'playersAtStreet3': 2,
17 | 'playersAtStreet4': 0,
18 | 'playersVpi': 2,
19 | 'runItTwice': False,
20 | 'sc': None,
21 | 'seats': 3,
22 | 'sessionId': None,
23 | 'showdownPot': 0,
24 | 'siteHandNo': u'2589013774000163',
25 | 'startTime': datetime.datetime(2011, 5, 8, 14, 37, 17, tzinfo=pytz.utc),
26 | 'street0Raises': 0,
27 | 'street1Pot': 12,
28 | 'street1Raises': 1,
29 | 'street2Pot': 44,
30 | 'street2Raises': 4,
31 | 'street3Pot': 66,
32 | 'street3Raises': 3,
33 | 'street4Pot': 0,
34 | 'street4Raises': 0,
35 | 'tableName': u'New Castle',
36 | 'texture': None,
37 | 'tourneyId': None}
38 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Cake/Flop/LHE-FR-0.02-0.04-201105.All.streets.with.mucked.txt:
--------------------------------------------------------------------------------
1 | Hand#2589013774000145 - New Castle (Turbo 6-max) 13774 -- $0.02/$0.04 FL Hold'em -- 2011/05/08 - 10:21:06
2 | Seat 1: Play***1 ($16.69 in chips)
3 | Seat 2: Play***2 ($0.95 in chips)
4 | Seat 3: Vill***1 ($0.29 in chips)
5 | Seat 8: Hero ($1.97 in chips) DEALER
6 | Seat 9: Play***3 ($1.35 in chips)
7 | Seat 10: Play***4 ($4.54 in chips)
8 | Play***3: posts small blind $0.01
9 | Play***4: posts big blind $0.02
10 | Dealt to Hero [5s,Kd]
11 | Play***1: folds
12 | Play***2: raises to $0.04
13 | Vill***1: folds
14 | Hero: folds
15 | Play***3: calls $0.03
16 | Play***4: calls $0.02
17 | *** FLOP *** [7h,6c,9s]
18 | Play***3: bets $0.02
19 | Play***4: raises to $0.04
20 | Play***2: calls $0.04
21 | Play***3: raises to $0.06
22 | Play***4: calls $0.02
23 | Play***2: calls $0.02
24 | *** TURN *** [7s]
25 | Play***3: bets $0.04
26 | Play***4: raises to $0.08
27 | Play***2: calls $0.08
28 | Play***3: calls $0.04
29 | *** RIVER *** [3c]
30 | Play***3: bets $0.04
31 | Play***4: raises to $0.08
32 | Play***2: folds
33 | Play***3: calls $0.04
34 | ***SHOW DOWN***
35 | Play***4: shows [7d Qh] (Three of a Kind Sevens )
36 | Play***3: mucks
37 | Play***4 wins $0.66 with Three of a Kind Sevens
38 | Play***3: mucks [9h,As] (TwoPair) .
39 |
40 |
41 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Cake/Flop/LHE-FR-0.02-0.04-201105.All.streets.with.mucked.txt.hands:
--------------------------------------------------------------------------------
1 | { 'boardcard1': 6,
2 | 'boardcard2': 31,
3 | 'boardcard3': 47,
4 | 'boardcard4': 45,
5 | 'boardcard5': 28,
6 | 'boards': [],
7 | 'fileId': 1,
8 | 'gameId': None,
9 | 'gametypeId': 1,
10 | 'gsc': None,
11 | 'id': 1,
12 | 'importTime': None,
13 | 'playersAtShowdown': 0,
14 | 'playersAtStreet1': 2,
15 | 'playersAtStreet2': 2,
16 | 'playersAtStreet3': 2,
17 | 'playersAtStreet4': 0,
18 | 'playersVpi': 2,
19 | 'runItTwice': False,
20 | 'sc': None,
21 | 'seats': 5,
22 | 'sessionId': None,
23 | 'showdownPot': 0,
24 | 'siteHandNo': u'2589013774000145',
25 | 'startTime': datetime.datetime(2011, 5, 8, 14, 21, 6, tzinfo=pytz.utc),
26 | 'street0Raises': 1,
27 | 'street1Pot': 28,
28 | 'street1Raises': 3,
29 | 'street2Pot': 52,
30 | 'street2Raises': 2,
31 | 'street3Pot': 68,
32 | 'street3Raises': 2,
33 | 'street4Pot': 0,
34 | 'street4Raises': 0,
35 | 'tableName': u'New Castle',
36 | 'texture': None,
37 | 'tourneyId': None}
38 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Cake/Flop/LHE-FR-0.02-0.04-201108.Sample.with.no.table.max.txt:
--------------------------------------------------------------------------------
1 | Hand#2682014481000020 - New Castle 14481 -- $0.02/$0.04 FL Hold'em -- 2011/08/09 - 07:00:40
2 | Seat 3: Jure***3 ($0.78 in chips)
3 | Seat 5: Hero1234 ($0.62 in chips)
4 | Seat 7: wwws***7 ($1.06 in chips)
5 | Seat 8: role***8 ($1.02 in chips) DEALER
6 | Jure***3: posts small blind $0.01
7 | Hero1234: posts big blind $0.02
8 | Dealt to Hero1234 [Ks,8c]
9 | wwws***7: calls $0.02
10 | role***8: folds
11 | Jure***3: folds
12 | Hero1234: checks
13 | *** FLOP *** [4c,Kd,7h]
14 | Hero1234: bets $0.02
15 | wwws***7: calls $0.02
16 | *** TURN *** [Ac]
17 | Hero1234: checks
18 | wwws***7: checks
19 | *** RIVER *** [4d]
20 | Hero1234: checks
21 | wwws***7: checks
22 | ***SHOW DOWN***
23 | Hero1234: shows [Ks 8c] (Two Pairs Kings and Fours )
24 | wwws***7: mucks
25 | Hero1234 wins $0.09 with Two Pairs Kings and Fours
26 | wwws***7: mucks [7s,Qh] (TwoPair) .
27 |
28 |
29 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Cake/Flop/NLHE-2-max-0.10-0.20-201205.max.uppercase.txt:
--------------------------------------------------------------------------------
1 | Hand#2956013141000985 - Calgary (2-Max) 13141 -- $0.10/$0.20 NL Hold'em -- 2012/05/09 - 18:13:48
2 | Dealer: Seat 3
3 | Seat 3: Hero ($21.27 in chips)
4 | Seat 8: Player0 ($15.10 in chips)
5 | Hero: posts small blind $0.10
6 | Player0: posts big blind $0.20
7 | Dealt to Hero [6d,Ks]
8 | Hero: raises to $0.47
9 | Player0: folds
10 | Hero: returns uncalled bet $0.27
11 | ***SHOW DOWN***
12 | Hero: mucks
13 | Hero wins $0.40
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Cake/Flop/NLHE-USD-0.05-0.10-201205.dead.blind.txt:
--------------------------------------------------------------------------------
1 | Hand#2862015946001029 - Paris (6-max, shallow) 15946 -- $0,05/$0,10 NL Hold'em -- 2012.02.05 - 21:01:45
2 | Dealer: Seat 3
3 | Seat 1: Player3 ($2,88 in chips)
4 | Seat 2: Player5 ($5 in chips)
5 | Seat 3: Player4 ($2 in chips)
6 | Seat 8: Player1 ($1,90 in chips)
7 | Seat 9: Player0 ($3,27 in chips)
8 | Seat 10: Player2 ($7,49 in chips)
9 | Player1: posts small blind $0,05
10 | Player0: posts big blind $0,10
11 | Player5:posts dead blind $-0,10 and big blind $0,10
12 | Dealt to Player4 [Kh,2s]
13 | Player2: folds
14 | Player3: calls $0,10
15 | Player5: checks
16 | Player4: folds
17 | Player1: folds
18 | Player0: checks
19 | *** FLOP *** [Ad,6s,2c]
20 | Player0: checks
21 | Player3: bets $0,10
22 | Player5: folds
23 | Player0: calls $0,10
24 | *** TURN *** [8d]
25 | Player0: checks
26 | Player3: bets $0,10
27 | Player0: calls $0,10
28 | *** RIVER *** [Js]
29 | Player0: checks
30 | Player3: bets $0,30
31 | Player0: folds
32 | Player0: mucks
33 | Player3: returns uncalled bet $0,30
34 | ***SHOW DOWN***
35 | Player3: mucks
36 | Player3 wins $0,75
37 |
38 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Cake/Flop/NLHE-play-1-2-201205.txt:
--------------------------------------------------------------------------------
1 | Hand#2972014254000151 - Play Money 21 14254 -- 1/2 NL Hold'em -- 2012/05/24 - 19:43:08
2 | Dealer: Seat 7
3 | Seat 1: Player0 (149 in chips)
4 | Seat 2: Player1 (677 in chips)
5 | Seat 3: Player2 (962 in chips)
6 | Seat 4: Player3 (841 in chips)
7 | Seat 7: Player4 (177 in chips)
8 | Seat 8: Player5 (198 in chips)
9 | Seat 10: Hero (200 in chips)
10 | Player5: posts small blind 1
11 | Hero: posts big blind 2
12 | Dealt to Hero [5c,3s]
13 | Player0: calls 2
14 | Player1: raises to 9
15 | Player2: calls 9
16 | Player3: folds
17 | Player4: calls 9
18 | Player5: is all in 197
19 | Hero: folds
20 | Player0: folds
21 | Player1: calls 189
22 | Player2: folds
23 | Player4: folds
24 | Player1: shows [Kh Js]
25 | Player5: shows [Kc 4h]
26 | *** FLOP *** [Ac,Ad,9h]
27 | *** TURN *** [7s]
28 | *** RIVER *** [6s]
29 | ***SHOW DOWN***
30 | Player1 wins 418 with Pair of Aces with King, Jack kickers
31 |
32 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Cake/Flop/PLO-6max-EUR-0.04-0.08-201206.USD.conversion.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/cash/Cake/Flop/PLO-6max-EUR-0.04-0.08-201206.USD.conversion.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Cake/Flop/PLO-6max-EUR-0.20-0.41-201209.round.penny.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/cash/Cake/Flop/PLO-6max-EUR-0.20-0.41-201209.round.penny.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Entraction/Flop/LHE-HU-EUR-10-20-201103.txt:
--------------------------------------------------------------------------------
1 | Game # 2145163746 - Texas Hold'em Fixed Limit EUR 10/20 - Table "Lorient"
2 |
3 | Players(max 6):
4 | Hero (EUR 468.50 in seat 4)
5 | Player0 (EUR 528.50 in seat 5)
6 |
7 | Dealer: Player0
8 | Small Blind: Hero (5.00)
9 | Big Blind: Player0 (10.00)
10 |
11 | Hero was dealt: 9c - 7d
12 |
13 | Hero Raise (15.00)
14 | Player0 Raise (20.00)
15 | Hero Call (10.00)
16 |
17 | Flop 2c - Ad - 4h
18 |
19 | Hero Check
20 | Player0 Bet (10.00)
21 | Hero Fold
22 | Player0 Payback (10.00)
23 |
24 | Player0 didn't show hand
25 |
26 | Player0 wins: EUR 59.25
27 | Rake: EUR 0.75
28 |
29 | Game ended 2011-03-26 13:19:18 GMT
30 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Entraction/Flop/PLO-6max-EUR-0.50-1-201107.SBBB.example.txt:
--------------------------------------------------------------------------------
1 | Game # 2314086000 - Omaha High Pot Limit EUR 0.50/1 - Table "Eaton Max 100BB"
2 |
3 | Players(max 6):
4 | Hero (EUR 417.43 in seat 1)
5 | Player2 (EUR 116.24 in seat 2)
6 | Player3 (EUR 100.00 in seat 3)
7 | Player4 (EUR 690.18 in seat 4)
8 | Player5 (EUR 241.40 in seat 5)
9 | Player6 (EUR 90.00 in seat 6)
10 |
11 | Dealer: Player3
12 | Small Blind: Player4 (0.50)
13 | Big Blind: Player5 (1.00)
14 | Small + Big Blind: Player2 (1.50)
15 |
16 | Hero was dealt: Ad - Td - 7s - 8h
17 |
18 | Player6 Fold
19 | Hero Raise (5.00)
20 | Player2 Call (4.00)
21 | Player3 Fold
22 | Player4 Fold
23 | Player5 Fold
24 |
25 | Flop Kh - 8s - Ks
26 |
27 | Hero Bet (7.50)
28 | Player2 Fold
29 | Hero Payback (7.50)
30 |
31 | Hero didn't show hand
32 |
33 | Hero wins: EUR 11.40
34 | Rake: EUR 0.60
35 |
36 | Game ended 2011-07-20 23:45:00 CEST
37 |
38 |
39 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Everest/Flop/NLHE-EUR-0.01-0.02-201104.Sample.emailed.txt.gt:
--------------------------------------------------------------------------------
1 | (16, 'EUR', 'ring', 'hold', 'holdem', 'nl', 'h', 'none', 1, 2, 2, 4, 10, 0)
2 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Everest/Flop/NLHE-EUR-0.01-0.02-201104.Sample.emailed.txt.hands:
--------------------------------------------------------------------------------
1 | { 'boardcard1': 38,
2 | 'boardcard2': 0,
3 | 'boardcard3': 0,
4 | 'boardcard4': 0,
5 | 'boardcard5': 0,
6 | 'boards': [],
7 | 'fileId': 1,
8 | 'gameId': None,
9 | 'gametypeId': 1,
10 | 'gsc': None,
11 | 'id': 1,
12 | 'importTime': None,
13 | 'playersAtShowdown': 0,
14 | 'playersAtStreet1': 5,
15 | 'playersAtStreet2': 0,
16 | 'playersAtStreet3': 0,
17 | 'playersAtStreet4': 0,
18 | 'playersVpi': 4,
19 | 'runIt': False,
20 | 'runItTwice': False,
21 | 'sc': None,
22 | 'seats': 6,
23 | 'sessionId': None,
24 | 'showdownPot': 0,
25 | 'siteHandNo': u'6754716931',
26 | 'startTime': datetime.datetime(2011, 2, 9, 11, 58),
27 | 'street0Raises': 1,
28 | 'street1Pot': 10,
29 | 'street1Raises': 1,
30 | 'street2Pot': 0,
31 | 'street2Raises': 0,
32 | 'street3Pot': 0,
33 | 'street3Raises': 0,
34 | 'street4Pot': 0,
35 | 'street4Raises': 0,
36 | 'tableName': u'Vannes-23',
37 | 'texture': None,
38 | 'tourneyId': None}
39 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Everest/Flop/NLHE-USD-0.50-1.00-201203.penalty.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/cash/Everest/Flop/NLHE-USD-0.50-1.00-201203.penalty.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Everest/Flop/PLO-EUR-5-10-Unknown-Sample.txt.gt:
--------------------------------------------------------------------------------
1 | (16, 'EUR', 'ring', 'hold', 'omahahi', 'pl', 'h', 'none', 500, 1000, 1000, 2000, 10, 0)
2 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Everest/Flop/PLO-EUR-5-10-Unknown-Sample.txt.hands:
--------------------------------------------------------------------------------
1 | { 'boardcard1': 44,
2 | 'boardcard2': 0,
3 | 'boardcard3': 0,
4 | 'boardcard4': 5,
5 | 'boardcard5': 29,
6 | 'fileId': 0,
7 | 'gameId': None,
8 | 'gametypeId': 1,
9 | 'id': 1,
10 | 'gsc': None,
11 | 'importTime': None,
12 | 'playersAtShowdown': 0,
13 | 'playersAtStreet1': 2,
14 | 'playersAtStreet2': 2,
15 | 'playersAtStreet3': 2,
16 | 'playersAtStreet4': 0,
17 | 'playersVpi': 2,
18 | 'runIt': False,
19 | 'runItTwice': False,
20 | 'sc': None,
21 | 'seats': 2,
22 | 'sessionId': 1,
23 | 'showdownPot': 0,
24 | 'siteHandNo': u'6351562000',
25 | 'startTime': datetime.datetime(2011, 2, 9, 11, 58),
26 | 'street0Raises': 1,
27 | 'street1Pot': 18000,
28 | 'street1Raises': 1,
29 | 'street2Pot': 18000,
30 | 'street2Raises': 0,
31 | 'street3Pot': 36000,
32 | 'street3Raises': 1,
33 | 'street4Pot': 0,
34 | 'street4Raises': 0,
35 | 'tableName': u'Toulouse-2',
36 | 'texture': None,
37 | 'tourneyId': None}
38 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Everleaf/Flop/NLHE-10max-USD-0.25-0.50-200911.All-in.in.player.line.txt:
--------------------------------------------------------------------------------
1 | Everleaf Gaming Game #116214546
2 | ***** Hand history for game #116214546 *****
3 | Blinds $0.25/$0.50 NL Hold'em - 2009/11/17 - 18:57:01
4 | Table Catacaos
5 | Seat 10 is the button
6 | Total number of players: 10
7 | Seat 1: Player1 ( $ 48.35 USD )
8 | Seat 2: Player2 ( $ 49.70 USD )
9 | Seat 3: Player3 ( $ 49.50 USD )
10 | Seat 4: Player4 ( All-in )
11 | Seat 5: Player5 ( $ 23.65 USD )
12 | Seat 6: Player6 ( $ 34.85 USD )
13 | Seat 7: Player7 ( $ 51.75 USD )
14 | Seat 8: Player8 ( $ 147.31 USD )
15 | Seat 9: Hero ( $ 53.45 USD )
16 | Seat 10: Player10 ( $ 31.75 USD )
17 | Player1: posts small blind [$ 0.25 USD]
18 | Player3: posts big blind [$ 0.50 USD]
19 | ** Dealing down cards **
20 | Dealt to Hero [ Ad, 5c ]
21 | Player5 calls [$ 0.50 USD]
22 | Player6 calls [$ 0.50 USD]
23 | Player7 folds
24 | Player8 folds
25 | Hero folds
26 | Player10 folds
27 | Player1 folds
28 | Player3 checks
29 | ** Dealing Flop ** [ 9d, 3c, 4h ]
30 | Player3 checks
31 | Player5 checks
32 | Player6: bets [$ 1.75 USD]
33 | Player3 folds
34 | Player5 calls [$ 1.75 USD]
35 | ** Dealing Turn ** [ 3h ]
36 | Player5 checks
37 | Player6: bets [$ 5.25 USD]
38 | Player5 calls [$ 5.25 USD]
39 | ** Dealing River ** [ 6d ]
40 | Player5 folds
41 | Player6 does not show cards
42 | Player6 wins $ 15 USD from main pot
43 |
44 |
45 |
46 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Everleaf/Flop/NLHE-4max-EUR-0.10-0.20-201209.utf8.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/cash/Everleaf/Flop/NLHE-4max-EUR-0.10-0.20-201209.utf8.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Everleaf/Flop/NLHE-EUR-0.01-0.02-20091027.partouche.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/cash/Everleaf/Flop/NLHE-EUR-0.01-0.02-20091027.partouche.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Everleaf/Flop/NLHE-EUR-0.25-0.50-201202.euro.caret.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/cash/Everleaf/Flop/NLHE-EUR-0.25-0.50-201202.euro.caret.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Everleaf/Stud/7-Stud-EUR-0.05-0.10.201108-new-format.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/cash/Everleaf/Stud/7-Stud-EUR-0.05-0.10.201108-new-format.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Draw/3-Draw-Limit-USD-0.10-0.20-201011.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/cash/FTP/Draw/3-Draw-Limit-USD-0.10-0.20-201011.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Draw/3-Draw-Limit-USD-10-20-201101.Dead.hand.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/cash/FTP/Draw/3-Draw-Limit-USD-10-20-201101.Dead.hand.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Draw/3-Draw-Limit-USD-150-300-201011.Hero.and.Player1.sitting.out.txt:
--------------------------------------------------------------------------------
1 | FullTiltPoker Game #25314791161: Table Squaw Tea (6 max) - $150/$300 - Limit 2-7 Triple Draw - 8:19:00 ET - 2010/11/06
2 | Seat 1: Hero ($5,208), is sitting out
3 | Seat 2: Player1 ($6,795.50), is sitting out
4 | Seat 3: Player2 ($4,368)
5 | Seat 5: Player3 ($3,625)
6 | Seat 6: Player4 ($12,705)
7 | Player4 posts the small blind of $75
8 | Player2 posts the big blind of $150
9 | The button is in seat #5
10 | *** HOLE CARDS ***
11 | Player3 folds
12 | Player4 has 15 seconds left to act
13 | Player4 folds
14 | Uncalled bet of $75 returned to Player2
15 | Player2 mucks
16 | Player2 wins the pot ($150)
17 | *** SUMMARY ***
18 | Duration 24s
19 | Total pot $150 | Rake $0
20 | Seat 1: Hero is sitting out
21 | Seat 2: Player1 is sitting out
22 | Seat 3: Player2 (big blind) collected ($150)
23 | Seat 5: Player3 (button) didn't bet (folded)
24 | Seat 6: Player4 (small blind) folded before the draw
25 |
26 |
27 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Draw/3-Draw-Limit-USD-150-300-201012.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/cash/FTP/Draw/3-Draw-Limit-USD-150-300-201012.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Draw/3-Draw-Limit-USD-150-300-201012.txt.hands:
--------------------------------------------------------------------------------
1 | { 'boardcard1': 0,
2 | 'boardcard2': 0,
3 | 'boardcard3': 0,
4 | 'boardcard4': 0,
5 | 'boardcard5': 0,
6 | 'fileId': 0,
7 | 'gameId': None,
8 | 'gametypeId': 12,
9 | 'id': 12,
10 | 'gsc': None,
11 | 'importTime': None,
12 | 'playersAtShowdown': 2,
13 | 'playersAtStreet1': 2,
14 | 'playersAtStreet2': 2,
15 | 'playersAtStreet3': 2,
16 | 'playersAtStreet4': 0,
17 | 'playersVpi': 2,
18 | 'runIt': False,
19 | 'runItTwice': False,
20 | 'sc': None,
21 | 'seats': 5,
22 | 'sessionId': 1,
23 | 'showdownPot': 0,
24 | 'siteHandNo': u'25325990000',
25 | 'startTime': datetime.datetime(2010, 12, 20, 15, 0, tzinfo=pytz.utc),
26 | 'street0Raises': 3,
27 | 'street1Pot': 0,
28 | 'street1Raises': 1,
29 | 'street2Pot': 0,
30 | 'street2Raises': 2,
31 | 'street3Pot': 0,
32 | 'street3Raises': 0,
33 | 'street4Pot': 0,
34 | 'street4Raises': 0,
35 | 'tableName': u"David's Draw",
36 | 'texture': None,
37 | 'tourneyId': None}
38 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Draw/3-Draw-Limit-USD-1500-3000-201101.FTP.Archive.sample.txt.gt:
--------------------------------------------------------------------------------
1 | ( 1,
2 | 'USD',
3 | 'ring',
4 | 'draw',
5 | '27_3draw',
6 | 'fl',
7 | 'l',
8 | 'none',
9 | 75000,
10 | 150000,
11 | 150000,
12 | 300000,
13 | 6,
14 | 0)
15 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Draw/3-Draw-Limit-USD-1500-3000-201101.FTP.Archive.sample.txt.hands:
--------------------------------------------------------------------------------
1 | { 'boardcard1': 0,
2 | 'boardcard2': 0,
3 | 'boardcard3': 0,
4 | 'boardcard4': 0,
5 | 'boardcard5': 0,
6 | 'fileId': 0,
7 | 'gameId': None,
8 | 'gametypeId': 163,
9 | 'id': 1,
10 | 'gsc': None,
11 | 'id': 2085,
12 | 'importTime': None,
13 | 'playersAtShowdown': 2,
14 | 'playersAtStreet1': 3,
15 | 'playersAtStreet2': 3,
16 | 'playersAtStreet3': 3,
17 | 'playersAtStreet4': 0,
18 | 'playersVpi': 3,
19 | 'runIt': False,
20 | 'runItTwice': False,
21 | 'sc': None,
22 | 'seats': 4,
23 | 'sessionId': None,
24 | 'showdownPot': 0,
25 | 'siteHandNo': u'27088270000',
26 | 'startTime': datetime.datetime(2011, 1, 8, 16, 0, tzinfo=pytz.utc),
27 | 'street0Raises': 3,
28 | 'street1Pot': 0,
29 | 'street1Raises': 4,
30 | 'street2Pot': 0,
31 | 'street2Raises': 0,
32 | 'street3Pot': 0,
33 | 'street3Raises': 1,
34 | 'street4Pot': 0,
35 | 'street4Raises': 0,
36 | 'tableName': u'harrington25',
37 | 'texture': None,
38 | 'tourneyId': None}
39 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Draw/3-Draw-Limit-USD-20-40-201101.Partial.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/cash/FTP/Draw/3-Draw-Limit-USD-20-40-201101.Partial.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Draw/3-Draw-Limit-USD-250-500-201011.Hero.sitting.out.but.not.listed.txt:
--------------------------------------------------------------------------------
1 | FullTiltPoker Game #25585334444: Table Rocky Cliff (6 max) - $250/$500 - Limit 2-7 Triple Draw - 18:08:00 ET - 2010/11/15
2 | Seat 2: Player5 ($1,201)
3 | Seat 3: Player6 ($4,108.50)
4 | Seat 4: Player4 ($13,124.50)
5 | Seat 5: Player3 ($5,245)
6 | Seat 6: Hero ($5,000)
7 | Player4 posts the small blind of $125
8 | Player3 posts the big blind of $250
9 | The button is in seat #3
10 | *** HOLE CARDS ***
11 | Player5 has 15 seconds left to act
12 | Player5 raises to $500
13 | Player6 folds
14 | Player4 folds
15 | Player3 folds
16 | Uncalled bet of $250 returned to Player5
17 | Player5 mucks
18 | Player5 wins the pot ($625)
19 | *** SUMMARY ***
20 | Duration 18s
21 | Total pot $625 | Rake $0
22 | Seat 2: Player5 collected ($625)
23 | Seat 3: Player6 (button) didn't bet (folded)
24 | Seat 4: Player4 (small blind) folded before the draw
25 | Seat 5: Player3 (big blind) folded before the draw
26 | Seat 6: Hero is sitting out
27 |
28 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Draw/3-Draw-Limit-USD-250-500-201011.Hero.sitting.out.but.not.listed.txt.gt:
--------------------------------------------------------------------------------
1 | (1, 'USD', 'ring', 'draw', '27_3draw', 'fl', 'l', 'none', 12500, 25000, 25000, 50000, 6, 0)
2 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Draw/3-Draw-Limit-USD-250-500-201011.Hero.sitting.out.but.not.listed.txt.hands:
--------------------------------------------------------------------------------
1 | { 'boardcard1': 0,
2 | 'boardcard2': 0,
3 | 'boardcard3': 0,
4 | 'boardcard4': 0,
5 | 'boardcard5': 0,
6 | 'fileId': 0,
7 | 'gameId': None,
8 | 'gametypeId': 1,
9 | 'id': 1,
10 | 'gsc': None,
11 | 'importTime': None,
12 | 'playersAtShowdown': 0,
13 | 'playersAtStreet0': 4,
14 | 'playersAtStreet1': 0,
15 | 'playersAtStreet2': 0,
16 | 'playersAtStreet3': 0,
17 | 'playersAtStreet4': 0,
18 | 'playersVpi': 1,
19 | 'runIt': False,
20 | 'runItTwice': False,
21 | 'sc': None,
22 | 'seats': 4,
23 | 'sessionId': 1,
24 | 'showdownPot': 0,
25 | 'siteHandNo': u'25585334444',
26 | 'startTime': datetime.datetime(2010, 11, 15, 23, 8, tzinfo=pytz.utc),
27 | 'street0Raises': 1,
28 | 'street1Pot': 0,
29 | 'street1Raises': 0,
30 | 'street2Pot': 0,
31 | 'street2Raises': 0,
32 | 'street3Pot': 0,
33 | 'street3Raises': 0,
34 | 'street4Pot': 0,
35 | 'street4Raises': 0,
36 | 'tableName': u'Rocky Cliff',
37 | 'texture': None,
38 | 'tourneyId': None}
39 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Draw/5-Carddraw-Limit-USD-0.10-0.20-201011.Sample.Not.UTF16.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/cash/FTP/Draw/5-Carddraw-Limit-USD-0.10-0.20-201011.Sample.Not.UTF16.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Draw/5-Carddraw-Limit-USD-0.10-0.20-201011.Sample.Not.UTF16.txt.gt:
--------------------------------------------------------------------------------
1 | (1, 'USD', 'ring', 'draw', 'fivedraw', 'fl', 'h', 'none', 5, 10, 10, 20, 6, 0)
2 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Draw/5-Carddraw-Limit-USD-0.10-0.20-201011.Sample.Not.UTF16.txt.hands:
--------------------------------------------------------------------------------
1 | { 'boardcard1': 0,
2 | 'boardcard2': 0,
3 | 'boardcard3': 0,
4 | 'boardcard4': 0,
5 | 'boardcard5': 0,
6 | 'fileId': 0,
7 | 'gameId': None,
8 | 'gametypeId': 1,
9 | 'id': 1,
10 | 'gsc': None,
11 | 'importTime': None,
12 | 'playersAtShowdown': 3,
13 | 'playersAtStreet1': 4,
14 | 'playersAtStreet2': 0,
15 | 'playersAtStreet3': 0,
16 | 'playersAtStreet4': 0,
17 | 'playersVpi': 4,
18 | 'runIt': False,
19 | 'runItTwice': False,
20 | 'sc': None,
21 | 'seats': 5,
22 | 'sessionId': 1,
23 | 'showdownPot': 0,
24 | 'siteHandNo': u'25319060000',
25 | 'startTime': datetime.datetime(2010, 11, 6, 16, 4, tzinfo=pytz.utc),
26 | 'street0Raises': 1,
27 | 'street1Pot': 0,
28 | 'street1Raises': 2,
29 | 'street2Pot': 0,
30 | 'street2Raises': 0,
31 | 'street3Pot': 0,
32 | 'street3Raises': 0,
33 | 'street4Pot': 0,
34 | 'street4Raises': 0,
35 | 'tableName': u'Shady Oak',
36 | 'texture': None,
37 | 'tourneyId': None}
38 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Draw/5-Carddraw-NL-USD-0.10-0.20-201011.Saw.Showdown.Not.UTF16.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/cash/FTP/Draw/5-Carddraw-NL-USD-0.10-0.20-201011.Saw.Showdown.Not.UTF16.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Draw/5-Carddraw-NL-USD-0.10-0.20-201011.Saw.Showdown.Not.UTF16.txt.gt:
--------------------------------------------------------------------------------
1 | (1, 'USD', 'ring', 'draw', 'fivedraw', 'nl', 'h', 'none', 25, 50, 50, 100, 6, 0)
2 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Draw/5-Carddraw-NL-USD-0.10-0.20-201011.Saw.Showdown.Not.UTF16.txt.hands:
--------------------------------------------------------------------------------
1 | { 'boardcard1': 0,
2 | 'boardcard2': 0,
3 | 'boardcard3': 0,
4 | 'boardcard4': 0,
5 | 'boardcard5': 0,
6 | 'fileId': 0,
7 | 'gameId': None,
8 | 'gametypeId': 117,
9 | 'id': 1,
10 | 'gsc': None,
11 | 'importTime': None,
12 | 'playersAtShowdown': 2,
13 | 'playersAtStreet1': 4,
14 | 'playersAtStreet2': 0,
15 | 'playersAtStreet3': 0,
16 | 'playersAtStreet4': 0,
17 | 'playersVpi': 4,
18 | 'runIt': False,
19 | 'runItTwice': False,
20 | 'sc': None,
21 | 'seats': 6,
22 | 'sessionId': None,
23 | 'showdownPot': 0,
24 | 'siteHandNo': u'25340557279',
25 | 'startTime': datetime.datetime(2010, 11, 7, 8, 0, 26, tzinfo=pytz.utc),
26 | 'street0Raises': 1,
27 | 'street1Pot': 0,
28 | 'street1Raises': 1,
29 | 'street2Pot': 0,
30 | 'street2Raises': 0,
31 | 'street3Pot': 0,
32 | 'street3Raises': 0,
33 | 'street4Pot': 0,
34 | 'street4Raises': 0,
35 | 'tableName': u'Calla Lily',
36 | 'texture': None,
37 | 'tourneyId': None}
38 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Draw/5-Carddraw-PL-0.10-0.25-201011.Sample.Not.UTF16.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/cash/FTP/Draw/5-Carddraw-PL-0.10-0.25-201011.Sample.Not.UTF16.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Draw/5-Carddraw-PL-0.10-0.25-201011.Sample.Not.UTF16.txt.hands:
--------------------------------------------------------------------------------
1 | { 'boardcard1': 0,
2 | 'boardcard2': 0,
3 | 'boardcard3': 0,
4 | 'boardcard4': 0,
5 | 'boardcard5': 0,
6 | 'fileId': 0,
7 | 'gameId': None,
8 | 'gametypeId': 1,
9 | 'id': 1,
10 | 'gsc': None,
11 | 'importTime': None,
12 | 'playersAtShowdown': 2,
13 | 'playersAtStreet1': 2,
14 | 'playersAtStreet2': 0,
15 | 'playersAtStreet3': 0,
16 | 'playersAtStreet4': 0,
17 | 'playersVpi': 1,
18 | 'runIt': False,
19 | 'runItTwice': False,
20 | 'sc': None,
21 | 'seats': 4,
22 | 'sessionId': None,
23 | 'showdownPot': 0,
24 | 'siteHandNo': u'25340539000',
25 | 'startTime': datetime.datetime(2010, 11, 7, 7, 58, tzinfo=pytz.utc),
26 | 'street0Raises': 0,
27 | 'street1Pot': 0,
28 | 'street1Raises': 1,
29 | 'street2Pot': 0,
30 | 'street2Raises': 0,
31 | 'street3Pot': 0,
32 | 'street3Raises': 0,
33 | 'street4Pot': 0,
34 | 'street4Raises': 0,
35 | 'tableName': u'Axe Handle',
36 | 'texture': None,
37 | 'tourneyId': None}
38 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Draw/A5-3-Draw-Limit-USD-0.05-0.10-201104.Sample.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/cash/FTP/Draw/A5-3-Draw-Limit-USD-0.05-0.10-201104.Sample.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Draw/Badugi-USD-0.05-0.10-201011.Sample.Not.UTF16.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/cash/FTP/Draw/Badugi-USD-0.05-0.10-201011.Sample.Not.UTF16.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Draw/Badugi-USD-0.05-0.10-201011.Sample.Not.UTF16.txt.gt:
--------------------------------------------------------------------------------
1 | (1, 'USD', 'ring', 'draw', 'badugi', 'fl', 'l', 'none', 2, 5, 5, 10, 8, 0)
2 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Draw/Badugi-USD-0.05-0.10-201011.Sample.Not.UTF16.txt.hands:
--------------------------------------------------------------------------------
1 | { 'boardcard1': 0,
2 | 'boardcard2': 0,
3 | 'boardcard3': 0,
4 | 'boardcard4': 0,
5 | 'boardcard5': 0,
6 | 'fileId': 0,
7 | 'gameId': None,
8 | 'gametypeId': 2,
9 | 'id': 1,
10 | 'gsc': None,
11 | 'importTime': None,
12 | 'playersAtShowdown': 3,
13 | 'playersAtStreet1': 4,
14 | 'playersAtStreet2': 4,
15 | 'playersAtStreet3': 3,
16 | 'playersAtStreet4': 0,
17 | 'playersVpi': 3,
18 | 'runIt': False,
19 | 'runItTwice': False,
20 | 'sc': None,
21 | 'seats': 7,
22 | 'sessionId': None,
23 | 'showdownPot': 0,
24 | 'siteHandNo': u'25340585274',
25 | 'startTime': datetime.datetime(2010, 11, 7, 8, 2, 56, tzinfo=pytz.utc),
26 | 'street0Raises': 0,
27 | 'street1Pot': 0,
28 | 'street1Raises': 1,
29 | 'street2Pot': 0,
30 | 'street2Raises': 1,
31 | 'street3Pot': 0,
32 | 'street3Raises': 1,
33 | 'street4Pot': 0,
34 | 'street4Raises': 0,
35 | 'tableName': u'Laurelvale',
36 | 'texture': None,
37 | 'tourneyId': None}
38 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Flop/FT20100721 Flash - $0.02-$0.05 - No Limit Hold'em - dateformat change.txt:
--------------------------------------------------------------------------------
1 | Full Tilt Poker Game #22488827305: Table Flash - $0.02/$0.05 - No Limit Hold'em - 15:13 ET - Wed, July 21, 2010
2 | Seat 1: ronaldd1969 ($2.70)
3 | Seat 2: stark00 ($4.41)
4 | Seat 3: T0r3x ($12.97)
5 | Seat 4: yrthligar ($15)
6 | Seat 5: MANUTD ($8.56)
7 | Seat 6: Hero ($2)
8 | Seat 7: vision ($2.97)
9 | Seat 8: shleekom ($2)
10 | Seat 9: proud2Bwhack ($8.77)
11 | MANUTD posts the small blind of $0.02
12 | Hero posts the big blind of $0.05
13 | The button is in seat #4
14 | *** HOLE CARDS ***
15 | Dealt to Hero [Qs 4d]
16 | vision folds
17 | shleekom folds
18 | proud2Bwhack folds
19 | ronaldd1969 folds
20 | stark00 folds
21 | T0r3x folds
22 | yrthligar has 8 seconds left to act
23 | yrthligar has timed out
24 | yrthligar folds
25 | MANUTD folds
26 | Uncalled bet of $0.03 returned to Hero
27 | Hero mucks
28 | Hero wins the pot ($0.04)
29 | *** SUMMARY ***
30 | Total pot $0.04 | Rake $0
31 | Seat 1: ronaldd1969 didn't bet (folded)
32 | Seat 2: stark00 didn't bet (folded)
33 | Seat 3: T0r3x didn't bet (folded)
34 | Seat 4: yrthligar (button) didn't bet (folded)
35 | Seat 5: MANUTD (small blind) folded before the Flop
36 | Seat 6: Hero (big blind) collected ($0.04), mucked
37 | Seat 7: vision didn't bet (folded)
38 | Seat 8: shleekom didn't bet (folded)
39 | Seat 9: proud2Bwhack didn't bet (folded)
40 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Flop/LHE-9max-USD-1-2.201012.Button.Player4.Sitting.out.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/cash/FTP/Flop/LHE-9max-USD-1-2.201012.Button.Player4.Sitting.out.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Flop/LHE-9max-USD-1-2.201012.Button.Player4.Sitting.out.txt.gt:
--------------------------------------------------------------------------------
1 | (1, 'USD', 'ring', 'hold', 'holdem', 'fl', 'h', 'none', 50, 100, 100, 200, 9, 0)
2 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Flop/LHE-9max-USD-1-2.201012.Button.Player4.Sitting.out.txt.hands:
--------------------------------------------------------------------------------
1 | { 'boardcard1': 35,
2 | 'boardcard2': 41,
3 | 'boardcard3': 52,
4 | 'boardcard4': 17,
5 | 'boardcard5': 29,
6 | 'fileId': 0,
7 | 'gameId': None,
8 | 'gametypeId': 99,
9 | 'id': 99,
10 | 'gsc': None,
11 | 'importTime': None,
12 | 'playersAtShowdown': 0,
13 | 'playersAtStreet1': 3,
14 | 'playersAtStreet2': 2,
15 | 'playersAtStreet3': 2,
16 | 'playersAtStreet4': 0,
17 | 'playersVpi': 3,
18 | 'runIt': False,
19 | 'runItTwice': False,
20 | 'sc': None,
21 | 'seats': 7,
22 | 'sessionId': 1,
23 | 'showdownPot': 0,
24 | 'siteHandNo': u'26321049583',
25 | 'startTime': datetime.datetime(2010, 12, 12, 1, 26, 12, tzinfo=pytz.utc),
26 | 'street0Raises': 1,
27 | 'street1Pot': 1150,
28 | 'street1Raises': 2,
29 | 'street2Pot': 1550,
30 | 'street2Raises': 1,
31 | 'street3Pot': 1750,
32 | 'street3Raises': 1,
33 | 'street4Pot': 0,
34 | 'street4Raises': 0,
35 | 'tableName': u'Slaw',
36 | 'texture': None,
37 | 'tourneyId': None}
38 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Flop/LO8-6max-USD-200-400.200610.Observed.Hand.with.chat.txt.gt:
--------------------------------------------------------------------------------
1 | (1, 'USD', 'ring', 'hold', 'omahahilo', 'fl', 's', 'none', 10000, 20000, 20000, 40000, 6, 0)
2 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Flop/LO8-6max-USD-200-400.200610.Observed.Hand.with.chat.txt.hands:
--------------------------------------------------------------------------------
1 | { 'boardcard1': 6,
2 | 'boardcard2': 46,
3 | 'boardcard3': 41,
4 | 'boardcard4': 42,
5 | 'boardcard5': 13,
6 | 'fileId': 0,
7 | 'gameId': None,
8 | 'gametypeId': 21,
9 | 'id': 21,
10 | 'gsc': None,
11 | 'importTime': None,
12 | 'playersAtShowdown': 2,
13 | 'playersAtStreet1': 3,
14 | 'playersAtStreet2': 2,
15 | 'playersAtStreet3': 2,
16 | 'playersAtStreet4': 0,
17 | 'playersVpi': 3,
18 | 'runIt': False,
19 | 'runItTwice': False,
20 | 'sc': None,
21 | 'seats': 5,
22 | 'sessionId': None,
23 | 'showdownPot': 0,
24 | 'siteHandNo': u'1088791321',
25 | 'startTime': datetime.datetime(2006, 10, 11, 4, 3, 34, tzinfo=pytz.utc),
26 | 'street0Raises': 1,
27 | 'street1Pot': 170000,
28 | 'street1Raises': 1,
29 | 'street2Pot': 330000,
30 | 'street2Raises': 2,
31 | 'street3Pot': 410000,
32 | 'street3Raises': 1,
33 | 'street4Pot': 0,
34 | 'street4Raises': 0,
35 | 'tableName': u'Vero',
36 | 'texture': None,
37 | 'tourneyId': None}
38 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Flop/NLHE-6max-EUR-0.01-0.02.201008.Weird.table.character.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/cash/FTP/Flop/NLHE-6max-EUR-0.01-0.02.201008.Weird.table.character.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Flop/NLHE-6max-EUR-0.01-0.02.201008.Weird.table.character.txt.hands:
--------------------------------------------------------------------------------
1 | { 'boardcard1': 0,
2 | 'boardcard2': 0,
3 | 'boardcard3': 0,
4 | 'boardcard4': 0,
5 | 'boardcard5': 0,
6 | 'fileId': 0,
7 | 'gameId': None,
8 | 'gametypeId': 1,
9 | 'id': 7,
10 | 'gsc': None,
11 | 'importTime': None,
12 | 'playersAtShowdown': 0,
13 | 'playersAtStreet1': 0,
14 | 'playersAtStreet2': 0,
15 | 'playersAtStreet3': 0,
16 | 'playersAtStreet4': 0,
17 | 'playersVpi': 1,
18 | 'runIt': False,
19 | 'runItTwice': False,
20 | 'sc': None,
21 | 'seats': 6,
22 | 'sessionId': 1,
23 | 'showdownPot': 0,
24 | 'siteHandNo': u'20000000801',
25 | 'startTime': datetime.datetime(2010, 8, 13, 19, 59, 2, tzinfo=pytz.utc),
26 | 'street0Raises': 1,
27 | 'street1Pot': 0,
28 | 'street1Raises': 0,
29 | 'street2Pot': 0,
30 | 'street2Raises': 0,
31 | 'street3Pot': 0,
32 | 'street3Raises': 0,
33 | 'street4Pot': 0,
34 | 'street4Raises': 0,
35 | 'tableName': u'Douai\u2013Lens',
36 | 'texture': None,
37 | 'tourneyId': None}
38 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Flop/NLHE-6max-USD-25-50.200610.Observed.No.player.stacks.txt:
--------------------------------------------------------------------------------
1 | Full Tilt Poker Game #1083884910: Table Coral Isle (6 max) - $25/$50 - No Limit Hold'em - 17:47:12 ET - 2006/10/09
2 | cinidy lynn posts the small blind of $25
3 | durrrr posts the big blind of $50
4 | The button is in seat #3
5 | *** HOLE CARDS ***
6 | cinidy lynn raises to $1,000, and is all in
7 | durrrr folds
8 | Uncalled bet of $950 returned to cinidy lynn
9 | cinidy lynn mucks
10 | cinidy lynn wins the pot ($100)
11 | *** SUMMARY ***
12 | Total pot $100 | Rake $0
13 | Seat 3: cinidy lynn (small blind) collected ($100), mucked
14 | Seat 4: durrrr (big blind) folded before the Flop
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Flop/NLHE-9max-USD-0.02-0.05.201007.Short.lived.date.format.txt:
--------------------------------------------------------------------------------
1 | Full Tilt Poker Game #22488827305: Table Flash - $0.02/$0.05 - No Limit Hold'em - 15:13 ET - Wed, July 21, 2010
2 | Seat 1: ronaldd1969 ($2.70)
3 | Seat 2: stark00 ($4.41)
4 | Seat 3: T0r3x ($12.97)
5 | Seat 4: yrthligar ($15)
6 | Seat 5: MANUTD ($8.56)
7 | Seat 6: Hero ($2)
8 | Seat 7: vision ($2.97)
9 | Seat 8: shleekom ($2)
10 | Seat 9: proud2Bwhack ($8.77)
11 | MANUTD posts the small blind of $0.02
12 | Hero posts the big blind of $0.05
13 | The button is in seat #4
14 | *** HOLE CARDS ***
15 | Dealt to Hero [Qs 4d]
16 | vision folds
17 | shleekom folds
18 | proud2Bwhack folds
19 | ronaldd1969 folds
20 | stark00 folds
21 | T0r3x folds
22 | yrthligar has 8 seconds left to act
23 | yrthligar has timed out
24 | yrthligar folds
25 | MANUTD folds
26 | Uncalled bet of $0.03 returned to Hero
27 | Hero mucks
28 | Hero wins the pot ($0.04)
29 | *** SUMMARY ***
30 | Total pot $0.04 | Rake $0
31 | Seat 1: ronaldd1969 didn't bet (folded)
32 | Seat 2: stark00 didn't bet (folded)
33 | Seat 3: T0r3x didn't bet (folded)
34 | Seat 4: yrthligar (button) didn't bet (folded)
35 | Seat 5: MANUTD (small blind) folded before the Flop
36 | Seat 6: Hero (big blind) collected ($0.04), mucked
37 | Seat 7: vision didn't bet (folded)
38 | Seat 8: shleekom didn't bet (folded)
39 | Seat 9: proud2Bwhack didn't bet (folded)
40 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Flop/NLHE-9max-USD-0.02-0.05.201007.Short.lived.date.format.txt.hands:
--------------------------------------------------------------------------------
1 | { 'boardcard1': 0,
2 | 'boardcard2': 0,
3 | 'boardcard3': 0,
4 | 'boardcard4': 0,
5 | 'boardcard5': 0,
6 | 'fileId': 0,
7 | 'gameId': None,
8 | 'gametypeId': 6,
9 | 'id': 1,
10 | 'gsc': None,
11 | 'importTime': None,
12 | 'playersAtShowdown': 0,
13 | 'playersAtStreet1': 0,
14 | 'playersAtStreet2': 0,
15 | 'playersAtStreet3': 0,
16 | 'playersAtStreet4': 0,
17 | 'playersVpi': 0,
18 | 'runIt': False,
19 | 'runItTwice': False,
20 | 'sc': None,
21 | 'seats': 9,
22 | 'sessionId': 1,
23 | 'showdownPot': 0,
24 | 'siteHandNo': u'22488827305',
25 | 'startTime': datetime.datetime(2010, 7, 21, 19, 13, tzinfo=pytz.utc),
26 | 'street0Raises': 0,
27 | 'street1Pot': 0,
28 | 'street1Raises': 0,
29 | 'street2Pot': 0,
30 | 'street2Raises': 0,
31 | 'street3Pot': 0,
32 | 'street3Raises': 0,
33 | 'street4Pot': 0,
34 | 'street4Raises': 0,
35 | 'tableName': u'Flash',
36 | 'texture': None,
37 | 'tourneyId': None}
38 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Flop/NLHE-USD-0.05-0.10-201006.Player.sitting.out.but.acting.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/cash/FTP/Flop/NLHE-USD-0.05-0.10-201006.Player.sitting.out.but.acting.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Flop/PLO-6max-USD-0.01-0.02.201003.River.Showdown.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/cash/FTP/Flop/PLO-6max-USD-0.01-0.02.201003.River.Showdown.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Flop/PLO-6max-USD-0.01-0.02.201003.River.Showdown.txt.hands:
--------------------------------------------------------------------------------
1 | { 'boardcard1': 37,
2 | 'boardcard2': 20,
3 | 'boardcard3': 8,
4 | 'boardcard4': 51,
5 | 'boardcard5': 5,
6 | 'fileId': 0,
7 | 'gameId': None,
8 | 'gametypeId': 8,
9 | 'id': 1,
10 | 'gsc': None,
11 | 'importTime': None,
12 | 'playersAtShowdown': 2,
13 | 'playersAtStreet1': 4,
14 | 'playersAtStreet2': 3,
15 | 'playersAtStreet3': 3,
16 | 'playersAtStreet4': 0,
17 | 'playersVpi': 3,
18 | 'runIt': False,
19 | 'runItTwice': False,
20 | 'sc': None,
21 | 'seats': 6,
22 | 'sessionId': 1,
23 | 'showdownPot': 0,
24 | 'siteHandNo': u'18932478237',
25 | 'startTime': datetime.datetime(2010, 3, 3, 16, 37, 56, tzinfo=pytz.utc),
26 | 'street0Raises': 0,
27 | 'street1Pot': 20,
28 | 'street1Raises': 1,
29 | 'street2Pot': 50,
30 | 'street2Raises': 1,
31 | 'street3Pot': 100,
32 | 'street3Raises': 1,
33 | 'street4Pot': 0,
34 | 'street4Raises': 0,
35 | 'tableName': u'Gaines',
36 | 'texture': None,
37 | 'tourneyId': None}
38 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Flop/PLO-6max-USD-0.01-0.02.201003.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/cash/FTP/Flop/PLO-6max-USD-0.01-0.02.201003.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Flop/PLO-6max-USD-25-50.201102.Archive.Cap.BB.walk.txt:
--------------------------------------------------------------------------------
1 | FullTiltPoker Game #28014530000: Table Atable (6 max) - $25/$50 - $2,000 Cap Pot Limit Omaha Hi - 11:00:00 ET - 2011/02/01
2 | Seat 1: Player1 ($2,821)
3 | Seat 2: Player2 ($1,417.50)
4 | Seat 3: Player3 ($6,392)
5 | Seat 5: Player5 ($1,167.50)
6 | Seat 6: Hero ($5,000)
7 | Player5 posts the small blind of $25
8 | Hero posts the big blind of $50
9 | The button is in seat #3
10 | *** HOLE CARDS ***
11 | Dealt to Hero [Tc 6s 8c Kh]
12 | Player1 folds
13 | Player2 folds
14 | Player3 folds
15 | Player5 has 15 seconds left to act
16 | Player5 folds
17 | Uncalled bet of $25 returned to Hero
18 | Hero mucks
19 | Hero wins the pot ($50)
20 | *** SUMMARY ***
21 | Duration 22s
22 | Total pot $50 | Rake $0
23 | Seat 1: Player1 didn't bet (folded)
24 | Seat 2: Player2 didn't bet (folded)
25 | Seat 3: Player3 (button) didn't bet (folded)
26 | Seat 5: Player5 (small blind) folded before the Flop
27 | Seat 6: Hero (big blind) collected ($50)
28 |
29 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Flop/PLO-6max-USD-25-50.201102.Archive.Cap.BB.walk.txt.gt:
--------------------------------------------------------------------------------
1 | ( 1,
2 | 'USD',
3 | 'ring',
4 | 'hold',
5 | 'omahahi',
6 | 'cn',
7 | 'h',
8 | 'none',
9 | 2500,
10 | 5000,
11 | 5000,
12 | 10000,
13 | 6,
14 | 0)
15 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Flop/PLO-6max-USD-25-50.201102.Archive.Cap.BB.walk.txt.hands:
--------------------------------------------------------------------------------
1 | { 'boardcard1': 0,
2 | 'boardcard2': 0,
3 | 'boardcard3': 0,
4 | 'boardcard4': 0,
5 | 'boardcard5': 0,
6 | 'boards': [],
7 | 'fileId': 143,
8 | 'gameId': None,
9 | 'gametypeId': 166,
10 | 'id': 166,
11 | 'gsc': None,
12 | 'id': 1937,
13 | 'importTime': None,
14 | 'playersAtShowdown': 0,
15 | 'playersAtStreet1': 0,
16 | 'playersAtStreet2': 0,
17 | 'playersAtStreet3': 0,
18 | 'playersAtStreet4': 0,
19 | 'playersVpi': 0,
20 | 'runIt': False,
21 | 'runItTwice': False,
22 | 'sc': None,
23 | 'seats': 5,
24 | 'sessionId': None,
25 | 'showdownPot': 0,
26 | 'siteHandNo': u'28014530000',
27 | 'startTime': datetime.datetime(2011, 2, 1, 16, 0, tzinfo=pytz.utc),
28 | 'street0Raises': 0,
29 | 'street1Pot': 0,
30 | 'street1Raises': 0,
31 | 'street2Pot': 0,
32 | 'street2Raises': 0,
33 | 'street3Pot': 0,
34 | 'street3Raises': 0,
35 | 'street4Pot': 0,
36 | 'street4Raises': 0,
37 | 'tableName': u'Atable',
38 | 'texture': None,
39 | 'tourneyId': None}
40 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Stud/7-Stud-USD-3-6-20106.Steal.from.CO.Success.txt:
--------------------------------------------------------------------------------
1 | Full Tilt Poker Game #21536266313: Table Hagan - $3/$6 Ante $0.50 - Limit Stud Hi - 12:06:20 ET - 2010/06/11
2 | Seat 1: bllodshot ($52.50)
3 | Seat 2: kwuiyhw ($48.50)
4 | Seat 3: chasrigg ($284)
5 | Seat 4: goulartarm ($80)
6 | Seat 5: Hero ($223.50)
7 | Seat 7: thebear666 ($87.50)
8 | Seat 8: FILL A RACK ($138)
9 | kwuiyhw antes $0.50
10 | chasrigg antes $0.50
11 | bllodshot antes $0.50
12 | Hero antes $0.50
13 | FILL A RACK antes $0.50
14 | thebear666 antes $0.50
15 | goulartarm antes $0.50
16 | *** 3RD STREET ***
17 | Dealt to bllodshot [9c]
18 | Dealt to kwuiyhw [Kc]
19 | Dealt to chasrigg [2s]
20 | Dealt to goulartarm [2c]
21 | Dealt to Hero [5h 3c] [Td]
22 | Dealt to thebear666 [3h]
23 | Dealt to FILL A RACK [6c]
24 | goulartarm is low with [2c]
25 | goulartarm brings in for $1
26 | Hero folds
27 | thebear666 folds
28 | FILL A RACK folds
29 | bllodshot folds
30 | kwuiyhw completes it to $3
31 | chasrigg folds
32 | goulartarm folds
33 | Uncalled bet of $2 returned to kwuiyhw
34 | kwuiyhw mucks
35 | kwuiyhw wins the pot ($5.50)
36 | *** SUMMARY ***
37 | Total pot $5.50 | Rake $0
38 | Seat 1: bllodshot folded on 3rd St.
39 | Seat 2: kwuiyhw collected ($5.50), mucked
40 | Seat 3: chasrigg folded on 3rd St.
41 | Seat 4: goulartarm folded on 3rd St.
42 | Seat 5: Hero folded on 3rd St.
43 | Seat 7: thebear666 folded on 3rd St.
44 | Seat 8: FILL A RACK folded on 3rd St.
45 |
46 |
47 |
48 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Stud/Razz-USD-0.10-0.20-201012.CCT.and.ET.timeformat.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/cash/FTP/Stud/Razz-USD-0.10-0.20-201012.CCT.and.ET.timeformat.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Stud/Razz-USD-0.10-0.20-201012.CCT.and.ET.timeformat.txt.hands:
--------------------------------------------------------------------------------
1 | { 'boardcard1': 0,
2 | 'boardcard2': 0,
3 | 'boardcard3': 0,
4 | 'boardcard4': 0,
5 | 'boardcard5': 0,
6 | 'fileId': 0,
7 | 'gameId': None,
8 | 'gametypeId': 5,
9 | 'id': 1,
10 | 'gsc': None,
11 | 'importTime': None,
12 | 'playersAtShowdown': 0,
13 | 'playersAtStreet1': 3,
14 | 'playersAtStreet2': 3,
15 | 'playersAtStreet3': 2,
16 | 'playersAtStreet4': 0,
17 | 'playersVpi': 3,
18 | 'runIt': False,
19 | 'runItTwice': False,
20 | 'sc': None,
21 | 'seats': 7,
22 | 'sessionId': 1,
23 | 'showdownPot': 0,
24 | 'siteHandNo': u'26190453000',
25 | 'startTime': datetime.datetime(2010, 12, 7, 9, 10, 10, tzinfo=pytz.utc),
26 | 'street0Raises': 0,
27 | 'street1Pot': 0,
28 | 'street1Raises': 1,
29 | 'street2Pot': 0,
30 | 'street2Raises': 1,
31 | 'street3Pot': 0,
32 | 'street3Raises': 1,
33 | 'street4Pot': 0,
34 | 'street4Raises': 0,
35 | 'tableName': u'Mart',
36 | 'texture': None,
37 | 'tourneyId': None}
38 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Stud/Razz-USD-0.10-0.20-201012.Player6.listed.but.doesnt.act.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/cash/FTP/Stud/Razz-USD-0.10-0.20-201012.Player6.listed.but.doesnt.act.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/FTP/Stud/Razz-USD-0.10-0.20-201012.Player6.listed.but.doesnt.act.txt.hands:
--------------------------------------------------------------------------------
1 | { 'boardcard1': 0,
2 | 'boardcard2': 0,
3 | 'boardcard3': 0,
4 | 'boardcard4': 0,
5 | 'boardcard5': 0,
6 | 'fileId': 0,
7 | 'gameId': None,
8 | 'gametypeId': 1,
9 | 'id': 1,
10 | 'gsc': None,
11 | 'importTime': None,
12 | 'playersAtShowdown': 0,
13 | 'playersAtStreet1': 3,
14 | 'playersAtStreet2': 2,
15 | 'playersAtStreet3': 0,
16 | 'playersAtStreet4': 0,
17 | 'playersVpi': 2,
18 | 'runIt': False,
19 | 'runItTwice': False,
20 | 'sc': None,
21 | 'seats': 7,
22 | 'sessionId': 1,
23 | 'showdownPot': 0,
24 | 'siteHandNo': u'26190500040',
25 | 'startTime': datetime.datetime(2010, 12, 7, 9, 19, tzinfo=pytz.utc),
26 | 'street0Raises': 0,
27 | 'street1Pot': 0,
28 | 'street1Raises': 1,
29 | 'street2Pot': 0,
30 | 'street2Raises': 1,
31 | 'street3Pot': 0,
32 | 'street3Raises': 0,
33 | 'street4Pot': 0,
34 | 'street4Raises': 0,
35 | 'tableName': u'Mart',
36 | 'texture': None,
37 | 'tourneyId': None}
38 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Merge/Draw/3-Draw-Limit-USD-1-2-201104.Sample.with.showdown.txt.gt:
--------------------------------------------------------------------------------
1 | ( 12,
2 | 'USD',
3 | 'ring',
4 | 'draw',
5 | '27_3draw',
6 | 'fl',
7 | 'l',
8 | 'none',
9 | 50,
10 | 100,
11 | 100,
12 | 200,
13 | 6,
14 | 0)
15 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Merge/Draw/3-Draw-Limit-USD-1-2-201104.Sample.with.showdown.txt.hands:
--------------------------------------------------------------------------------
1 | { 'boardcard1': 0,
2 | 'boardcard2': 0,
3 | 'boardcard3': 0,
4 | 'boardcard4': 0,
5 | 'boardcard5': 0,
6 | 'boards': [],
7 | 'fileId': 1,
8 | 'gameId': None,
9 | 'gametypeId': 1,
10 | 'id': 1,
11 | 'importTime': None,
12 | 'playersAtShowdown': 2,
13 | 'playersAtStreet1': 2,
14 | 'playersAtStreet2': 2,
15 | 'playersAtStreet3': 2,
16 | 'playersAtStreet4': 0,
17 | 'playersVpi': 2,
18 | 'runItTwice': False,
19 | 'seats': 2,
20 | 'sessionId': None,
21 | 'showdownPot': 0,
22 | 'siteHandNo': u'3342308214',
23 | 'startTime': datetime.datetime(2011, 4, 19, 9, 11, tzinfo=pytz.utc),
24 | 'street0Raises': 1,
25 | 'street1Pot': 0,
26 | 'street1Raises': 1,
27 | 'street2Pot': 0,
28 | 'street2Raises': 2,
29 | 'street3Pot': 0,
30 | 'street3Raises': 0,
31 | 'street4Pot': 0,
32 | 'street4Raises': 0,
33 | 'tableName': u'Minnehaha (33423082)',
34 | 'texture': None,
35 | 'tourneyId': None}
36 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Merge/Draw/3-Draw-Limit-USD-5-10-201105.All-in.on.second.draw.txt.hands:
--------------------------------------------------------------------------------
1 | { 'boardcard1': 0,
2 | 'boardcard2': 0,
3 | 'boardcard3': 0,
4 | 'boardcard4': 0,
5 | 'boardcard5': 0,
6 | 'boards': [],
7 | 'fileId': 1,
8 | 'gameId': None,
9 | 'gametypeId': 1,
10 | 'gsc': { 'bk': []},
11 | 'id': 1,
12 | 'importTime': None,
13 | 'playersAtShowdown': 2,
14 | 'playersAtStreet1': 2,
15 | 'playersAtStreet2': 2,
16 | 'playersAtStreet3': 2,
17 | 'playersAtStreet4': 0,
18 | 'playersVpi': 2,
19 | 'runItTwice': False,
20 | 'sc': { 'bk': []},
21 | 'seats': 2,
22 | 'sessionId': None,
23 | 'showdownPot': 0,
24 | 'siteHandNo': u'312418256',
25 | 'startTime': datetime.datetime(2011, 1, 31, 22, 42, tzinfo=pytz.utc),
26 | 'street0Raises': 1,
27 | 'street1Pot': 0,
28 | 'street1Raises': 6,
29 | 'street2Pot': 0,
30 | 'street2Raises': 2,
31 | 'street3Pot': 0,
32 | 'street3Raises': 0,
33 | 'street4Pot': 0,
34 | 'street4Raises': 0,
35 | 'tableName': u'Toketee (31241825)',
36 | 'texture': None,
37 | 'tourneyId': None}
38 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Merge/Draw/3-Draw-PL-USD-0.05-0.10-201102.Cancelled.hand.txt:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Merge/Draw/A5-3-Draw-Limit-USD-0.50-1-201105.Sample.txt.gt:
--------------------------------------------------------------------------------
1 | ( 12,
2 | 'USD',
3 | 'ring',
4 | 'draw',
5 | 'a5_3draw',
6 | 'fl',
7 | 'h',
8 | 'none',
9 | 25,
10 | 50,
11 | 50,
12 | 100,
13 | 6,
14 | 0)
15 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Merge/Draw/A5-3-Draw-Limit-USD-0.50-1-201105.Sample.txt.hands:
--------------------------------------------------------------------------------
1 | { 'boardcard1': 0,
2 | 'boardcard2': 0,
3 | 'boardcard3': 0,
4 | 'boardcard4': 0,
5 | 'boardcard5': 0,
6 | 'boards': [],
7 | 'fileId': 1,
8 | 'gameId': None,
9 | 'gametypeId': 1,
10 | 'gsc': { 'bk': []},
11 | 'id': 1,
12 | 'importTime': None,
13 | 'playersAtShowdown': 2,
14 | 'playersAtStreet1': 2,
15 | 'playersAtStreet2': 2,
16 | 'playersAtStreet3': 2,
17 | 'playersAtStreet4': 0,
18 | 'playersVpi': 2,
19 | 'runItTwice': False,
20 | 'sc': { 'bk': []},
21 | 'seats': 4,
22 | 'sessionId': None,
23 | 'showdownPot': 0,
24 | 'siteHandNo': u'3399761133',
25 | 'startTime': datetime.datetime(2011, 5, 3, 16, 14, tzinfo=pytz.utc),
26 | 'street0Raises': 1,
27 | 'street1Pot': 0,
28 | 'street1Raises': 0,
29 | 'street2Pot': 0,
30 | 'street2Raises': 1,
31 | 'street3Pot': 0,
32 | 'street3Raises': 1,
33 | 'street4Pot': 0,
34 | 'street4Raises': 0,
35 | 'tableName': u'Bow Glacier (33997611)',
36 | 'texture': None,
37 | 'tourneyId': None}
38 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Merge/Flop/NLHE-USD-1.00-2.00-201009.addCallandRaise.format.txt:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Merge/Flop/NLO-USD-0.10-0.25-201001.Sample.txt.gt:
--------------------------------------------------------------------------------
1 | (12, 'USD', 'ring', 'hold', 'omahahi', 'nl', 'h', 'none', 10, 25, 25, 50, 6, 0)
2 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Merge/Flop/NLO-USD-0.10-0.25-201001.Sample.txt.hands:
--------------------------------------------------------------------------------
1 | { 'boardcard1': 2,
2 | 'boardcard2': 46,
3 | 'boardcard3': 26,
4 | 'boardcard4': 22,
5 | 'boardcard5': 33,
6 | 'boards': [],
7 | 'fileId': 1,
8 | 'gameId': None,
9 | 'gametypeId': 1,
10 | 'gsc': None,
11 | 'id': 1,
12 | 'importTime': None,
13 | 'playersAtShowdown': 2,
14 | 'playersAtStreet1': 3,
15 | 'playersAtStreet2': 3,
16 | 'playersAtStreet3': 2,
17 | 'playersAtStreet4': 0,
18 | 'playersVpi': 2,
19 | 'runIt': False,
20 | 'runItTwice': False,
21 | 'sc': None,
22 | 'seats': 5,
23 | 'sessionId': None,
24 | 'showdownPot': 0,
25 | 'siteHandNo': u'312263771375',
26 | 'startTime': datetime.datetime(2011, 1, 28, 16, 33, tzinfo=pytz.utc),
27 | 'street0Raises': 0,
28 | 'street1Pot': 75,
29 | 'street1Raises': 0,
30 | 'street2Pot': 175,
31 | 'street2Raises': 1,
32 | 'street3Pot': 425,
33 | 'street3Raises': 1,
34 | 'street4Pot': 0,
35 | 'street4Raises': 0,
36 | 'tableName': u'Uluru (31226377)',
37 | 'texture': None,
38 | 'tourneyId': None}
39 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Merge/Stud/7-Stud-USD-0.50-1.00-201102.Sample.txt.gt:
--------------------------------------------------------------------------------
1 | ( 12,
2 | 'USD',
3 | 'ring',
4 | 'stud',
5 | 'studhi',
6 | 'fl',
7 | 'h',
8 | 'none',
9 | 25,
10 | 50,
11 | 50,
12 | 100,
13 | 9,
14 | 5)
15 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Merge/Stud/7-Stud-USD-0.50-1.00-201102.Sample.txt.hands:
--------------------------------------------------------------------------------
1 | { 'boardcard1': 0,
2 | 'boardcard2': 0,
3 | 'boardcard3': 0,
4 | 'boardcard4': 0,
5 | 'boardcard5': 0,
6 | 'boards': [],
7 | 'fileId': 1,
8 | 'gameId': None,
9 | 'gametypeId': 1,
10 | 'gsc': None,
11 | 'id': 1,
12 | 'importTime': None,
13 | 'playersAtShowdown': 2,
14 | 'playersAtStreet1': 3,
15 | 'playersAtStreet2': 2,
16 | 'playersAtStreet3': 2,
17 | 'playersAtStreet4': 2,
18 | 'playersVpi': 2,
19 | 'runItTwice': False,
20 | 'sc': None,
21 | 'seats': 7,
22 | 'sessionId': None,
23 | 'showdownPot': 0,
24 | 'siteHandNo': u'31423297107',
25 | 'startTime': datetime.datetime(2011, 2, 4, 20, 22, tzinfo=pytz.utc),
26 | 'street0Raises': 0,
27 | 'street1Pot': 0,
28 | 'street1Raises': 1,
29 | 'street2Pot': 0,
30 | 'street2Raises': 1,
31 | 'street3Pot': 0,
32 | 'street3Raises': 0,
33 | 'street4Pot': 0,
34 | 'street4Raises': 0,
35 | 'tableName': u'Hudson (31423297)',
36 | 'texture': None,
37 | 'tourneyId': None}
38 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Microgaming/Flop/NLHE-0.05-0.10-201111.posted.to.play.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/cash/Microgaming/Flop/NLHE-0.05-0.10-201111.posted.to.play.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Microgaming/Flop/NLHE-0.10-0.20-201111.Walk.in.second.bb.txt.gt:
--------------------------------------------------------------------------------
1 | (20, 'EUR', 'ring', 'hold', 'holdem', 'nl', 'h', 'none', 10, 20, 20, 40, 9, 0)
2 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Microgaming/Flop/NLHE-0.10-0.20-201111.Walk.in.second.bb.txt.hands:
--------------------------------------------------------------------------------
1 | { 'boardcard1': 0,
2 | 'boardcard2': 0,
3 | 'boardcard3': 0,
4 | 'boardcard4': 0,
5 | 'boardcard5': 0,
6 | 'boards': [],
7 | 'fileId': 1,
8 | 'gameId': None,
9 | 'gametypeId': 1,
10 | 'id': 1,
11 | 'importTime': None,
12 | 'playersAtShowdown': 0,
13 | 'playersAtStreet1': 0,
14 | 'playersAtStreet2': 0,
15 | 'playersAtStreet3': 0,
16 | 'playersAtStreet4': 0,
17 | 'playersVpi': 0,
18 | 'runItTwice': False,
19 | 'seats': 6,
20 | 'sessionId': None,
21 | 'showdownPot': 0,
22 | 'siteHandNo': u'4155596174',
23 | 'startTime': datetime.datetime(2011, 11, 1, 23, 42, 20),
24 | 'street0Raises': 0,
25 | 'street1Pot': 0,
26 | 'street1Raises': 0,
27 | 'street2Pot': 0,
28 | 'street2Raises': 0,
29 | 'street3Pot': 0,
30 | 'street3Raises': 0,
31 | 'street4Pot': 0,
32 | 'street4Raises': 0,
33 | 'tableName': u'Button 1 - \u20ac20 Max',
34 | 'texture': None,
35 | 'tourneyId': None}
36 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Microgaming/Flop/NLHE-EUR-0.05-0.10-2011011.multi.allin.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/cash/Microgaming/Flop/NLHE-EUR-0.05-0.10-2011011.multi.allin.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/OnGame/Draw/5-Carddraw-PL-USD-1.00-1.00-201111.No.Street.Delimiter.txt:
--------------------------------------------------------------------------------
1 | ***** History for hand R5-192626403-203 *****
2 | Start hand: Fri Nov 18 12:48:10 CET 2011
3 | Table: Flensburg [192626403] (POT_LIMIT FIVE_CARD_DRAW $1/$1, Real money)
4 | User: Hero
5 | Button: seat 1
6 | Players in round: 4
7 | Seat 1: Hero ($98)
8 | Seat 3: Player0 ($22.40)
9 | Seat 6: Player3 ($34.74)
10 | Seat 9: Player1 ($72.27)
11 | Player0 posts big blind ($1)
12 | Player3 posts big blind ($1)
13 | ---
14 | Dealing pocket cards
15 | Dealing to Hero: [Qs, 8c, 5h, Th, 5s]
16 | Player1 raises $3 to $3
17 | Hero folds
18 | Player0 raises $4 to $5
19 | Player3 folds
20 | Player1 calls $2
21 | Player0 changed 2 cards
22 | Player1 changed 3 cards
23 | Player0 bets $5
24 | Player1 folds
25 | ---
26 | Summary:
27 | Main pot: $11 won by Player0 ($10.45)
28 | Rake taken: $0.55
29 | Seat 1: Hero ($98)
30 | Seat 3: Player0 ($27.85), net: +$5.45
31 | Seat 6: Player3 ($33.74), net: -$1
32 | Seat 9: Player1 ($67.27), net: -$5
33 | ***** End of hand R5-192626403-203 *****
34 |
35 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/OnGame/Draw/5-Carddraw-PL-USD-1.00-1.00-201111.No.Street.Delimiter.txt.gt:
--------------------------------------------------------------------------------
1 | ( 5,
2 | 'USD',
3 | 'ring',
4 | 'draw',
5 | 'fivedraw',
6 | 'pl',
7 | 'h',
8 | 'none',
9 | 100,
10 | 100,
11 | 100,
12 | 200,
13 | 10,
14 | 0)
15 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/OnGame/Draw/5-Carddraw-PL-USD-1.00-1.00-201111.No.Street.Delimiter.txt.hands:
--------------------------------------------------------------------------------
1 | { 'boardcard1': 0,
2 | 'boardcard2': 0,
3 | 'boardcard3': 0,
4 | 'boardcard4': 0,
5 | 'boardcard5': 0,
6 | 'boards': [],
7 | 'fileId': 2,
8 | 'gameId': None,
9 | 'gametypeId': 2,
10 | 'id': 42,
11 | 'importTime': None,
12 | 'playersAtShowdown': 0,
13 | 'playersAtStreet1': 2,
14 | 'playersAtStreet2': 0,
15 | 'playersAtStreet3': 0,
16 | 'playersAtStreet4': 0,
17 | 'playersVpi': 2,
18 | 'runItTwice': False,
19 | 'seats': 4,
20 | 'sessionId': None,
21 | 'showdownPot': 0,
22 | 'siteHandNo': u'5192626403203',
23 | 'startTime': datetime.datetime(2011, 11, 18, 11, 48, 10, tzinfo=pytz.utc),
24 | 'street0Raises': 2,
25 | 'street1Pot': 0,
26 | 'street1Raises': 1,
27 | 'street2Pot': 0,
28 | 'street2Raises': 0,
29 | 'street3Pot': 0,
30 | 'street3Raises': 0,
31 | 'street4Pot': 0,
32 | 'street4Raises': 0,
33 | 'tableName': u'Flensburg',
34 | 'texture': None,
35 | 'tourneyId': None}
36 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/OnGame/Flop/LHE-9max-USD-0.50-1.00-201008.All-in.with.showdown.txt:
--------------------------------------------------------------------------------
1 | ***** History for hand R5-75443872-61 *****
2 | Start hand: Wed Aug 18 19:32:32 GMT+0100 2010
3 | Table: someplace [75443872] (LIMIT TEXAS_HOLDEM 0.50/1, Real money)
4 | User: Hero
5 | Button: seat 5
6 | Players in round: 5
7 | Seat 7: player4 (34.70)
8 | Seat 9: player5 (1.05)
9 | Seat 1: Hero (23.90)
10 | Seat 3: player2 (33.95)
11 | Seat 5: player1 (14.20)
12 | player4 posts small blind (0.25)
13 | player5 posts big blind (0.50)
14 | ---
15 | Dealing pocket cards
16 | Dealing to Hero: [Kd, Ks]
17 | Hero raises 1 to 1
18 | player2 folds
19 | player1 calls 1
20 | player4 folds
21 | player5 raises 0.55 to 1.05 [all in]
22 | Hero calls 0.05
23 | player1 calls 0.05
24 | --- Dealing flop [2d, Ad, Th]
25 | Hero bets 0.50
26 | player1 folds
27 | --- Dealing flop [2d, Ad, Th]
28 | --- Dealing turn [8s]
29 | --- Dealing river [7d]
30 | ---
31 | Summary:
32 | Main pot: 3.40 won by Hero (3.25)
33 | Rake taken: $0.15
34 | Seat 7: player4 (34.45), net: -0.25
35 | Seat 9: player5 (0), net: -1.05, [Qd, Qh] (PAIR QUEEN)
36 | Seat 1: Hero (26.10), net: +2.20, [Kd, Ks] (PAIR KING)
37 | Seat 3: player2 (33.95)
38 | Seat 5: player1 (13.15), net: -1.05
39 | ***** End of hand R5-75443872-61 *****
40 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/OnGame/Flop/LHE-HU-USD-100-200-201207.thousand.in.collect.line.txt:
--------------------------------------------------------------------------------
1 | ***** History for hand R5-258035051-21 *****
2 | Start hand: Tue Jul 24 19:12:45 CEST 2012
3 | Table: Waco [258035051] (LIMIT TEXAS_HOLDEM $100/$200, Real money)
4 | User: Hero
5 | Button: seat 3
6 | Players in round: 2 (2)
7 | Seat 3: Hero ($5,496)
8 | Seat 8: Player0 ($3,096)
9 | Hero posts small blind ($50)
10 | Player0 posts big blind ($100)
11 | ---
12 | Dealing pocket cards
13 | Dealing to Hero: [5c, Qc]
14 | Hero raises $150 to $200
15 | Player0 calls $100
16 | --- Dealing flop [9h, 4h, Qh]
17 | Player0 checks
18 | Hero bets $100
19 | Player0 raises $200 to $200
20 | Hero calls $100
21 | --- Dealing turn [7c]
22 | Player0 bets $200
23 | Hero calls $200
24 | --- Dealing river [3d]
25 | Player0 bets $200
26 | Hero raises $400 to $400
27 | Player0 calls $200
28 | ---
29 | Summary:
30 | Main pot: $2,000 won by Hero ($1,999)
31 | Rake taken: $1
32 | Seat 3: Hero ($6,495), net: +$999, [5c, Qc] (PAIR QUEEN)
33 | Seat 8: Player0 ($2,096), net: -$1,000
34 | ***** End of hand R5-258035051-21 *****
35 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/OnGame/Flop/NLHE-10max-USD-0.02-0.04-201102.Speed.table.BWin.txt.gt:
--------------------------------------------------------------------------------
1 | (5, 'EUR', 'ring', 'hold', 'holdem', 'nl', 'h', 'none', 2, 4, 4, 8, 10, 0)
2 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/OnGame/Flop/NLHE-10max-USD-0.02-0.04-201102.Speed.table.BWin.txt.hands:
--------------------------------------------------------------------------------
1 | { 'boardcard1': 36,
2 | 'boardcard2': 16,
3 | 'boardcard3': 50,
4 | 'boardcard4': 49,
5 | 'boardcard5': 48,
6 | 'fileId': 0,
7 | 'gameId': 1,
8 | 'gametypeId': 1,
9 | 'id': 1,
10 | 'gsc': None,
11 | 'importTime': None,
12 | 'playersAtShowdown': 2,
13 | 'playersAtStreet1': 4,
14 | 'playersAtStreet2': 4,
15 | 'playersAtStreet3': 2,
16 | 'playersAtStreet4': 0,
17 | 'playersVpi': 3,
18 | 'runIt': False,
19 | 'runItTwice': False,
20 | 'sc': None,
21 | 'seats': 6,
22 | 'sessionId': 1,
23 | 'showdownPot': 0,
24 | 'siteHandNo': u'52267880036',
25 | 'startTime': datetime.datetime(2011, 2, 13, 13, 14, 4, tzinfo=pytz.utc),
26 | 'street0Raises': 0,
27 | 'street1Pot': 16,
28 | 'street1Raises': 0,
29 | 'street2Pot': 36,
30 | 'street2Raises': 1,
31 | 'street3Pot': 36,
32 | 'street3Raises': 0,
33 | 'street4Pot': 0,
34 | 'street4Raises': 0,
35 | 'tableName': u'Dijon',
36 | 'texture': None,
37 | 'tourneyId': None}
38 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/OnGame/Flop/NLHE-6max-USD-2.00-4.00-201208.thousand.delimiter.txt:
--------------------------------------------------------------------------------
1 | ***** History for hand R5-260041977-287 *****
2 | Start hand: Wed Aug 01 18:09:42 EEST 2012
3 | Table: Tokyo [260041977] (NO_LIMIT TEXAS_HOLDEM $2/$4, Real money)
4 | User: Hero
5 | Button: seat 5
6 | Players in round: 5 (6)
7 | Seat 4: Player0 ($266.50)
8 | Seat 5: Player1 ($1,523.85)
9 | Seat 6: Player2 ($153)
10 | Seat 8: Player3 ($190.50)
11 | Seat 9: Hero ($415.60)
12 | Player2 posts small blind ($2)
13 | Player3 posts big blind ($4)
14 | ---
15 | Dealing pocket cards
16 | Dealing to Hero: [5s, Qh]
17 | Hero folds
18 | Player0 raises $12 to $12
19 | Player1 calls $12
20 | Player2 folds
21 | Player3 folds
22 | --- Dealing flop [Jh, Th, 5c]
23 | Player0 bets $20
24 | Player1 calls $20
25 | --- Dealing turn [Kc]
26 | Player0 bets $40
27 | Player1 raises $100 to $100
28 | Player0 calls $60
29 | --- Dealing river [3s]
30 | Player0 checks
31 | Player1 bets $1,391.85 [all in]
32 | Player0 calls $134.50 [all in]
33 | ---
34 | Summary:
35 | Main pot: $539 won by Player1 ($536)
36 | Rake taken: $3
37 | Seat 4: Player0 ($0), net: -$266.50
38 | Seat 5: Player1 ($1,793.35), net: +$269.50, [Js, Jc] (THREE_OF_A_KIND JACK)
39 | Seat 6: Player2 ($151), net: -$2
40 | Seat 8: Player3 ($186.50), net: -$4
41 | Seat 9: Hero ($415.60)
42 | ***** End of hand R5-260041977-287 *****
43 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/OnGame/Flop/NLHE-6max-play-0.25-0.50-201204.txt:
--------------------------------------------------------------------------------
1 | ***** History for hand R5-232794641-2 *****
2 | Start hand: Fri Apr 13 15:12:34 CEST 2012
3 | Table: Casablanca [232794641] (NO_LIMIT TEXAS_HOLDEM $0.25/$0.50, Play money)
4 | User: Hero
5 | Button: seat 8
6 | Players in round: 4 (6)
7 | Seat 4: Player0 ($41)
8 | Seat 6: Hero ($50)
9 | Seat 7: Player1 ($50)
10 | Seat 8: Player2 ($58.10)
11 | Player0 posts small blind ($0.25)
12 | Hero posts big blind ($0.50)
13 | ---
14 | Dealing pocket cards
15 | Dealing to Hero: [8d, Th]
16 | Player1 folds
17 | Player2 raises $1 to $1
18 | Player0 calls $0.75
19 | Hero raises $1 to $1.50
20 | Player2 raises $1 to $2
21 | Player0 calls $1
22 | Hero calls $0.50
23 | --- Dealing flop [6h, 5c, 5d]
24 | Player0 checks
25 | Hero checks
26 | Player2 bets $56.10 [all in]
27 | Player0 folds
28 | Hero folds
29 | ---
30 | Summary:
31 | Main pot: $6 won by Player2 ($5.70)
32 | Rake taken: $0.30
33 | Seat 4: Player0 ($39), net: -$2
34 | Seat 6: Hero ($48), net: -$2
35 | Seat 7: Player1 ($50)
36 | Seat 8: Player2 ($61.80), net: +$3.70
37 | ***** End of hand R5-232794641-2 *****
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/OnGame/Flop/NLHE-9max-USD-0.05-0.10-201008.Betfair.Skin.txt:
--------------------------------------------------------------------------------
1 | ***** History for hand R5-70000684-006 *****
2 | Start hand: Wed Aug 11 03:21:00 GMT+0100 2010
3 | Table: Kassel [73910684] (NO_LIMIT TEXAS_HOLDEM 0.05/0.10, Real money)
4 | User: Hero
5 | Button: seat 8
6 | Players in round: 5
7 | Seat 9: Player1 (4.35)
8 | Seat 3: Player0 (10.90)
9 | Seat 5: Player2 (12.88)
10 | Seat 6: Hero (14.18)
11 | Seat 8: Player4 (9)
12 | Player1 posts small blind (0.05)
13 | Player0 posts big blind (0.10)
14 | ---
15 | Dealing pocket cards
16 | Dealing to Hero: [6s, 7h]
17 | Player2 folds
18 | Hero folds
19 | Player4 raises 0.30 to 0.30
20 | Player1 calls 0.25
21 | Player0 folds
22 | --- Dealing flop [8c, Ts, 4d]
23 | Player1 checks
24 | Player4 checks
25 | --- Dealing turn [Ac]
26 | Player1 bets 0.10
27 | Player4 calls 0.10
28 | --- Dealing river [5d]
29 | Player1 bets 0.10
30 | Player4 folds
31 | ---
32 | Summary:
33 | Main pot: 0.90 won by Player1 (0.86)
34 | Rake taken: $0.04
35 | Seat 9: Player1 (4.81), net: +0.46
36 | Seat 3: Player0 (10.80), net: -0.10
37 | Seat 5: Player2 (12.88)
38 | Seat 6: Hero (14.18)
39 | Seat 8: Player4 (8.60), net: -0.40
40 | ***** End of hand R5-73910684-276 *****
41 |
42 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/OnGame/Flop/NLHE-9max-USD-0.05-0.10-201009.Dead.Small.Blind.txt:
--------------------------------------------------------------------------------
1 | ***** History for hand R5-79836934-72 *****
2 | Start hand: Sat Sep 4 05:34:19 GMT+0100 2010
3 | Table: Bnei Brak [79836934] (NO_LIMIT TEXAS_HOLDEM $0.05/$0.10, Real money)
4 | User: Hero
5 | Button: seat 10
6 | Players in round: 2
7 | Seat 1: feradf ($6.86)
8 | Seat 10: Hero ($15.44)
9 | Hero posts big blind ($0.10)
10 | Hero posts dead blind ($0.05)
11 | feradf posts big blind ($0.10)
12 | ---
13 | Dealing pocket cards
14 | Dealing to Hero: [Qh, 4h]
15 | Hero raises $0.20 to $0.30
16 | feradf calls $0.20
17 | --- Dealing flop [6c, Qs, 7h]
18 | feradf checks
19 | Hero bets $0.45
20 | feradf folds
21 | ---
22 | Summary:
23 | Main pot: $0.65 won by Hero ($0.62)
24 | Rake taken: $0.03
25 | Seat 1: feradf ($6.56), net: -$0.30
26 | Seat 10: Hero ($15.71), net: +$0.27
27 | ***** End of hand R5-79836934-72 *****
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/OnGame/Flop/PLO-6max-EUR-1-1-2011002.Sample.txt:
--------------------------------------------------------------------------------
1 | ***** History for hand R5-21973400-50 *****
2 | Start hand: Mon Feb 7 15:22:00 GMT+0100 2011
3 | Table: Oullins [21973414] (POT_LIMIT OMAHA_HI €1/€1, Real money)
4 | User: Hero
5 | Button: seat 7
6 | Players in round: 6
7 | Seat 8: Player8 (€89)
8 | Seat 10: Hero (€100)
9 | Seat 2: Player2 (€50)
10 | Seat 3: Player3 (€93.50)
11 | Seat 5: Player5 (€86.15)
12 | Seat 7: Player7 (€149.40)
13 | Player8 posts small blind (€0.50)
14 | Hero posts big blind (€1)
15 | ---
16 | Dealing pocket cards
17 | Dealing to Hero: [3c, 7c, 4c, 5h]
18 | Player2 calls €1
19 | Player3 raises €4.50 to €4.50
20 | Player5 folds
21 | Player7 calls €4.50
22 | Player8 calls €4
23 | Hero calls €3.50
24 | Player2 folds
25 | --- Dealing flop [7s, 4d, 3h]
26 | Player8 checks
27 | Hero bets €12
28 | Player3 calls €12
29 | Player7 folds
30 | Player8 folds
31 | --- Dealing turn [6d]
32 | Hero bets €21.50
33 | Player3 folds
34 | ---
35 | Summary:
36 | Main pot: €43 won by Hero (€40.85)
37 | Rake taken: €2.15
38 | Seat 8: Player8 (€84.50), net: -€4.50
39 | Seat 10: Hero (€124.35), net: +€24.35
40 | Seat 2: Player2 (€49), net: -€1
41 | Seat 3: Player3 (€77), net: -€16.50
42 | Seat 5: Player5 (€86.15)
43 | Seat 7: Player7 (€144.90), net: -€4.50
44 | ***** End of hand R5-21973414-50 *****
45 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/PacificPoker/Flop/888-FHE-USD-5-10-201203.all.in.blind.txt:
--------------------------------------------------------------------------------
1 | #Game No : 418361264
2 | ***** Cassava Hand History for Game 418361264 *****
3 | $5/$10 Blinds Fix Limit Holdem - *** 04 03 2012 15:32:21
4 | Table Hokkaido (Real Money)
5 | Seat 6 is the button
6 | Total number of players : 4
7 | Seat 2: Player0 ( $10 )
8 | Seat 4: Player1 ( $1,728.25 )
9 | Seat 6: Hero ( $527 )
10 | Seat 9: Player2 ( $615 )
11 | Player2 posts small blind [$5]
12 | Player0 posts big blind [$10]
13 | ** Dealing down cards **
14 | Dealt to Hero [ Td, Qd ]
15 | Player1 folds
16 | Hero raises [$20]
17 | Player2 folds
18 | ** Dealing flop ** [ 8s, As, 2d ]
19 | ** Dealing turn ** [ 6h ]
20 | ** Dealing river ** [ 5d ]
21 | ** Summary **
22 | Player0 shows [ 2c, Ts ]
23 | Hero shows [ Td, Qd ]
24 | Player0 collected [ $23.75 ]
25 | Hero collected [ $10 ]
26 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/PacificPoker/Flop/888-FLH-PM-0.50-1.00-HeroLoses18.txt.gt:
--------------------------------------------------------------------------------
1 | ( 10,
2 | 'play',
3 | 'ring',
4 | 'hold',
5 | 'holdem',
6 | 'fl',
7 | 'h',
8 | 'none',
9 | 50,
10 | 100,
11 | 100,
12 | 200,
13 | 10,
14 | 0)
15 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/PacificPoker/Flop/888-FLH-PM-0.50-1.00-HeroLoses18.txt.hands:
--------------------------------------------------------------------------------
1 | { 'boardcard1': 22,
2 | 'boardcard2': 42,
3 | 'boardcard3': 26,
4 | 'boardcard4': 9,
5 | 'boardcard5': 52,
6 | 'boards': [],
7 | 'fileId': 1,
8 | 'gameId': None,
9 | 'gametypeId': 1,
10 | 'id': 1,
11 | 'importTime': None,
12 | 'playersAtShowdown': 5,
13 | 'playersAtStreet1': 6,
14 | 'playersAtStreet2': 6,
15 | 'playersAtStreet3': 5,
16 | 'playersAtStreet4': 0,
17 | 'playersVpi': 6,
18 | 'runItTwice': False,
19 | 'seats': 8,
20 | 'sessionId': None,
21 | 'showdownPot': 0,
22 | 'siteHandNo': u'441790927',
23 | 'startTime': datetime.datetime(2011, 3, 21, 23, 41, 31, tzinfo=pytz.utc),
24 | 'street0Raises': 3,
25 | 'street1Pot': 4850,
26 | 'street1Raises': 4,
27 | 'street2Pot': 8062,
28 | 'street2Raises': 4,
29 | 'street3Pot': 8862,
30 | 'street3Raises': 1,
31 | 'street4Pot': 0,
32 | 'street4Raises': 0,
33 | 'tableName': u'Jerusalem',
34 | 'texture': None,
35 | 'tourneyId': None}
36 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/PacificPoker/Flop/888-LHE-HU-USD-10-20-201202.cancelled.hand.txt:
--------------------------------------------------------------------------------
1 | #Game No : 414375633
2 | ***** Cassava Hand History for Game 414375633 *****
3 | $5/$10 Blinds Fix Limit Holdem - *** 18 02 2012 00:00:12
4 | Table Koblenz (Real Money)
5 | Seat 6 is the button
6 | Total number of players : 2
7 | Seat 6: Player0 ( $665 )
8 | Seat 8: Player1 ( $430 )
9 | Player0 posts small blind [$5]
10 | Player1 folds
11 | ** Summary **
12 | Player0 collected [ $5 ]
13 |
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/PacificPoker/Flop/888-LHE-USD-0.01-0.02.txt:
--------------------------------------------------------------------------------
1 | #Game No : 311162661
2 | ***** Cassava Hand History for Game 311162661 *****
3 | $0.01/$0.02 Blinds Fix Limit Holdem - *** 08 03 2011 13:31:55
4 | Table Guarapuava (Real Money)
5 | Seat 2 is the button
6 | Total number of players : 4
7 | Seat 2: Barrydos ( $2.13 )
8 | Seat 4: wanagu22 ( $0.39 )
9 | Seat 9: SkiNNeR14 ( $0.04 )
10 | Seat 10: pokergallo ( $2.27 )
11 | wanagu22 posts small blind [$0.01]
12 | SkiNNeR14 posts big blind [$0.02]
13 | ** Dealing down cards **
14 | pokergallo calls [$0.02]
15 | Barrydos calls [$0.02]
16 | wanagu22 calls [$0.01]
17 | SkiNNeR14 raises [$0.02]
18 | pokergallo calls [$0.02]
19 | Barrydos calls [$0.02]
20 | wanagu22 calls [$0.02]
21 | ** Dealing flop ** [ 4d, 5h, 9d ]
22 | wanagu22 bets [$0.02]
23 | pokergallo calls [$0.02]
24 | Barrydos calls [$0.02]
25 | ** Dealing turn ** [ 5c ]
26 | wanagu22 bets [$0.04]
27 | pokergallo calls [$0.04]
28 | Barrydos raises [$0.08]
29 | wanagu22 calls [$0.04]
30 | pokergallo calls [$0.04]
31 | ** Dealing river ** [ 6c ]
32 | wanagu22 bets [$0.04]
33 | pokergallo folds
34 | Barrydos calls [$0.04]
35 | ** Summary **
36 | wanagu22 shows [ 7d, 5d ]
37 | SkiNNeR14 shows [ As, 5s ]
38 | Barrydos mucks [ 4s, Ac ]
39 | SkiNNeR14 collected [ $0.16 ]
40 | wanagu22 collected [ $0.36 ]
41 |
42 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/PacificPoker/Flop/888-NLHE-USD-0.01-0.02-201107.non.english.post.both.txt:
--------------------------------------------------------------------------------
1 | #Game No : 332877236
2 | ***** Cassava Hand History for Game 332877236 *****
3 | 0,01 $/0,02 $ Blinds No Limit Holdem - *** 15 07 2011 15:18:32
4 | Table Manzanillo (Real Money)
5 | Seat 5 is the button
6 | Total number of players : 6
7 | Seat 1: Player0 ( 2 $ )
8 | Seat 3: Player1 ( 0,55 $ )
9 | Seat 4: Player2 ( 0,49 $ )
10 | Seat 5: Player3 ( 0,38 $ )
11 | Seat 6: Hero ( 2 $ )
12 | Seat 7: Player4 ( 1,14 $ )
13 | Hero posts small blind [0,01 $]
14 | Player4 posts big blind [0,02 $]
15 | Player1 posts dead blind [0,01 $ + 0,02 $]
16 | ** Dealing down cards **
17 | Dealt to Hero [ 8Pik, QPik ]
18 | Player0 folds
19 | Player1 checks
20 | Player2 folds
21 | Player3 raises [0,38 $]
22 | Hero folds
23 | Player4 folds
24 | Player1 folds
25 | ** Summary **
26 | Player3 collected [ 0,08 $ ]
27 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/PacificPoker/Flop/888-NLHE-USD-0.01-0.02.txt:
--------------------------------------------------------------------------------
1 | #Game No : 172275663
2 | ***** Cassava Hand History for Game 172275663 *****
3 | $0.01/$0.02 Blinds No Limit Holdem - *** 04 02 2011 11:27:06
4 | Table Huelva (Real Money)
5 | Seat 10 is the button
6 | Total number of players : 8
7 | Seat 1: Aussie_No.1 ( $2.58 )
8 | Seat 2: loffelj ( $4.14 )
9 | Seat 3: campdog14 ( $1.37 )
10 | Seat 5: Mendya. ( $2 )
11 | Seat 6: Borr_09 ( $0.22 )
12 | Seat 7: roughvan ( $1.23 )
13 | Seat 9: border360 ( $2.34 )
14 | Seat 10: guerrillero7 ( $1.97 )
15 | Aussie_No.1 posts small blind [$0.01]
16 | loffelj posts big blind [$0.02]
17 | campdog14 posts dead blind [$0.01 + $0.02]
18 | Mendya. posts dead blind [$0.01 + $0.02]
19 | ** Dealing down cards **
20 | Dealt to Borr_09 [ Ad, 5c ]
21 | campdog14 checks
22 | Mendya. checks
23 | Borr_09 folds
24 | roughvan folds
25 | border360 folds
26 | guerrillero7 folds
27 | Aussie_No.1 calls [$0.01]
28 | loffelj checks
29 | ** Dealing flop ** [ 4s, Ac, 7h ]
30 | Aussie_No.1 checks
31 | loffelj checks
32 | campdog14 checks
33 | Mendya. bets [$0.06]
34 | Aussie_No.1 folds
35 | loffelj folds
36 | campdog14 calls [$0.06]
37 | ** Dealing turn ** [ 4h ]
38 | campdog14 checks
39 | Mendya. checks
40 | ** Dealing river ** [ 4c ]
41 | campdog14 checks
42 | Mendya. bets [$0.15]
43 | campdog14 calls [$0.15]
44 | ** Summary **
45 | Mendya. shows [ Kd, 7c ]
46 | campdog14 shows [ 7s, 5s ]
47 | campdog14 collected [ $0.24 ]
48 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/PacificPoker/Flop/888-NLHE-USD-0.02-0.04-201107.russian.cards.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/cash/PacificPoker/Flop/888-NLHE-USD-0.02-0.04-201107.russian.cards.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/PacificPoker/Flop/888-NLHE-USD-5-10-201205.uncalled.non.blind.txt:
--------------------------------------------------------------------------------
1 | #Game No : 171407432
2 | ***** Cassava Hand History for Game 171407432 *****
3 | 5$/10$ Blinds No Limit Holdem - *** 04 05 2012 07:59:45
4 | Table Frisco (Real Money)
5 | Seat 1 is the button
6 | Total number of players : 4
7 | Seat 1: Hero ( 50$ )
8 | Seat 2: Player0 ( 222,75$ )
9 | Seat 6: Player1 ( 227$ )
10 | Seat 7: Player2 ( 284,48$ )
11 | Player0 posts small blind [5$]
12 | Player1 posts big blind [10$]
13 | ** Dealing down cards **
14 | Dealt to Hero [ 6c, 4d ]
15 | Player2 raises [284,48$]
16 | Hero folds
17 | Player0 folds
18 | Player1 folds
19 | ** Summary **
20 | Player2 collected [ 299,48$ ]
21 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/PartyPoker/Flop/LHE-6max-USD-15-30-201104.live.second.sb.txt:
--------------------------------------------------------------------------------
1 | Game #10398176832 starts.
2 |
3 | #Game No : 10398176832
4 | ***** Hand History for Game 10398176832 *****
5 | $15/$30 USD Texas Hold'em - Monday, April 25, 09:42:13 BST 2011
6 | Table Table 125413 (Real Money)
7 | Seat 3 is the button
8 | Total number of players : 4/6
9 | Seat 3: Player0 ( $964 USD )
10 | Seat 5: Hero ( $905 USD )
11 | Seat 6: Player1 ( $150 USD )
12 | Seat 4: Player2 ( $638.50 USD )
13 | Player2 posts small blind [$10 USD].
14 | Hero posts big blind [$15 USD].
15 | Player1 posts small blind [$10 USD].
16 | ** Dealing down cards **
17 | Dealt to Hero [ 9c Ad ]
18 | Player1 calls [$5 USD]
19 | Player0 folds
20 | Player2 folds
21 | Hero raises [$15 USD]
22 | Player1 calls [$15 USD]
23 | ** Dealing Flop ** [ Ah, 2h, Kh ]
24 | Hero bets [$15 USD]
25 | Player1 raises [$30 USD]
26 | Hero raises [$30 USD]
27 | Player1 calls [$15 USD]
28 | ** Dealing Turn ** [ 5h ]
29 | Hero checks
30 | Player1 bets [$30 USD]
31 | Hero calls [$30 USD]
32 | ** Dealing River ** [ 7c ]
33 | Hero checks
34 | Player1 bets [$30 USD]
35 | Hero calls [$30 USD]
36 | Player1 shows [ Th, 5c ]a flush, Ace high.
37 | Hero doesn't show [ 9c, Ad ]a pair of Aces.
38 | Player1 wins $278 USD from the main pot with a flush, Ace high.
39 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/PartyPoker/Flop/LO8-USD-20-40.201201.limit3format.txt:
--------------------------------------------------------------------------------
1 | Game #11354414824 starts.
2 |
3 | #Game No : 11354414824
4 | ***** Hand History for Game 11354414824 *****
5 | $20/$40 USD FL Omaha Hi-Lo - Thursday, January 26, 18:13:53 EST 2012
6 | Table Table 125516 (Real Money)
7 | Seat 9 is the button
8 | Total number of players : 2/10
9 | Seat 10: Player0 ( $200 USD )
10 | Seat 9: Player1 ( $300 USD )
11 | Player1 posts small blind [$10 USD].
12 | Player0 posts big blind [$20 USD].
13 | ** Dealing down cards **
14 | Dealt to Player0 [ 7d Ah 6s 2h ]
15 | Player1 raises [$30 USD]
16 | Player0 raises [$40 USD]
17 | Player1 raises [$40 USD]
18 | Player0 calls [$20 USD]
19 | ** Dealing Flop ** [ Qh, Kd, 6d ]
20 | Player0 checks
21 | Player1 bets [$20 USD]
22 | Player0 calls [$20 USD]
23 | ** Dealing Turn ** [ Qs ]
24 | Player0 checks
25 | Player1 bets [$40 USD]
26 | Player0 folds
27 | Player1 does not show cards.
28 | Player1 wins $239 USD
29 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/PartyPoker/Flop/NLDHE-USD-0.01-0.02-201205.double.holdem.txt:
--------------------------------------------------------------------------------
1 | #Game No : 11764881345
2 | ***** Hand History for Game 11764881345 *****
3 | $2 USD NL Double Hold'em - Monday, May 21, 16:56:05 MSKS 2012
4 | Table Snow (Real Money)
5 | Seat 5 is the button
6 | Total number of players : 4/10
7 | Seat 5: Player0 ( $2 USD )
8 | Seat 7: Hero ( $2.85 USD )
9 | Seat 9: Player1 ( $8.63 USD )
10 | Seat 4: Player2 ( $2.99 USD )
11 | Hero posts small blind [$0.01 USD].
12 | Player1 posts big blind [$0.02 USD].
13 | ** Dealing down cards **
14 | Dealt to Hero [ 2c As 6h ]
15 | Player2 calls [$0.02 USD]
16 | Player0 folds
17 | Hero folds
18 | Player1 checks
19 | ** Dealing Flop ** [ Qd, Jh, 6d ]
20 | Player1 - Selects point card
21 | Player1 bets [$0.02 USD]
22 | Player2 - Selects point card
23 | Player2 calls [$0.02 USD]
24 | ** Dealing Turn ** [ 9s ]
25 | Player1 bets [$0.02 USD]
26 | Player2 calls [$0.02 USD]
27 | ** Dealing River ** [ Jd ]
28 | Player1 checks
29 | Player2 checks
30 | Player1 shows [ 4c, Qh, 8c ]two pairs, Queens and Jacks.
31 | Player2 doesn't show [ 5c, Kd, 6c ]two pairs, Jacks and Sixes.
32 | Player1 wins $0.13 USD from the main pot with two pairs, Queens and Jacks.
33 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/PartyPoker/Flop/NLHE-0.02-0.04-USD-201207.players.joining.leaving.txt:
--------------------------------------------------------------------------------
1 | #Game No : 11970291958
2 | ***** Hand History for Game 11970291958 *****
3 | $4 USD NL Texas Hold'em - Tuesday, July 31, 21:08:37 YEKST 2012
4 | Table Buonmathuot (Real Money)
5 | Seat 8 is the button
6 | Total number of players : 9/9
7 | Seat 6: Player0 ( $3.96 USD )
8 | Seat 5: Player1 ( $4 USD )
9 | Seat 3: Hero ( $3.94 USD )
10 | Seat 8: Player2 ( $3.84 USD )
11 | Seat 9: Player3 ( $4.53 USD )
12 | Seat 1: Player4 ( $3.72 USD )
13 | Seat 7: Player5 ( $6.07 USD )
14 | Seat 2: Player6 ( $0 USD )
15 | Seat 4: Player7 ( $3.57 USD )
16 | Player3 posts small blind [$0.02 USD].
17 | Player6 has left the table.
18 | Player8 has joined the table.
19 | Player4 is sitting out
20 | Player8 posts big blind [$0.04 USD].
21 | ** Dealing down cards **
22 | Dealt to Hero [ 4h 2h ]
23 | Hero folds
24 | Player0 folds
25 | Player5 folds
26 | Player2 folds
27 | Player3 calls [$0.02 USD]
28 | Player8 checks
29 | ** Dealing Flop ** [ 8s, 7d, 4d ]
30 | Player3 bets [$0.04 USD]
31 | Player8 folds
32 | Player3 does not show cards.
33 | Player3 wins $0.12 USD
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/PartyPoker/Flop/NLHE-6max-USD-0.02-0.04-201209.club.wpt.format.txt:
--------------------------------------------------------------------------------
1 | Game #12085686644 starts.
2 |
3 | #Game No : 12085686644
4 | ***** Hand History for Game 12085686644 *****
5 | $5 USD NL Texas Hold'em - Saturday, September 08, 15:40:50 EDT 2012
6 | Table Supersonic (Real Money)
7 | Seat 1 is the button
8 | Total number of players : 6/6
9 | Seat 5: Player0 ( $1.66 USD )
10 | Seat 6: Player1 ( $6.14 USD )
11 | Seat 3: Hero ( $4 USD )
12 | Seat 4: Player2 ( $17.28 USD )
13 | Seat 2: Player3 ( $2.29 USD )
14 | Seat 1: Player4 ( $1.56 USD )
15 | Player3 posts small blind [$0.02 USD].
16 | Hero posts big blind [$0.04 USD].
17 | ** Dealing down cards **
18 | Dealt to Hero [ Jh Kh ]
19 | Player2 folds
20 | Player0 calls [$0.04 USD]
21 | Player1 folds
22 | Player4 folds
23 | Player3 folds
24 | Hero raises [$0.08 USD]
25 | Player0 calls [$0.08 USD]
26 | ** Dealing Flop ** [ 8s, Jd, 5h ]
27 | Hero bets [$0.18 USD]
28 | Player0 folds
29 | Hero does not show cards.
30 | Hero wins $0.43 USD
31 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/PartyPoker/Flop/NLHE-6max-USD-0.05-0.10-201209.silent.post.both.txt:
--------------------------------------------------------------------------------
1 | #Game No : 14067958
2 | ***** Hand History for Game 14067958 *****
3 | $10 USD NL Texas Hold'em - Monday, September 3, 00:26:18 ET 2012
4 | Table Gibuti1 (Real Money)
5 | Seat 3 is the button
6 | Total number of players : 6
7 | Seat 1: Player0 ( $5.87 USD )
8 | Seat 2: Player1 ( $9.72 USD )
9 | Seat 3: Player2 ( $14.77 USD )
10 | Seat 4: Hero ( $10.51 USD )
11 | Seat 5: Player3 ( $15.76 USD )
12 | Seat 6: Player4 ( $7.36 USD )
13 | Player3 posts small blind [$0.05 USD].
14 | Player4 posts big blind [$0.10 USD].
15 | ** Dealing down cards **
16 | Player0 folds.
17 | Player1 calls [$0.10 USD].
18 | Player2 checks.
19 | Hero folds.
20 | Player3 folds.
21 | Player4 checks.
22 | ** Dealing Flop ** [ Td, Qc, 6d ]
23 | Player4 checks.
24 | Player1 checks.
25 | Player2 checks.
26 | ** Dealing Turn ** [ 8s ]
27 | Player4 checks.
28 | Player1 checks.
29 | Player2 checks.
30 | ** Dealing River ** [ 5d ]
31 | Player4 bets [$0.20 USD].
32 | Player1 folds.
33 | Player2 folds.
34 | Player0 does not show cards.
35 | Player1 does not show cards.
36 | Player2 does not show cards.
37 | Hero does not show cards.
38 | Player3 does not show cards.
39 | Player4 does not show cards.
40 | Player4 wins $0.58 USD
41 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/PartyPoker/Flop/NLHE-EUR-0.05-0.10-201011.Sample.txt:
--------------------------------------------------------------------------------
1 | Game #9864152000 starts.
2 |
3 | #Game No : 9864152000
4 | ***** Hand History for Game 9864152000 *****
5 | €10 EUR NL Texas Hold'em - Sunday, November 21, 19:00:00 CET 2010
6 | Table Table 183347 (Real Money)
7 | Seat 1 is the button
8 | Total number of players : 5/6
9 | Seat 3: Hero ( €10 EUR )
10 | Seat 6: Player6 ( €16.49 EUR )
11 | Seat 4: Player4 ( €10.73 EUR )
12 | Seat 1: Player1 ( €8.56 EUR )
13 | Seat 2: Player2 ( €4.90 EUR )
14 | Player2 posts small blind [€0.05 EUR].
15 | Hero posts big blind [€0.10 EUR].
16 | ** Dealing down cards **
17 | Dealt to Hero [ Ah Kc ]
18 | Player4 calls [€0.10 EUR]
19 | Player6 calls [€0.10 EUR]
20 | Player1 calls [€0.10 EUR]
21 | Player2 calls [€0.05 EUR]
22 | Hero raises [€0.56 EUR]
23 | Player4 folds
24 | Player6 folds
25 | Player1 folds
26 | Player2 calls [€0.56 EUR]
27 | ** Dealing Flop ** [ 5s, 9d, Ad ]
28 | Player2 checks
29 | Hero bets [€1.52 EUR]
30 | Player2 folds
31 | Hero does not show cards.
32 | Hero wins €3.04 EUR
33 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/PartyPoker/Flop/NLHE-EUR-6max-0.10-0.25-201112.post.both.txt:
--------------------------------------------------------------------------------
1 | Game #11253035050 starts.
2 |
3 | #Game No : 11253035050
4 | ***** Hand History for Game 11253035050 *****
5 | €25 EUR NL Texas Hold'em - Friday, December 30, 20:52:00 CET 2011
6 | Table Table 187339 (Real Money)
7 | Seat 6 is the button
8 | Total number of players : 6/6
9 | Seat 4: Player2 ( €33.43 EUR )
10 | Seat 5: Player5 ( €20 EUR )
11 | Seat 2: Player4 ( €25.35 EUR )
12 | Seat 1: Player0 ( €25.28 EUR )
13 | Seat 6: Player1 ( €30.38 EUR )
14 | Seat 3: Player3 ( €72.87 EUR )
15 | Player0 posts small blind [€0.10 EUR].
16 | Player3 posts big blind [€0.25 EUR].
17 | Player5 posts big blind + dead [0,35 €].
18 | ** Dealing down cards **
19 | Dealt to Player0 [ Jh 9c ]
20 | Player2 folds
21 | Player5 raises [€0.75 EUR]
22 | Player1 folds
23 | Player0 folds
24 | Player3 calls [€0.75 EUR]
25 | ** Dealing Flop ** [ 5s, Jc, 7c ]
26 | Player3 checks
27 | Player5 bets [€2.06 EUR]
28 | Player3 folds
29 | Player5 does not show cards.
30 | Player5 wins €4.12 EUR
31 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/PartyPoker/Flop/NLHE-USD-0.01-0.02-20100731.bigBlindIsForcedAllIn.txt:
--------------------------------------------------------------------------------
1 | Game #9485557849 starts.
2 |
3 | #Game No : 9485557849
4 | ***** Hand History for Game 9485557849 *****
5 | $0.80 USD NL Texas Hold'em - Saturday, July 31, 13:52:16 EDT 2010
6 | Table 20BB Min Speed #1770998 (Real Money)
7 | Seat 1 is the button
8 | Total number of players : 4/9
9 | Seat 3: Hero ( $1.64 USD )
10 | Seat 5: Player2 ( $0.01 USD )
11 | Seat 9: Player3 ( $1.02 USD )
12 | Seat 1: Player4 ( $1.20 USD )
13 | Hero posts small blind [$0.01 USD].
14 | Player2 posts big blind [$0.01 USD].
15 | ** Dealing down cards **
16 | Dealt to Hero [ 8h Kc ]
17 | Player3 folds
18 | Player4 calls [$0.02 USD]
19 | Hero calls [$0.01 USD]
20 | ** Dealing Flop ** [ Td, 7c, 9h ]
21 | Hero checks
22 | Player4 checks
23 | ** Dealing Turn ** [ 3h ]
24 | Hero checks
25 | Player4 checks
26 | ** Dealing River ** [ Jc ]
27 | Hero bets [$0.04 USD]
28 | Player4 folds
29 | Hero shows [ 8h, Kc ]a straight, Seven to Jack.
30 | Player2 doesn't show [ Ts, Jd ]two pairs, Jacks and Tens.
31 | Hero wins $0.06 USD from the side pot 1 with a straight, Seven to Jack.
32 | Hero wins $0.03 USD from the main pot with a straight, Seven to Jack.
33 | Player2 has left the table.
34 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/PartyPoker/Flop/NLHE-USD-0.01-0.02-201008.Sample.txt:
--------------------------------------------------------------------------------
1 | Game #9582251255 starts.
2 |
3 | #Game No : 9582251255
4 | ***** Hand History for Game 9582251255 *****
5 | $2 USD NL Texas Hold'em - Monday, August 30, 16:08:09 EDT 2010
6 | Table Speed #1769729 (Real Money)
7 | Seat 6 is the button
8 | Total number of players : 6/9
9 | Seat 9: Lisypoker ( $3.57 USD )
10 | Seat 6: Tortozendo ( $2.14 USD )
11 | Seat 8: Hero ( $2.06 USD )
12 | Seat 1: potikuus ( $0.44 USD )
13 | Seat 4: romkarnb ( $0.80 USD )
14 | Seat 7: suicini03 ( $1.44 USD )
15 | suicini03 posts small blind [$0.01 USD].
16 | Hero posts big blind [$0.02 USD].
17 | ** Dealing down cards **
18 | Dealt to Hero [ Js Th ]
19 | Lisypoker folds
20 | potikuus folds
21 | Tortozendo raises [$0.08 USD]
22 | suicini03 calls [$0.07 USD]
23 | Hero calls [$0.06 USD]
24 | ** Dealing Flop ** [ As, 6h, Qc ]
25 | suicini03 checks
26 | Hero bets [$0.10 USD]
27 | Tortozendo folds
28 | suicini03 calls [$0.10 USD]
29 | ** Dealing Turn ** [ Td ]
30 | suicini03 checks
31 | Hero checks
32 | ** Dealing River ** [ Ac ]
33 | suicini03 checks
34 | Hero bets [$0.12 USD]
35 | suicini03 calls [$0.12 USD]
36 | Hero shows [ Js, Th ]two pairs, Aces and Tens.
37 | suicini03 shows [ Qh, Jd ]two pairs, Aces and Queens.
38 | suicini03 wins $0.65 USD from the main pot with two pairs, Aces and Queens.
39 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/PartyPoker/Flop/NLHE-USD-0.01-0.02-20100807.newPlayerWithZeroStack.txt:
--------------------------------------------------------------------------------
1 | Game #9507514114 starts.
2 |
3 | #Game No : 9507514114
4 | ***** Hand History for Game 9507514114 *****
5 | $2 USD NL Texas Hold'em - Saturday, August 07, 17:05:05 CEST 2010
6 | Table Table 178053 (Real Money)
7 | Seat 3 is the button
8 | Total number of players : 9/9
9 | Seat 9: Player1 ( $1.60 USD )
10 | Seat 4: Player2 ( $1.98 USD )
11 | Seat 7: Hero ( $2.90 USD )
12 | Seat 3: Player4 ( $1.97 USD )
13 | Seat 8: Player5 ( $2.43 USD )
14 | Seat 6: Player6 ( $2 USD )
15 | Seat 5: Player7 ( $2 USD )
16 | Seat 2: Player8 ( $0 USD )
17 | Seat 1: Player9 ( $1.83 USD )
18 | Player8 has joined the table.
19 | Player2 posts small blind [$0.01 USD].
20 | Player7 posts big blind [$0.02 USD].
21 | Player8 posts big blind [$0.02 USD].
22 | ** Dealing down cards **
23 | Dealt to Hero [ 7c 6c ]
24 | Player6 calls [$0.02 USD]
25 | Hero calls [$0.02 USD]
26 | Player5 calls [$0.02 USD]
27 | Player1 folds
28 | Player9 folds
29 | Player8 checks
30 | Player4 folds
31 | Player2 calls [$0.01 USD]
32 | Player7 checks
33 | ** Dealing Flop ** [ 5d, 2s, 8h ]
34 | Player2 checks
35 | Player7 bets [$0.09 USD]
36 | Player6 folds
37 | Hero calls [$0.09 USD]
38 | Player5 folds
39 | Player8 folds
40 | Player2 folds
41 | ** Dealing Turn ** [ Kd ]
42 | Player7 bets [$0.21 USD]
43 | Hero folds
44 | Player7 does not show cards.
45 | Player7 wins $0.50 USD
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/PartyPoker/Flop/NLHE-USD-0.02-0.04-20100804.smallBlindIsForcedAllIn.txt:
--------------------------------------------------------------------------------
1 | Game #9498788316 starts.
2 |
3 | #Game No : 9498788316
4 | ***** Hand History for Game 9498788316 *****
5 | $1.60 USD NL Texas Hold'em - Wednesday, August 04, 15:02:33 EDT 2010
6 | Table 20BB Min #1847547 (No DP) (Real Money)
7 | Seat 2 is the button
8 | Total number of players : 5/6
9 | Seat 5: Player1 ( $1.60 USD )
10 | Seat 1: Player2 ( $2.45 USD )
11 | Seat 4: Hero ( $2.18 USD )
12 | Seat 2: Player4 ( $2.80 USD )
13 | Seat 3: Player5 ( $0.01 USD )
14 | Player5 posts small blind [$0.01 USD].
15 | Hero posts big blind [$0.04 USD].
16 | ** Dealing down cards **
17 | Dealt to Hero [ 6s 2c ]
18 | Player1 folds
19 | Player2 folds
20 | Player4 folds
21 | ** Dealing Flop ** [ 9d, Ah, 3h ]
22 | ** Dealing Turn ** [ Js ]
23 | ** Dealing River ** [ Kc ]
24 | Player5 shows [ 5h, 5s ]a pair of Fives.
25 | Hero shows [ 6s, 2c ]high card Ace.
26 | Hero wins $0.03 USD from the side pot 1 with high card, Ace.
27 | Player5 wins $0.02 USD from the main pot with a pair of Fives.
28 | Player5 has left the table.
29 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/PartyPoker/Flop/NLHE-USD-0.02-0.04-20100811.unseatedPlayerActions.txt:
--------------------------------------------------------------------------------
1 | Game #9521729454 starts.
2 |
3 | #Game No : 9521729454
4 | ***** Hand History for Game 9521729454 *****
5 | $4 USD NL Texas Hold'em - Wednesday, August 11, 23:21:44 CEST 2010
6 | Table Table 178011 (Real Money)
7 | Seat 4 is the button
8 | Total number of players : 6/9
9 | Seat 6: Hero ( $4 USD )
10 | Seat 7: Player2 ( $2.92 USD )
11 | Seat 5: Player3 ( $0.74 USD )
12 | Seat 3: Player4 ( $4 USD )
13 | Seat 4: Player5 ( $2.97 USD )
14 | Seat 8: Player6 ( $2 USD )
15 | Player3 posts small blind [$0.02 USD].
16 | Player7 has joined the table.
17 | Hero posts big blind [$0.04 USD].
18 | Player2 posts big blind [$0.04 USD].
19 | Player7 posts big blind [$0.04 USD].
20 | ** Dealing down cards **
21 | Dealt to Hero [ Ad 4c ]
22 | Player8 has joined the table.
23 | Player2 checks
24 | Player9 has joined the table.
25 | Player7 checks
26 | Player5 folds
27 | Player3 calls [$0.02 USD]
28 | Hero checks
29 | ** Dealing Flop ** [ 4h, Tc, 3s ]
30 | Player3 checks
31 | Hero checks
32 | Player2 checks
33 | Player7 bets [$0.12 USD]
34 | Player3 folds
35 | Hero folds
36 | Player2 folds
37 | Player7 does not show cards.
38 | Player7 wins $0.28 USD
39 |
40 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/PartyPoker/Flop/NLHE-USD-0.05-0.10-201209.period.after.actions.txt:
--------------------------------------------------------------------------------
1 | #Game No : 14019052
2 | ***** Hand History for Game 14019052 *****
3 | $10 USD NL Texas Hold'em - Sunday, September 2, 21:10:58 ET 2012
4 | Table Banjul1 (Real Money)
5 | Seat 1 is the button
6 | Total number of players : 5
7 | Seat 2: Player0 ( $9.95 USD )
8 | Seat 3: Player1 ( $9.95 USD )
9 | Seat 4: Hero ( $10.00 USD )
10 | Seat 5: Player2 ( $6.53 USD )
11 | Seat 6: Player3 ( $1.24 USD )
12 | Player1 posts small blind [$0.05 USD].
13 | Hero posts big blind [$0.10 USD].
14 | ** Dealing down cards **
15 | Dealt to Hero [ 9d 8s ]
16 | Player2 folds.
17 | Player3 calls [$0.10 USD].
18 | Player0 folds.
19 | Player1 folds.
20 | Hero checks.
21 | ** Dealing Flop ** [ Jh, 9h, 2h ]
22 | Hero checks.
23 | Player3 checks.
24 | ** Dealing Turn ** [ 9c ]
25 | Hero bets [$0.12 USD].
26 | Player3 calls [$0.12 USD].
27 | ** Dealing River ** [ 5c ]
28 | Hero bets [$0.24 USD].
29 | Player3 calls [$0.24 USD].
30 | Player0 does not show cards.
31 | Player1 does not show cards.
32 | Hero shows [ 9d, 8s ].
33 | Player2 does not show cards.
34 | Player3 does not show cards.
35 | Hero wins $0.92 USD
36 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/PartyPoker/Flop/NLHE-USD-6max-0.02-0.04-201205.new.table.format.txt:
--------------------------------------------------------------------------------
1 | Game #11751360548 starts.
2 |
3 | #Game No : 11751360548
4 | ***** Hand History for Game 11751360548 *****
5 | $4 USD NL Texas Hold'em - Thursday, May 17, 00:33:30 EEST 2012
6 | Table Masima (Real Money)
7 | Seat 3 is the button
8 | Total number of players : 6/6
9 | Seat 1: Player0 ( $3.47 USD )
10 | Seat 5: Player1 ( $4 USD )
11 | Seat 4: Player2 ( $3.77 USD )
12 | Seat 6: Player3 ( $6.64 USD )
13 | Seat 2: Hero ( $4.25 USD )
14 | Seat 3: Player5 ( $4.65 USD )
15 | Player2 posts small blind [$0.02 USD].
16 | Player1 posts big blind [$0.04 USD].
17 | ** Dealing down cards **
18 | Dealt to Hero [ 6c 6s ]
19 | Player3 calls [$0.04 USD]
20 | Player0 folds
21 | Hero raises [$0.16 USD]
22 | Player5 folds
23 | Player2 calls [$0.14 USD]
24 | Player1 folds
25 | Player3 calls [$0.12 USD]
26 | ** Dealing Flop ** [ 7h, 2s, Qc ]
27 | Player2 checks
28 | Player3 checks
29 | Hero bets [$0.40 USD]
30 | Player2 folds
31 | Player3 folds
32 | Hero does not show cards.
33 | Hero wins $0.90 USD
34 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/PartyPoker/Flop/NLHE-USD-9max-0.01-0.02-201203.post.both.txt:
--------------------------------------------------------------------------------
1 | Game #11491869882 starts.
2 |
3 | #Game No : 11491869882
4 | ***** Hand History for Game 11491869882 *****
5 | $2 USD NL Texas Hold'em - Thursday, March 01, 05:18:55 EST 2012
6 | Table Speed #2409913 (No DP) (Real Money)
7 | Seat 8 is the button
8 | Total number of players : 7/9
9 | Seat 2: Player0 ( $1.76 USD )
10 | Seat 1: Player4 ( $2.15 USD )
11 | Seat 9: Player6 ( $1.98 USD )
12 | Seat 3: Player1 ( $2.33 USD )
13 | Seat 7: Player2 ( $3.32 USD )
14 | Seat 6: Player5 ( $2.13 USD )
15 | Seat 8: Player3 ( $1 USD )
16 | Player6 posts small blind [$0.01 USD].
17 | Player4 posts big blind [$0.02 USD].
18 | Player0 posts big blind + dead [$0.03].
19 | ** Dealing down cards **
20 | Dealt to Player3 [ Ah 3c ]
21 | Player0 checks
22 | Player1 calls [$0.02 USD]
23 | Player5 folds
24 | Player2 calls [$0.02 USD]
25 | Player3 folds
26 | Player6 folds
27 | Player4 checks
28 | ** Dealing Flop ** [ 3h, 8d, Kd ]
29 | Player4 checks
30 | Player0 bets [$0.02 USD]
31 | Player1 calls [$0.02 USD]
32 | Player2 folds
33 | Player4 folds
34 | ** Dealing Turn ** [ Th ]
35 | Player0 bets [$0.02 USD]
36 | Player1 calls [$0.02 USD]
37 | ** Dealing River ** [ 8h ]
38 | Player0 bets [$0.06 USD]
39 | Player1 folds
40 | Player0 does not show cards.
41 | Player0 wins $0.24 USD
42 | Player2 has left the table.
43 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/PokerTracker/Flop/NLHE-EUR-0.05-0.10-201205.Microgaming.post.both.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/cash/PokerTracker/Flop/NLHE-EUR-0.05-0.10-201205.Microgaming.post.both.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/PokerTracker/Flop/NLHE-USD-0.10-0.20-201204.PT4.Merge.txt:
--------------------------------------------------------------------------------
1 | MERGE_GAME #53094604-134: Holdem NL $0.10/$0.25 04/11/2012 19:28:19
2 | Table Kentucky (53094604), Seats 2
3 | Seat 1: Player0 ($61.87 in chips)
4 | Seat 2: Hero ($25.65 in chips) DEALER
5 | Hero: Post SB $0.10
6 | Player0: Post BB $0.25
7 | *** HOLE CARDS ***
8 | Dealt to Hero [Th 2c]
9 | Hero: Raise $0.50
10 | Player0: Call $0.25
11 | *** FLOP *** [9c 5s 9s]
12 | Player0: Check
13 | Hero: Check
14 | *** TURN *** [9h]
15 | Player0: Bet $0.50
16 | Hero: Fold
17 | *** SUMMARY ***
18 | Player0: wins $1.45
19 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/PokerTracker/Flop/NLHE-USD-0.10-0.25-201201.Merge-post-both.txt:
--------------------------------------------------------------------------------
1 | MERGE_GAME #46893440-366: Holdem NL $0.10/$0.25 01/11/2012 20:43:26
2 | Table Tijuana (46893440), Seats 6
3 | Seat 1: IEatYourBabies ($26.50 in chips) DEALER
4 | Seat 2: AJofParsley ($48.19 in chips)
5 | Seat 3: yurk23 ($29.16 in chips)
6 | Seat 4: BadBeatBG ($29.88 in chips)
7 | Seat 5: onebadbmw1 ($12.90 in chips)
8 | Seat 6: DontTapTheGlass0 ($25.00 in chips)
9 | AJofParsley: Post SB $0.10
10 | yurk23: Post BB $0.25
11 | DontTapTheGlass0: Post DB $0.35
12 | *** HOLE CARDS ***
13 | Dealt to yurk23 [Ah 8s]
14 | BadBeatBG: Fold
15 | onebadbmw1: Fold
16 | DontTapTheGlass0: Check
17 | IEatYourBabies: Fold
18 | AJofParsley: Fold
19 | yurk23: Check
20 | *** FLOP *** [Ks Td 4c]
21 | yurk23: Check
22 | DontTapTheGlass0: Check
23 | *** TURN *** [3c]
24 | yurk23: Check
25 | DontTapTheGlass0: Check
26 | *** RIVER *** [8d]
27 | yurk23: Check
28 | DontTapTheGlass0: Check
29 | *** SUMMARY ***
30 | yurk23: Shows [Ah 8s]
31 | DontTapTheGlass0: Shows [Ac 7h]
32 | yurk23: wins $0.67
33 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/PokerTracker/Flop/NLHE-USD-0.50-1.00-201101.iPoker.post.both.txt:
--------------------------------------------------------------------------------
1 | GAME #2607756372: Texas Hold'em NL $0.50/$1 2011/01/23 20:16:35
2 | Table HandHQ
3 | Seat 8: Player7 ($100,000.00 in chips)
4 | Seat 7: Player6 ($100,000.00 in chips)
5 | Seat 6: Player0 ($100,000.00 in chips)
6 | Seat 5: Player1 ($100,000.00 in chips)
7 | Seat 4: Player4 ($100,000.00 in chips)
8 | Seat 3: Player3 ($100,000.00 in chips)
9 | Seat 2: Player2 ($100,000.00 in chips)
10 | Seat 1: Player5 ($100,000.00 in chips) DEALER
11 | Player2: Post SB $0.50
12 | Player3: Post BB $1.00
13 | Player4: Post BB $1.50
14 | *** HOLE CARDS ***
15 | Player1: Raise (NF) $5.00
16 | Player0: Fold
17 | Player6: Fold
18 | Player7: Fold
19 | Player4: Fold
20 | Player5: Fold
21 | Player2: Fold
22 | Player3: Call $4.00
23 | *** FLOP *** [d6 sJ h10]
24 | Player3: Check
25 | Player1: Bet $8.00
26 | Player3: Call $8.00
27 | *** TURN *** [sK]
28 | Player3: Bet $21.00
29 | Player1: Call $21.00
30 | *** RIVER *** [cA]
31 | Player3: Bet $35.00
32 | Player1: Raise (NF) $112.70
33 | Player3: Raise $31.10
34 | *** SUMMARY ***
35 | Total pot $245.80 Rake $3.00
36 | Player3: Shows [dQ c10]
37 | Player1: Shows [hK hQ]
38 | Player1: wins $146.20
39 | Player3: wins $99.60
40 |
41 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/PokerTracker/Flop/NLHE-USD-0.50-1.00-201101.iPoker.raise.by.txt:
--------------------------------------------------------------------------------
1 | GAME #2607739781: Texas Hold'em NL $0.50/$1 2011/01/23 20:02:35
2 | Table HandHQ
3 | Seat 10: Player7 ($100,000.00 in chips)
4 | Seat 9: Player4 ($100,000.00 in chips)
5 | Seat 8: Player0 ($100,000.00 in chips)
6 | Seat 7: Player2 ($100,000.00 in chips)
7 | Seat 6: Player1 ($100,000.00 in chips)
8 | Seat 5: Player3 ($100,000.00 in chips)
9 | Seat 4: Player8 ($100,000.00 in chips)
10 | Seat 3: Player6 ($100,000.00 in chips)
11 | Seat 2: Player5 ($100,000.00 in chips)
12 | Seat 1: Player9 ($100,000.00 in chips) DEALER
13 | Player5: Post SB $0.50
14 | Player6: Post BB $1.00
15 | *** HOLE CARDS ***
16 | Player8: Fold
17 | Player3: Fold
18 | Player1: Raise (NF) $3.00
19 | Player2: Fold
20 | Player0: Fold
21 | Player4: Fold
22 | Player7: Call $3.00
23 | Player9: Fold
24 | Player5: Fold
25 | Player6: Fold
26 | *** FLOP *** [dJ s7 h6]
27 | Player1: Bet $5.62
28 | Player7: Call $5.62
29 | *** TURN *** [cA]
30 | Player1: Bet $14.05
31 | Player7: Raise $23.38
32 | Player1: Call $9.33
33 | *** RIVER *** [hJ]
34 | *** SUMMARY ***
35 | Total pot $62.50 Rake $3.00
36 | Player1: Shows [sA cQ]
37 | Player7: Shows [d6 c6]
38 | Player7: wins $62.50
39 |
40 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Stars/Draw/2-7 Single Draw-NL-USD-0.25-0.50-201106.allin.txt.gt:
--------------------------------------------------------------------------------
1 | ( 2,
2 | 'USD',
3 | 'ring',
4 | 'draw',
5 | '27_1draw',
6 | 'nl',
7 | 'l',
8 | 'none',
9 | 25,
10 | 50,
11 | 50,
12 | 100,
13 | 7,
14 | 0)
15 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Stars/Draw/2-7 Single Draw-NL-USD-0.25-0.50-201106.allin.txt.hands:
--------------------------------------------------------------------------------
1 | { 'boardcard1': 0,
2 | 'boardcard2': 0,
3 | 'boardcard3': 0,
4 | 'boardcard4': 0,
5 | 'boardcard5': 0,
6 | 'boards': [],
7 | 'fileId': 112,
8 | 'gameId': None,
9 | 'gametypeId': 5,
10 | 'gsc': { 'bk': []},
11 | 'id': 1786,
12 | 'importTime': None,
13 | 'playersAtShowdown': 2,
14 | 'playersAtStreet1': 2,
15 | 'playersAtStreet2': 0,
16 | 'playersAtStreet3': 0,
17 | 'playersAtStreet4': 0,
18 | 'playersVpi': 3,
19 | 'runItTwice': False,
20 | 'sc': { 'bk': []},
21 | 'seats': 7,
22 | 'sessionId': None,
23 | 'showdownPot': 0,
24 | 'siteHandNo': u'63826125692',
25 | 'startTime': datetime.datetime(2011, 6, 26, 22, 34, 1, tzinfo=pytz.utc),
26 | 'street0Raises': 1,
27 | 'street1Pot': 0,
28 | 'street1Raises': 0,
29 | 'street2Pot': 0,
30 | 'street2Raises': 0,
31 | 'street3Pot': 0,
32 | 'street3Raises': 0,
33 | 'street4Pot': 0,
34 | 'street4Raises': 0,
35 | 'tableName': u'AlstI',
36 | 'texture': None,
37 | 'tourneyId': None}
38 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Stars/Draw/2-7 Single Draw-NL-USD-0.25-0.50-201106.standspat.txt.gt:
--------------------------------------------------------------------------------
1 | ( 2,
2 | 'USD',
3 | 'ring',
4 | 'draw',
5 | '27_1draw',
6 | 'nl',
7 | 'l',
8 | 'none',
9 | 25,
10 | 50,
11 | 50,
12 | 100,
13 | 7,
14 | 0)
15 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Stars/Draw/2-7 Single Draw-NL-USD-0.25-0.50-201106.standspat.txt.hands:
--------------------------------------------------------------------------------
1 | { 'boardcard1': 0,
2 | 'boardcard2': 0,
3 | 'boardcard3': 0,
4 | 'boardcard4': 0,
5 | 'boardcard5': 0,
6 | 'boards': [],
7 | 'fileId': 1,
8 | 'gameId': None,
9 | 'gametypeId': 1,
10 | 'id': 1,
11 | 'importTime': None,
12 | 'playersAtShowdown': 2,
13 | 'playersAtStreet1': 2,
14 | 'playersAtStreet2': 0,
15 | 'playersAtStreet3': 0,
16 | 'playersAtStreet4': 0,
17 | 'playersVpi': 3,
18 | 'runItTwice': False,
19 | 'seats': 7,
20 | 'sessionId': None,
21 | 'showdownPot': 0,
22 | 'siteHandNo': u'63826525692',
23 | 'startTime': datetime.datetime(2011, 6, 26, 22, 34, 1, tzinfo=pytz.utc),
24 | 'street0Raises': 1,
25 | 'street1Pot': 0,
26 | 'street1Raises': 0,
27 | 'street2Pot': 0,
28 | 'street2Raises': 0,
29 | 'street3Pot': 0,
30 | 'street3Raises': 0,
31 | 'street4Pot': 0,
32 | 'street4Raises': 0,
33 | 'tableName': u'AlsVII',
34 | 'texture': None,
35 | 'tourneyId': None}
36 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Stars/Draw/3-Draw-Limit-USD-1-2-200809.Hand.cancelled.txt:
--------------------------------------------------------------------------------
1 | PokerStars Game #20349633663: Triple Draw 2-7 Lowball Limit ($1/$2 USD) - 2008/09/12 14:09:41 ET
2 | Table 'Miriam III' 6-max Seat #5 is the button
3 | Seat 5: Hero ($32.75 in chips)
4 | Hero: posts small blind $0.50
5 | VillainA: is sitting out
6 | VillainB: is sitting out
7 | Hand cancelled
8 | *** SUMMARY ***
9 | Seat 5: Hero (button) collected ($0)
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Stars/Draw/5-Carddraw-FL-USD-0.10-0.20-201106.FoldedNodraw.txt:
--------------------------------------------------------------------------------
1 | PokerStars Game #63823205441: 5 Card Draw Limit ($0.10/$0.20 USD) - 2011/06/26 21:35:49 WET [2011/06/26 16:35:49 ET]
2 | Table 'Sa VI' 6-max Seat #1 is the button
3 | Seat 1: Player1 ($0.66 in chips)
4 | Seat 2: Player2 ($3.59 in chips)
5 | Seat 3: Player3 ($3.85 in chips)
6 | Seat 4: Hero ($5.31 in chips)
7 | Player2: posts small blind $0.05
8 | Player3: posts big blind $0.10
9 | *** DEALING HANDS ***
10 | Dealt to Hero [Kh Jh Qd 4d 7h]
11 | Player4 joins the table at seat #6
12 | Player5 joins the table at seat #5
13 | Hero: folds
14 | Player1: folds
15 | Player2: raises $0.10 to $0.20
16 | Player3: folds
17 | Uncalled bet ($0.10) returned to Player2
18 | Player2 collected $0.20 from pot
19 | Player2: doesn't show hand
20 | *** SUMMARY ***
21 | Total pot $0.20 | Rake $0
22 | Seat 1: Player1 (button) folded before the Draw (didn't bet)
23 | Seat 2: Player2 (small blind) collected ($0.20)
24 | Seat 3: Player3 (big blind) folded before the Draw
25 | Seat 4: Hero folded before the Draw (didn't bet)
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Stars/Draw/5-Carddraw-FL-USD-0.10-0.20-201106.Walked.txt:
--------------------------------------------------------------------------------
1 | PokerStars Game #64147461939: 5 Card Draw Limit ($0.10/$0.20 USD) - 2011/07/04 21:58:32 WET [2011/07/04 16:58:32 ET]
2 | Table 'Pul V' 6-max Seat #1 is the button
3 | Seat 1: Player1 ($1.52 in chips)
4 | Seat 2: Player2 ($0.90 in chips)
5 | Seat 3: Hero ($2.15 in chips)
6 | Seat 4: Player3 ($7.93 in chips)
7 | Player2: posts small blind $0.05
8 | Hero: posts big blind $0.10
9 | Player4: sits out
10 | *** DEALING HANDS ***
11 | Dealt to Hero [9s 8d 2s Kc 6d]
12 | Player5 leaves the table
13 | Player3: folds
14 | Player1: folds
15 | Player2: folds
16 | Uncalled bet ($0.05) returned to Hero
17 | Hero collected $0.10 from pot
18 | *** SUMMARY ***
19 | Total pot $0.10 | Rake $0
20 | Seat 1: Player1 (button) folded before the Draw (didn't bet)
21 | Seat 2: Player2 (small blind) folded before the Draw
22 | Seat 3: Hero (big blind) collected ($0.10)
23 | Seat 4: Player3 folded before the Draw (didn't bet)
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Stars/Draw/5-Carddraw-NL-USD-0.25-0.50.Sample.txt:
--------------------------------------------------------------------------------
1 | PokerStars Game #49934100000: 5 Card Draw No Limit ($0.25/$0.50 USD) - 2010/09/20 20:50:00 PT [2010/09/20 23:50:00 ET]
2 | Table 'Table VI' 6-max Seat #3 is the button
3 | Seat 1: Player1 ($27.95 in chips)
4 | Seat 2: Player2 ($7.50 in chips)
5 | Seat 3: Player3 ($12.15 in chips)
6 | Seat 4: Player4 ($9.25 in chips)
7 | Seat 5: Hero ($20 in chips)
8 | Player4: posts small blind $0.25
9 | Hero: posts big blind $0.50
10 | vega104: sits out
11 | *** DEALING HANDS ***
12 | Dealt to Hero [4d 7d 4c 5c Tc]
13 | Player1: folds
14 | Player2: folds
15 | Player3: folds
16 | Player4: calls $0.25
17 | Hero: checks
18 | Player4: discards 1 card
19 | Hero: discards 1 card [4c]
20 | Dealt to Hero [4d 7d 5c Tc] [Ad]
21 | Player4: checks
22 | Hero: checks
23 | *** SHOW DOWN ***
24 | Player4: shows [6d Js As Jd 6c] (two pair, Jacks and Sixes)
25 | Hero: mucks hand
26 | Player4 collected $0.95 from pot
27 | *** SUMMARY ***
28 | Total pot $1 | Rake $0.05
29 | Seat 1: Player1 folded before the Draw (didn't bet)
30 | Seat 2: Player2 folded before the Draw (didn't bet)
31 | Seat 3: Player3 (button) folded before the Draw (didn't bet)
32 | Seat 4: Player4 (small blind) showed [6d Js As Jd 6c] and won ($0.95) with two pair, Jacks and Sixes
33 | Seat 5: Hero (big blind) mucked [4d 7d Ad 5c Tc]
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Stars/Draw/5-Carddraw-PL-USD-0.50-1.00.201009.Sample.txt:
--------------------------------------------------------------------------------
1 | PokerStars Game #49900000007: 5 Card Draw Pot Limit ($0.50/$1.00 USD) - 2010/09/20 20:00:00 PT [2010/09/20 20:00:00 ET]
2 | Table 'Table II' 6-max Seat #3 is the button
3 | Seat 1: Player1 ($106.80 in chips)
4 | Seat 3: Player2 ($34.95 in chips)
5 | Seat 4: Hero ($40 in chips)
6 | Hero: posts small blind $0.50
7 | Player1: posts big blind $1
8 | *** DEALING HANDS ***
9 | Dealt to Hero [6s Jh 7d 2h 3s]
10 | Player2: raises $2 to $3
11 | Hero: calls $2.50
12 | Player1: calls $2
13 | Hero: discards 1 card [Jh]
14 | Dealt to Hero [6s 7d 2h 3s] [Qs]
15 | Player1: discards 1 card
16 | Player2: discards 3 cards
17 | Hero: bets $5
18 | Player1: folds
19 | Player2: calls $5
20 | *** SHOW DOWN ***
21 | Hero: shows [6s Qs 7d 2h 3s] (high card Queen)
22 | Player2: shows [4d Ad Ks Kd 3h] (a pair of Kings)
23 | Player2 collected $18.10 from pot
24 | *** SUMMARY ***
25 | Total pot $19 | Rake $0.90
26 | Seat 1: Player1 (big blind) folded after the Draw
27 | Seat 3: Player2 (button) showed [4d Ad Ks Kd 3h] and won ($18.10) with a pair of Kings
28 | Seat 4: Hero (small blind) showed [6s Qs 7d 2h 3s] and lost with high card Queen
29 |
30 |
31 |
32 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Stars/Flop/LHE-USD-1.00-200508.BB.and.Button.same.player.txt:
--------------------------------------------------------------------------------
1 | PokerStars Game #2344646393: Hold'em Limit ($1/$2 USD) - 2005/08/15 14:27:10 ET
2 | Table 'Phad' Seat #6 is the button
3 | Seat 6: Hero ($40 in chips)
4 | Seat 7: fblm2002 ($24.75 in chips)
5 | fblm2002: posts small blind $0.50
6 | Hero: posts big blind $1
7 | *** HOLE CARDS ***
8 | Dealt to Hero [3s 4s]
9 | fblm2002: folds
10 | Hero collected $1 from pot
11 | *** SUMMARY ***
12 | Total pot $1 | Rake $0
13 | Seat 6: Hero (button) (big blind) collected ($1)
14 | Seat 7: fblm2002 (small blind) folded before Flop
15 |
16 |
17 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Stars/Flop/LO8-6max-USD-0.05-0.10-20090315.Hand-cancelled.txt:
--------------------------------------------------------------------------------
1 | PokerStars Game #25979907808: Omaha Pot Limit ($0.05/$0.10 USD) - 2009/03/15 6:20:33 ET
2 | Table 'Waterman' 6-max Seat #1 is the button
3 | Seat 1: Hero ($11.65 in chips)
4 | Hero: posts small blind $0.05
5 | ritalinIV: is sitting out
6 | Hand cancelled
7 | *** SUMMARY ***
8 | Seat 1: Hero (button) collected ($0)
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Stars/Flop/NLH-PLO-6max-USD-0.10-0.20-201204.txt:
--------------------------------------------------------------------------------
1 | PokerStars Hand #78916422016: Mixed NLH/PLO (Hold'em No Limit, $0.10/$0.25 USD) - 2012/04/15 21:33:56 EET [2012/04/15 14:33:56 ET]
2 | Table 'Machado VIII' 6-max Seat #4 is the button
3 | Seat 4: Player1 ($20 in chips)
4 | Seat 5: Player0 ($25 in chips)
5 | Player1: posts small blind $0.10
6 | Player0: posts big blind $0.25
7 | *** HOLE CARDS ***
8 | Dealt to Player0 [Th Kc]
9 | Player1: raises $0.25 to $0.50
10 | Player0: raises $1.30 to $1.80
11 | Player1: calls $1.30
12 | *** FLOP *** [2c 6s 7c]
13 | Player0: bets $2.50
14 | Player1: folds
15 | Uncalled bet ($2.50) returned to Player0
16 | Player0 collected $3.44 from pot
17 | Player0: doesn't show hand
18 | *** SUMMARY ***
19 | Total pot $3.60 | Rake $0.16
20 | Board [2c 6s 7c]
21 | Seat 4: Player1 (button) (small blind) folded on the Flop
22 | Seat 5: Player0 (big blind) collected ($3.44)
23 |
24 |
25 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Stars/Flop/NLHE-6max-USD-2.00-4.00.PT2.export.txt:
--------------------------------------------------------------------------------
1 | POKERSTARS GAME #13177128246: HOLD'EM NO LIMIT ($2/$4) - 2007/11/11 - 13:27:23 (ET)
2 | Table 'Verbiest II' 6-max Seat #1 is the button
3 | Seat 1: PHoReaLZ ($266.80 in chips)
4 | Seat 2: djmac30 ($115.40 in chips)
5 | Seat 3: CripsTruces ($250.05 in chips)
6 | Seat 4: janetlee123 ($587.30 in chips)
7 | Seat 5: Feline ($240.25 in chips)
8 | Seat 6: anthonyb7b ($381.60 in chips)
9 | djmac30: posts small blind $2
10 | CripsTruces: posts big blind $4
11 | *** HOLE CARDS ***
12 | Dealt to CripsTruces [Td 2h]
13 | janetlee123: folds
14 | Feline: calls $4
15 | anthonyb7b: folds
16 | PHoReaLZ: calls $4
17 | djmac30: raises $4 to $8
18 | CripsTruces: calls $4
19 | Feline: calls $4
20 | PHoReaLZ: calls $4
21 | *** FLOP *** [9h 3h 7d]
22 | djmac30: checks
23 | CripsTruces: checks
24 | Feline: bets $24
25 | PHoReaLZ: folds
26 | djmac30: folds
27 | CripsTruces: folds
28 | Feline collected $30.40 from pot
29 | Feline: doesn't show hand
30 | *** SUMMARY ***
31 | Total pot $32 | Rake $1.60
32 | Board [9h 3h 7d]
33 | Seat 1: PHoReaLZ (button) folded on the Flop
34 | Seat 2: djmac30 (small blind) folded on the Flop
35 | Seat 3: CripsTruces (big blind) folded on the Flop
36 | Seat 4: janetlee123 folded before Flop (didn't bet)
37 | Seat 5: Feline collected ($30.40)
38 | Seat 6: anthonyb7b folded before Flop (didn't bet)
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Stars/Flop/NLHE-FR-USD-0.05-0.10-201004.allinWithAmtReturned.txt:
--------------------------------------------------------------------------------
1 | PokerStars Game #42875758685: Hold'em No Limit ($0.05/$0.10 USD) - 2010/04/19 0:19:11 WET [2010/04/18 19:19:11 ET]
2 | Table 'gimick VI' 9-max Seat #4 is the button
3 | Seat 3: Player1 ($5.55 in chips)
4 | Seat 4: Hero ($2.40 in chips)
5 | Seat 8: Player2 ($3.90 in chips)
6 | Player2: posts small blind $0.05
7 | Player1: posts big blind $0.10
8 | *** HOLE CARDS ***
9 | Dealt to Hero [7d 8d]
10 | Hero: raises $0.30 to $0.40
11 | Player2: calls $0.35
12 | Player1: folds
13 | *** FLOP *** [2h 2d Qd]
14 | Player2: checks
15 | Hero: bets $0.60
16 | Player2: raises $0.60 to $1.20
17 | Hero: calls $0.60
18 | *** TURN *** [2h 2d Qd] [5d]
19 | Player2: bets $0.90
20 | Hero: calls $0.80 and is all-in
21 | Uncalled bet ($0.10) returned to Player2
22 | *** RIVER *** [2h 2d Qd 5d] [4d]
23 | *** SHOW DOWN ***
24 | Player2: shows [9d As] (a flush, Queen high)
25 | Hero: shows [7d 8d] (a flush, Queen high - lower cards)
26 | Player2 collected $4.70 from pot
27 | *** SUMMARY ***
28 | Total pot $4.90 | Rake $0.20
29 | Board [2h 2d Qd 5d 4d]
30 | Seat 3: Player1 (big blind) folded before Flop
31 | Seat 4: Hero (button) showed [7d 8d] and lost with a flush, Queen high
32 | Seat 8: Player2 (small blind) showed [9d As] and won ($4.70) with a flush, Queen high
33 |
34 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Stars/Stud/HH20110417 Salm IX - $0.04-$0.08 Ante $0.01 - USD Limit Stud.txt.gt:
--------------------------------------------------------------------------------
1 | (2, 'USD', 'ring', 'stud', 'studhi', 'fl', 'h', 'none', 2, 4, 4, 8, 8, 1)
2 |
3 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Winamax/Flop/NLHE-5max-EUR-1-2-201201.Hero.Sitting.Out.txt:
--------------------------------------------------------------------------------
1 | Winamax Poker - CashGame - HandId: #2334898-436-1326450000 - Holdem no limit (1€/2€) - 2012/01/19 12:03:46 UTC
2 | Table: 'Neuilly-sur-Seine' 5-max (real money) Seat 0000005 is the button
3 | Seat 1: Player1 (197€)
4 | Seat 2: SatOutToo (286€)
5 | Seat 3: Player2 (87€)
6 | Seat 4: Hero (200€)
7 | Seat 5: Player3 (210.92€)
8 | *** ANTE/BLINDS ***
9 | SatOutToo denies big blind
10 | Player1 posts small blind 1€
11 | Player2 posts big blind 2€
12 | *** PRE-FLOP ***
13 | Player3 folds
14 | Player1 folds
15 | Player2 collected 3€ from pot
16 | *** SUMMARY ***
17 | Total pot 3€ | No rake
18 | Seat 1: Player1 (small blind) folded on the pre-flop
19 | Seat 3: Player2 (big blind) won 3€
20 | Seat 5: Player3 (button) folded on the pre-flop
21 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Winamax/Flop/NLHE-5max-EUR-1-2-201201.Hero.Sitting.Out.txt.gt:
--------------------------------------------------------------------------------
1 | ( 15,
2 | 'EUR',
3 | 'ring',
4 | 'hold',
5 | 'holdem',
6 | 'nl',
7 | 'h',
8 | 'none',
9 | 100,
10 | 200,
11 | 200,
12 | 400,
13 | 5,
14 | 0)
15 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Winamax/Flop/NLHE-5max-EUR-1-2-201201.Hero.Sitting.Out.txt.hands:
--------------------------------------------------------------------------------
1 | { 'boardcard1': 0,
2 | 'boardcard2': 0,
3 | 'boardcard3': 0,
4 | 'boardcard4': 0,
5 | 'boardcard5': 0,
6 | 'boards': [],
7 | 'fileId': 1,
8 | 'gameId': None,
9 | 'gametypeId': 1,
10 | 'id': 1,
11 | 'importTime': None,
12 | 'playersAtShowdown': 0,
13 | 'playersAtStreet1': 0,
14 | 'playersAtStreet2': 0,
15 | 'playersAtStreet3': 0,
16 | 'playersAtStreet4': 0,
17 | 'playersVpi': 0,
18 | 'runItTwice': False,
19 | 'seats': 3,
20 | 'sessionId': None,
21 | 'showdownPot': 0,
22 | 'siteHandNo': '4361326450000',
23 | 'startTime': datetime.datetime(2012, 1, 19, 12, 3, 46),
24 | 'street0Raises': 0,
25 | 'street1Pot': 0,
26 | 'street1Raises': 0,
27 | 'street2Pot': 0,
28 | 'street2Raises': 0,
29 | 'street3Pot': 0,
30 | 'street3Raises': 0,
31 | 'street4Pot': 0,
32 | 'street4Raises': 0,
33 | 'tableName': u'Neuilly-sur-Seine',
34 | 'texture': None,
35 | 'tourneyId': None}
36 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Winamax/Flop/NLHE-5max-play-0.10-0.20-201208.txt:
--------------------------------------------------------------------------------
1 | Winamax Poker - CashGame - HandId: #3357764-1085-1344984780 - Holdem no limit (0.10/0.20) - 2012/08/14 22:53:00 UTC
2 | Table: 'Tampa' 5-max (play money) Seat #3 is the button
3 | Seat 2: Hero (10)
4 | Seat 3: Player0 (14)
5 | Seat 5: Player1 (17.38)
6 | *** ANTE/BLINDS ***
7 | Player1 posts small blind 0.10
8 | Hero posts big blind 0.20
9 | Dealt to Hero [Kh 2s]
10 | *** PRE-FLOP ***
11 | Player0 raises 0.20 to 0.40
12 | Player1 raises 1.60 to 2
13 | Hero folds
14 | Player0 calls 1.60
15 | *** FLOP *** [Qh 2h Td]
16 | Player1 checks
17 | Player0 checks
18 | *** TURN *** [Qh 2h Td][3d]
19 | Player1 bets 3.15
20 | Player0 calls 3.15
21 | *** RIVER *** [Qh 2h Td 3d][7s]
22 | Player1 checks
23 | Player0 checks
24 | *** SHOW DOWN ***
25 | Player1 shows [Kc As] (High card : Ace)
26 | Player0 shows [8s 8c] (One pair : 8)
27 | Player0 collected 9.82 from pot
28 | *** SUMMARY ***
29 | Total pot 9.82 | Rake 0.68
30 | Board: [Qh 2h Td 3d 7s]
31 | Seat 2: Hero (big blind) folded on the pre-flop
32 | Seat 3: Player0 (button) showed [8s 8c] and won 9.82 with One pair : 8
33 | Seat 5: Player1 (small blind) showed [Kc As] and lost with High card : Ace
34 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/Winamax/Flop/NLHE-FR-EUR-0.02-0.05-201010.Side.pot.Biggest.stack.loses.main.txt.hands:
--------------------------------------------------------------------------------
1 | { 'boardcard1': 37,
2 | 'boardcard2': 17,
3 | 'boardcard3': 11,
4 | 'boardcard4': 51,
5 | 'boardcard5': 4,
6 | 'fileId': 0,
7 | 'gameId': 1,
8 | 'gametypeId': 1,
9 | 'id': 1,
10 | 'gsc': None,
11 | 'importTime': None,
12 | 'playersAtShowdown': 3,
13 | 'playersAtStreet1': 3,
14 | 'playersAtStreet2': 3,
15 | 'playersAtStreet3': 3,
16 | 'playersAtStreet4': 0,
17 | 'playersVpi': 4,
18 | 'runIt': False,
19 | 'runItTwice': False,
20 | 'sc': None,
21 | 'seats': 9,
22 | 'sessionId': None,
23 | 'showdownPot': 0,
24 | 'siteHandNo': u'910116281298310000',
25 | 'startTime': datetime.datetime(2011, 2, 21, 20, 12),
26 | 'street0Raises': 3,
27 | 'street1Pot': 1370,
28 | 'street1Raises': 0,
29 | 'street2Pot': 1370,
30 | 'street2Raises': 0,
31 | 'street3Pot': 1370,
32 | 'street3Raises': 0,
33 | 'street4Pot': 0,
34 | 'street4Raises': 0,
35 | 'tableName': u'Joue-les-Tours',
36 | 'texture': None,
37 | 'tourneyId': None}
38 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/iPoker/Flop/NLHE-6max-USD-0.01-0.02-201111.Spanish.sample.xml.gt:
--------------------------------------------------------------------------------
1 | (14, u'USD', 'ring', 'hold', 'holdem', 'nl', 'h', 'none', 1, 2, 2, 4, 10, 0)
2 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/iPoker/Flop/NLHE-6max-USD-0.01-0.02-201111.Spanish.sample.xml.hands:
--------------------------------------------------------------------------------
1 | { 'boardcard1': 22,
2 | 'boardcard2': 6,
3 | 'boardcard3': 5,
4 | 'boardcard4': 30,
5 | 'boardcard5': 35,
6 | 'boards': [],
7 | 'fileId': 1,
8 | 'gameId': None,
9 | 'gametypeId': 1,
10 | 'id': 1,
11 | 'importTime': None,
12 | 'playersAtShowdown': 0,
13 | 'playersAtStreet1': 2,
14 | 'playersAtStreet2': 2,
15 | 'playersAtStreet3': 2,
16 | 'playersAtStreet4': 0,
17 | 'playersVpi': 1,
18 | 'runItTwice': False,
19 | 'seats': 3,
20 | 'sessionId': None,
21 | 'showdownPot': 0,
22 | 'siteHandNo': u'3013573623',
23 | 'startTime': datetime.datetime(2011, 11, 4, 18, 46, 19),
24 | 'street0Raises': 0,
25 | 'street1Pot': 4,
26 | 'street1Raises': 0,
27 | 'street2Pot': 4,
28 | 'street2Raises': 0,
29 | 'street3Pot': 8,
30 | 'street3Raises': 1,
31 | 'street4Pot': 0,
32 | 'street4Raises': 0,
33 | 'tableName': u'Alfeld, 602418061',
34 | 'texture': None,
35 | 'tourneyId': None}
36 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/iPoker/Flop/PLO-EUR-0.10-0.20-201207.CNY.currency.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/cash/iPoker/Flop/PLO-EUR-0.10-0.20-201207.CNY.currency.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/iPoker/Stud/5-StudL-USD-0.05-0.10-201111.Sample.with.showdown.xml.gt:
--------------------------------------------------------------------------------
1 | (14, u'USD', 'ring', 'stud', '5studhi', 'fl', 'h', 'none', 5, 10, 10, 20, 6, 2)
2 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/cash/iPoker/Stud/5-StudL-USD-0.05-0.10-201111.Sample.with.showdown.xml.hands:
--------------------------------------------------------------------------------
1 | { 'boardcard1': 0,
2 | 'boardcard2': 0,
3 | 'boardcard3': 0,
4 | 'boardcard4': 0,
5 | 'boardcard5': 0,
6 | 'boards': [],
7 | 'fileId': 1,
8 | 'gameId': None,
9 | 'gametypeId': 1,
10 | 'id': 1,
11 | 'importTime': None,
12 | 'playersAtShowdown': 2,
13 | 'playersAtStreet1': 2,
14 | 'playersAtStreet2': 2,
15 | 'playersAtStreet3': 2,
16 | 'playersAtStreet4': 2,
17 | 'playersVpi': 2,
18 | 'runItTwice': False,
19 | 'seats': 2,
20 | 'sessionId': None,
21 | 'showdownPot': 0,
22 | 'siteHandNo': u'3013529647',
23 | 'startTime': datetime.datetime(2011, 11, 2, 18, 10),
24 | 'street0Raises': 1,
25 | 'street1Pot': 0,
26 | 'street1Raises': 1,
27 | 'street2Pot': 0,
28 | 'street2Raises': 1,
29 | 'street3Pot': 0,
30 | 'street3Raises': 0,
31 | 'street4Pot': 0,
32 | 'street4Raises': 0,
33 | 'tableName': u'Dundee, 637718441',
34 | 'texture': None,
35 | 'tourneyId': None}
36 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/summaries/FTP/27TD-USD-HUSnG-201101.Hero.wins.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/summaries/FTP/27TD-USD-HUSnG-201101.Hero.wins.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/summaries/FTP/3-Draw-Limit-USD-STT-2max-10-201211.Hero.loses.txt:
--------------------------------------------------------------------------------
1 | Full Tilt Poker Tournament Summary $10 Heads-Up Sit & Go (243560420) 2-7 Triple Draw Limit (Turbo, Heads Up)
2 | Buy-In: $9.60 + $0.40
3 | Buy-In Chips: 1500
4 | 2 Entries
5 | Total Prize Pool: $19.20
6 | Tournament started: 2012/11/07 10:31:56 ET
7 | Tournament finished: 2012/11/07 10:46:49 ET
8 |
9 | 1: Player0, $19.20
10 | 2: Hero
11 | OrangeWater finished in 2nd place
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/summaries/FTP/LHE-USD-SnG-9man-2-200910.Hero.lost.Sample.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/summaries/FTP/LHE-USD-SnG-9man-2-200910.Hero.lost.Sample.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/summaries/FTP/NLHE-EUR-MTT-1-201012.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/summaries/FTP/NLHE-EUR-MTT-1-201012.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/summaries/FTP/NLHE-USD-7Game-HUSnG-201005.Hero.loses.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/summaries/FTP/NLHE-USD-7Game-HUSnG-201005.Hero.loses.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/summaries/FTP/NLHE-USD-MTT-1-201012.No.rake.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/summaries/FTP/NLHE-USD-MTT-1-201012.No.rake.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/summaries/FTP/NLHE-USD-MTT-14-200912.Knockout.Bounty.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/summaries/FTP/NLHE-USD-MTT-14-200912.Knockout.Bounty.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/summaries/FTP/NLHE-USD-Rush-MTT-1-201012.No.cash.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/summaries/FTP/NLHE-USD-Rush-MTT-1-201012.No.cash.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/summaries/FTP/NLHE-USD-SnG-6man-201007.Hero.wins.worded.date.format.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/summaries/FTP/NLHE-USD-SnG-6man-201007.Hero.wins.worded.date.format.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/summaries/FTP/NLHE-USD-SnG-6man-201101.Hero.cashes.txt:
--------------------------------------------------------------------------------
1 | Full Tilt Poker Tournament Summary $2 + $0.25 Sit & Go (214900008) Hold'em No Limit
2 | Buy-In: $2 + $0.25
3 | Buy-In Chips: 1500
4 | 6 Entries
5 | Total Prize Pool: $12
6 | Tournament started: 2011/01/27 07:21:00 ET
7 | Tournament finished: 2011/01/27 08:38:00 ET
8 |
9 | 1: Hero, $7.80
10 | 2: Player2, $4.20
11 | 3: Player3
12 | 4: Player4
13 | 5: Player5
14 | 6: Player6
15 | Hero finished in 1st place
16 |
17 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/summaries/FTP/NLHE-USD-SnG-9man-201101.Hero.cashes.txt:
--------------------------------------------------------------------------------
1 | Full Tilt Poker Tournament Summary $2 + $0.25 Sit & Go (214976900) Hold'em No Limit
2 | Buy-In: $2 + $0.25
3 | Buy-In Chips: 1500
4 | 9 Entries
5 | Total Prize Pool: $18
6 | Tournament started: 2011/01/27 14:35:00 ET
7 | Tournament finished: 2011/01/27 15:25:00 ET
8 |
9 | 1: Player1, $9
10 | 2: Player2, $5.40
11 | 3: Hero, $3.60
12 | 4: Player4
13 | 5: Player5
14 | 6: Player6
15 | 7: Player7
16 | 8: Player8
17 | 9: Player9
18 | Hero finished in 3rd place
19 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/summaries/FTP/PLO8-USD-SnG-9man-201012.Satellite.to.FTOPS.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/summaries/FTP/PLO8-USD-SnG-9man-201012.Satellite.to.FTOPS.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/summaries/FTP/Razz-USD-SnG-2man-201211.super.turbo.heads.up.txt:
--------------------------------------------------------------------------------
1 | Full Tilt Poker Tournament Summary $60 Heads-Up Sit & Go (243514942) Razz Limit (Super Turbo, Heads Up)
2 | Buy-In: $58.83 + $1.17
3 | Buy-In Chips: 500
4 | 2 Entries
5 | Total Prize Pool: $117.66
6 | Tournament started: 2012/11/06 23:08:23 CET [2012/11/06 17:08:23 ET]
7 | Tournament finished: 2012/11/06 23:09:52 CET [2012/11/06 17:09:52 ET]
8 |
9 | 1: Makksmakkmao, $117.66
10 | 2: monaPL
11 | Makksmakkmao finished in 1st place
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/summaries/PacificPoker/NLHE-6max-SNG-0.10-201206.summary.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/summaries/PacificPoker/NLHE-6max-SNG-0.10-201206.summary.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/summaries/PacificPoker/NLHE-FREE-MTT-$75Freeroll20120217-Summary.txt:
--------------------------------------------------------------------------------
1 | ***** Cassava Tournament Summary *****
2 | Tournament ID: 36216773
3 | Buy-In: Free
4 | Hero finished 71/3854 and won $0.30
5 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/summaries/PacificPoker/NLHE-Freeroll-MTT-201205.russian.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/summaries/PacificPoker/NLHE-Freeroll-MTT-201205.russian.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/summaries/PacificPoker/NLHE-MTT-EUR-0.01-201206.freeroll.buyin.summary.txt:
--------------------------------------------------------------------------------
1 | ***** Cassava Tournament Summary *****
2 | Tournament ID: 38955860
3 | Buy-In: 0,01 €
4 | Hero finished 93/664 and won 1,20 €
5 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/summaries/PacificPoker/NLHE-PM-MTT-10-20120221-Summary.txt:
--------------------------------------------------------------------------------
1 | ***** Cassava Tournament Summary *****
2 | Tournament ID: 28352940
3 | Buy-In: 10 + 1
4 | Hero finished 39/175
5 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/summaries/PacificPoker/NLHE-USD-MTT-3-201111.real.money.txt:
--------------------------------------------------------------------------------
1 | ***** Cassava Tournament Summary *****
2 | Tournament ID: 34471036
3 | Buy-In: $3 + $0.30
4 | Hero finished 46/315
5 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/summaries/PacificPoker/NLHE-USD-MTT-3.15-201111.rebuys.addons.txt:
--------------------------------------------------------------------------------
1 | ***** Cassava Tournament Summary *****
2 | Tournament ID: 34471040
3 | Buy-In: $3.15 + $0.35
4 | Rebuy: $3.15
5 | Add-On: $3.15
6 | Hero performed 1 rebuys
7 | Hero performed 1 add-ons
8 | Hero finished 59/468
9 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/summaries/PacificPoker/NLHE-USD-MTT-5-201111.cashed.txt:
--------------------------------------------------------------------------------
1 | ***** Cassava Tournament Summary *****
2 | Tournament ID: 34471039
3 | Buy-In: $5 + $0.50
4 | Hero finished 7/254 and won $50.80
5 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/summaries/PacificPoker/NLHE-USD-STT-20-201205.euro.style.txt:
--------------------------------------------------------------------------------
1 | ***** Cassava Tournament Summary *****
2 | Tournament ID: 38377169
3 | Buy-In: 20$ + 1$
4 | Hero finished 3/6
5 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/summaries/PokerTracker/NLHE-USD-0.50-STT-201203.Merge.txt:
--------------------------------------------------------------------------------
1 | PokerTracker 4 Tournament Summary
2 | Site: Merge
3 | Game: Holdem
4 | Tournament #: 50466128
5 | Started: 2012/03/04 09:22:46
6 | Finished: 2012/03/04 10:01:58
7 | Buyin: $0.50
8 | Fee: $0.10
9 | Table Type: STT Turbo SNG
10 | Tourney Type: No Limit
11 | Players: 9
12 |
13 | Place: 1, Player: JustJay4Reals, Won: $2.25,
14 | Place: 2, Player: gothamgeek, Won: $1.50,
15 | Place: 3, Player: thecasio, Won: $1.00,
16 | Place: 4, Player: iLLuSi0nZz, Won: $0.00,
17 | Place: 5, Player: Jokerx69, Won: $0.00,
18 | Place: 6, Player: bigfishinthesea, Won: $0.00,
19 | Place: 7, Player: BillyBro, Won: $0.00,
20 | Place: 8, Player: ScubaSteveMPLS, Won: $0.00,
21 | Place: 9, Player: squiggleman08, Won: $0.00,
22 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/summaries/PokerTracker/NLHE-USD-1-STT-Turbo-201204.Merge.still.playing.txt:
--------------------------------------------------------------------------------
1 | PokerTracker 4 Tournament Summary
2 | Site: Merge
3 | Game: Holdem
4 | Tournament #: 54176283
5 | Started: 2012/04/28 09:19:06
6 | Finished: 2012/04/28 09:24:29
7 | Buyin: $1.00
8 | Fee: $0.06
9 | Table Type: STT (6 max) Super-Turbo SNG
10 | Tourney Type: No Limit
11 | Players: 6
12 |
13 | Place: 0, Player: tayha8989, Won: $0.00,
14 | Place: 0, Player: heavencry, Won: $0.00,
15 | Place: 3, Player: JustJay4Reals, Won: $0.00,
16 | Place: 4, Player: Sturmjager13, Won: $0.00,
17 | Place: 5, Player: JDK6390, Won: $0.00,
18 | Place: 6, Player: asdlkjhasldkjhas, Won: $0.00,
19 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/summaries/Stars/NLHE-EUR-STT-0.42-201102.emailed.cp1252.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/summaries/Stars/NLHE-EUR-STT-0.42-201102.emailed.cp1252.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/summaries/Stars/NLHE-EUR-SnG-10-201101.Sample.txt:
--------------------------------------------------------------------------------
1 | PokerStars Tournament #354025449, No Limit Hold'em
2 | Buy-In: €9.04/€0.96 EUR
3 | 9 players
4 | Total Prize Pool: €81.36 EUR
5 | Tournament started 2011/01/17 18:33:56 CET [2011/01/17 12:33:56 ET]
6 |
7 | 1: R0CKAR0LLA (Dobrich), still playing
8 | 2: Kanonbice (maisons alfort), still playing
9 | 3: toncochmar59 (hazebrouck), still playing
10 | 4: indo84 (gargas), still playing
11 | 5: jeanmo13 (CABRIES), still playing
12 | 6: julioK04 (Manosque), still playing
13 | 7: Hákarl (Enghien), still playing
14 | 8: Snaky.92150 (SURESNES),
15 | 9: WaRioO (Nantes),
16 |
17 | You finished in 8th place (eliminated at hand #56087971216).
18 |
19 |
20 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/summaries/Stars/NLHE-Play-STT-20110405.txt:
--------------------------------------------------------------------------------
1 | PokerStars Tournament #382394766, No Limit Hold'em
2 | Buy-In: 300/20
3 | 9 players
4 | Total Prize Pool: 2700
5 | Tournament started 2011/04/05 4:00:18 CET [2011/04/04 22:00:18 ET]
6 |
7 | 1: ColdChipz (Australia), still playing
8 | 2: pokermom2121 (United States), still playing
9 | 3: Jerry4rt (United States), still playing
10 | 4: scratch228 (United States), still playing
11 | 5: steffen780 (Germany),
12 | 6: thegoodnews (United States),
13 | 7: olii22 (Colombia),
14 | 8: LinColn368 (United States),
15 | 9: neto coinete (Brazil),
16 |
17 | You finished in 5th place (eliminated at hand #60348883363).
18 |
19 |
20 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/summaries/Stars/NLHE-USD-HUSnG-10-201011.s0rrow.wins.txt:
--------------------------------------------------------------------------------
1 | Tournament History for your last 1 tournament requested by Hero (carl.gherardi@gmail.com)
2 |
3 |
4 | PokerStars Tournament #329052872, No Limit Hold'em
5 | Buy-In: $10.00/$0.50 USD
6 | 2 players
7 | Total Prize Pool: $20.00 USD
8 | Tournament started 2010/11/07 8:03:52 ET
9 | Tournament finished 2010/11/07 8:21:44 ET
10 | 1: Hero (Perth), $20.00 (100%)
11 | 2: v.v.75 (Грязи),
12 |
13 | You finished in 1st place.
14 |
15 |
16 |
17 | If you have any questions, please contact "PokerStars Support"
18 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/summaries/Winamax/20110305_Freeroll 150%80(5142226)_real_holdem_no-limit_summary.txt:
--------------------------------------------------------------------------------
1 | Winamax Poker - Tournament summary : Freeroll 150€(5142226)
2 | Buy-In : 0€ + 0€
3 | Registered players : 5000
4 | Prizepool : 150€
5 | Tournament started 2011/03/05 18:30:05 UTC
6 | You played 13min 52s
7 | You finished in 3497th place
8 |
9 |
10 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/summaries/Winamax/20110305_Freeroll 150�(5142226)_real_holdem_no-limit_summary.txt:
--------------------------------------------------------------------------------
1 | Winamax Poker - Tournament summary : Freeroll 150€(5142226)
2 | Buy-In : 0€ + 0€
3 | Registered players : 5000
4 | Prizepool : 150€
5 | Tournament started 2011/03/05 18:30:05 UTC
6 | You played 13min 52s
7 | You finished in 3497th place
8 |
9 |
10 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/summaries/Winamax/NLHE-EUR-0.46-STT-201110.hero.cashed.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/summaries/Winamax/NLHE-EUR-0.46-STT-201110.hero.cashed.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/summaries/Winamax/NLHE-EUR-9.00-MTSNG-201105.rebuy.addons.txt:
--------------------------------------------------------------------------------
1 | Winamax Poker - Tournament summary : Qualificatif 300€(7949467)
2 | Player : Hero
3 | Buy-In : 9€ + 1€
4 | Rebuy cost : 9€ + 1€
5 | Addon cost : 9€ + 1€
6 | Your rebuys : 4
7 | Your addons : 2
8 | Registered players : 18
9 | Total rebuys : 9
10 | Total addons : 3
11 | Prizepool : 300€
12 | Tournament started 2011/05/28 19:10:00 UTC
13 | You played 36min 15s
14 | You finished in 9th place
15 |
16 |
17 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/summaries/Winamax/NLHE-Freeroll-201206.new.info.txt:
--------------------------------------------------------------------------------
1 | Winamax Poker - Tournament summary : Super Freeroll Stade 1 - Déglingos !(26049887)
2 | Player : Hero
3 | Buy-In : 0€ + 0€
4 | Registered players : 10
5 | Prizepool : 0€
6 | Mode : sngType : freeroll100k
7 | Speed : turbo
8 | Levels : [10-20:0:180:holdem-no-limit,15-30:0:180:holdem-no-limit,20-40:0:180:holdem-no-limit,30-60:0:180:holdem-no-limit,40-80:0:180:holdem-no-limit,60-120:0:180:holdem-no-limit,80-160:0:180:holdem-no-limit,100-200:10:180:holdem-no-limit,150-300:20:180:holdem-no-limit,200-400:50:180:holdem-no-limit,300-600:75:180:holdem-no-limit,400-800:100:180:holdem-no-limit,500-1000:125:180:holdem-no-limit,600-1200:150:180:holdem-no-limit,800-1600:200:180:holdem-no-limit,1k-2k:300:180:holdem-no-limit,1,25k-2,50k:400:180:holdem-no-limit,1,50k-3k:500:180:holdem-no-limit,2k-4k:600:180:holdem-no-limit,2,50k-5k:700:180:holdem-no-limit,3k-6k:800:180:holdem-no-limit,4k-8k:1k:180:holdem-no-limit,5k-10k:1,25k:180:holdem-no-limit,6k-12k:1,50k:180:holdem-no-limit,8k-16k:2k:180:holdem-no-limit,10k-20k:3k:180:holdem-no-limit,12,50k-25k:4k:180:holdem-no-limit,15k-30k:5k:180:holdem-no-limit,20k-40k:6k:180:holdem-no-limit,25k-50k:7k:180:holdem-no-limit]
9 | Tournament started 2012/06/25 02:25:29 UTC
10 | You played 9min 19s
11 | You finished in 5th place
12 |
13 |
14 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/summaries/Winamax/NLHE-Freeroll-Ticket-STT-201208.txt:
--------------------------------------------------------------------------------
1 | Winamax Poker - Tournament summary : Super Freeroll Stade 1(28101157)
2 | Player : Hero
3 | Buy-In : Ticket uniquement
4 | Registered players : 10
5 | Prizepool : 0€
6 | Tournament started 2012/08/04 20:00:12 UTC
7 | You played 31min 33s
8 | You finished in 1st place
9 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/summaries/Winamax/PLO-EUR-4.50-MTSNG-201111.rebuy.addons.txt:
--------------------------------------------------------------------------------
1 | Winamax Poker - Tournament summary : Omaha(13657930) - Late registration
2 | Player : Hero
3 | Buy-In : 4.50€ + 0.50€
4 | Rebuy cost : 4.50€ + 0.50€
5 | Addon cost : 4.50€ + 0.50€
6 | Your rebuys : 0
7 | Your addons : 0
8 | Registered players : 25
9 | Total rebuys : 6
10 | Total addons : 0
11 | Prizepool : 139.50€
12 | Tournament started 2011/11/10 00:45:00 UTC
13 | You played 18min 38s
14 | You finished in 23th place
15 |
16 |
17 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/tour/Boss/Flop/NLHE-EUR-MTT-201202.new.street.tags.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/tour/Boss/Flop/NLHE-EUR-MTT-201202.new.street.tags.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/tour/Cake/Flop/NLHE-10max-40-USD-201201.ticketcash.txt:
--------------------------------------------------------------------------------
1 | Hand#2850A21DA0000024 - $3,000 Guaranteed Turbo T10624416 -- TICKETCASH -- $40 + $4 -- 10 Max -- Table 1 -- 0/10/20 NL Hold'em -- 2012/01/23 - 23:36:07
2 | Dealer: Seat 5
3 | Seat 1: Player2 (1,667 in chips)
4 | Seat 3: Player6 (3,970 in chips)
5 | Seat 5: Player4 (8,239 in chips)
6 | Seat 6: Player7 (3,940 in chips)
7 | Seat 7: Player3 (3,850 in chips)
8 | Seat 8: Hero (4,000 in chips)
9 | Seat 9: Player0 (3,850 in chips)
10 | Seat 10: Player5 (3,760 in chips)
11 | Player7: posts small blind 10
12 | Player3: posts big blind 20
13 | Dealt to Hero [Ks,6s]
14 | Hero: folds
15 | Player0: folds
16 | Player5: folds
17 | Player2: raises to 45
18 | Player6: folds
19 | Player4: folds
20 | Player7: calls 35
21 | Player3: folds
22 | *** FLOP *** [Jc,4d,Qd]
23 | Player7: checks
24 | Player2: checks
25 | *** TURN *** [6c]
26 | Player7: bets 55
27 | Player2: calls 55
28 | *** RIVER *** [3h]
29 | Player7: bets 147
30 | Player2: calls 147
31 | ***SHOW DOWN***
32 | Player7: shows [8h 7h] (High card Queen )
33 | Player2: shows [Td Tc] (Pair of Tens )
34 | Player2 wins 514 with Pair of Tens
35 |
36 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/tour/Cake/Flop/NLHE-10max-9-USD-201202.new.format.txt:
--------------------------------------------------------------------------------
1 | Hand#2865A31455000004 - $1,200 Guaranteed T10687573 -- CASH -- $9 + $0.9 -- 10 Max -- Table 1 -- 0/10/20 NL Hold'em -- 2012/02/07 - 23:01:32
2 | Dealer: Seat 1
3 | Seat 1: Player1 (4,000 in chips)
4 | Seat 2: Player6 (4,000 in chips)
5 | Seat 3: Hero (4,000 in chips)
6 | Seat 4: Player8 (4,000 in chips)
7 | Seat 5: Player2 (4,000 in chips)
8 | Seat 6: Player4 (4,000 in chips)
9 | Seat 8: Player7 (4,000 in chips)
10 | Seat 9: Player0 (4,000 in chips)
11 | Seat 10: Player3 (4,000 in chips)
12 | Player6: posts small blind 10
13 | Hero: posts big blind 20
14 | Dealt to Hero [Kh,2s]
15 | Player8: folds
16 | Player2: folds
17 | Player4: raises to 45
18 | Player7: folds
19 | Player0: folds
20 | Player3: folds
21 | Player1: folds
22 | Player6: calls 35
23 | Hero: folds
24 | *** FLOP *** [Jd,8h,Jc]
25 | Player6: checks
26 | Player4: bets 74
27 | Player6: calls 74
28 | *** TURN *** [8c]
29 | Player6: checks
30 | Player4: bets 172
31 | Player6: raises to 473
32 | Player4: calls 301
33 | *** RIVER *** [9s]
34 | Player6: bets 1,220
35 | Player4: calls 1,220
36 | ***SHOW DOWN***
37 | Player6: shows [4h Jh] (Full House Jacks full of Eights)
38 | Player4: mucks
39 | Player6 wins 3,644 with Full House Jacks full of Eights
40 | Player4: mucks [8s,9h] (FullHouse) .
41 |
42 |
43 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/tour/Cake/Flop/NLHE-10max-USD-MTT-0.05-201206.minus.sign.b4.rake.txt:
--------------------------------------------------------------------------------
1 | Hand#2980AA1F9B000367 - $0.05 (1 Rebuy) T11149211 -- TICKETCASH -- $0.05 + $0.05 -- 10 Max -- Table 20 -- -1/50/100 NL Hold'em -- 2012/06/01 - 21:44:48
2 | Dealer: Seat 1
3 | Seat 1: Player0 (1,100 in chips)
4 | Seat 2: Player1 (7,750 in chips)
5 | Seat 3: Hero (1,500 in chips)
6 | Seat 4: Player2 (1,500 in chips)
7 | Seat 5: Player3 (1,105 in chips)
8 | Seat 6: Player4 (3,355 in chips)
9 | Seat 7: Player5 (5,560 in chips)
10 | Seat 8: Player6 (3,592 in chips)
11 | Seat 9: Player7 (7,096 in chips)
12 | Seat 10: Player8 (5,019 in chips)
13 | Player1: posts small blind 50
14 | Hero: posts big blind 100
15 | Dealt to Hero [Th,8d]
16 | Player2: raises to 200
17 | Player3: folds
18 | Player4: folds
19 | Player5: folds
20 | Player6: folds
21 | Player7: folds
22 | Player8: folds
23 | Player0: folds
24 | Player1: calls 150
25 | Hero: calls 100
26 | *** FLOP *** [As,4s,Qs]
27 | Player1: checks
28 | Hero: checks
29 | Player2: bets 300
30 | Player1: folds
31 | Hero: folds
32 | Player2: returns uncalled bet 300
33 | ***SHOW DOWN***
34 | Player2: mucks
35 | Player2 wins 600
36 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/tour/Cake/Flop/NLHE-6max-15-USD-201111.new.format.txt:
--------------------------------------------------------------------------------
1 | Hand#27719D48CA000003 - $15 NLH 6 max Double-up T10307786 -- Table 1 -- 0/10/20 NL Hold'em -- 2011/11/06 - 13:28:31
2 | Seat 1: Hero (1,500 in chips)
3 | Seat 2: Player1 (1,220 in chips)
4 | Seat 3: Player4 (1,500 in chips) DEALER
5 | Seat 8: Player2 (1,480 in chips)
6 | Seat 9: Player0 (1,500 in chips)
7 | Seat 10: Player3 (1,800 in chips)
8 | Player2: posts small blind 10
9 | Player0: posts big blind 20
10 | Dealt to Hero [3h,Tc]
11 | Player3: folds
12 | Hero: folds
13 | Player1: folds
14 | Player4: folds
15 | Player2: raises to 60
16 | Player0: folds
17 | Player2: returns uncalled bet 40
18 | ***SHOW DOWN***
19 | Player2: mucks
20 | Player2 wins 40
21 |
22 |
23 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/tour/Cake/Flop/NLHE-9max-USD-MTT-201206.bounty.txt:
--------------------------------------------------------------------------------
1 | Hand#2990AB91EA000229 - $5 Bounty T11244010 -- CASH -- $5 + $0.5 -- 9 Max -- Table 7 -- 0/100/200 NL Hold'em -- 2012/06/12 - 13:31:20
2 | Dealer: Seat 5
3 | Seat 1: Player0 (3,158 in chips)
4 | Seat 2: Player1 (3,722 in chips)
5 | Seat 3: Player2 (3,275 in chips)
6 | Seat 4: Player3 (1,646 in chips)
7 | Seat 5: Hero (7,320 in chips)
8 | Seat 7: Player4 (5,410 in chips)
9 | Seat 8: Player5 (3,200 in chips)
10 | Seat 10: Player6 (10,855 in chips)
11 | Player4: posts small blind 100
12 | Player5: posts big blind 200
13 | Dealt to Hero [8c,6d]
14 | Player6: folds
15 | Player0: raises to 420
16 | Player1: folds
17 | Player2: calls 420
18 | Player3: folds
19 | Hero: folds
20 | Player4: folds
21 | Player5: calls 220
22 | *** FLOP *** [8d,9d,Qs]
23 | Player5: bets 200
24 | Player0: raises to 750
25 | Player2: calls 750
26 | Player5: calls 550
27 | *** TURN *** [9c]
28 | Player5: checks
29 | Player0: checks
30 | Player2: is all in 2,105
31 | Player5: is all in 2,030
32 | Player0: is all in 1,988
33 | Player2: returns uncalled bet 75
34 | Player0: shows [Kd Kc]
35 | Player2: shows [Qd Jd]
36 | Player5: shows [Ad Td]
37 | *** RIVER *** [Ac]
38 | ***SHOW DOWN***
39 | Player5 wins 84 with Two Pairs Aces and Nines
40 | ***SHOW DOWN***
41 | Player5 wins 9,574 with Two Pairs Aces and Nines
42 | Tournament: Player5 wins 1 bounty. (1)
43 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/tour/Cake/Flop/NLHE-FREE-MTT-201205.txt:
--------------------------------------------------------------------------------
1 | Hand#2966A90C51000018 - New Depositor Freeroll T11078737 -- TICKET -- $0 + $0 -- 10 Max -- Table 12 -- 0/10/20 NL Hold'em -- 2012/05/19 - 13:00:00
2 | Dealer: Seat 1
3 | Seat 1: Player0 (1,500 in chips)
4 | Seat 2: Hero (1,500 in chips)
5 | Seat 3: Player1 (1,500 in chips)
6 | Seat 4: Player2 (1,500 in chips)
7 | Seat 5: Player3 (1,500 in chips)
8 | Seat 6: Player4 (1,500 in chips)
9 | Seat 7: Player5 (1,500 in chips)
10 | Seat 8: Player6 (1,500 in chips)
11 | Seat 9: Player7 (1,500 in chips)
12 | Seat 10: Player8 (1,500 in chips)
13 | Hero: posts small blind 10
14 | Player1: posts big blind 20
15 | Dealt to Hero [8c,Qs]
16 | Player2: folds
17 | Player3: folds
18 | Player4: folds
19 | Player5: folds
20 | Player6: folds
21 | Player7: folds
22 | Player8: folds
23 | Player0: folds
24 | Hero: raises to 40
25 | Player1: folds
26 | Hero: returns uncalled bet 20
27 | ***SHOW DOWN***
28 | Hero: mucks
29 | Hero wins 40
30 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/tour/Cake/Flop/NLHE-HU-15-USD-201201.new.format.txt:
--------------------------------------------------------------------------------
1 | Hand#2856A285C2000001 - $15 Heads-up NL Hold'em Hyper Turbo T10651074 -- CASH -- $14.7 + $0.3 -- 2 Max -- Table 1 -- 0/10/20 NL Hold'em -- 2012/01/29 - 20:01:54
2 | Dealer: Seat 3
3 | Seat 3: Hero (500 in chips)
4 | Seat 8: Player0 (500 in chips)
5 | Hero: posts small blind 10
6 | Player0: posts big blind 20
7 | Dealt to Hero [8h,Qd]
8 | Hero: folds
9 | Player0: returns uncalled bet 10
10 | ***SHOW DOWN***
11 | Player0: mucks
12 | Player0 wins 20
13 |
14 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/tour/Cake/Flop/NLHE-USD-1-STT-201103.max.seats.txt:
--------------------------------------------------------------------------------
1 | Hand#2531919760000002 - $1 NLH Short Stack - 6-players T9541472 -- Table 1 -- 0/10/20 NL Hold'em -- 2011.03.12 - 01:45:59
2 | Seat 1: laci***1 (500 in chips)
3 | Seat 2: chri***2 (540 in chips) DEALER
4 | Seat 3: pork***3 (480 in chips)
5 | Seat 8: Hero (500 in chips)
6 | Seat 9: Labo***9 (480 in chips)
7 | Seat 10: EdVa***10 (500 in chips)
8 | pork***3: posts small blind 10
9 | Hero: posts big blind 20
10 | Dealt to Hero [4s,3h]
11 | Labo***9: folds
12 | EdVa***10: folds
13 | laci***1: folds
14 | chri***2: folds
15 | pork***3: calls 10
16 | Hero: checks
17 | *** FLOP *** [2s,Kc,Kd]
18 | pork***3: checks
19 | Hero: checks
20 | *** TURN *** [As]
21 | pork***3: checks
22 | Hero: checks
23 | *** RIVER *** [8c]
24 | pork***3: checks
25 | Hero: checks
26 | ***SHOW DOWN***
27 | pork***3: shows [8h 9d] (Two Pairs Kings and Eights )
28 | Hero: mucks
29 | pork***3 wins 40 with Two Pairs Kings and Eights
30 | Hero: mucks [4s,3h] (Pair) .
31 |
32 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/tour/Cake/Flop/NLHE-USD-2-STT-201205.thousand.delimiter.txt:
--------------------------------------------------------------------------------
1 | Hand#2964A95039000045 - $2 NLH Double-up T11096121 -- CASH -- $2 + $0,2 -- 10 Max -- Table 1 -- 20/100/200 NL Hold'em -- 2012.05.17 - 22:49:18
2 | Dealer: Seat 6
3 | Seat 1: Player0 (2 477 in chips)
4 | Seat 2: Player1 (1 928 in chips)
5 | Seat 4: Player2 (4 647 in chips)
6 | Seat 5: Player3 (778 in chips)
7 | Seat 6: Player4 (1 657 in chips)
8 | Seat 9: Hero (3 513 in chips)
9 | Player0: posts ante of 20
10 | Player1: posts ante of 20
11 | Player2: posts ante of 20
12 | Player3: posts ante of 20
13 | Player4: posts ante of 20
14 | Hero: posts ante of 20
15 | Hero: posts small blind 100
16 | Player0: posts big blind 200
17 | Dealt to Hero [Th,Kh]
18 | Player1: folds
19 | Player2: folds
20 | Player3: is all in 758
21 | Player4: folds
22 | Hero: calls 658
23 | Player0: folds
24 | Player3: shows [As 8d]
25 | Hero: shows [Th Kh]
26 | *** FLOP *** [Jh,5d,5h]
27 | *** TURN *** [5s]
28 | *** RIVER *** [9h]
29 | ***SHOW DOWN***
30 | Hero wins 1 836 with Flush King high
31 |
32 |
33 | Hero finished 1 out of 10 players.
34 | Player left the table
35 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/tour/Cake/Flop/NLHE-USD-5.50-Coinflip-201207.txt:
--------------------------------------------------------------------------------
1 | Hand#3022AFD2BD000001 - $5.50 Coin Flip T11522749 -- TICKETCASH -- $5,25 + $0,25 -- 2 Max -- Table 1 -- 0/10/20 NL Hold'em -- 2012.07.15 - 00:53:42
2 | Dealer: Seat 3
3 | Seat 3: Hero (1 500 in chips)
4 | Seat 8: Player0 (1 500 in chips)
5 | Dealt to Hero [Qd,4c]
6 | Hero: shows [Qd 4c]
7 | Player0: shows [As 2s]
8 | *** FLOP *** [8s,4d,Jd]
9 | *** TURN *** [Tc]
10 | *** RIVER *** [Ts]
11 | ***SHOW DOWN***
12 | Hero wins 3 000 with Two Pairs Tens and Fours
13 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/tour/Entraction/Flop/NLHE-EUR-STT-10-201206.txt:
--------------------------------------------------------------------------------
1 | Game # 2662867624 - Texas Hold'em No Limit 25/50 - Table "€10+1/1000VIP(€10) Super Turbo Sit & Go 12713943 1"
2 |
3 | Players(max 6):
4 | Player0 (1,085.00 in seat 1)
5 | Player1 (2,757.00 in seat 2)
6 | Hero (1,150.00 in seat 3)
7 | Player2 (1,445.00 in seat 5)
8 | Player3 (1,063.00 in seat 6)
9 |
10 | Dealer: Player1
11 | Small Blind: Hero (25.00)
12 | Big Blind: Player2 (50.00)
13 |
14 | Hero was dealt: 8h - 6h
15 |
16 | Player3 Fold
17 | Player0 Fold
18 | Player1 Fold
19 | Hero Fold
20 | Player2 Payback (25.00)
21 |
22 | Player2 didn't show hand
23 |
24 | Player2 wins: 50.00
25 |
26 | Game ended 2012-06-19 22:45:51 BST
27 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/tour/Everleaf/README:
--------------------------------------------------------------------------------
1 | TID_876731-3.txt - NLHE-USD-STT-Unk-200910.Sample.txt
2 | TID_1337923-1.txt - NLHE-USD-STT-Unk-201102.Sample.txt
3 | TID_1625641-1.txt - NLHE-USD-MTT-0.20+0.02-20110717.Sample.txt - First hand, player open folds
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/tour/FTP/Flop/NLHE-USD-MTT-KO.201104.K.as.thousand.txt:
--------------------------------------------------------------------------------
1 | Full Tilt Poker Game #29537846954: $7,000 KO Guarantee (229436420), Table 11 - 50K/100K Ante 10000 - No Limit Hold'em - 16:06:40 ET - 2011/04/01
2 | Seat 1: Hero (2,866,582)
3 | Seat 6: Player0 (1,693,418)
4 | Hero antes 10,000
5 | Player0 antes 10,000
6 | Hero posts the small blind of 50,000
7 | Player0 posts the big blind of 100,000
8 | The button is in seat #1
9 | *** HOLE CARDS ***
10 | Dealt to Hero [Tc Kh]
11 | Hero raises to 2,856,582, and is all in
12 | Player0 calls 1,583,418, and is all in
13 | Hero shows [Tc Kh]
14 | Player0 shows [6s 6c]
15 | Uncalled bet of 1,173,164 returned to Hero
16 | *** FLOP *** [Ac Th Kd]
17 | *** TURN *** [Ac Th Kd] [Kc]
18 | *** RIVER *** [Ac Th Kd Kc] [3c]
19 | Hero shows a full house, Kings full of Tens
20 | Player0 shows two pair, Kings and Sixes
21 | Hero wins the pot (3,386,836) with a full house, Kings full of Tens
22 | *** SUMMARY ***
23 | Total pot 3,386,836 | Rake 0
24 | Board: [Ac Th Kd Kc 3c]
25 | Seat 1: Hero (small blind) showed [Tc Kh] and won (3,386,836) with a full house, Kings full of Tens
26 | Seat 6: Player0 (big blind) showed [6s 6c] and lost with two pair, Kings and Sixes
27 |
28 |
29 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/tour/FTP/Stud/Razz-USD-HUSNG-2-201102.Villain.allin.on.bringing.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/tour/FTP/Stud/Razz-USD-HUSNG-2-201102.Villain.allin.on.bringing.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/tour/FTP/Stud/Razz-USD-HUSNG-2-201102.Villain.allin.on.bringing.txt.gt:
--------------------------------------------------------------------------------
1 | (1, 'T$', 'tour', 'stud', 'razz', 'fl', 'l', 'none', -1, -1, 80, 160, 2, 15)
2 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/tour/FTP/Stud/Razz-USD-HUSNG-2-201102.Villain.allin.on.bringing.txt.hands:
--------------------------------------------------------------------------------
1 | { 'boardcard1': 0,
2 | 'boardcard2': 0,
3 | 'boardcard3': 0,
4 | 'boardcard4': 0,
5 | 'boardcard5': 0,
6 | 'fileId': 0,
7 | 'gameId': None,
8 | 'gametypeId': 1,
9 | 'id': 1,
10 | 'gsc': None,
11 | 'importTime': None,
12 | 'playersAtShowdown': 2,
13 | 'playersAtStreet1': 2,
14 | 'playersAtStreet2': 2,
15 | 'playersAtStreet3': 2,
16 | 'playersAtStreet4': 2,
17 | 'playersVpi': 1,
18 | 'runIt': False,
19 | 'runItTwice': False,
20 | 'sc': None,
21 | 'seats': 2,
22 | 'sessionId': None,
23 | 'showdownPot': 0,
24 | 'siteHandNo': u'28333847000',
25 | 'startTime': datetime.datetime(2011, 2, 19, 10, 46, tzinfo=pytz.utc),
26 | 'street0Raises': 0,
27 | 'street1Pot': 0,
28 | 'street1Raises': 0,
29 | 'street2Pot': 0,
30 | 'street2Raises': 0,
31 | 'street3Pot': 0,
32 | 'street3Raises': 0,
33 | 'street4Pot': 0,
34 | 'street4Raises': 0,
35 | 'tableName': u'220338000 1',
36 | 'texture': None,
37 | 'tourneyId': 1}
38 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/tour/FTP/Summary/Freeroll-Satellite-MultipleWinners-20100830.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/tour/FTP/Summary/Freeroll-Satellite-MultipleWinners-20100830.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/tour/Merge/Flop/NLHE-USD-Unk-201105.Dead.small.blind.txt:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/tour/Merge/Flop/PLO-USD-HUSNG-0.10-0.20-20110428.txt:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/tour/Merge/Flop/PLO8-USD-SNG-2-2012.Sample.xml.gt:
--------------------------------------------------------------------------------
1 | ( 12,
2 | 'T$',
3 | 'tour',
4 | 'hold',
5 | 'omahahilo',
6 | 'pl',
7 | 's',
8 | 'none',
9 | 1000,
10 | 2000,
11 | 2000,
12 | 4000,
13 | 9,
14 | 0)
15 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/tour/Merge/Flop/PLO8-USD-SNG-2-2012.Sample.xml.hands:
--------------------------------------------------------------------------------
1 | { 'boardcard1': 6,
2 | 'boardcard2': 42,
3 | 'boardcard3': 8,
4 | 'boardcard4': 24,
5 | 'boardcard5': 38,
6 | 'boards': [],
7 | 'fileId': 2,
8 | 'gameId': None,
9 | 'gametypeId': 1,
10 | 'id': 1,
11 | 'importTime': None,
12 | 'playersAtShowdown': 2,
13 | 'playersAtStreet1': 4,
14 | 'playersAtStreet2': 2,
15 | 'playersAtStreet3': 2,
16 | 'playersAtStreet4': 0,
17 | 'playersVpi': 5,
18 | 'runItTwice': False,
19 | 'seats': 9,
20 | 'sessionId': None,
21 | 'showdownPot': 0,
22 | 'siteHandNo': u'466343351',
23 | 'startTime': datetime.datetime(2012, 1, 7, 11, 0, tzinfo=pytz.utc),
24 | 'street0Raises': 1,
25 | 'street1Pot': 107200,
26 | 'street1Raises': 1,
27 | 'street2Pot': 321600,
28 | 'street2Raises': 1,
29 | 'street3Pot': 324000,
30 | 'street3Raises': 1,
31 | 'street4Pot': 0,
32 | 'street4Raises': 0,
33 | 'tableName': u'46630882 1',
34 | 'texture': None,
35 | 'tourneyId': 1}
36 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/tour/PacificPoker/Flop/NLHE-6max-SNG-0.10-201206.hands.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/tour/PacificPoker/Flop/NLHE-6max-SNG-0.10-201206.hands.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/tour/PacificPoker/Flop/NLHE-MTT-EUR-0.01-201206.freeroll.buyin.hands.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/tour/PacificPoker/Flop/NLHE-MTT-EUR-0.01-201206.freeroll.buyin.hands.txt
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/tour/PacificPoker/Flop/NLHE-USD-MTT-0.90-201205.uncalledbets.correct.txt:
--------------------------------------------------------------------------------
1 | #Game No : 384831647
2 | ***** Cassava Hand History for Game 384831647 *****
3 | $600/$1,200 Blinds No Limit Holdem - *** 23 05 2012 20:51:06
4 | Tournament #38340077 $0.90 + $0.09 - Table #73 (Real Money)
5 | Seat 5 is the button
6 | Total number of players : 6
7 | Seat 2: Player0 ( $11,510 )
8 | Seat 4: Player1 ( $1,400 )
9 | Seat 5: Player2 ( $17,795 )
10 | Seat 6: Player3 ( $31,390 )
11 | Seat 9: Player4 ( $3,805 )
12 | Seat 10: Player5 ( $2,900 )
13 | Player1 posts ante [$120]
14 | Player0 posts ante [$120]
15 | Player3 posts ante [$120]
16 | Player2 posts ante [$120]
17 | Player5 posts ante [$120]
18 | Player4 posts ante [$120]
19 | Player3 posts small blind [$600]
20 | Player4 posts big blind [$1,200]
21 | ** Dealing down cards **
22 | Dealt to Player2 [ 9s, Tc ]
23 | Player5 folds
24 | Player0 folds
25 | Player1 folds
26 | Player2 folds
27 | Player3 raises [$30,670]
28 | Player4 folds
29 | ** Summary **
30 | Player3 collected [ $33,190 ]
31 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/tour/PacificPoker/Flop/NLHE-USD-MTT-0.90-201205.uncalledbets.false.positive.txt:
--------------------------------------------------------------------------------
1 | #Game No : 384829651
2 | ***** Cassava Hand History for Game 384829651 *****
3 | $400/$800 Blinds No Limit Holdem - *** 23 05 2012 20:44:50
4 | Tournament #38340077 $0.90 + $0.09 - Table #73 (Real Money)
5 | Seat 7 is the button
6 | Total number of players : 8
7 | Seat 1: Player0 ( $10,165 )
8 | Seat 2: Player1 ( $13,590 )
9 | Seat 3: Player2 ( $2,270 )
10 | Seat 4: Player3 ( $460 )
11 | Seat 5: Player4 ( $11,310 )
12 | Seat 6: Player5 ( $6,935 )
13 | Seat 7: Player6 ( $7,140 )
14 | Seat 10: Player7 ( $4,000 )
15 | Player3 posts ante [$80]
16 | Player6 posts ante [$80]
17 | Player1 posts ante [$80]
18 | Player2 posts ante [$80]
19 | Player5 posts ante [$80]
20 | Player4 posts ante [$80]
21 | Player7 posts ante [$80]
22 | Player0 posts ante [$80]
23 | Player7 posts small blind [$400]
24 | Player0 posts big blind [$800]
25 | ** Dealing down cards **
26 | Dealt to Player4 [ 8d, Qd ]
27 | Player1 folds
28 | Player2 folds
29 | Player3 folds
30 | Player4 folds
31 | Player5 folds
32 | Player6 folds
33 | Player7 raises [$3,520]
34 | Player0 folds
35 | ** Summary **
36 | Player7 collected [ $2,240 ]
37 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/tour/PacificPoker/Flop/NLHE-USD-MTT-0.90-201205.walk.txt:
--------------------------------------------------------------------------------
1 | #Game No : 384819765
2 | ***** Cassava Hand History for Game 384819765 *****
3 | $75/$150 Blinds No Limit Holdem - *** 23 05 2012 20:12:22
4 | Tournament #38340077 $0.90 + $0.09 - Table #18 (Real Money)
5 | Seat 6 is the button
6 | Total number of players : 9
7 | Seat 1: Player0 ( $18,872 )
8 | Seat 2: Hero ( $4,310 )
9 | Seat 3: Player1 ( $10,360 )
10 | Seat 4: Player2 ( $3,190 )
11 | Seat 5: Player3 ( $1,475 )
12 | Seat 6: Player4 ( $2,800 )
13 | Seat 7: Player5 ( $4,350 )
14 | Seat 9: Player6 ( $5,410 )
15 | Seat 10: Player7 ( $5,030 )
16 | Player5 posts small blind [$75]
17 | Player6 posts big blind [$150]
18 | ** Dealing down cards **
19 | Dealt to Hero [ 6s, Jh ]
20 | Player7 folds
21 | Player0 folds
22 | Hero folds
23 | Player1 folds
24 | Player2 folds
25 | Player3 folds
26 | Player4 folds
27 | Player5 folds
28 | ** Summary **
29 | Player6 did not show his hand
30 | Player6 collected [ $225 ]
31 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/tour/PacificPoker/Flop/NLHE-USD-MTT-3.15-201205.call.allin.blind.txt:
--------------------------------------------------------------------------------
1 | #Game No : 305700479
2 | ***** Cassava Hand History for Game 305700479 *****
3 | $750/$1,500 Blinds No Limit Holdem - *** 23 05 2012 22:24:08
4 | Tournament #38339532 $3.15 + $0.35 - Table #47 (Real Money)
5 | Seat 10 is the button
6 | Total number of players : 8
7 | Seat 1: Player0 ( $999 )
8 | Seat 2: Player1 ( $90,663 )
9 | Seat 3: Player2 ( $34,294 )
10 | Seat 4: Player3 ( $31,403 )
11 | Seat 5: Player4 ( $25,218 )
12 | Seat 6: Player5 ( $30,666 )
13 | Seat 9: Hero ( $28,501 )
14 | Seat 10: Player6 ( $13,755 )
15 | Player1 posts ante [$150]
16 | Player2 posts ante [$150]
17 | Player3 posts ante [$150]
18 | Player0 posts ante [$150]
19 | Hero posts ante [$150]
20 | Player5 posts ante [$150]
21 | Player6 posts ante [$150]
22 | Player4 posts ante [$150]
23 | Player0 posts small blind [$750]
24 | Player1 posts big blind [$1,500]
25 | ** Dealing down cards **
26 | Dealt to Hero [ Ah, 2s ]
27 | Player2 folds
28 | Player3 folds
29 | Player4 folds
30 | Player5 folds
31 | Hero folds
32 | Player6 folds
33 | Player0 calls [$99]
34 | ** Dealing flop ** [ Th, 5s, 9d ]
35 | ** Dealing turn ** [ 6d ]
36 | ** Dealing river ** [ Ks ]
37 | ** Summary **
38 | Player0 shows [ 4d, 8c ]
39 | Player1 shows [ Jh, 5c ]
40 | Player1 collected [ $2,898 ]
41 | Player1 collected [ $651 ]
42 |
43 |
44 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/tour/PartyPoker/Flop/NLHE-USD-MTT-215-201110.level.change.txt:
--------------------------------------------------------------------------------
1 | Game #8503894896 starts.
2 |
3 | #Game No : 8503894896
4 |
5 |
6 | ***** Hand History for Game 8504122543 *****
7 | NL Texas Hold'em $215 USD Buy-in Trny: 47928230 Level: 3 Blinds(50/100) - Sunday, October 11, 13:50:04 EDT 2009
8 | Table $300K Guaranteed Sunday (1766475) Table #113 (Real Money)
9 | Seat 2 is the button
10 | Total number of players : 10
11 | Seat 1: Player5 ( 5,250 )
12 | Seat 5: Player0 ( 4,790 )
13 | Seat 4: Player8 ( 6,040 )
14 | Seat 7: Player3 ( 5,630 )
15 | Seat 6: Player6 ( 7,155 )
16 | Seat 10: Player7 ( 8,905 )
17 | Seat 9: Player1 ( 4,750 )
18 | Seat 8: Player4 ( 4,390 )
19 | Seat 3: Player9 ( 3,130 )
20 | Seat 2: Player2 ( 5,735 )
21 | Trny: 47928230 Level: 4
22 | Blinds(100/200)
23 | ** Dealing down cards **
24 | Dealt to Player2 [ 7s Ah ]
25 | Player0 folds
26 | Player6 folds
27 | Player3 did not respond in time
28 | Player3 folds
29 | Player4 folds
30 | Player1 did not respond in time
31 | Player1 folds
32 | Player7 folds
33 | Player5 folds
34 | Player2 raises [500]
35 | Player9 folds
36 | Player8 folds
37 | Player2 does not show cards.
38 | Player2 wins 800 chips
39 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/tour/PartyPoker/Flop/NLHE-USD-STT-unknownBuyIn-20100713.emailedHistory.txt:
--------------------------------------------------------------------------------
1 | ***** Hand History For Game 9336845949 *****
2 | 30/60 Tourney Texas Hold'em Game Table (NL) (STT Tournament #52792286) - Sun Jun 13 12:21:39 EDT 2010
3 | Table 174827 (Real Money) -- Seat 6 is the button
4 | Total number of players : 6/6
5 | Seat 1: Player1 (1520)
6 | Seat 2: Player2 (1540)
7 | Seat 3: Player3 (2120)
8 | Seat 4: Player4 (2460)
9 | Seat 5: Hero (2600)
10 | Seat 6: Player6 (1760)
11 | Player1 posts small blind (30)
12 | Player2 posts big blind (60)
13 | ** Dealing down cards **
14 | Dealt to Hero [ Jc, Js ]
15 | Player3 folds
16 | Player4 folds
17 | Player6 folds
18 | Player1 calls (210)
19 | Player2 folds
20 | ** Dealing Flop ** : [ 4h, 7d, 5c ]
21 | Player1 checks
22 | Player1 calls (450)
23 | ** Dealing Turn ** : [ Kd ]
24 | Player1 checks
25 | Player1 calls (830)
26 | Player1 is all-In.
27 | ** Dealing River ** : [ Jd ]
28 | Creating Main Pot with 3100 with Player1
29 | ** Summary **
30 | Main Pot: 3100
31 | Board: [ 4h 7d 5c Kd Jd ]
32 | Player1 balance 0, lost 1520 [ Ks 6c ] [ a pair of kings -- Ks,Kd,Jd,7d,6c ]
33 | Player2 balance 1480, lost 60 (folded)
34 | Player3 balance 2120, didn't bet (folded)
35 | Player4 balance 2460, didn't bet (folded)
36 | Hero balance 4180, bet 1520, collected 3100, net +1580 [ Jc Js ] [ three of a kind, jacks -- Kd,Jc,Js,Jd,7d ]
37 | Player6 balance 1760, didn't bet (folded)
38 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/tour/PartyPoker/Flop/NLHE-USD-STT.201203.heads.up.txt:
--------------------------------------------------------------------------------
1 | ***** Hand History for Game 11492045316 *****
2 | NL Texas Hold'em $1 USD Buy-in Trny:67521159 Level:7 Blinds-Antes(400/800 -25) - Thursday, March 01, 06:39:22 EST 2012
3 | Table Turbo #2532783 (Real Money)
4 | Seat 5 is the button
5 | Total number of players : 2/6
6 | Seat 5: Player0 ( 9,495 )
7 | Seat 6: Player1 ( 2,505 )
8 | Trny:67521159 Level:7
9 | Blinds-Antes(400/800 -25)
10 | Player0 posts ante [25]
11 | Player1 posts ante [25]
12 | ** Dealing down cards **
13 | Dealt to Player1 [ 8c Tc ]
14 | Player0 raises [2,000]
15 | Player1 is all-In [1,680]
16 | Player0 calls [80]
17 | ** Dealing Flop ** [ 9c, Ks, 5c ]
18 | ** Dealing Turn ** [ 6c ]
19 | ** Dealing River ** [ 5s ]
20 | Player0 shows [ Qh, 6d ]two pairs, Sixes and Fives.
21 | Player1 shows [ 8c, Tc ]a flush, Ten high.
22 | Player1 wins 5,010 chips from the main pot with a flush, Ten high.
23 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/tour/PartyPoker/Flop/PLO-USD-STT-1.00.201008.Sample.txt:
--------------------------------------------------------------------------------
1 | Game #9582205000 starts.
2 |
3 | #Game No : 9582205000
4 | ***** Hand History for Game 9582205000 *****
5 | PL Omaha $1 USD Buy-in Trny: 54322000 Level: 3 Blinds(50/100) - Monday, August 30, 15:50:00 EDT 2010
6 | Table Table 170755 (Real Money)
7 | Seat 6 is the button
8 | Total number of players : 3/6
9 | Seat 1: Villain ( 7,420 )
10 | Seat 2: Hero ( 740 )
11 | Seat 6: Player6 ( 3,840 )
12 | Trny: 54322040 Level: 3
13 | Blinds(50/100)
14 | ** Dealing down cards **
15 | Dealt to Hero [ 6s 4h Ts 4d ]
16 | Player6 raises [350]
17 | Villain calls [300]
18 | Hero calls [250]
19 | ** Dealing Flop ** [ 2s, 5h, 2c ]
20 | Villain bets [200]
21 | Hero calls [200]
22 | Player6 folds
23 | ** Dealing Turn ** [ Jd ]
24 | Villain bets [300]
25 | Hero is all-In [190]
26 | ** Dealing River ** [ 8c ]
27 | Villain shows [ Td, Kd, Tc, 4c ]two pairs, Tens and Twos.
28 | Hero shows [ 6s, 4h, Ts, 4d ]two pairs, Fours and Twos.
29 | Villain wins 110 chips from the side pot 1 with two pairs, Tens and Twos.
30 | Villain wins 1,830 chips from the main pot with two pairs, Tens and Twos.
31 | Hero finished in 3 place.
32 |
33 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/tour/PokerTracker/Flop/PLO-USD-5-201202.Merge.all.in.blind.txt:
--------------------------------------------------------------------------------
1 | MERGE_GAME #4927169400080: Omaha PL Tournament 02/16/2012 04:27:31
2 | Table $5 Free PLO Hero Arena - Country Restricted , 49271005 (Tournament: $5 Free PLO Hero Arena - Country Restricted , 49271005 Buy-In: $5+$0.50)
3 | Seat 4: JustJay4Reals ($23,120.00 in chips) DEALER
4 | Seat 5: Dispicable ($0.00 in chips)
5 | Seat 6: LegendofFuglyNutz ($6,295.00 in chips)
6 | JustJay4Reals: Post SB $100.00
7 | Dispicable: Post SB $135.00
8 | *** HOLE CARDS ***
9 | Dealt to JustJay4Reals [Kh 5s 4d 3c]
10 | LegendofFuglyNutz: Fold
11 | JustJay4Reals: Call $100.00
12 | *** FLOP *** [6c 3h 4s]
13 | *** TURN *** [4h]
14 | *** RIVER *** [7h]
15 | *** SUMMARY ***
16 | JustJay4Reals: Shows [Kh 5s 4d 3c]
17 | Dispicable: Shows [Kc 6s As Qd]
18 | JustJay4Reals: wins $270.00
19 | JustJay4Reals: wins $65.00
20 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/tour/Stars/Flop/NLHE-USD-HUSNG-20-201003.Hero.Wins.txt:
--------------------------------------------------------------------------------
1 | PokerStars Game #41888200000: Tournament #257640000, $20+$1 USD Hold'em No Limit - Match Round I, Level IV (50/100) - 2010/03/20 19:20:00 CET [2010/03/20 13:20:00 ET]
2 | Table '257643067 1' 2-max Seat #1 is the button
3 | Seat 1: Hero (1510 in chips)
4 | Seat 2: Villain (1490 in chips)
5 | Hero: posts small blind 50
6 | Villain: posts big blind 100
7 | *** HOLE CARDS ***
8 | Dealt to Hero [Js Kc]
9 | Hero: calls 50
10 | Villain: checks
11 | *** FLOP *** [Jh Kd Ts]
12 | Villain: checks
13 | Hero: bets 200
14 | Villain: calls 200
15 | *** TURN *** [Jh Kd Ts] [Kh]
16 | Villain: checks
17 | Hero: checks
18 | *** RIVER *** [Jh Kd Ts Kh] [3c]
19 | Villain: bets 1190 and is all-in
20 | Hero: calls 1190
21 | *** SHOW DOWN ***
22 | Villain: shows [Qc 9h] (a straight, Nine to King)
23 | Hero: shows [Js Kc] (a full house, Kings full of Jacks)
24 | Hero collected 2980 from pot
25 | *** SUMMARY ***
26 | Total pot 2980 | Rake 0
27 | Board [Jh Kd Ts Kh 3c]
28 | Seat 1: Hero (button) (small blind) showed [Js Kc] and won (2980) with a full house, Kings full of Jacks
29 | Seat 2: Villain (big blind) showed [Qc 9h] and lost with a straight, Nine to King
30 |
31 |
32 |
33 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/tour/Stars/Flop/PLO-USD-MTT-3-201201.Sample.txt.gt:
--------------------------------------------------------------------------------
1 | ( 2,
2 | 'T$',
3 | 'tour',
4 | 'hold',
5 | 'omahahi',
6 | 'pl',
7 | 'h',
8 | 'none',
9 | 1000,
10 | 2000,
11 | 2000,
12 | 4000,
13 | 9,
14 | 0)
15 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/tour/Stars/Flop/PLO-USD-MTT-3-201201.Sample.txt.hands:
--------------------------------------------------------------------------------
1 | { 'boardcard1': 22,
2 | 'boardcard2': 6,
3 | 'boardcard3': 7,
4 | 'boardcard4': 8,
5 | 'boardcard5': 0,
6 | 'boards': [],
7 | 'fileId': 1,
8 | 'gameId': None,
9 | 'gametypeId': 1,
10 | 'id': 1,
11 | 'importTime': None,
12 | 'playersAtShowdown': 0,
13 | 'playersAtStreet1': 3,
14 | 'playersAtStreet2': 2,
15 | 'playersAtStreet3': 0,
16 | 'playersAtStreet4': 0,
17 | 'playersVpi': 3,
18 | 'runItTwice': False,
19 | 'seats': 9,
20 | 'sessionId': None,
21 | 'showdownPot': 0,
22 | 'siteHandNo': u'73280765000',
23 | 'startTime': datetime.datetime(2012, 1, 4, 18, 34, 54, tzinfo=pytz.utc),
24 | 'street0Raises': 1,
25 | 'street1Pot': 45000,
26 | 'street1Raises': 1,
27 | 'street2Pot': 67000,
28 | 'street2Raises': 1,
29 | 'street3Pot': 0,
30 | 'street3Raises': 0,
31 | 'street4Pot': 0,
32 | 'street4Raises': 0,
33 | 'tableName': u'492967531 1',
34 | 'texture': None,
35 | 'tourneyId': 1}
36 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/tour/Winamax/Flop/NLHE-Free-MTT-201206-Ticket.only.sample.txt.gt:
--------------------------------------------------------------------------------
1 | ( 15,
2 | 'EUR',
3 | 'tour',
4 | 'hold',
5 | 'holdem',
6 | 'nl',
7 | 'h',
8 | 'none',
9 | 1000,
10 | 2000,
11 | 2000,
12 | 4000,
13 | 10,
14 | 0)
15 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/tour/Winamax/Flop/NLHE-Free-MTT-201206-Ticket.only.sample.txt.hands:
--------------------------------------------------------------------------------
1 | { 'boardcard1': 4,
2 | 'boardcard2': 50,
3 | 'boardcard3': 49,
4 | 'boardcard4': 0,
5 | 'boardcard5': 0,
6 | 'boards': [],
7 | 'fileId': 1,
8 | 'gameId': None,
9 | 'gametypeId': 1,
10 | 'id': 1,
11 | 'importTime': None,
12 | 'playersAtShowdown': 0,
13 | 'playersAtStreet1': 5,
14 | 'playersAtStreet2': 0,
15 | 'playersAtStreet3': 0,
16 | 'playersAtStreet4': 0,
17 | 'playersVpi': 4,
18 | 'runItTwice': False,
19 | 'seats': 10,
20 | 'sessionId': None,
21 | 'showdownPot': 0,
22 | 'siteHandNo': '11340869875',
23 | 'startTime': datetime.datetime(2012, 6, 28, 7, 51, 15),
24 | 'street0Raises': 0,
25 | 'street1Pot': 16500,
26 | 'street1Raises': 1,
27 | 'street2Pot': 0,
28 | 'street2Raises': 0,
29 | 'street3Pot': 0,
30 | 'street3Raises': 0,
31 | 'street4Pot': 0,
32 | 'street4Raises': 0,
33 | 'tableName': u'26220213 0',
34 | 'texture': None,
35 | 'tourneyId': 1}
36 |
--------------------------------------------------------------------------------
/pyfpdb/regression-test-files/unsupported-sites/microgaming/GameHistory.dat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/atinm/fpdb/6a0d29bf8781675056886ea2d1681477df137305/pyfpdb/regression-test-files/unsupported-sites/microgaming/GameHistory.dat
--------------------------------------------------------------------------------
/pyfpdb/test-old-config-files/test-old-configs.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 | cp HUD_config.xml.0.20 ~/.fpdb/HUD_config.xml && ../fpdb.pyw
3 | cp HUD_config.xml.0.22 ~/.fpdb/HUD_config.xml && ../fpdb.pyw
4 | cp HUD_config.xml.0.24 ~/.fpdb/HUD_config.xml && ../fpdb.pyw
5 | cp HUD_config.xml.0.25 ~/.fpdb/HUD_config.xml && ../fpdb.pyw
6 | cp HUD_config.xml.0.26 ~/.fpdb/HUD_config.xml && ../fpdb.pyw
7 |
--------------------------------------------------------------------------------
/pyfpdb/upd_indexes.sql:
--------------------------------------------------------------------------------
1 |
2 | # script to update indexes on mysql (+other?) database
3 |
4 | select '1. Dropping indexes' as ' ';
5 | select 'Can''t drop messages indicate index already gone' as ' ';
6 |
7 | ALTER TABLE `fpdb`.`Settings` DROP INDEX `id`;
8 | ALTER TABLE `fpdb`.`Sites` DROP INDEX `id`;
9 | ALTER TABLE `fpdb`.`Gametypes` DROP INDEX `id`;
10 | ALTER TABLE `fpdb`.`Players` DROP INDEX `id`;
11 | ALTER TABLE `fpdb`.`Autorates` DROP INDEX `id`;
12 | ALTER TABLE `fpdb`.`Hands` DROP INDEX `id`;
13 | ALTER TABLE `fpdb`.`BoardCards` DROP INDEX `id`;
14 | ALTER TABLE `fpdb`.`TourneyTypes` DROP INDEX `id`;
15 | ALTER TABLE `fpdb`.`Tourneys` DROP INDEX `id`;
16 | ALTER TABLE `fpdb`.`TourneysPlayers` DROP INDEX `id`;
17 | ALTER TABLE `fpdb`.`HandsPlayers` DROP INDEX `id`;
18 | ALTER TABLE `fpdb`.`HandsActions` DROP INDEX `id`;
19 | ALTER TABLE `fpdb`.`HudCache` DROP INDEX `id`;
20 |
21 | select '2. Adding extra indexes on useful fields' as ' ';
22 | select 'Duplicate key name messages indicate new indexes already there' as ' ';
23 |
24 | ALTER TABLE `fpdb`.`tourneys` ADD INDEX `siteTourneyNo`(`siteTourneyNo`);
25 | ALTER TABLE `fpdb`.`hands` ADD INDEX `siteHandNo`(`siteHandNo`);
26 | ALTER TABLE `fpdb`.`players` ADD INDEX `name`(`name`);
27 |
28 |
--------------------------------------------------------------------------------
/readme.txt:
--------------------------------------------------------------------------------
1 | Please visit http://fpdb.sourceforge.net for documentation, tips and help.
2 |
--------------------------------------------------------------------------------
/run_fpdb.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python
2 | # -*- coding: utf-8 -*-
3 |
4 | #Copyright 2008-2011 Carl Gherardi
5 | #This program is free software: you can redistribute it and/or modify
6 | #it under the terms of the GNU Affero General Public License as published by
7 | #the Free Software Foundation, version 3 of the License.
8 | #
9 | #This program is distributed in the hope that it will be useful,
10 | #but WITHOUT ANY WARRANTY; without even the implied warranty of
11 | #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 | #GNU General Public License for more details.
13 | #
14 | #You should have received a copy of the GNU Affero General Public License
15 | #along with this program. If not, see .
16 | #In the "official" distribution you can find the license in agpl-3.0.txt.
17 |
18 | import os
19 | import sys
20 |
21 | # sys.path[0] holds the directory run_fpdb.py is in
22 | sys.path[0] = sys.path[0]+os.sep+"pyfpdb"
23 | # cd to pyfpdb subdir
24 | os.chdir(sys.path[0])
25 | #print "sys.path[0] =", sys.path[0], "cwd =", os.getcwd()
26 |
27 | if os.name=='nt':
28 | os.execvpe('pythonw.exe', list(('pythonw.exe', 'fpdb_prerun.py'))+sys.argv[1:], os.environ)
29 | else:
30 | os.execvpe('python', list(('python', 'fpdb_prerun.py'))+sys.argv[1:], os.environ)
31 | # first arg is ignored (name of program being run)
32 |
--------------------------------------------------------------------------------