summaryrefslogtreecommitdiff
path: root/dealconvert/__init__.py
AgeCommit message (Collapse)Author
2020-11-05Avoid 'import *' in parent package to allow importing separate converters if ↵emkael
using dealconvert as a library
2019-11-07Unified way of dealing with format-specific argumentsemkael
2019-11-07Removing debug informationemkael
2019-10-01Taking advantage of pybcdd's option to write only JFR double-dummy fieldsemkael
2019-08-01DD hand analysis optional in API versionemkael
Fixes #3
2019-07-18Double-dummy analysis for PBN filesemkael
2019-07-08Compatibility with interface renamed for API purposesemkael
Fixes #2
2019-05-31Unrecognized file extensions now raise RuntimeError to be handled the same ↵emkael
way all other converter errors
2019-05-31Changes that allow providing input from StringIO:emkael
- format detection exposed for manual parser creation - optional filename in constructor
2019-05-23Dealset is sorted by defaultemkael
2019-05-21Converter classemkael