aerofiles
aerofiles copied to clipboard
Made parsing of .cup files more generic regarding headers
I had problems parsing a cup file downloaded from SeeYou cloud as the header rwwidth was included. Parsing now ignores columns that are not specified instead of throwing an error.
Sorry for the double quotes, this is due to auto formatting with black.
looks like CI is unhappy about these changes 🙀
btw I'm fine with dropping support for older Python versions under a few minor conditions:
- it should be done in a dedicated PR
- we should mention it in the changelog
- it should be released as a new major version since it's a breaking change
Okay, I have started to add type annotations to parts of the code base so requiring python 3.6 would certainly be beneficial.
I think #217 tries to also implement rwwidth.
Could you please change this PR, so that all changes of black are removed? Otherwise it is very hard to see, what you really have changed. Thanks!
closed by https://github.com/Turbo87/aerofiles/pull/255