warc3-wet
Python library to work with ARC and WARC files
What it is and what it does
warc3-wet is a Python library for reading and parsing WARC and WET archive files—the standard formats used to store web crawls. It provides a simple interface to open these files and iterate over records, extracting metadata headers like WARC-Target-URI and Content-Length. The library is a Python 3 port of an older warc package; this fork adds support for WET files and seeking within archives.
The package has no external runtime dependencies, making it lightweight to install. It is classified as Beta-status software. The repository remains accessible but has not seen a release in over two years, suggesting the package is in a stable, maintenance-only state.
Use it for:
- Extract and process records from web crawl archives stored in WARC format for data analysis or research.
- Parse WET files to access extracted text content from archived web pages.
- Build data pipelines that read WARC archives and filter or transform records based on metadata.
- Access specific records within large WARC files using seek functionality for efficient random access.
- Integrate web archive data into workflows that require crawled web content.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Read and iterate over WARC (Web ARChive) and WET (WARC Extracted Text) files, extracting record metadata and content from web crawl archives.
Yes, if you need to work with WARC or WET files. The package is stable, has no dependencies, and handles a specific file format well. The dormant maintenance status is not a blocker for read-only use, but verify GPLv2 compatibility with your project first. No known security vulnerabilities.
Install
warc3-wet on PyPI
pip
pip install warc3-wetuv
uv add warc3-wetpoetry
poetry add warc3-wetInstalling warc3-wet
Before you install
Low install friction with no runtime dependencies. Maintenance is dormant—last release was 758 days ago—but the repository remains active.
License in practice
GPLv2 copyleft license means any derivative work or distribution must also be licensed under GPLv2 and have source code available; verify compatibility with your project's licensing before use.
Quickstart
pip install warc3-wet
with warc3_wet.open("test.warc") as f:
for record in f:
print(record['WARC-Target-URI'], record['Content-Length'])
Verify before relying
- Whether Python 3.10+ is fully supported (changelog mentions 3.10 compatibility in 0.2.4, but requires_python is unspecified)
- Current stability and whether dormant status indicates maintenance-only mode or active development
Package facts
| License | GPLv2 (copyleft) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | dormant — 758 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 219,855/month — #9,319 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: warc3_wet-0.2.5-py3-none-any.whl
Tags
More WWW/HTTP packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
h11h11 is a pure-Python HTTP/1.1 protocol…
permissive · top 100 on PyPI
httpxHTTPX is a fully featured HTTP client library…
permissive · top 100 on PyPI
httpcoreA minimal low-level HTTP client library that…
permissive · top 100 on PyPI
aiohttpaiohttp is an async HTTP client and server…
permissive · top 100 on PyPI
warc3-wet-clueweb09Reads and iterates over WARC and WET archive…
copyleft · top 15,000 on PyPI
warcioReads and writes WARC (Web ARChive) and legacy…
permissive · top 5,000 on PyPI
FastWARCFastWARC parses WARC (Web ARChive)…
permissive · top 5,000 on PyPI
ResiliparseResiliparse provides fast, robust parsing and…
permissive · top 5,000 on PyPI
rarfileReads RAR archive files (RAR3 and RAR5 formats)…
permissive · top 5,000 on PyPI
Crawl4AICrawl4AI is an async web crawler and scraper…
permissive · top 5,000 on PyPI
remotezipDownload individual files from remote zip…
permissive · top 15,000 on PyPI
patoolPatool is a command-line archive manager that…
copyleft · top 5,000 on PyPI
extractcodeExtracts a wide range of archive formats (tar,…
permissive · top 15,000 on PyPI
internetarchiveProgrammatic and command-line interface to…
agpl · top 15,000 on PyPI