Implement feature new format: Cli. Generate adapter for tabulate. This close issue #340

* Implement feature new format: Cli. Generate adapter for  tabulate. This close issue #340

* Write respective tests.

* Correct name Clase Base Test

* Implement missing class method to export cli.

* Remove property headers in method export book Cli.

* Remove cli from list to test Iterable data books.
This commit is contained in:
Daniel Santos
2019-10-30 14:13:39 +01:00
committed by GitHub
parent 34fe72305e
commit c26159d48f
5 changed files with 37 additions and 1 deletions
+1
View File
@@ -9,6 +9,7 @@ install = [
'xlrd',
'xlwt',
'pyyaml',
'tabulate',
]