as a result, concho is now able to handle hpe's amd configurations
- also added the l3 cache attribute on cpus (not used yet but I'm planning to show it in the graphs as l3cache per core affects the performance)
- added the ability to output the figure in a file instead of the screen (will be useful for continuous integration)
work related to [https://bugzilla.ipr.univ-rennes.fr/show_bug.cgi?id=4015]
This is not finished, there's still to :
- remove hardcoded base chassis id and price
- add handler for amd configurations (only intel configs are currently handled)
- also refatored Dimm class to contain more details (will be useful to estimate ram throughput)
- also added type hinting to dell.py
work related to [https://bugzilla.ipr.univ-rennes.fr/show_bug.cgi?id=4015]
- added type hinting (to help understanding the code)
- fixed dirty dynamic call to `parse()` method by adding missing abstract base class `IHtmlConfiguratorParser`
- organized data files into catalogs directory to unclutter the root