From Python-I2P.
i2p
is a container package for more specific modules.
It contains the following modules:
i2p.BaseHTTPServer (Emulate Python BaseHTTPServer module) i2p.CGIHTTPServer (Emulate Python CGIHTTPServer module) i2p.eep (Retrieve eepsites) i2p.router (Manage the I2P router) i2p.select (Emulate Python select module) i2p.SimpleHTTPServer (Emulate Python SimpleHTTPServer module) i2p.socket (Send and receive across the I2P network) i2p.SocketServer (Emulate Python SocketServer module) i2p.tunnel (Exchange data between I2P and regular sockets)class Error(Exception):
Base class for all I2P errors.
class RouterError(Error):
Could not connect to router.