Writing a Zip File Importer: The Path Hook (Part 1)
There are essentially three parts to any importer in Python 3:
1. The path hook [http://docs.python.org/3/glossary.html#term-path-entry-hook]
2. The finder [http://docs.python.org/3/glossary.html#