alan-turing-institute / CleverCSV

CleverCSV is a Python package for handling messy CSV files. It provides a drop-in replacement for the builtin CSV module with improved dialect detection, and comes with a handy command line application for working with CSV files.
https://clevercsv.readthedocs.io
MIT License
1.25k stars 72 forks source link

Raise dependency warning for TabView on non-Windows platforms #20

Closed GjjvdBurg closed 4 years ago

GjjvdBurg commented 4 years ago

TabView is not available on Windows, and this is handled in the view command. But the previous behavior was to warn the user of this even if the platform would support TabView, which this PR fixes.