garethbjohnson / gutendex

Web API for Project Gutenberg ebook metadata
https://gutendex.com
MIT License
231 stars 46 forks source link

Update xml parse #25

Open coleyr opened 2 years ago

coleyr commented 2 years ago

A PR to re-vamp the parsing logic for iterating the tar file.

It is fast and helps greatly with the docker setup as it does not require multiple read/write operations.