Writing a Zip File Importer: The Loader

Part 3

For a zip file-based loader, luckily there is not much heavy lifting. Working with the finder led to the realization that zip files use / while users use whatever the hell they want for a path separator. With that…


Writing a Zip File Importer: The Finder

Part 2

When writing a finder like importlib.machinery.FileFinder it’s all about working with the storage mechanism you are trying to support. In this instance it’s making sure that the paths the finder is meant to work with are…

Implementing a Zip File Importer in Python
Implementing a Zip File Importer in Python
A collection of posts involving what it takes to implement a zip file importer written entirely in Python code
More information
Followers
7