About
PyPingback is a small Python module providing Pingback client functionality. One function that takes the source and target URIs, returning the XML-RPC string response in success, or raising one of a number of explanatory exceptions for fault logging.
It tries to be robust in its handling of dead/broken web servers, unpingable sites, and URIs which should not logically be downloaded in full.
Functionality
XML-RPC server discovery through the X-Pingback header.
XML-RPC server discovery fall back to HTML search.
Content-Type sanity check -- text/plain, text/html, or application/xhtml+xml only.
Content-Length sanity check -- default limit of 500 KB.
Redirect following during XML-RPC discovery, upto 10 iterations.
Extensive unit tests.
To Do
Test HTTPS support
Unit test suite launcher in setup script (manual for n
文 件 列 表
PyPingback-0.4.0 test LICENSE README pingback.py setup.py PKG-INFO