From the user point of view :
zim module contains things to read a zim
zim.writer module contains things to create a zim.
Class names must not include the Zim :
ZimArticle -> zim.writer.Article
ZimCreator -> zim.writer.Creator
ZimFileReader -> zim.File, zim.Reader or zim.FileReader (I'm not sure what is best)
zimFileArticle -> zim.Article
- ...