Part of lp.registry.scripts.productreleasefinder
This module implements classes to walk HTTP and FTP sites to find files.
Class | WalkerError | An error in the base walker. |
Class | HTTPWalkerError | An error in the http walker. |
Class | WalkerBase | Base class for URL walkers. |
Class | FTPWalker | FTP URL scheme walker. |
Class | HTTPWalker | HTTP URL scheme walker. |
Function | walk | Return a walker for the URL given. |
Function | combine_url | Combine a URL from the three parts returned by walk(). |