DAISY-P
- 1 Devlogs
- 0 Total hours
Python library for parsing DAISY files.
Python library for parsing DAISY files.
So, it turns out the DAISY format is shockingly normal. On the plus side, it seems like I’ll be able to use a lot of HTML parsing principles, and even include some unmodified HTML parsing with attribution. On the downside, I’m on chapter 3 and I already see about 5 different potential memory leaks if I’m not careful. Wish me luck :/