best-doctor / import_me

Python library to simplify importing data from xls/xlsx
MIT License
11 stars 12 forks source link

Added support for error levels #38

Closed korneevm closed 6 months ago

korneevm commented 3 years ago

There are some cases where we need to have a way to give user non-error messages, i.e. inform them of something. I propose to have different message levels instead of just errors. The code is backward-compatible.

vladimir-kotikov commented 3 years ago

LGTM ✅

Arondit commented 1 year ago

@korneevm hello, could you please resolve merge conflict?

PashaWNN commented 1 year ago

I think it is better to use constants for error levels instead of literals