regparser.history package

Submodules

regparser.history.annual module

regparser.history.delays module

class regparser.history.delays.FRDelay[source]

Bases: regparser.history.delays.FRDelay

modifies_notice_xml(notice_xml)[source]

Calculates whether the fr citation is within the provided NoticeXML

regparser.history.delays.delays_in_sentence(sent)[source]

Tokenize the provided sentence and check if it is a format that indicates that some notices have changed. This format is: ... “effective date” ... FRNotices ... “delayed” ... (UntilDate)

regparser.history.notices module

regparser.history.versions module

class regparser.history.versions.Version[source]

Bases: regparser.history.versions.Version

static from_json(json_str)[source]
is_final
is_proposal
json()[source]
static parents_of(versions)[source]

A “parent” of a version is the version which it builds atop. Versions can only build on final versions. Assume the versions are already sorted

Module contents