Classes

Summary

class

class parent

truncated documentation

BlogPost

A blog post.

CustomDBServer

defines a custom server which includes an access to a database, this database will contain de table to store the clicks …

CustomDBServerHandler

The server proposes a simple way to create one server on your own. It includes an access to a SQLlite3 database.

DatabaseRSS

Database specific to RSS.

HTMLScriptParser

Defines a HTML parser. the purpose is to intercept section such as the following and to run it.

HTMLScriptParserRemove

Defines a HTML parser. the purpose is to remove the HTML code and the header

HTMLtoJSONParser

Parses HTML and output a JSON structure. Example:

RSSServer

Defines a RSS server dedicated to one specific database. You can read the blog post RSS Reader. …

RSSSimpleHandler

You can read the blog post RSS Reader. Defines a simple …

SimpleHandler

Defines a simple handler used by HTTPServer. Firefox works better for local files. This class provides the following …

StreamRSS

Requires :epkg:`feedparser`. Description of an RSS stream.

ThreadServer

Defines a thread which holds a web server.

XMLHandlerDict

Overloads functions about XML, it produces objects at the end we assume the file contains a list of objects.

XMLHandlerDictNode

Defines a node containing a dictionary.

XMLIterParser

To use a parser like an iterator. Example:

XmlException

Raised when something is wring about the parsing.