Static Methods

Summary

staticmethod

class parent

truncated documentation

enumerate_post_from_rsslist

StreamRSS

Enumerates all posts found in all rss_streams given as a list.

enumerate_stream_from_google_list

StreamRSS

Retrieves the list of RSS streams from a dump made with Google Reader.

fill_table

BlogPost

Fills a table of a database, if the table does not exists, it creates it.

fill_table

StreamRSS

Fills a table of a database, if the table does not exists, it creates it.

getday

DatabaseRSS

Returns the same datetime but with no time.

getdayn

DatabaseRSS

Returns the same datetime but with no time.

iterate

HTMLtoJSONParser

Iterates on every field contains in the JSON structure.

run_server

CustomDBServer

start the server

run_server

RSSServer

Starts the server.

schema_database_read

BlogPost

Returns all members names and types as a dictionary.

schema_database_read

StreamRSS

Returns all members names and types as a dictionary.

schema_table

CustomDBServer

returns the schema for a specific table

schema_table

DatabaseRSS

returns the schema for a specific table

to_json

HTMLtoJSONParser

Converts HTML into JSON.