Skip to content

tools.spider.process_spider_url

Classes

ProcessSpiderUrl

ProcessSpiderUrl(path_abbr, abbr_standard)

Process spider URL.

Parameters:

Name Type Description Default
path_abbr str

path to abbreviation

required
abbr_standard str

abbreviation standard

required

Attributes:

Name Type Description
path_abbr str

path to abbreviation

abbr_standard str

abbreviation standard

Source code in pybibtexer/tools/spider/process_spider_url.py
def __init__(self, path_abbr, abbr_standard: str) -> None:
    self.path_abbr = os.path.expandvars(os.path.expanduser(path_abbr))
    self.abbr_standard = abbr_standard