package documentation
(source)

Welcome to python-Wappalyzer API documentation!
See AlsoWappalyzer
Module Wappalyzer No module docstring; 1/1 classes, 0/1 variables documented
Module __main__ No module docstring; 2/2 functions documented

From the __init__.py module:

Class Wappalyzer Python Wappalyzer driver.
Class WebPage Simple representation of a web page, decoupled from any particular HTTP library's API.
Function analyze Quick utility method to analyze a website with minimal configurable options.
def analyze(url, update=False, useragent=None, timeout=10, verify=True): (source)
Quick utility method to analyze a website with minimal configurable options.
ParametersurlURL (type: str)
updateUpdate the technologies file from the internet (type: bool)
useragentRequest user agent (type: str)
timeoutRequest timeout (type: int)
verifySSL cert verify (type: bool)
Returnsdict. Just as Wappalyzer.analyze_with_versions_and_categories. (type: Dict[str, Dict[str, Any]])
See AlsoWebPage and Wappalyzer.
NoteMore information might be added to the returned values in the future
API Documentation for python-Wappalyzer, generated by pydoctor 21.2.2 at 2021-06-15 15:04:17.