python-tableformatter / tableformatter

Tabular data formatter allowing printing from both arbitrary Iterables of Iterables or Iterables of objects via introspection
https://pypi.org/project/tableformatter/
MIT License
19 stars 3 forks source link

Formatter improvements #16

Closed anselor closed 6 years ago

anselor commented 6 years ago

row_decorator function can now be provided to tableformatter to colorize row text column obj_formatter and formatter can now be chained together to do column data processing prior to column display formatting.

codecov-io commented 6 years ago

Codecov Report

Merging #16 into master will decrease coverage by 0.22%. The diff coverage is 88.46%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #16      +/-   ##
==========================================
- Coverage   88.27%   88.05%   -0.23%     
==========================================
  Files           1        1              
  Lines         819      829      +10     
==========================================
+ Hits          723      730       +7     
- Misses         96       99       +3
Impacted Files Coverage Δ
tableformatter.py 88.05% <88.46%> (-0.23%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2b45af1...e4da289. Read the comment docs.