Composable, manager-based utilities for fetching, parsing, crawling, and mirroring web content — with managed sessions, TLS/user-agent control, and a single shared request pipeline. Current version: 0.1.6.426. Release cadence: irregular.
pip install abstract-webtoolsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic fetch using the managed session.
with SessionManager() as sm: ...
from abstract_webtools.crawler import ...
response = sm.fetch(url, timeout=60)