2013-06-21

Collection of posts on writing a zip file importer in pure Python

To test out Medium I wrote a collection of posts on implementing a zip file importer using importlib. Do note that the order in the collection is reversed from how you should read it. You want to read path hooks, the finder, and then the loader.