ifosch / accloudtant

AWS cost calculator
59 stars 19 forks source link

Implementation of CSV output #108

Closed edubxb closed 8 years ago

edubxb commented 8 years ago

Quick and dirty implementation, need refactor and improve the test suite.

Closes #69

ifosch commented 8 years ago

@edubxb for the refactor you mentioned, I'd suggest to put the self.output_format branching in the __repr__ method, and the different code in corresponding methods, one for the table and another for the csv.