Metadata-Version: 2.1
Name: bfgsupport
Version: 1.1.4
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.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
------


