Metadata-Version: 2.1
Name: bfgsupport
Version: 1.1.16
Summary: """A collection of modules that supports dealing and bidding in Bid for Game applications."""
Home-page: https://psionman@bitbucket.org/psionman/bfgsupport.git
Author: jeff watkins
Author-email: support@bidforgame.com
License: MIT
Download-URL: https://pypi.org/project/bfgsupport/
Keywords: Application, User
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: username
Requires-Dist: nose

# bfg_support
A collection of modules that supports dealing and bidding in Bid for Game applications.

## Installation
```bash
pip install bfgsupport
```


------

Version 1.1.16 - 8 Nov 2021

board.py: extend auction functionality and add declarers_tricks

------

Version 1.1.15 - 10 Oct 2021

Handle unplayed cards in board.get_attributes_from_board

------

Version 1.1.14 - 2 Oct 2021

Add 'wait for player' to PLAY_STATUS

------

Version 1.1.13 - 29 Sept 2021

Changes to board for cardplay

------

Version 1.1.12 - 16 Aug 2021

Add play_status and play_master to board

------

Version 1.1.11 - 04 Aug 2021

Improve Auction support in board.py

------

Version 1.1.10 - 31 July 2021

Dealer to pick up Auction from bfgsupport Board

------

Version 1.1.9 - 17 July 2021

Added board status

------

Version 1.1.8 - 11 July 2021

Small bugs in contract

------

Version 1.1.7 - 30 June 2021

Create all hands in parse_pbn_deal

------
Version 1.1.6 - 17 June 2021

Removed spurious error raise from _get_candidate_partitions


------
Version 1.1.5 - 7 June 2021

Board - Add stage to board json

Version 1.1.4 - 3 June 2021

Board - Various changes to accommodate cardplay
Common - allow passed out boards in random board
------
Version 1.1.3 - 21 May 2021

Board - Check contract for X and XX

------
Version 1.1.1 - 17 May 2021

Get contract was not getting declarer correctly

------
Version 1.1.0 - 13 May 2021

Changes to accommodate cardplay - rename BiddingBoard and BiddingHand

------
Version 1.0.1 - 28 March 2021

Make dealer_engine.select_random_shape_from_list' a public method

------
Version 1.0.0 - 23 February 2021

First live package

------
Version 0.0.0 - 22 February 2021

Created and uploaded
------


