martinblech / xmltodict

Python module that makes working with XML feel like you are working with JSON
MIT License
5.46k stars 465 forks source link

Progress Updates While Processing #341

Open arrmo opened 8 months ago

arrmo commented 8 months ago

Hi,

I know it seems minor, but I am processing rather large XMLTV files => for example, 175,000 items in the list. So it can take a while - not a biggie, but it would be nice to provide some sort of status / counter update, as processing progresses. Only to show that the conversion is not locked up, rather just taking a while.

Is this possible?

Thanks!