The main objective of this PR is to open source the CommonTableFormatterBuilder class. This allows a PyBloqs user to create and customise a variety of popular table formatters in a clean and efficient way using the builder pattern.
Misc. changes also included:
Remove Python 2.7 build to allow for type annotations introduced in Python 3.6.
The main objective of this PR is to open source the
CommonTableFormatterBuilder
class. This allows a PyBloqs user to create and customise a variety of popular table formatters in a clean and efficient way using the builder pattern.Misc. changes also included: