summaryrefslogtreecommitdiff
path: root/dealconvert
AgeCommit message (Collapse)Author
2019-08-01DD hand analysis optional in API versionemkael
Fixes #3
2019-07-18Double-dummy analysis for PBN filesemkael
2019-07-18Leaving DD-related fields in PBN filesemkael
2019-07-08Compatibility with interface renamed for API purposesemkael
Fixes #2
2019-07-08Merge branch 'master' of github.com:emkael/deal-convertemkael
2019-07-08Python3 compatibilityemkael
Fixes #1
2019-05-31Unrecognized file extensions now raise RuntimeError to be handled the same ↵emkael
way all other converter errors
2019-05-31Precautions against empty deal setsemkael
2019-05-31Changes that allow providing input from StringIO:emkael
- format detection exposed for manual parser creation - optional filename in constructor
2019-05-30Error reporting improvedemkael
2019-05-23Printing out boards to STDOUTemkael
2019-05-23Proper error/warning handlingemkael
2019-05-23CDS format based on RZDemkael
2019-05-23Factoring out RZD parse/dump methods for single dealemkael
2019-05-23Dealset is sorted by defaultemkael
2019-05-23RZD format supportemkael
2019-05-23Proper error handling in DLM formatemkael
2019-05-23DLM format supportemkael
2019-05-22Sorting PBN output by board numberemkael
2019-05-22Handling "reverse" DUP flag in the only way it's reasonableemkael
2019-05-22DUP formatemkael
2019-05-22Factoring out BRI and DGE formats, as they're part of DUP formatemkael
2019-05-21DGE format supportemkael
2019-05-21CSV format supportemkael
2019-05-21BRI formatemkael
2019-05-21Method for filling West hand from North+East+Southemkael
2019-05-21BHG format supportemkael
2019-05-21Moving card list to parent classemkael
2019-05-21Error handling in BER formatemkael
2019-05-21BER format supportemkael
2019-05-21Fallback if PBN has no dealer/vulnerability dataemkael
2019-05-21Dealer and vulnerability calculation methodsemkael
2019-05-21Converter classemkael
2019-05-20DTO for deal conversionemkael
2019-05-20PBN format support + framework for other formatsemkael