Skip to main content

Module for reading Apple's .webarchive files

Project description

pywebarchive is a Python 3 module for reading Apple’s .webarchive files and extracting them to standard HTML documents. It’s currently considered alpha-status code; the API is reasonably feature-complete, but it needs further testing, and likely still contains a few bugs.

Example usage:

`python import webarchive archive = webarchive.open("example.webarchive") archive.extract("example.html") `

For detailed documentation, try python -m pydoc webarchive.

The source distribution also includes two webarchive extraction tools: * extractor.py is a command-line version. * extractor-gui.py is a GUI version using Tkinter.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pywebarchive-0.2.2.tar.gz (7.7 kB view hashes)

Uploaded Source

Built Distribution

pywebarchive-0.2.2-py3-none-any.whl (10.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page