Module SICAR.url

URL Class Module.

This module defines a class representing CAR URLs for various resources.

Classes

Url: Class representing CAR URLs for various resources. Attributes: _BASE (str): Base URL for the website. _INDEX (str): URL for the index of properties. _DOWNLOAD_BASE (str): URL for downloading polygon files related to states. _RECAPTCHA (str): URL for CAPTCHA-related resources.

Classes

class Url

Class representing CAR URLs for various resources.

Attributes

_BASE : str
Base URL for the website.
_INDEX : str
URL for the index of properties.
_DOWNLOAD_BASE : str
URL for downloading polygon files related to states.
_RECAPTCHA : str
URL for CAPTCHA-related resources.

Subclasses