History
Version 0.7 (1 March 2021)
- Bugfix: allow string lists for aka, affix and company entries.
Version 0.6 (28 February 2021)
- Bugfix: install
bbdb.lark, so that things actually work outside a development environment.
Version 0.5 (27 January 2021)
- Major rewrite to support latest BBDB file format (version 9).
- Use lark and dateutil for parsing.
- Use pydantic for validation.
- Drop support for Python 2.
Version 0.4 (10 February 2017)
- Use pytest for unit tests.
- Bugfix: add support for newlines in fields.
- Bugfix: allow last name to be nil.
Version 0.3 (22 July 2015)
- Bugfix: get things working properly with Python 3.
Version 0.2 (2 July 2015)
- Add validation of data using voluptuous.
- Add a bunch of demo converter programs.
- Add tox test support.
- Add Python 3 support.
- Bugfix: convert records from file to correct type.
Version 0.1 (11 June 2015)